body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
}
/* ---- 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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((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.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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: #1d2671 !important;
}
.bg-success {
  background-color: #951d19 !important;
}
.bg-info {
  background-color: #e5524e !important;
}
.bg-warning {
  background-color: #2c1616 !important;
}
.bg-danger {
  background-color: #1d2671 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
}
.btn-primary:before {
  background-color: #0d1234 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d1234 !important;
  border-color: #0d1234 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
}
.btn-secondary:before {
  background-color: #0d1234 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d1234 !important;
  border-color: #0d1234 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e5524e !important;
  border-color: #e5524e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #e5524e !important;
  border-color: #e5524e !important;
}
.btn-info:before {
  background-color: #c9221e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c9221e !important;
  border-color: #c9221e !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #951d19 !important;
  border-color: #951d19 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-success:before {
  background-color: #53100e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #53100e !important;
  border-color: #53100e !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #2c1616 !important;
  border-color: #2c1616 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #2c1616 !important;
  border-color: #2c1616 !important;
}
.btn-warning:before {
  background-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
}
.btn-danger:before {
  background-color: #0d1234 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d1234 !important;
  border-color: #0d1234 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #080b20;
  color: #080b20;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #1d2671;
}
.btn-primary-outline:before {
  background-color: #1d2671;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #080b20;
  color: #080b20;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #1d2671;
}
.btn-secondary-outline:before {
  background-color: #1d2671;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #b31e1a;
  color: #b31e1a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #e5524e;
}
.btn-info-outline:before {
  background-color: #e5524e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e5524e !important;
  border-color: #e5524e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #3e0c0a;
  color: #3e0c0a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #951d19;
}
.btn-success-outline:before {
  background-color: #951d19;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #2c1616;
}
.btn-warning-outline:before {
  background-color: #2c1616;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2c1616 !important;
  border-color: #2c1616 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #080b20;
  color: #080b20;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #1d2671;
}
.btn-danger-outline:before {
  background-color: #1d2671;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1d2671;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #1d2671 !important;
}
.text-secondary {
  color: #1d2671 !important;
}
.text-success {
  color: #951d19 !important;
}
.text-info {
  color: #e5524e !important;
}
.text-warning {
  color: #2c1616 !important;
}
.text-danger {
  color: #1d2671 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #080b20 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #080b20 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3e0c0a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b31e1a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #080b20 !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: #e5524e;
}
.alert-warning {
  background-color: #2c1616;
}
.alert-danger {
  background-color: #1d2671;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d2671;
  border-color: #1d2671;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d2671;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #404fce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1514c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e2c5c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #404fce;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #1d2671;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1d2671;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1d2671;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.84rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d2671;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d2671;
  border-bottom-color: #1d2671;
}
.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: #1d2671 !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: #1d2671 !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='%231d2671' %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-sru6cYJ8e3 {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-sru6cYJ8e3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sru6cYJ8e3 .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sru6cYJ8e3 .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sru6cYJ8e3 .card-item .card-icon {
  margin: 0 0.5rem 0.5rem;
}
.cid-sru6cYJ8e3 .card-item .card-icon span {
  font-size: 1rem;
  padding: 0.3rem;
  color: #ffffff;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 2, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 2, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 2, 0.57, 1.6);
}
.cid-sru6cYJ8e3 .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-sru6cYJ8e3 .card-item .card-icon {
    margin-right: 1rem;
    min-width: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sru6cYJ8e3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-sru6cYJ8e3 .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-sru6cYJ8e3 .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-sru6cYJ8e3 .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-sru8Ei7K63 {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-sru8Ei7K63 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sru8Ei7K63 .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sru8Ei7K63 .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sru8Ei7K63 .card-item .card-icon {
  margin: 0 0.5rem 0.5rem;
}
.cid-sru8Ei7K63 .card-item .card-icon span {
  font-size: 1rem;
  padding: 0.3rem;
  color: #ffffff;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 2, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 2, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 2, 0.57, 1.6);
}
.cid-sru8Ei7K63 .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-sru8Ei7K63 .card-item .card-icon {
    margin-right: 1rem;
    min-width: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sru8Ei7K63 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-sru8Ei7K63 .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-sru8Ei7K63 .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-sru8Ei7K63 .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-sru6aqsedl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sru6aqsedl .navbar-fixed-top {
  padding-top: 0;
}
.cid-sru6aqsedl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sru6aqsedl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sru6aqsedl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 0.3rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  width: 100%;
}
.cid-sru6aqsedl .dropdown-item {
  padding: 0;
}
.cid-sru6aqsedl .dropdown-item,
.cid-sru6aqsedl .nav-link,
.cid-sru6aqsedl .brand-name {
  font-style: normal;
}
.cid-sru6aqsedl .dropdown-item:hover,
.cid-sru6aqsedl .nav-link:hover,
.cid-sru6aqsedl .brand-name:hover {
  color: #1d2671 !important;
}
.cid-sru6aqsedl .dropdown-menu {
  background-color: #efefef;
}
.cid-sru6aqsedl .dropdown-item:active {
  background-color: #efefef;
}
.cid-sru6aqsedl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sru6aqsedl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sru6aqsedl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sru6aqsedl .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sru6aqsedl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .content-text {
  margin-bottom: 0;
}
.cid-sru6aqsedl .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1d2671;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sru6aqsedl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sru6aqsedl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sru6aqsedl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sru6aqsedl .nav-dropdown .link {
  font-weight: 400;
}
.cid-sru6aqsedl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sru6aqsedl .content-right-side {
  text-align: center;
}
.cid-sru6aqsedl .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sru6aqsedl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sru6aqsedl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.46rem;
}
.cid-sru6aqsedl .info-widget {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0.1rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sru6aqsedl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sru6aqsedl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sru6aqsedl .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sru6aqsedl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sru6aqsedl .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sru6aqsedl .navbar {
    display: block;
    padding: 0;
  }
  .cid-sru6aqsedl .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sru6aqsedl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sru6aqsedl .navbar-toggler {
    display: none;
  }
  .cid-sru6aqsedl .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sru6aqsedl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sru6aqsedl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sru6aqsedl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sru6aqsedl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sru6aqsedl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sru6aqsedl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sru6aqsedl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sru6aqsedl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sru6aqsedl button.navbar-toggler:focus {
  outline: none;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sru6aqsedl .collapsed .btn {
  display: flex;
}
.cid-sru6aqsedl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing,
.cid-sru6aqsedl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sru6aqsedl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sru6aqsedl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sru6aqsedl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sru6aqsedl .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sru6aqsedl .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sru6aqsedl .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sru6aqsedl .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sru6aqsedl .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sru6aqsedl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing,
  .cid-sru6aqsedl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sru6aqsedl img {
    height: 3.8rem !important;
  }
  .cid-sru6aqsedl .btn {
    display: flex;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    display: block;
  }
  .cid-sru6aqsedl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sru6aqsedl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sru6aqsedl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sru6aqsedl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sru6aqsedl .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sru6aqsedl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sru6aqsedl .nav-link:focus {
  outline: none;
}
.cid-sru6aqsedl .navbar-toggler {
  position: relative;
}
.cid-sru6aqsedl .dropdown-item.active,
.cid-sru6aqsedl .dropdown-item:active {
  color: initial;
}
.cid-sru6aqsedl .widget-title,
.cid-sru6aqsedl .widget-icon {
  color: #e9e9e9;
}
.cid-sru6aqsedl .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sru6aqsedl .menu-logo {
    display: none;
  }
  .cid-sru6aqsedl .navbar {
    padding: 0;
  }
  .cid-sru6aqsedl .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-snUWLcBLZi {
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-snUWLcBLZi .media-content .btn-bgr {
  z-index: 0;
}
.cid-snUWLcBLZi .mbr-overlay {
  background: linear-gradient(90deg, #1d2671, #2c1616);
}
@media (min-width: 992px) {
  .cid-snUWLcBLZi .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-snUWLcBLZi {
    text-align: center !important;
  }
  .cid-snUWLcBLZi .mbr-text {
    text-align: center;
  }
}
.cid-snUWLcBLZi .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-soFIENIoDG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-soFIENIoDG h4 {
  margin-bottom: 0;
}
.cid-soFIENIoDG .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(39, 52, 154, 0.35);
}
.cid-soFIENIoDG .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-soFIENIoDG .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-soFIENIoDG .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-soFIENIoDG .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #1d2671 !important;
  box-shadow: none!important;
}
.cid-soFIENIoDG .btn[class*="-outline"]:active,
.cid-soFIENIoDG .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-soFIENIoDG .card-box {
  padding-top: 2rem;
}
.cid-soFIENIoDG .card-wrapper {
  height: 100%;
}
.cid-soFIENIoDG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-soFIENIoDG img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-soFIENIoDG .card-title {
  color: #1d2671;
}
.cid-soFIENIoDG .main-title {
  color: #232323;
}
.cid-soFIENIoDG .mbr-text,
.cid-soFIENIoDG .mbr-link-btn {
  color: #767676;
}
.cid-soFOjnVR9E {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1191.jpg");
}
.cid-soFOjnVR9E .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-soFOjnVR9E .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #00113e 75%);
}
.cid-soFTgykoYs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-soFTgykoYs .nav-tabs .nav-item.open .nav-link:focus,
.cid-soFTgykoYs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-soFTgykoYs .nav-link.active {
  background: #1425cc;
}
.cid-soFTgykoYs .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-soFTgykoYs .nav-link:hover {
  background: #1425cc;
}
.cid-soFTgykoYs .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  justify-content: center;
}
.cid-soFTgykoYs .nav-tabs .nav-item {
  padding: .5rem;
  flex: 1 1 100%;
}
.cid-soFTgykoYs p {
  padding-left: 2rem;
  color: #767676;
}
.cid-soFTgykoYs .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-soFTgykoYs .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-soFTgykoYs .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-soFTgykoYs .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-soFTgykoYs .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-soFTgykoYs .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-soFTgykoYs p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-soFTgykoYs .mbr-text,
  .cid-soFTgykoYs .nav-link {
    text-align: center;
  }
  .cid-soFTgykoYs .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-soFTgykoYs .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-soFTgykoYs p {
    padding-left: 0rem;
  }
}
.cid-soFS1TP93g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaf3ff;
}
.cid-soFS1TP93g *:focus {
  outline: none;
}
.cid-soFS1TP93g .form-group {
  margin-bottom: 2rem;
}
.cid-soFS1TP93g .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-soFS1TP93g .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-soFS1TP93g .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-soFS1TP93g .form-control::-moz-placeholder {
  color: #000000;
}
.cid-soFS1TP93g .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-soFS1TP93g .form-control:-moz-placeholder {
  color: #000000;
}
.cid-soFS1TP93g input.form-control {
  padding: 1px 0;
}
.cid-soFS1TP93g .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-soFS1TP93g .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-soFS1TP93g .soc-item .socicon:hover {
  opacity: .5;
}
.cid-soFS1TP93g .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-soFS1TP93g .first-column,
  .cid-soFS1TP93g .form-1 {
    text-align: center;
  }
}
.cid-soFS2JiFlq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soFS2JiFlq .google-map {
  height: 25rem;
  position: relative;
}
.cid-soFS2JiFlq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-soFS2JiFlq .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-soFS2JiFlq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-soFS2JiFlq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-soFS2JiFlq .container-fluid {
  padding: 0;
}
.cid-soFS2JiFlq .relative {
  position: relative;
  width: 100%;
}
.cid-soFS2JiFlq .mbr-section-title {
  color: #656565;
}
.cid-soFS2JiFlq .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-soFS2JiFlq .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-soFS2JiFlq .title {
  text-align: center;
  color: #ffffff;
}
.cid-soFS2JiFlq .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-soFS2JiFlq .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-snUXkx0tu1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snUXkx0tu1 .content {
    text-align: center;
  }
  .cid-snUXkx0tu1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-snUXkx0tu1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-snUXkx0tu1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snUXkx0tu1 .media-wrap img {
  height: 6rem;
}
.cid-snUXkx0tu1 .mbr-text {
  color: #8d97ad;
}
.cid-snUXkx0tu1 .p-title {
  font-size: 17px;
}
.cid-snUXkx0tu1 .p-title span {
  color: #111111;
}
.cid-snUXkx0tu1 .title-card {
  font-size: 1.3rem;
}
.cid-snUXkx0tu1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-snUXkx0tu1 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-snUXkx0tu1 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-snUXkx0tu1 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-snUXkx0tu1 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-snUXkx0tu1 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snUXkx0tu1 .copyright img {
  margin-right: 10px;
}
.cid-snUXkx0tu1 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-snUXkx0tu1 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-snUXkx0tu1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-snUXkx0tu1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-snUXkx0tu1 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snUXkx0tu1 SPAN {
  color: #1d2671;
}
.cid-sp6IUtTyQ2 {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sp6IUtTyQ2 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sp6IUtTyQ2 .mbr-overlay {
  background: linear-gradient(90deg, #1d2671, #2c1616);
}
@media (min-width: 992px) {
  .cid-sp6IUtTyQ2 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sp6IUtTyQ2 {
    text-align: center !important;
  }
  .cid-sp6IUtTyQ2 .mbr-text {
    text-align: center;
  }
}
.cid-sp6IUtTyQ2 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sp6VLt296c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sp6VLt296c .mbr-text {
  color: #767676;
}
.cid-sp6VLt296c h4 {
  font-weight: 500;
}
.cid-sp6VLt296c h4,
.cid-sp6VLt296c h5 {
  text-align: center;
}
.cid-sp6VLt296c p {
  text-align: center;
}
.cid-sp6VLt296c .card-box {
  text-align: center;
}
.cid-sp6VLt296c .card-img {
  font-size: 3rem;
}
.cid-sp6VLt296c .mbr-iconfont {
  color: #1d2671;
}
.cid-sp6IUw5c6i {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1191.jpg");
}
.cid-sp6IUw5c6i .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sp6IUw5c6i .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #00113e 75%);
}
.cid-sp6XuPqBAD {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-sp6XuPqBAD .container-fluid {
  padding: 0 3rem;
}
.cid-sp6XuPqBAD .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-sp6XuPqBAD .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #4284df;
}
.cid-sp6XuPqBAD .table-wrap:hover .table-pricing,
.cid-sp6XuPqBAD .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-sp6XuPqBAD .table-wrap:hover .table-heading,
.cid-sp6XuPqBAD .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-sp6XuPqBAD .section-heading {
  margin-bottom: 2rem;
}
.cid-sp6XuPqBAD .table-heading {
  margin-bottom: 2em;
}
.cid-sp6XuPqBAD .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-sp6XuPqBAD .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #1d2671, #1d2671);
  display: inline-block;
}
.cid-sp6XuPqBAD ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-sp6XuPqBAD ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sp6XuPqBAD ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sp6XuPqBAD hr {
  display: none;
  background: #efefef;
}
.cid-sp6XuPqBAD hr {
  display: block;
}
.cid-sp6XuPqBAD .table-heading,
.cid-sp6XuPqBAD .table-pricing,
.cid-sp6XuPqBAD .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-sp6XuPqBAD .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-sp6XuPqBAD .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sp6XuPqBAD .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-sp6XuPqBAD .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sp6XuPqBAD .container-fluid {
    padding: 0 0rem;
  }
}
.cid-sp6XuPqBAD .table-pricing,
.cid-sp6XuPqBAD .table-icon {
  color: #1d2671;
}
.cid-sp6Xy903HJ {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sp6Xy903HJ h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sp6Xy903HJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sp6Xy903HJ .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sp6Xy903HJ .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sp6IUy4T03 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sp6IUy4T03 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sp6IUy4T03 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sp6IUy4T03 .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-sp6IUy4T03 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sp6IUy4T03 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sp6IUy4T03 .container-fluid {
  padding: 0;
}
.cid-sp6IUy4T03 .relative {
  position: relative;
  width: 100%;
}
.cid-sp6IUy4T03 .mbr-section-title {
  color: #656565;
}
.cid-sp6IUy4T03 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sp6IUy4T03 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sp6IUy4T03 .title {
  text-align: center;
  color: #ffffff;
}
.cid-sp6IUy4T03 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sp6IUy4T03 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sp6IUytCTE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sp6IUytCTE .content {
    text-align: center;
  }
  .cid-sp6IUytCTE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sp6IUytCTE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sp6IUytCTE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sp6IUytCTE .media-wrap img {
  height: 6rem;
}
.cid-sp6IUytCTE .mbr-text {
  color: #8d97ad;
}
.cid-sp6IUytCTE .p-title {
  font-size: 17px;
}
.cid-sp6IUytCTE .p-title span {
  color: #111111;
}
.cid-sp6IUytCTE .title-card {
  font-size: 1.3rem;
}
.cid-sp6IUytCTE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sp6IUytCTE .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sp6IUytCTE .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sp6IUytCTE .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sp6IUytCTE .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sp6IUytCTE .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sp6IUytCTE .copyright img {
  margin-right: 10px;
}
.cid-sp6IUytCTE .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sp6IUytCTE .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-sp6IUytCTE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sp6IUytCTE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sp6IUytCTE .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sp6IUytCTE SPAN {
  color: #1d2671;
}
.cid-sru6aqsedl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sru6aqsedl .navbar-fixed-top {
  padding-top: 0;
}
.cid-sru6aqsedl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sru6aqsedl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sru6aqsedl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block !important;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 3rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  width: 100%;
}
.cid-sru6aqsedl .dropdown-item {
  padding: 0;
}
.cid-sru6aqsedl .dropdown-item,
.cid-sru6aqsedl .nav-link,
.cid-sru6aqsedl .brand-name {
  font-style: normal;
}
.cid-sru6aqsedl .dropdown-item:hover,
.cid-sru6aqsedl .nav-link:hover,
.cid-sru6aqsedl .brand-name:hover {
  color: #1d2671 !important;
}
.cid-sru6aqsedl .dropdown-menu {
  background-color: #efefef;
}
.cid-sru6aqsedl .dropdown-item:active {
  background-color: #efefef;
}
.cid-sru6aqsedl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sru6aqsedl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sru6aqsedl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sru6aqsedl .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sru6aqsedl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .content-text {
  margin-bottom: 0;
}
.cid-sru6aqsedl .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1d2671;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sru6aqsedl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sru6aqsedl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sru6aqsedl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sru6aqsedl .nav-dropdown .link {
  font-weight: 400;
}
.cid-sru6aqsedl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sru6aqsedl .content-right-side {
  text-align: center;
}
.cid-sru6aqsedl .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sru6aqsedl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sru6aqsedl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.46rem;
}
.cid-sru6aqsedl .info-widget {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 1rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sru6aqsedl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sru6aqsedl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sru6aqsedl .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sru6aqsedl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sru6aqsedl .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sru6aqsedl .navbar {
    display: block;
    padding: 0;
  }
  .cid-sru6aqsedl .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sru6aqsedl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sru6aqsedl .navbar-toggler {
    display: none;
  }
  .cid-sru6aqsedl .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sru6aqsedl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sru6aqsedl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sru6aqsedl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sru6aqsedl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sru6aqsedl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sru6aqsedl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sru6aqsedl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sru6aqsedl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sru6aqsedl button.navbar-toggler:focus {
  outline: none;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sru6aqsedl .collapsed .btn {
  display: flex;
}
.cid-sru6aqsedl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing,
.cid-sru6aqsedl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sru6aqsedl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sru6aqsedl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sru6aqsedl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sru6aqsedl .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sru6aqsedl .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sru6aqsedl .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sru6aqsedl .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sru6aqsedl .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sru6aqsedl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing,
  .cid-sru6aqsedl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sru6aqsedl img {
    height: 3.8rem !important;
  }
  .cid-sru6aqsedl .btn {
    display: flex;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    display: block;
  }
  .cid-sru6aqsedl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sru6aqsedl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sru6aqsedl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sru6aqsedl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sru6aqsedl .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sru6aqsedl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sru6aqsedl .nav-link:focus {
  outline: none;
}
.cid-sru6aqsedl .navbar-toggler {
  position: relative;
}
.cid-sru6aqsedl .dropdown-item.active,
.cid-sru6aqsedl .dropdown-item:active {
  color: initial;
}
.cid-sru6aqsedl .widget-title,
.cid-sru6aqsedl .widget-icon {
  color: #e9e9e9;
}
.cid-sru6aqsedl .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sru6aqsedl .menu-logo {
    display: none;
  }
  .cid-sru6aqsedl .navbar {
    padding: 0;
  }
  .cid-sru6aqsedl .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sp9nqubOVs {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sp9nqubOVs .media-content .btn-bgr {
  z-index: 0;
}
.cid-sp9nqubOVs .mbr-overlay {
  background: linear-gradient(90deg, #1d2671, #2c1616);
}
@media (min-width: 992px) {
  .cid-sp9nqubOVs .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sp9nqubOVs {
    text-align: center !important;
  }
  .cid-sp9nqubOVs .mbr-text {
    text-align: center;
  }
}
.cid-sp9nqubOVs .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sp9p0qTKB8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sp9p0qTKB8 .mbr-text {
  position: relative;
}
.cid-sp9p0qTKB8 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sp9p0qTKB8 img {
  object-fit: contain;
}
.cid-sp9p0qTKB8 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sp9p0qTKB8 .mbr-text:after,
  .cid-sp9p0qTKB8 .mbr-text:before {
    display: none;
  }
}
.cid-sp9nYUm3rQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1d2671;
}
.cid-sp9nYUm3rQ .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sp9nYUm3rQ .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-sp9nYUm3rQ .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sp9nYUm3rQ .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sp9nYUm3rQ .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sp9nYUm3rQ .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sp9nYUm3rQ .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sp9peZgStO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sp9peZgStO p {
  line-height: 1.6;
}
.cid-sp9peZgStO .card-box {
  width: -webkit-fill-available;
}
.cid-sp9peZgStO .card-img {
  width: auto;
}
.cid-sp9peZgStO .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sp9peZgStO .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sp9peZgStO .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sp9peZgStO .card {
  height: 100%;
  margin: auto;
}
.cid-sp9peZgStO img {
  width: 100%;
  heigth: auto;
}
.cid-sp9peZgStO .card-title1 {
  color: #073b4c;
}
.cid-sp9peZgStO .mbr-text1 {
  color: #767676;
}
.cid-sp9peZgStO .card-title2 {
  color: #7f1933;
}
.cid-sp9peZgStO .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sp9peZgStO .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sp9peZgStO .card-img {
    order: 1;
  }
  .cid-sp9peZgStO .card-box {
    order: 2;
  }
}
.cid-sp9nqyaQpZ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1191.jpg");
}
.cid-sp9nqyaQpZ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sp9nqyaQpZ .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #00113e 75%);
}
.cid-sp9nqzerrV {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-sp9nqzerrV .container-fluid {
  padding: 0 3rem;
}
.cid-sp9nqzerrV .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-sp9nqzerrV .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #4284df;
}
.cid-sp9nqzerrV .table-wrap:hover .table-pricing,
.cid-sp9nqzerrV .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-sp9nqzerrV .table-wrap:hover .table-heading,
.cid-sp9nqzerrV .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-sp9nqzerrV .section-heading {
  margin-bottom: 2rem;
}
.cid-sp9nqzerrV .table-heading {
  margin-bottom: 2em;
}
.cid-sp9nqzerrV .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-sp9nqzerrV .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #1d2671, #1d2671);
  display: inline-block;
}
.cid-sp9nqzerrV ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-sp9nqzerrV ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sp9nqzerrV ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sp9nqzerrV hr {
  display: none;
  background: #efefef;
}
.cid-sp9nqzerrV hr {
  display: block;
}
.cid-sp9nqzerrV .table-heading,
.cid-sp9nqzerrV .table-pricing,
.cid-sp9nqzerrV .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-sp9nqzerrV .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-sp9nqzerrV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sp9nqzerrV .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-sp9nqzerrV .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sp9nqzerrV .container-fluid {
    padding: 0 0rem;
  }
}
.cid-sp9nqzerrV .table-pricing,
.cid-sp9nqzerrV .table-icon {
  color: #1d2671;
}
.cid-sp9pmy6lDu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background6.jpg");
  overflow: hidden;
}
.cid-sp9pmy6lDu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sp9pmy6lDu #e2_shape {
  fill: #ffffff !important;
}
.cid-sp9pmy6lDu img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(39, 52, 154, 0.35);
}
@media (max-width: 576px) {
  .cid-sp9pmy6lDu img {
    width: 90%!important;
  }
}
.cid-sp9pmy6lDu H1 {
  color: #ffffff;
}
.cid-sp9nqCNf82 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sp9nqCNf82 .content {
    text-align: center;
  }
  .cid-sp9nqCNf82 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sp9nqCNf82 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sp9nqCNf82 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sp9nqCNf82 .media-wrap img {
  height: 6rem;
}
.cid-sp9nqCNf82 .mbr-text {
  color: #8d97ad;
}
.cid-sp9nqCNf82 .p-title {
  font-size: 17px;
}
.cid-sp9nqCNf82 .p-title span {
  color: #111111;
}
.cid-sp9nqCNf82 .title-card {
  font-size: 1.3rem;
}
.cid-sp9nqCNf82 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sp9nqCNf82 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sp9nqCNf82 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sp9nqCNf82 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sp9nqCNf82 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sp9nqCNf82 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sp9nqCNf82 .copyright img {
  margin-right: 10px;
}
.cid-sp9nqCNf82 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sp9nqCNf82 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-sp9nqCNf82 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sp9nqCNf82 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sp9nqCNf82 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sp9nqCNf82 SPAN {
  color: #1d2671;
}
.cid-sru6aqsedl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sru6aqsedl .navbar-fixed-top {
  padding-top: 0;
}
.cid-sru6aqsedl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sru6aqsedl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sru6aqsedl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block !important;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 3rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  width: 100%;
}
.cid-sru6aqsedl .dropdown-item {
  padding: 0;
}
.cid-sru6aqsedl .dropdown-item,
.cid-sru6aqsedl .nav-link,
.cid-sru6aqsedl .brand-name {
  font-style: normal;
}
.cid-sru6aqsedl .dropdown-item:hover,
.cid-sru6aqsedl .nav-link:hover,
.cid-sru6aqsedl .brand-name:hover {
  color: #1d2671 !important;
}
.cid-sru6aqsedl .dropdown-menu {
  background-color: #efefef;
}
.cid-sru6aqsedl .dropdown-item:active {
  background-color: #efefef;
}
.cid-sru6aqsedl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sru6aqsedl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sru6aqsedl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sru6aqsedl .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sru6aqsedl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .content-text {
  margin-bottom: 0;
}
.cid-sru6aqsedl .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1d2671;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sru6aqsedl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sru6aqsedl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sru6aqsedl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sru6aqsedl .nav-dropdown .link {
  font-weight: 400;
}
.cid-sru6aqsedl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sru6aqsedl .content-right-side {
  text-align: center;
}
.cid-sru6aqsedl .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sru6aqsedl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sru6aqsedl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.46rem;
}
.cid-sru6aqsedl .info-widget {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 1rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sru6aqsedl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sru6aqsedl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sru6aqsedl .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sru6aqsedl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sru6aqsedl .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sru6aqsedl .navbar {
    display: block;
    padding: 0;
  }
  .cid-sru6aqsedl .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sru6aqsedl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sru6aqsedl .navbar-toggler {
    display: none;
  }
  .cid-sru6aqsedl .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sru6aqsedl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sru6aqsedl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sru6aqsedl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sru6aqsedl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sru6aqsedl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sru6aqsedl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sru6aqsedl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sru6aqsedl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sru6aqsedl button.navbar-toggler:focus {
  outline: none;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sru6aqsedl .collapsed .btn {
  display: flex;
}
.cid-sru6aqsedl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing,
.cid-sru6aqsedl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sru6aqsedl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sru6aqsedl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sru6aqsedl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sru6aqsedl .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sru6aqsedl .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sru6aqsedl .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sru6aqsedl .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sru6aqsedl .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sru6aqsedl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing,
  .cid-sru6aqsedl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sru6aqsedl img {
    height: 3.8rem !important;
  }
  .cid-sru6aqsedl .btn {
    display: flex;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    display: block;
  }
  .cid-sru6aqsedl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sru6aqsedl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sru6aqsedl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sru6aqsedl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sru6aqsedl .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sru6aqsedl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sru6aqsedl .nav-link:focus {
  outline: none;
}
.cid-sru6aqsedl .navbar-toggler {
  position: relative;
}
.cid-sru6aqsedl .dropdown-item.active,
.cid-sru6aqsedl .dropdown-item:active {
  color: initial;
}
.cid-sru6aqsedl .widget-title,
.cid-sru6aqsedl .widget-icon {
  color: #e9e9e9;
}
.cid-sru6aqsedl .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sru6aqsedl .menu-logo {
    display: none;
  }
  .cid-sru6aqsedl .navbar {
    padding: 0;
  }
  .cid-sru6aqsedl .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sp9umXsUfU {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sp9umXsUfU .media-content .btn-bgr {
  z-index: 0;
}
.cid-sp9umXsUfU .mbr-overlay {
  background: linear-gradient(90deg, #1d2671, #2c1616);
}
@media (min-width: 992px) {
  .cid-sp9umXsUfU .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sp9umXsUfU {
    text-align: center !important;
  }
  .cid-sp9umXsUfU .mbr-text {
    text-align: center;
  }
}
.cid-sp9umXsUfU .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sp9umY5Hve {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sp9umY5Hve .mbr-text {
  color: #767676;
}
.cid-sp9umY5Hve h4 {
  font-weight: 500;
}
.cid-sp9umY5Hve h4,
.cid-sp9umY5Hve h5 {
  text-align: center;
}
.cid-sp9umY5Hve p {
  text-align: center;
}
.cid-sp9umY5Hve .card-box {
  text-align: center;
}
.cid-sp9umY5Hve .card-img {
  font-size: 3rem;
}
.cid-sp9umY5Hve .mbr-iconfont {
  color: #1d2671;
}
.cid-sp9v8j2H91 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sp9v8j2H91 .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sp9v8j2H91 .icon2 {
  color: #ffffff;
}
.cid-sp9v8j2H91 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sp9v8j2H91 p {
  font-weight: 400;
}
.cid-sp9v8j2H91 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sp9v8j2H91 .line2 {
  background: #ffffff;
}
.cid-sp9v8j2H91 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #3931d4;
}
.cid-sp9v8j2H91 .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sp9v8j2H91 .card2 {
  background: #4273ed;
}
.cid-sp9v8j2H91 .card-title,
.cid-sp9v8j2H91 .card-ico,
.cid-sp9v8j2H91 .line-wrap {
  text-align: center;
}
.cid-sp9v8j2H91 .mbr-text,
.cid-sp9v8j2H91 .card-link {
  text-align: center;
}
.cid-sp9v0pJVA5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sp9v0pJVA5 *:focus {
  outline: none;
}
.cid-sp9v0pJVA5 .form-group {
  margin-bottom: 2rem;
}
.cid-sp9v0pJVA5 .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sp9v0pJVA5 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sp9v0pJVA5 .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-sp9v0pJVA5 .form-control::-moz-placeholder {
  color: #000000;
}
.cid-sp9v0pJVA5 .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-sp9v0pJVA5 .form-control:-moz-placeholder {
  color: #000000;
}
.cid-sp9v0pJVA5 input.form-control {
  padding: 1px 0;
}
.cid-sp9v0pJVA5 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sp9v0pJVA5 .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sp9v0pJVA5 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sp9v0pJVA5 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sp9v0pJVA5 .first-column,
  .cid-sp9v0pJVA5 .form-1 {
    text-align: center;
  }
}
.cid-sp9un0UL0p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sp9un0UL0p .google-map {
  height: 25rem;
  position: relative;
}
.cid-sp9un0UL0p .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sp9un0UL0p .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-sp9un0UL0p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sp9un0UL0p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sp9un0UL0p .container-fluid {
  padding: 0;
}
.cid-sp9un0UL0p .relative {
  position: relative;
  width: 100%;
}
.cid-sp9un0UL0p .mbr-section-title {
  color: #656565;
}
.cid-sp9un0UL0p .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sp9un0UL0p .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sp9un0UL0p .title {
  text-align: center;
  color: #ffffff;
}
.cid-sp9un0UL0p .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sp9un0UL0p .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sp9un1CS9m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sp9un1CS9m .content {
    text-align: center;
  }
  .cid-sp9un1CS9m .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sp9un1CS9m .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sp9un1CS9m .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sp9un1CS9m .media-wrap img {
  height: 6rem;
}
.cid-sp9un1CS9m .mbr-text {
  color: #8d97ad;
}
.cid-sp9un1CS9m .p-title {
  font-size: 17px;
}
.cid-sp9un1CS9m .p-title span {
  color: #111111;
}
.cid-sp9un1CS9m .title-card {
  font-size: 1.3rem;
}
.cid-sp9un1CS9m .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sp9un1CS9m .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sp9un1CS9m .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sp9un1CS9m .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sp9un1CS9m .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sp9un1CS9m .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sp9un1CS9m .copyright img {
  margin-right: 10px;
}
.cid-sp9un1CS9m .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sp9un1CS9m .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-sp9un1CS9m .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sp9un1CS9m .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sp9un1CS9m .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sp9un1CS9m SPAN {
  color: #1d2671;
}
.cid-sru6aqsedl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sru6aqsedl .navbar-fixed-top {
  padding-top: 0;
}
.cid-sru6aqsedl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sru6aqsedl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sru6aqsedl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block !important;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 3rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  width: 100%;
}
.cid-sru6aqsedl .dropdown-item {
  padding: 0;
}
.cid-sru6aqsedl .dropdown-item,
.cid-sru6aqsedl .nav-link,
.cid-sru6aqsedl .brand-name {
  font-style: normal;
}
.cid-sru6aqsedl .dropdown-item:hover,
.cid-sru6aqsedl .nav-link:hover,
.cid-sru6aqsedl .brand-name:hover {
  color: #1d2671 !important;
}
.cid-sru6aqsedl .dropdown-menu {
  background-color: #efefef;
}
.cid-sru6aqsedl .dropdown-item:active {
  background-color: #efefef;
}
.cid-sru6aqsedl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sru6aqsedl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sru6aqsedl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sru6aqsedl .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sru6aqsedl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .content-text {
  margin-bottom: 0;
}
.cid-sru6aqsedl .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1d2671;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sru6aqsedl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sru6aqsedl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sru6aqsedl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sru6aqsedl .nav-dropdown .link {
  font-weight: 400;
}
.cid-sru6aqsedl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sru6aqsedl .content-right-side {
  text-align: center;
}
.cid-sru6aqsedl .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sru6aqsedl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sru6aqsedl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.46rem;
}
.cid-sru6aqsedl .info-widget {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 1rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sru6aqsedl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sru6aqsedl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sru6aqsedl .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sru6aqsedl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sru6aqsedl .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sru6aqsedl .navbar {
    display: block;
    padding: 0;
  }
  .cid-sru6aqsedl .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sru6aqsedl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sru6aqsedl .navbar-toggler {
    display: none;
  }
  .cid-sru6aqsedl .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sru6aqsedl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sru6aqsedl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sru6aqsedl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sru6aqsedl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sru6aqsedl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sru6aqsedl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sru6aqsedl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sru6aqsedl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sru6aqsedl button.navbar-toggler:focus {
  outline: none;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sru6aqsedl .collapsed .btn {
  display: flex;
}
.cid-sru6aqsedl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing,
.cid-sru6aqsedl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sru6aqsedl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sru6aqsedl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sru6aqsedl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sru6aqsedl .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sru6aqsedl .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sru6aqsedl .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sru6aqsedl .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sru6aqsedl .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sru6aqsedl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing,
  .cid-sru6aqsedl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sru6aqsedl img {
    height: 3.8rem !important;
  }
  .cid-sru6aqsedl .btn {
    display: flex;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    display: block;
  }
  .cid-sru6aqsedl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sru6aqsedl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sru6aqsedl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sru6aqsedl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sru6aqsedl .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sru6aqsedl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sru6aqsedl .nav-link:focus {
  outline: none;
}
.cid-sru6aqsedl .navbar-toggler {
  position: relative;
}
.cid-sru6aqsedl .dropdown-item.active,
.cid-sru6aqsedl .dropdown-item:active {
  color: initial;
}
.cid-sru6aqsedl .widget-title,
.cid-sru6aqsedl .widget-icon {
  color: #e9e9e9;
}
.cid-sru6aqsedl .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sru6aqsedl .menu-logo {
    display: none;
  }
  .cid-sru6aqsedl .navbar {
    padding: 0;
  }
  .cid-sru6aqsedl .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sqrQyWBKVG {
  background-image: url("../../../assets/images/high-angle-of-zippers-with-thimble-2000x1333.jpg");
}
.cid-sqrQyWBKVG .media-content .btn-bgr {
  z-index: 0;
}
.cid-sqrQyWBKVG .mbr-overlay {
  background: linear-gradient(90deg, #1d2671, #2c1616);
}
@media (min-width: 992px) {
  .cid-sqrQyWBKVG .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sqrQyWBKVG {
    text-align: center !important;
  }
  .cid-sqrQyWBKVG .mbr-text {
    text-align: center;
  }
}
.cid-sqrQyWBKVG .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqrQyX7pZh {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-sqrQyX7pZh .mbr-text {
  color: #767676;
}
.cid-sqrQyX7pZh h4 {
  font-weight: 500;
}
.cid-sqrQyX7pZh h4,
.cid-sqrQyX7pZh h5 {
  text-align: center;
}
.cid-sqrQyX7pZh p {
  text-align: center;
}
.cid-sqrQyX7pZh .card-box {
  text-align: center;
}
.cid-sqrQyX7pZh .card-img {
  font-size: 3rem;
}
.cid-sqrQyX7pZh .mbr-iconfont {
  color: #1d2671;
}
.cid-sqrWFJWKZg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ebebeb;
}
.cid-sqrWFJWKZg .container-fluid {
  padding: 0 3rem;
}
.cid-sqrWFJWKZg .card {
  display: block;
}
.cid-sqrWFJWKZg .card .card-wrapper {
  height: 1%;
}
.cid-sqrWFJWKZg .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqrWFJWKZg .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqrWFJWKZg .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqrWFJWKZg .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqrWFJWKZg .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqrWFJWKZg .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqrWS7YRaD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ebebeb;
}
.cid-sqrWS7YRaD .container-fluid {
  padding: 0 3rem;
}
.cid-sqrWS7YRaD .card {
  display: block;
}
.cid-sqrWS7YRaD .card .card-wrapper {
  height: 1%;
}
.cid-sqrWS7YRaD .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqrWS7YRaD .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqrWS7YRaD .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqrWS7YRaD .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqrWS7YRaD .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqrWS7YRaD .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqs0BxkLyJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eaf3ff;
}
.cid-sqs0BxkLyJ .container-fluid {
  padding: 0 3rem;
}
.cid-sqs0BxkLyJ .card {
  display: block;
}
.cid-sqs0BxkLyJ .card .card-wrapper {
  height: 1%;
}
.cid-sqs0BxkLyJ .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqs0BxkLyJ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqs0BxkLyJ .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqs0BxkLyJ .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqs0BxkLyJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqs0BxkLyJ .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqs1GdGSxe {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sqs1GdGSxe .mbr-figure {
  padding: 0;
}
.cid-sqs1GdGSxe .content-row {
  background-color: #0c57bf;
}
.cid-sqs1GdGSxe .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url("../../../assets/images/cierre-nylon-1200x800.jpeg");
}
@media (min-width: 992px) {
  .cid-sqs1GdGSxe .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sqs1GdGSxe .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-sqs1GdGSxe .content-row .media-content .content-block {
  z-index: 1;
}
.cid-sqsgoTlwt2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eaf3ff;
}
.cid-sqsgoTlwt2 .container-fluid {
  padding: 0 3rem;
}
.cid-sqsgoTlwt2 .card {
  display: block;
}
.cid-sqsgoTlwt2 .card .card-wrapper {
  height: 1%;
}
.cid-sqsgoTlwt2 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqsgoTlwt2 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqsgoTlwt2 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqsgoTlwt2 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqsgoTlwt2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqsgoTlwt2 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqsioghjxp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sqsioghjxp .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sqsioghjxp .card-img {
  padding-bottom: 2rem;
}
.cid-sqsioghjxp .mbr-text {
  color: #767676;
}
.cid-sqsioghjxp span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sqsioghjxp .date span {
  display: inline-block;
  background-color: #1d2671;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqsioghjxp .card-title {
    text-align: center;
  }
  .cid-sqsioghjxp p.mbr-text,
  .cid-sqsioghjxp p.date {
    text-align: center;
  }
}
.cid-sqrT1eXZ7d {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f0f0ff;
}
.cid-sqrT1eXZ7d .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqrT1eXZ7d .card .card-wrapper {
  background: #f0f0ff;
  height: 1%;
}
.cid-sqrT1eXZ7d .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sqrT1eXZ7d .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqrT1eXZ7d .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sqrT1eXZ7d .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sqrT1eXZ7d .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sqrT1eXZ7d .mbr-card-text {
  margin: 0;
}
.cid-srXXoxTKbC {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f8f8ff;
}
.cid-srXNKVpzGi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8ff;
}
.cid-srXNKVpzGi img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-srXNKVpzGi .row {
  justify-content: center;
}
.cid-srXNKVpzGi .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-srXNKVpzGi .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-srXNKVpzGi .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-srXNKVpzGi .img-wrap:hover:before {
  opacity: 0.4;
}
.cid-srXNKVpzGi .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-srXNKVpzGi .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-srXNKVpzGi .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-srXNKVpzGi .item {
    padding: 0.5rem;
  }
  .cid-srXNKVpzGi .row {
    padding: 0 0.5rem;
  }
}
.cid-srXNKVpzGi .btn {
  border-radius: 0;
}
.cid-srXNKVpzGi .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-ssCPKAWA8z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8ff;
}
.cid-ssCPKAWA8z img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-ssCPKAWA8z .row {
  justify-content: center;
}
.cid-ssCPKAWA8z .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-ssCPKAWA8z .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-ssCPKAWA8z .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-ssCPKAWA8z .img-wrap:hover:before {
  opacity: 0.4;
}
.cid-ssCPKAWA8z .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-ssCPKAWA8z .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-ssCPKAWA8z .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ssCPKAWA8z .item {
    padding: 0.5rem;
  }
  .cid-ssCPKAWA8z .row {
    padding: 0 0.5rem;
  }
}
.cid-ssCPKAWA8z .btn {
  border-radius: 0;
}
.cid-ssCPKAWA8z .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-ssCQ7SC2CF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8ff;
}
.cid-ssCQ7SC2CF img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-ssCQ7SC2CF .row {
  justify-content: center;
}
.cid-ssCQ7SC2CF .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-ssCQ7SC2CF .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-ssCQ7SC2CF .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-ssCQ7SC2CF .img-wrap:hover:before {
  opacity: 0.4;
}
.cid-ssCQ7SC2CF .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-ssCQ7SC2CF .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-ssCQ7SC2CF .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ssCQ7SC2CF .item {
    padding: 0.5rem;
  }
  .cid-ssCQ7SC2CF .row {
    padding: 0 0.5rem;
  }
}
.cid-ssCQ7SC2CF .btn {
  border-radius: 0;
}
.cid-ssCQ7SC2CF .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-ssCQztrBR9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8ff;
}
.cid-ssCQztrBR9 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-ssCQztrBR9 .row {
  justify-content: center;
}
.cid-ssCQztrBR9 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-ssCQztrBR9 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-ssCQztrBR9 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-ssCQztrBR9 .img-wrap:hover:before {
  opacity: 0.4;
}
.cid-ssCQztrBR9 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-ssCQztrBR9 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-ssCQztrBR9 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ssCQztrBR9 .item {
    padding: 0.5rem;
  }
  .cid-ssCQztrBR9 .row {
    padding: 0 0.5rem;
  }
}
.cid-ssCQztrBR9 .btn {
  border-radius: 0;
}
.cid-ssCQztrBR9 .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-ssCQZpyqpk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8ff;
}
.cid-ssCQZpyqpk img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-ssCQZpyqpk .row {
  justify-content: center;
}
.cid-ssCQZpyqpk .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-ssCQZpyqpk .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-ssCQZpyqpk .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-ssCQZpyqpk .img-wrap:hover:before {
  opacity: 0.4;
}
.cid-ssCQZpyqpk .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-ssCQZpyqpk .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-ssCQZpyqpk .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ssCQZpyqpk .item {
    padding: 0.5rem;
  }
  .cid-ssCQZpyqpk .row {
    padding: 0 0.5rem;
  }
}
.cid-ssCQZpyqpk .btn {
  border-radius: 0;
}
.cid-ssCQZpyqpk .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-ssCRrCkT4r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8ff;
}
.cid-ssCRrCkT4r img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-ssCRrCkT4r .row {
  justify-content: center;
}
.cid-ssCRrCkT4r .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-ssCRrCkT4r .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-ssCRrCkT4r .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-ssCRrCkT4r .img-wrap:hover:before {
  opacity: 0.4;
}
.cid-ssCRrCkT4r .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-ssCRrCkT4r .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-ssCRrCkT4r .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ssCRrCkT4r .item {
    padding: 0.5rem;
  }
  .cid-ssCRrCkT4r .row {
    padding: 0 0.5rem;
  }
}
.cid-ssCRrCkT4r .btn {
  border-radius: 0;
}
.cid-ssCRrCkT4r .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-sqrSl81Kku {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqrSl81Kku .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sqrSl81Kku .icon2 {
  color: #ffffff;
}
.cid-sqrSl81Kku .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sqrSl81Kku p {
  font-weight: 400;
}
.cid-sqrSl81Kku .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sqrSl81Kku .line2 {
  background: #ffffff;
}
.cid-sqrSl81Kku .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #3931d4;
}
.cid-sqrSl81Kku .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sqrSl81Kku .card2 {
  background: #4273ed;
}
.cid-sqrSl81Kku .card-title,
.cid-sqrSl81Kku .card-ico,
.cid-sqrSl81Kku .line-wrap {
  text-align: center;
}
.cid-sqrSl81Kku .mbr-text,
.cid-sqrSl81Kku .card-link {
  text-align: center;
}
.cid-sqrQyZgE9X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqrQyZgE9X .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqrQyZgE9X .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqrQyZgE9X .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-sqrQyZgE9X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqrQyZgE9X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqrQyZgE9X .container-fluid {
  padding: 0;
}
.cid-sqrQyZgE9X .relative {
  position: relative;
  width: 100%;
}
.cid-sqrQyZgE9X .mbr-section-title {
  color: #656565;
}
.cid-sqrQyZgE9X .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sqrQyZgE9X .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sqrQyZgE9X .title {
  text-align: center;
  color: #ffffff;
}
.cid-sqrQyZgE9X .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sqrQyZgE9X .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sqrQyZGxGW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sqrQyZGxGW .content {
    text-align: center;
  }
  .cid-sqrQyZGxGW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqrQyZGxGW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sqrQyZGxGW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sqrQyZGxGW .media-wrap img {
  height: 6rem;
}
.cid-sqrQyZGxGW .mbr-text {
  color: #8d97ad;
}
.cid-sqrQyZGxGW .p-title {
  font-size: 17px;
}
.cid-sqrQyZGxGW .p-title span {
  color: #111111;
}
.cid-sqrQyZGxGW .title-card {
  font-size: 1.3rem;
}
.cid-sqrQyZGxGW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqrQyZGxGW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sqrQyZGxGW .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sqrQyZGxGW .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sqrQyZGxGW .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sqrQyZGxGW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqrQyZGxGW .copyright img {
  margin-right: 10px;
}
.cid-sqrQyZGxGW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sqrQyZGxGW .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-sqrQyZGxGW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqrQyZGxGW .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sqrQyZGxGW .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqrQyZGxGW SPAN {
  color: #1d2671;
}
.cid-sru6aqsedl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sru6aqsedl .navbar-fixed-top {
  padding-top: 0;
}
.cid-sru6aqsedl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sru6aqsedl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sru6aqsedl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block !important;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 3rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  width: 100%;
}
.cid-sru6aqsedl .dropdown-item {
  padding: 0;
}
.cid-sru6aqsedl .dropdown-item,
.cid-sru6aqsedl .nav-link,
.cid-sru6aqsedl .brand-name {
  font-style: normal;
}
.cid-sru6aqsedl .dropdown-item:hover,
.cid-sru6aqsedl .nav-link:hover,
.cid-sru6aqsedl .brand-name:hover {
  color: #1d2671 !important;
}
.cid-sru6aqsedl .dropdown-menu {
  background-color: #efefef;
}
.cid-sru6aqsedl .dropdown-item:active {
  background-color: #efefef;
}
.cid-sru6aqsedl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sru6aqsedl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sru6aqsedl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sru6aqsedl .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sru6aqsedl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .content-text {
  margin-bottom: 0;
}
.cid-sru6aqsedl .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1d2671;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sru6aqsedl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sru6aqsedl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sru6aqsedl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sru6aqsedl .nav-dropdown .link {
  font-weight: 400;
}
.cid-sru6aqsedl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sru6aqsedl .content-right-side {
  text-align: center;
}
.cid-sru6aqsedl .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sru6aqsedl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sru6aqsedl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.46rem;
}
.cid-sru6aqsedl .info-widget {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 1rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sru6aqsedl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sru6aqsedl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sru6aqsedl .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sru6aqsedl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sru6aqsedl .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sru6aqsedl .navbar {
    display: block;
    padding: 0;
  }
  .cid-sru6aqsedl .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sru6aqsedl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sru6aqsedl .navbar-toggler {
    display: none;
  }
  .cid-sru6aqsedl .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sru6aqsedl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sru6aqsedl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sru6aqsedl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sru6aqsedl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sru6aqsedl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sru6aqsedl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sru6aqsedl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sru6aqsedl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sru6aqsedl button.navbar-toggler:focus {
  outline: none;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sru6aqsedl .collapsed .btn {
  display: flex;
}
.cid-sru6aqsedl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing,
.cid-sru6aqsedl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sru6aqsedl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sru6aqsedl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sru6aqsedl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sru6aqsedl .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sru6aqsedl .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sru6aqsedl .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sru6aqsedl .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sru6aqsedl .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sru6aqsedl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing,
  .cid-sru6aqsedl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sru6aqsedl img {
    height: 3.8rem !important;
  }
  .cid-sru6aqsedl .btn {
    display: flex;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    display: block;
  }
  .cid-sru6aqsedl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sru6aqsedl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sru6aqsedl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sru6aqsedl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sru6aqsedl .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sru6aqsedl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sru6aqsedl .nav-link:focus {
  outline: none;
}
.cid-sru6aqsedl .navbar-toggler {
  position: relative;
}
.cid-sru6aqsedl .dropdown-item.active,
.cid-sru6aqsedl .dropdown-item:active {
  color: initial;
}
.cid-sru6aqsedl .widget-title,
.cid-sru6aqsedl .widget-icon {
  color: #e9e9e9;
}
.cid-sru6aqsedl .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sru6aqsedl .menu-logo {
    display: none;
  }
  .cid-sru6aqsedl .navbar {
    padding: 0;
  }
  .cid-sru6aqsedl .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sqsm3MuSnU {
  background-image: url("../../../assets/images/unnamed-512x348.png");
}
.cid-sqsm3MuSnU .media-content .btn-bgr {
  z-index: 0;
}
.cid-sqsm3MuSnU .mbr-overlay {
  background: linear-gradient(90deg, #1d2671, #2c1616);
}
@media (min-width: 992px) {
  .cid-sqsm3MuSnU .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sqsm3MuSnU {
    text-align: center !important;
  }
  .cid-sqsm3MuSnU .mbr-text {
    text-align: center;
  }
}
.cid-sqsm3MuSnU .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqsm3Ndv4I {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-sqsm3Ndv4I .mbr-text {
  color: #767676;
}
.cid-sqsm3Ndv4I h4 {
  font-weight: 500;
}
.cid-sqsm3Ndv4I h4,
.cid-sqsm3Ndv4I h5 {
  text-align: center;
}
.cid-sqsm3Ndv4I p {
  text-align: center;
}
.cid-sqsm3Ndv4I .card-box {
  text-align: center;
}
.cid-sqsm3Ndv4I .card-img {
  font-size: 3rem;
}
.cid-sqsm3Ndv4I .mbr-iconfont {
  color: #1d2671;
}
.cid-sqsm3Op3d3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ebebeb;
}
.cid-sqsm3Op3d3 .container-fluid {
  padding: 0 3rem;
}
.cid-sqsm3Op3d3 .card {
  display: block;
}
.cid-sqsm3Op3d3 .card .card-wrapper {
  height: 1%;
}
.cid-sqsm3Op3d3 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqsm3Op3d3 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqsm3Op3d3 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqsm3Op3d3 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqsm3Op3d3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqsm3Op3d3 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqsm3PEn26 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ebebeb;
}
.cid-sqsm3PEn26 .container-fluid {
  padding: 0 3rem;
}
.cid-sqsm3PEn26 .card {
  display: block;
}
.cid-sqsm3PEn26 .card .card-wrapper {
  height: 1%;
}
.cid-sqsm3PEn26 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqsm3PEn26 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqsm3PEn26 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqsm3PEn26 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqsm3PEn26 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqsm3PEn26 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqsm3QKa17 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eaf3ff;
}
.cid-sqsm3QKa17 .container-fluid {
  padding: 0 3rem;
}
.cid-sqsm3QKa17 .card {
  display: block;
}
.cid-sqsm3QKa17 .card .card-wrapper {
  height: 1%;
}
.cid-sqsm3QKa17 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqsm3QKa17 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqsm3QKa17 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqsm3QKa17 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqsm3QKa17 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqsm3QKa17 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqsm3Scr1Z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eaf3ff;
}
.cid-sqsm3Scr1Z .container-fluid {
  padding: 0 3rem;
}
.cid-sqsm3Scr1Z .card {
  display: block;
}
.cid-sqsm3Scr1Z .card .card-wrapper {
  height: 1%;
}
.cid-sqsm3Scr1Z .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqsm3Scr1Z .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqsm3Scr1Z .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqsm3Scr1Z .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqsm3Scr1Z .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqsm3Scr1Z .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqsvN01qTz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eaf3ff;
}
.cid-sqsvN01qTz .container-fluid {
  padding: 0 3rem;
}
.cid-sqsvN01qTz .card {
  display: block;
}
.cid-sqsvN01qTz .card .card-wrapper {
  height: 1%;
}
.cid-sqsvN01qTz .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqsvN01qTz .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqsvN01qTz .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqsvN01qTz .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqsvN01qTz .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqsvN01qTz .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqsm3RJkdP {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sqsm3RJkdP .mbr-figure {
  padding: 0;
}
.cid-sqsm3RJkdP .content-row {
  background-color: #0c57bf;
}
.cid-sqsm3RJkdP .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-sqsm3RJkdP .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sqsm3RJkdP .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-sqsm3RJkdP .content-row .media-content .content-block {
  z-index: 1;
}
.cid-sqsGUAIg3H {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ebebeb;
}
.cid-sqsGUAIg3H .container-fluid {
  padding: 0 3rem;
}
.cid-sqsGUAIg3H .card {
  display: block;
}
.cid-sqsGUAIg3H .card .card-wrapper {
  height: 1%;
}
.cid-sqsGUAIg3H .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqsGUAIg3H .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqsGUAIg3H .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqsGUAIg3H .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqsGUAIg3H .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqsGUAIg3H .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqsGV6SjMC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ebebeb;
}
.cid-sqsGV6SjMC .container-fluid {
  padding: 0 3rem;
}
.cid-sqsGV6SjMC .card {
  display: block;
}
.cid-sqsGV6SjMC .card .card-wrapper {
  height: 1%;
}
.cid-sqsGV6SjMC .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sqsGV6SjMC .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqsGV6SjMC .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sqsGV6SjMC .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sqsGV6SjMC .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqsGV6SjMC .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sqsm3UbzjG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f0f7f8;
}
.cid-sqsm3UbzjG .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqsm3UbzjG .card .card-wrapper {
  background: #f0f7f8;
  height: 1%;
}
.cid-sqsm3UbzjG .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-sqsm3UbzjG .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sqsm3UbzjG .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-sqsm3UbzjG .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sqsm3UbzjG .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sqsm3UbzjG .mbr-card-text {
  margin: 0;
}
.cid-sqsm3UbzjG .mbr-section-title {
  text-align: center;
}
.cid-sqsm3UbzjG .mbr-section-subtitle {
  text-align: center;
}
.cid-sqsm3Vye9Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqsm3Vye9Z .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sqsm3Vye9Z .icon2 {
  color: #ffffff;
}
.cid-sqsm3Vye9Z .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sqsm3Vye9Z p {
  font-weight: 400;
}
.cid-sqsm3Vye9Z .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sqsm3Vye9Z .line2 {
  background: #ffffff;
}
.cid-sqsm3Vye9Z .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #3931d4;
}
.cid-sqsm3Vye9Z .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sqsm3Vye9Z .card2 {
  background: #4273ed;
}
.cid-sqsm3Vye9Z .card-title,
.cid-sqsm3Vye9Z .card-ico,
.cid-sqsm3Vye9Z .line-wrap {
  text-align: center;
}
.cid-sqsm3Vye9Z .mbr-text,
.cid-sqsm3Vye9Z .card-link {
  text-align: center;
}
.cid-sqsm3Wkjie {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqsm3Wkjie .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqsm3Wkjie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqsm3Wkjie .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-sqsm3Wkjie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqsm3Wkjie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqsm3Wkjie .container-fluid {
  padding: 0;
}
.cid-sqsm3Wkjie .relative {
  position: relative;
  width: 100%;
}
.cid-sqsm3Wkjie .mbr-section-title {
  color: #656565;
}
.cid-sqsm3Wkjie .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sqsm3Wkjie .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sqsm3Wkjie .title {
  text-align: center;
  color: #ffffff;
}
.cid-sqsm3Wkjie .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sqsm3Wkjie .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sqsm3WSowo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sqsm3WSowo .content {
    text-align: center;
  }
  .cid-sqsm3WSowo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqsm3WSowo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sqsm3WSowo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sqsm3WSowo .media-wrap img {
  height: 6rem;
}
.cid-sqsm3WSowo .mbr-text {
  color: #8d97ad;
}
.cid-sqsm3WSowo .p-title {
  font-size: 17px;
}
.cid-sqsm3WSowo .p-title span {
  color: #111111;
}
.cid-sqsm3WSowo .title-card {
  font-size: 1.3rem;
}
.cid-sqsm3WSowo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqsm3WSowo .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sqsm3WSowo .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sqsm3WSowo .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sqsm3WSowo .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sqsm3WSowo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqsm3WSowo .copyright img {
  margin-right: 10px;
}
.cid-sqsm3WSowo .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sqsm3WSowo .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-sqsm3WSowo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqsm3WSowo .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sqsm3WSowo .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqsm3WSowo SPAN {
  color: #1d2671;
}
.cid-sru6aqsedl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sru6aqsedl .navbar-fixed-top {
  padding-top: 0;
}
.cid-sru6aqsedl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sru6aqsedl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sru6aqsedl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sru6aqsedl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block !important;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 3rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  width: 100%;
}
.cid-sru6aqsedl .dropdown-item {
  padding: 0;
}
.cid-sru6aqsedl .dropdown-item,
.cid-sru6aqsedl .nav-link,
.cid-sru6aqsedl .brand-name {
  font-style: normal;
}
.cid-sru6aqsedl .dropdown-item:hover,
.cid-sru6aqsedl .nav-link:hover,
.cid-sru6aqsedl .brand-name:hover {
  color: #1d2671 !important;
}
.cid-sru6aqsedl .dropdown-menu {
  background-color: #efefef;
}
.cid-sru6aqsedl .dropdown-item:active {
  background-color: #efefef;
}
.cid-sru6aqsedl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sru6aqsedl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sru6aqsedl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sru6aqsedl .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sru6aqsedl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .content-text {
  margin-bottom: 0;
}
.cid-sru6aqsedl .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1d2671;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sru6aqsedl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sru6aqsedl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sru6aqsedl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sru6aqsedl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sru6aqsedl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sru6aqsedl .nav-dropdown .link {
  font-weight: 400;
}
.cid-sru6aqsedl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sru6aqsedl .content-right-side {
  text-align: center;
}
.cid-sru6aqsedl .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sru6aqsedl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sru6aqsedl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.46rem;
}
.cid-sru6aqsedl .info-widget {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 1rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sru6aqsedl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sru6aqsedl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sru6aqsedl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sru6aqsedl .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sru6aqsedl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sru6aqsedl .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sru6aqsedl .navbar {
    display: block;
    padding: 0;
  }
  .cid-sru6aqsedl .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sru6aqsedl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sru6aqsedl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sru6aqsedl .navbar-toggler {
    display: none;
  }
  .cid-sru6aqsedl .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sru6aqsedl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sru6aqsedl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sru6aqsedl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sru6aqsedl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sru6aqsedl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sru6aqsedl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sru6aqsedl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sru6aqsedl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sru6aqsedl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sru6aqsedl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sru6aqsedl button.navbar-toggler:focus {
  outline: none;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sru6aqsedl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sru6aqsedl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sru6aqsedl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sru6aqsedl .collapsed .btn {
  display: flex;
}
.cid-sru6aqsedl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing,
.cid-sru6aqsedl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sru6aqsedl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sru6aqsedl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sru6aqsedl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sru6aqsedl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sru6aqsedl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sru6aqsedl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sru6aqsedl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sru6aqsedl .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sru6aqsedl .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sru6aqsedl .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sru6aqsedl .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sru6aqsedl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sru6aqsedl .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sru6aqsedl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing,
  .cid-sru6aqsedl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sru6aqsedl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sru6aqsedl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sru6aqsedl img {
    height: 3.8rem !important;
  }
  .cid-sru6aqsedl .btn {
    display: flex;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    display: block;
  }
  .cid-sru6aqsedl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sru6aqsedl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sru6aqsedl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sru6aqsedl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sru6aqsedl .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sru6aqsedl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sru6aqsedl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sru6aqsedl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sru6aqsedl .nav-link:focus {
  outline: none;
}
.cid-sru6aqsedl .navbar-toggler {
  position: relative;
}
.cid-sru6aqsedl .dropdown-item.active,
.cid-sru6aqsedl .dropdown-item:active {
  color: initial;
}
.cid-sru6aqsedl .widget-title,
.cid-sru6aqsedl .widget-icon {
  color: #e9e9e9;
}
.cid-sru6aqsedl .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sru6aqsedl .menu-logo {
    display: none;
  }
  .cid-sru6aqsedl .navbar {
    padding: 0;
  }
  .cid-sru6aqsedl .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sru6aqsedl button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ufme2oZ8hO {
  background-image: url("../../../assets/images/uniformes.jpg");
}
.cid-ufme2oZ8hO .media-content .btn-bgr {
  z-index: 0;
}
.cid-ufme2oZ8hO .mbr-overlay {
  background: linear-gradient(90deg, #1d2671, #2c1616);
}
@media (min-width: 992px) {
  .cid-ufme2oZ8hO .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-ufme2oZ8hO {
    text-align: center !important;
  }
  .cid-ufme2oZ8hO .mbr-text {
    text-align: center;
  }
}
.cid-ufme2oZ8hO .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ufmkyxlGwS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0f1;
}
.cid-ufmkyxlGwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmkyxlGwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufmkyxlGwS .container {
    padding: 0 15px;
  }
}
.cid-ufmkyxlGwS .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-ufmkyxlGwS .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ufmkyxlGwS .content-wrapper {
    padding-right: 0;
  }
}
.cid-ufmkyxlGwS .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufmkyxlGwS .content-wrap {
    display: block;
  }
}
.cid-ufmkyxlGwS .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmkyxlGwS .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmkyxlGwS .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmkyxlGwS .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmkyxlGwS .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ufmkyxlGwS .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-ufmkyxlGwS .mbr-section-title {
  color: #1d2671;
}
.cid-ufmkyxlGwS .mbr-desc,
.cid-ufmkyxlGwS .desc-wrapper {
  color: #3f1819;
}
.cid-ufmme0luAQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0f1;
}
.cid-ufmme0luAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmme0luAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmme0luAQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmme0luAQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmme0luAQ .container {
    padding: 0 30px;
  }
}
.cid-ufmme0luAQ .row {
  justify-content: center;
}
.cid-ufmme0luAQ .item {
  margin-bottom: 50px;
}
.cid-ufmme0luAQ .item a:hover .item-wrapper .item-img img,
.cid-ufmme0luAQ .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmme0luAQ .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmme0luAQ .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmme0luAQ .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmme0luAQ .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmme0luAQ .mbr-card-title {
  color: #212529;
}
.cid-ufmme0luAQ .mbr-desc {
  color: #212529;
}
.cid-ufmvn5I3X2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0f1;
}
.cid-ufmvn5I3X2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmvn5I3X2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmvn5I3X2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmvn5I3X2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmvn5I3X2 .container {
    padding: 0 30px;
  }
}
.cid-ufmvn5I3X2 .row {
  justify-content: center;
}
.cid-ufmvn5I3X2 .item {
  margin-bottom: 50px;
}
.cid-ufmvn5I3X2 .item a:hover .item-wrapper .item-img img,
.cid-ufmvn5I3X2 .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmvn5I3X2 .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmvn5I3X2 .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmvn5I3X2 .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmvn5I3X2 .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmvn5I3X2 .mbr-card-title {
  color: #212529;
}
.cid-ufmvn5I3X2 .mbr-desc {
  color: #212529;
}
.cid-ufmvq4Hpra {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0f1;
}
.cid-ufmvq4Hpra .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmvq4Hpra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmvq4Hpra .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmvq4Hpra .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmvq4Hpra .container {
    padding: 0 30px;
  }
}
.cid-ufmvq4Hpra .row {
  justify-content: center;
}
.cid-ufmvq4Hpra .item {
  margin-bottom: 50px;
}
.cid-ufmvq4Hpra .item a:hover .item-wrapper .item-img img,
.cid-ufmvq4Hpra .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmvq4Hpra .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmvq4Hpra .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmvq4Hpra .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmvq4Hpra .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmvq4Hpra .mbr-card-title {
  color: #212529;
}
.cid-ufmvq4Hpra .mbr-desc {
  color: #212529;
}
.cid-ufmvqLiSxN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0f1;
}
.cid-ufmvqLiSxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmvqLiSxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmvqLiSxN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmvqLiSxN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmvqLiSxN .container {
    padding: 0 30px;
  }
}
.cid-ufmvqLiSxN .row {
  justify-content: center;
}
.cid-ufmvqLiSxN .item {
  margin-bottom: 50px;
}
.cid-ufmvqLiSxN .item a:hover .item-wrapper .item-img img,
.cid-ufmvqLiSxN .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmvqLiSxN .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmvqLiSxN .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmvqLiSxN .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmvqLiSxN .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmvqLiSxN .mbr-card-title {
  color: #212529;
}
.cid-ufmvqLiSxN .mbr-desc {
  color: #212529;
}
.cid-ufmvrnUTGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0f1;
}
.cid-ufmvrnUTGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmvrnUTGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmvrnUTGI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmvrnUTGI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmvrnUTGI .container {
    padding: 0 30px;
  }
}
.cid-ufmvrnUTGI .row {
  justify-content: center;
}
.cid-ufmvrnUTGI .item {
  margin-bottom: 50px;
}
.cid-ufmvrnUTGI .item a:hover .item-wrapper .item-img img,
.cid-ufmvrnUTGI .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmvrnUTGI .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmvrnUTGI .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmvrnUTGI .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmvrnUTGI .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmvrnUTGI .mbr-card-title {
  color: #212529;
}
.cid-ufmvrnUTGI .mbr-desc {
  color: #212529;
}
.cid-ufoRvEstS1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0f1;
}
.cid-ufoRvEstS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoRvEstS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoRvEstS1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoRvEstS1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoRvEstS1 .container {
    padding: 0 30px;
  }
}
.cid-ufoRvEstS1 .row {
  justify-content: center;
}
.cid-ufoRvEstS1 .item {
  margin-bottom: 50px;
}
.cid-ufoRvEstS1 .item a:hover .item-wrapper .item-img img,
.cid-ufoRvEstS1 .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoRvEstS1 .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoRvEstS1 .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoRvEstS1 .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoRvEstS1 .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoRvEstS1 .mbr-card-title {
  color: #212529;
}
.cid-ufoRvEstS1 .mbr-desc {
  color: #212529;
}
.cid-ufoRwtQVnI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0f1;
}
.cid-ufoRwtQVnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoRwtQVnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoRwtQVnI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoRwtQVnI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoRwtQVnI .container {
    padding: 0 30px;
  }
}
.cid-ufoRwtQVnI .row {
  justify-content: center;
}
.cid-ufoRwtQVnI .item {
  margin-bottom: 50px;
}
.cid-ufoRwtQVnI .item a:hover .item-wrapper .item-img img,
.cid-ufoRwtQVnI .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoRwtQVnI .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoRwtQVnI .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoRwtQVnI .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoRwtQVnI .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoRwtQVnI .mbr-card-title {
  color: #212529;
}
.cid-ufoRwtQVnI .mbr-desc {
  color: #212529;
}
.cid-ufoRxgR899 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0f1;
}
.cid-ufoRxgR899 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoRxgR899 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoRxgR899 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoRxgR899 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoRxgR899 .container {
    padding: 0 30px;
  }
}
.cid-ufoRxgR899 .row {
  justify-content: center;
}
.cid-ufoRxgR899 .item {
  margin-bottom: 50px;
}
.cid-ufoRxgR899 .item a:hover .item-wrapper .item-img img,
.cid-ufoRxgR899 .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoRxgR899 .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoRxgR899 .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoRxgR899 .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoRxgR899 .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoRxgR899 .mbr-card-title {
  color: #212529;
}
.cid-ufoRxgR899 .mbr-desc {
  color: #212529;
}
.cid-ufoRxUh3FK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0f1;
}
.cid-ufoRxUh3FK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoRxUh3FK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoRxUh3FK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoRxUh3FK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoRxUh3FK .container {
    padding: 0 30px;
  }
}
.cid-ufoRxUh3FK .row {
  justify-content: center;
}
.cid-ufoRxUh3FK .item {
  margin-bottom: 50px;
}
.cid-ufoRxUh3FK .item a:hover .item-wrapper .item-img img,
.cid-ufoRxUh3FK .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoRxUh3FK .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoRxUh3FK .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoRxUh3FK .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoRxUh3FK .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoRxUh3FK .mbr-card-title {
  color: #212529;
}
.cid-ufoRxUh3FK .mbr-desc {
  color: #212529;
}
.cid-ufmxKXFgJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-ufmxKXFgJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmxKXFgJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufmxKXFgJe .container {
    padding: 0 15px;
  }
}
.cid-ufmxKXFgJe .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-ufmxKXFgJe .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ufmxKXFgJe .content-wrapper {
    padding-right: 0;
  }
}
.cid-ufmxKXFgJe .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufmxKXFgJe .content-wrap {
    display: block;
  }
}
.cid-ufmxKXFgJe .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmxKXFgJe .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmxKXFgJe .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmxKXFgJe .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmxKXFgJe .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ufmxKXFgJe .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-ufmxKXFgJe .mbr-section-title {
  color: #1d2671;
}
.cid-ufmxKXFgJe .mbr-desc,
.cid-ufmxKXFgJe .desc-wrapper {
  color: #3f1819;
}
.cid-ufmxS77e4r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-ufmxS77e4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmxS77e4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmxS77e4r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmxS77e4r .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmxS77e4r .container {
    padding: 0 30px;
  }
}
.cid-ufmxS77e4r .row {
  justify-content: center;
}
.cid-ufmxS77e4r .item {
  margin-bottom: 50px;
}
.cid-ufmxS77e4r .item a:hover .item-wrapper .item-img img,
.cid-ufmxS77e4r .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmxS77e4r .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmxS77e4r .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmxS77e4r .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmxS77e4r .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmxS77e4r .mbr-card-title {
  color: #212529;
}
.cid-ufmxS77e4r .mbr-desc {
  color: #212529;
}
.cid-ufmGBMl1Wo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-ufmGBMl1Wo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmGBMl1Wo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmGBMl1Wo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmGBMl1Wo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmGBMl1Wo .container {
    padding: 0 30px;
  }
}
.cid-ufmGBMl1Wo .row {
  justify-content: center;
}
.cid-ufmGBMl1Wo .item {
  margin-bottom: 50px;
}
.cid-ufmGBMl1Wo .item a:hover .item-wrapper .item-img img,
.cid-ufmGBMl1Wo .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmGBMl1Wo .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmGBMl1Wo .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmGBMl1Wo .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmGBMl1Wo .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmGBMl1Wo .mbr-card-title {
  color: #212529;
}
.cid-ufmGBMl1Wo .mbr-desc {
  color: #212529;
}
.cid-ufmGCj2ZIB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-ufmGCj2ZIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmGCj2ZIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmGCj2ZIB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmGCj2ZIB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmGCj2ZIB .container {
    padding: 0 30px;
  }
}
.cid-ufmGCj2ZIB .row {
  justify-content: center;
}
.cid-ufmGCj2ZIB .item {
  margin-bottom: 50px;
}
.cid-ufmGCj2ZIB .item a:hover .item-wrapper .item-img img,
.cid-ufmGCj2ZIB .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmGCj2ZIB .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmGCj2ZIB .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmGCj2ZIB .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmGCj2ZIB .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmGCj2ZIB .mbr-card-title {
  color: #212529;
}
.cid-ufmGCj2ZIB .mbr-desc {
  color: #212529;
}
.cid-ufmGCMOCaw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-ufmGCMOCaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmGCMOCaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmGCMOCaw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmGCMOCaw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmGCMOCaw .container {
    padding: 0 30px;
  }
}
.cid-ufmGCMOCaw .row {
  justify-content: center;
}
.cid-ufmGCMOCaw .item {
  margin-bottom: 50px;
}
.cid-ufmGCMOCaw .item a:hover .item-wrapper .item-img img,
.cid-ufmGCMOCaw .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmGCMOCaw .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmGCMOCaw .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmGCMOCaw .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmGCMOCaw .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmGCMOCaw .mbr-card-title {
  color: #212529;
}
.cid-ufmGCMOCaw .mbr-desc {
  color: #212529;
}
.cid-ufmGDplt7D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-ufmGDplt7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmGDplt7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmGDplt7D .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmGDplt7D .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmGDplt7D .container {
    padding: 0 30px;
  }
}
.cid-ufmGDplt7D .row {
  justify-content: center;
}
.cid-ufmGDplt7D .item {
  margin-bottom: 50px;
}
.cid-ufmGDplt7D .item a:hover .item-wrapper .item-img img,
.cid-ufmGDplt7D .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmGDplt7D .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmGDplt7D .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmGDplt7D .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmGDplt7D .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmGDplt7D .mbr-card-title {
  color: #212529;
}
.cid-ufmGDplt7D .mbr-desc {
  color: #212529;
}
.cid-ufmzziN4Ny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaf3ff;
}
.cid-ufmzziN4Ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmzziN4Ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufmzziN4Ny .container {
    padding: 0 15px;
  }
}
.cid-ufmzziN4Ny .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-ufmzziN4Ny .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ufmzziN4Ny .content-wrapper {
    padding-right: 0;
  }
}
.cid-ufmzziN4Ny .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufmzziN4Ny .content-wrap {
    display: block;
  }
}
.cid-ufmzziN4Ny .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmzziN4Ny .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmzziN4Ny .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmzziN4Ny .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmzziN4Ny .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ufmzziN4Ny .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-ufmzziN4Ny .mbr-section-title {
  color: #1d2671;
}
.cid-ufmzziN4Ny .mbr-desc,
.cid-ufmzziN4Ny .desc-wrapper {
  color: #3f1819;
}
.cid-ufoHhsrm1q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf3ff;
}
.cid-ufoHhsrm1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoHhsrm1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoHhsrm1q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoHhsrm1q .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoHhsrm1q .container {
    padding: 0 30px;
  }
}
.cid-ufoHhsrm1q .row {
  justify-content: center;
}
.cid-ufoHhsrm1q .item {
  margin-bottom: 50px;
}
.cid-ufoHhsrm1q .item a:hover .item-wrapper .item-img img,
.cid-ufoHhsrm1q .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoHhsrm1q .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoHhsrm1q .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoHhsrm1q .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoHhsrm1q .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoHhsrm1q .mbr-card-title {
  color: #212529;
}
.cid-ufoHhsrm1q .mbr-desc {
  color: #212529;
}
.cid-ufoOqA9pNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf3ff;
}
.cid-ufoOqA9pNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoOqA9pNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoOqA9pNG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoOqA9pNG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoOqA9pNG .container {
    padding: 0 30px;
  }
}
.cid-ufoOqA9pNG .row {
  justify-content: center;
}
.cid-ufoOqA9pNG .item {
  margin-bottom: 50px;
}
.cid-ufoOqA9pNG .item a:hover .item-wrapper .item-img img,
.cid-ufoOqA9pNG .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoOqA9pNG .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoOqA9pNG .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoOqA9pNG .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoOqA9pNG .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoOqA9pNG .mbr-card-title {
  color: #212529;
}
.cid-ufoOqA9pNG .mbr-desc {
  color: #212529;
}
.cid-ufoOrjenGH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf3ff;
}
.cid-ufoOrjenGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoOrjenGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoOrjenGH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoOrjenGH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoOrjenGH .container {
    padding: 0 30px;
  }
}
.cid-ufoOrjenGH .row {
  justify-content: center;
}
.cid-ufoOrjenGH .item {
  margin-bottom: 50px;
}
.cid-ufoOrjenGH .item a:hover .item-wrapper .item-img img,
.cid-ufoOrjenGH .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoOrjenGH .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoOrjenGH .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoOrjenGH .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoOrjenGH .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoOrjenGH .mbr-card-title {
  color: #212529;
}
.cid-ufoOrjenGH .mbr-desc {
  color: #212529;
}
.cid-ufoOrKUSyo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf3ff;
}
.cid-ufoOrKUSyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoOrKUSyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoOrKUSyo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoOrKUSyo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoOrKUSyo .container {
    padding: 0 30px;
  }
}
.cid-ufoOrKUSyo .row {
  justify-content: center;
}
.cid-ufoOrKUSyo .item {
  margin-bottom: 50px;
}
.cid-ufoOrKUSyo .item a:hover .item-wrapper .item-img img,
.cid-ufoOrKUSyo .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoOrKUSyo .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoOrKUSyo .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoOrKUSyo .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoOrKUSyo .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoOrKUSyo .mbr-card-title {
  color: #212529;
}
.cid-ufoOrKUSyo .mbr-desc {
  color: #212529;
}
.cid-ufoOsfDxhZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf3ff;
}
.cid-ufoOsfDxhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoOsfDxhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoOsfDxhZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoOsfDxhZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoOsfDxhZ .container {
    padding: 0 30px;
  }
}
.cid-ufoOsfDxhZ .row {
  justify-content: center;
}
.cid-ufoOsfDxhZ .item {
  margin-bottom: 50px;
}
.cid-ufoOsfDxhZ .item a:hover .item-wrapper .item-img img,
.cid-ufoOsfDxhZ .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoOsfDxhZ .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoOsfDxhZ .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoOsfDxhZ .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoOsfDxhZ .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoOsfDxhZ .mbr-card-title {
  color: #212529;
}
.cid-ufoOsfDxhZ .mbr-desc {
  color: #212529;
}
.cid-ufoOsHMTmD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf3ff;
}
.cid-ufoOsHMTmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoOsHMTmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoOsHMTmD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoOsHMTmD .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoOsHMTmD .container {
    padding: 0 30px;
  }
}
.cid-ufoOsHMTmD .row {
  justify-content: center;
}
.cid-ufoOsHMTmD .item {
  margin-bottom: 50px;
}
.cid-ufoOsHMTmD .item a:hover .item-wrapper .item-img img,
.cid-ufoOsHMTmD .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoOsHMTmD .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoOsHMTmD .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoOsHMTmD .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoOsHMTmD .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoOsHMTmD .mbr-card-title {
  color: #212529;
}
.cid-ufoOsHMTmD .mbr-desc {
  color: #212529;
}
.cid-ufoUHtexsr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf3ff;
}
.cid-ufoUHtexsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoUHtexsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoUHtexsr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoUHtexsr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoUHtexsr .container {
    padding: 0 30px;
  }
}
.cid-ufoUHtexsr .row {
  justify-content: center;
}
.cid-ufoUHtexsr .item {
  margin-bottom: 50px;
}
.cid-ufoUHtexsr .item a:hover .item-wrapper .item-img img,
.cid-ufoUHtexsr .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoUHtexsr .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoUHtexsr .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoUHtexsr .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoUHtexsr .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoUHtexsr .mbr-card-title {
  color: #212529;
}
.cid-ufoUHtexsr .mbr-desc {
  color: #212529;
}
.cid-ufoUHVAFou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf3ff;
}
.cid-ufoUHVAFou .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoUHVAFou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoUHVAFou .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoUHVAFou .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoUHVAFou .container {
    padding: 0 30px;
  }
}
.cid-ufoUHVAFou .row {
  justify-content: center;
}
.cid-ufoUHVAFou .item {
  margin-bottom: 50px;
}
.cid-ufoUHVAFou .item a:hover .item-wrapper .item-img img,
.cid-ufoUHVAFou .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoUHVAFou .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoUHVAFou .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoUHVAFou .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoUHVAFou .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoUHVAFou .mbr-card-title {
  color: #212529;
}
.cid-ufoUHVAFou .mbr-desc {
  color: #212529;
}
.cid-ufoUIszafU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf3ff;
}
.cid-ufoUIszafU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufoUIszafU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufoUIszafU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufoUIszafU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufoUIszafU .container {
    padding: 0 30px;
  }
}
.cid-ufoUIszafU .row {
  justify-content: center;
}
.cid-ufoUIszafU .item {
  margin-bottom: 50px;
}
.cid-ufoUIszafU .item a:hover .item-wrapper .item-img img,
.cid-ufoUIszafU .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufoUIszafU .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufoUIszafU .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufoUIszafU .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufoUIszafU .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufoUIszafU .mbr-card-title {
  color: #212529;
}
.cid-ufoUIszafU .mbr-desc {
  color: #212529;
}
.cid-ufmzAg0x2q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e7ff;
}
.cid-ufmzAg0x2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmzAg0x2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufmzAg0x2q .container {
    padding: 0 15px;
  }
}
.cid-ufmzAg0x2q .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-ufmzAg0x2q .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ufmzAg0x2q .content-wrapper {
    padding-right: 0;
  }
}
.cid-ufmzAg0x2q .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufmzAg0x2q .content-wrap {
    display: block;
  }
}
.cid-ufmzAg0x2q .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmzAg0x2q .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmzAg0x2q .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmzAg0x2q .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmzAg0x2q .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ufmzAg0x2q .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-ufmzAg0x2q .mbr-section-title {
  color: #1d2671;
}
.cid-ufmzAg0x2q .mbr-desc,
.cid-ufmzAg0x2q .desc-wrapper {
  color: #3f1819;
}
.cid-ufmCyA8JNP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0e7ff;
}
.cid-ufmCyA8JNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmCyA8JNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmCyA8JNP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmCyA8JNP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmCyA8JNP .container {
    padding: 0 30px;
  }
}
.cid-ufmCyA8JNP .row {
  justify-content: center;
}
.cid-ufmCyA8JNP .item {
  margin-bottom: 50px;
}
.cid-ufmCyA8JNP .item a:hover .item-wrapper .item-img img,
.cid-ufmCyA8JNP .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmCyA8JNP .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmCyA8JNP .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmCyA8JNP .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmCyA8JNP .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmCyA8JNP .mbr-card-title {
  color: #212529;
}
.cid-ufmCyA8JNP .mbr-desc {
  color: #212529;
}
.cid-ufmCz5R18G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0e7ff;
}
.cid-ufmCz5R18G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmCz5R18G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmCz5R18G .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmCz5R18G .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmCz5R18G .container {
    padding: 0 30px;
  }
}
.cid-ufmCz5R18G .row {
  justify-content: center;
}
.cid-ufmCz5R18G .item {
  margin-bottom: 50px;
}
.cid-ufmCz5R18G .item a:hover .item-wrapper .item-img img,
.cid-ufmCz5R18G .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmCz5R18G .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmCz5R18G .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmCz5R18G .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmCz5R18G .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmCz5R18G .mbr-card-title {
  color: #212529;
}
.cid-ufmCz5R18G .mbr-desc {
  color: #212529;
}
.cid-ufmzAO11Aa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ffe9;
}
.cid-ufmzAO11Aa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmzAO11Aa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufmzAO11Aa .container {
    padding: 0 15px;
  }
}
.cid-ufmzAO11Aa .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-ufmzAO11Aa .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ufmzAO11Aa .content-wrapper {
    padding-right: 0;
  }
}
.cid-ufmzAO11Aa .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufmzAO11Aa .content-wrap {
    display: block;
  }
}
.cid-ufmzAO11Aa .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmzAO11Aa .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmzAO11Aa .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufmzAO11Aa .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ufmzAO11Aa .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-ufmzAO11Aa .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-ufmzAO11Aa .mbr-section-title {
  color: #1d2671;
}
.cid-ufmzAO11Aa .mbr-desc,
.cid-ufmzAO11Aa .desc-wrapper {
  color: #3f1819;
}
.cid-ufmBMErm7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ffe9;
}
.cid-ufmBMErm7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmBMErm7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmBMErm7T .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufmBMErm7T .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ufmBMErm7T .container {
    padding: 0 30px;
  }
}
.cid-ufmBMErm7T .row {
  justify-content: center;
}
.cid-ufmBMErm7T .item {
  margin-bottom: 50px;
}
.cid-ufmBMErm7T .item a:hover .item-wrapper .item-img img,
.cid-ufmBMErm7T .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ufmBMErm7T .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-ufmBMErm7T .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufmBMErm7T .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufmBMErm7T .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ufmBMErm7T .mbr-card-title {
  color: #212529;
}
.cid-ufmBMErm7T .mbr-desc {
  color: #212529;
}
.cid-ufme2tTsbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufme2tTsbO .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-ufme2tTsbO .icon2 {
  color: #ffffff;
}
.cid-ufme2tTsbO .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ufme2tTsbO p {
  font-weight: 400;
}
.cid-ufme2tTsbO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ufme2tTsbO .line2 {
  background: #ffffff;
}
.cid-ufme2tTsbO .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #3931d4;
}
.cid-ufme2tTsbO .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-ufme2tTsbO .card2 {
  background: #4273ed;
}
.cid-ufme2tTsbO .card-title,
.cid-ufme2tTsbO .card-ico,
.cid-ufme2tTsbO .line-wrap {
  text-align: center;
}
.cid-ufme2tTsbO .mbr-text,
.cid-ufme2tTsbO .card-link {
  text-align: center;
}
.cid-ufme2v5y5I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufme2v5y5I .google-map {
  height: 25rem;
  position: relative;
}
.cid-ufme2v5y5I .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ufme2v5y5I .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-ufme2v5y5I .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ufme2v5y5I .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ufme2v5y5I .container-fluid {
  padding: 0;
}
.cid-ufme2v5y5I .relative {
  position: relative;
  width: 100%;
}
.cid-ufme2v5y5I .mbr-section-title {
  color: #656565;
}
.cid-ufme2v5y5I .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-ufme2v5y5I .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-ufme2v5y5I .title {
  text-align: center;
  color: #ffffff;
}
.cid-ufme2v5y5I .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-ufme2v5y5I .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-ufme2vncfw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ufme2vncfw .content {
    text-align: center;
  }
  .cid-ufme2vncfw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufme2vncfw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ufme2vncfw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ufme2vncfw .media-wrap img {
  height: 6rem;
}
.cid-ufme2vncfw .mbr-text {
  color: #8d97ad;
}
.cid-ufme2vncfw .p-title {
  font-size: 17px;
}
.cid-ufme2vncfw .p-title span {
  color: #111111;
}
.cid-ufme2vncfw .title-card {
  font-size: 1.3rem;
}
.cid-ufme2vncfw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ufme2vncfw .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-ufme2vncfw .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-ufme2vncfw .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-ufme2vncfw .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-ufme2vncfw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ufme2vncfw .copyright img {
  margin-right: 10px;
}
.cid-ufme2vncfw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ufme2vncfw .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-ufme2vncfw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ufme2vncfw .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-ufme2vncfw .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufme2vncfw SPAN {
  color: #1d2671;
}
.cid-ufme2vZ8Dv .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-ufme2vZ8Dv .navbar-fixed-top {
  padding-top: 0;
}
.cid-ufme2vZ8Dv .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ufme2vZ8Dv .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ufme2vZ8Dv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ufme2vZ8Dv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ufme2vZ8Dv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ufme2vZ8Dv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ufme2vZ8Dv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ufme2vZ8Dv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ufme2vZ8Dv .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block !important;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 3rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  width: 100%;
}
.cid-ufme2vZ8Dv .dropdown-item {
  padding: 0;
}
.cid-ufme2vZ8Dv .dropdown-item,
.cid-ufme2vZ8Dv .nav-link,
.cid-ufme2vZ8Dv .brand-name {
  font-style: normal;
}
.cid-ufme2vZ8Dv .dropdown-item:hover,
.cid-ufme2vZ8Dv .nav-link:hover,
.cid-ufme2vZ8Dv .brand-name:hover {
  color: #1d2671 !important;
}
.cid-ufme2vZ8Dv .dropdown-menu {
  background-color: #efefef;
}
.cid-ufme2vZ8Dv .dropdown-item:active {
  background-color: #efefef;
}
.cid-ufme2vZ8Dv .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ufme2vZ8Dv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ufme2vZ8Dv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ufme2vZ8Dv .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-ufme2vZ8Dv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ufme2vZ8Dv .content-text {
  margin-bottom: 0;
}
.cid-ufme2vZ8Dv .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ufme2vZ8Dv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1d2671;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ufme2vZ8Dv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ufme2vZ8Dv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ufme2vZ8Dv .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ufme2vZ8Dv .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ufme2vZ8Dv .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ufme2vZ8Dv .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ufme2vZ8Dv .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ufme2vZ8Dv .nav-dropdown .link {
  font-weight: 400;
}
.cid-ufme2vZ8Dv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ufme2vZ8Dv .content-right-side {
  text-align: center;
}
.cid-ufme2vZ8Dv .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-ufme2vZ8Dv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ufme2vZ8Dv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.46rem;
}
.cid-ufme2vZ8Dv .info-widget {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 1rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ufme2vZ8Dv .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ufme2vZ8Dv .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ufme2vZ8Dv .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ufme2vZ8Dv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ufme2vZ8Dv .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ufme2vZ8Dv .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ufme2vZ8Dv .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-ufme2vZ8Dv .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufme2vZ8Dv .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ufme2vZ8Dv .navbar {
    display: block;
    padding: 0;
  }
  .cid-ufme2vZ8Dv .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufme2vZ8Dv .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ufme2vZ8Dv .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ufme2vZ8Dv .navbar-toggler {
    display: none;
  }
  .cid-ufme2vZ8Dv .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ufme2vZ8Dv .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ufme2vZ8Dv .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ufme2vZ8Dv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ufme2vZ8Dv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ufme2vZ8Dv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ufme2vZ8Dv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufme2vZ8Dv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ufme2vZ8Dv .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ufme2vZ8Dv .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ufme2vZ8Dv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ufme2vZ8Dv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufme2vZ8Dv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ufme2vZ8Dv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ufme2vZ8Dv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ufme2vZ8Dv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ufme2vZ8Dv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufme2vZ8Dv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ufme2vZ8Dv .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ufme2vZ8Dv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ufme2vZ8Dv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ufme2vZ8Dv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ufme2vZ8Dv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ufme2vZ8Dv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-ufme2vZ8Dv button.navbar-toggler:focus {
  outline: none;
}
.cid-ufme2vZ8Dv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-ufme2vZ8Dv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufme2vZ8Dv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufme2vZ8Dv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufme2vZ8Dv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufme2vZ8Dv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufme2vZ8Dv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufme2vZ8Dv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufme2vZ8Dv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufme2vZ8Dv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufme2vZ8Dv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufme2vZ8Dv .collapsed .btn {
  display: flex;
}
.cid-ufme2vZ8Dv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.collapsing,
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ufme2vZ8Dv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ufme2vZ8Dv .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ufme2vZ8Dv .collapsed button.navbar-toggler {
  display: block;
}
.cid-ufme2vZ8Dv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ufme2vZ8Dv .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ufme2vZ8Dv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ufme2vZ8Dv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ufme2vZ8Dv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ufme2vZ8Dv .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ufme2vZ8Dv .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-ufme2vZ8Dv .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-ufme2vZ8Dv .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-ufme2vZ8Dv .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ufme2vZ8Dv .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ufme2vZ8Dv .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ufme2vZ8Dv .navbar-collapse.collapsing,
  .cid-ufme2vZ8Dv .navbar-collapse.show {
    display: block !important;
  }
  .cid-ufme2vZ8Dv .navbar-collapse.collapsing .navbar-nav,
  .cid-ufme2vZ8Dv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ufme2vZ8Dv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ufme2vZ8Dv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ufme2vZ8Dv .navbar-collapse.collapsing .navbar-buttons,
  .cid-ufme2vZ8Dv .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ufme2vZ8Dv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ufme2vZ8Dv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ufme2vZ8Dv img {
    height: 3.8rem !important;
  }
  .cid-ufme2vZ8Dv .btn {
    display: flex;
  }
  .cid-ufme2vZ8Dv button.navbar-toggler {
    display: block;
  }
  .cid-ufme2vZ8Dv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ufme2vZ8Dv .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ufme2vZ8Dv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ufme2vZ8Dv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ufme2vZ8Dv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ufme2vZ8Dv .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ufme2vZ8Dv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ufme2vZ8Dv .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ufme2vZ8Dv .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ufme2vZ8Dv .nav-link:focus {
  outline: none;
}
.cid-ufme2vZ8Dv .navbar-toggler {
  position: relative;
}
.cid-ufme2vZ8Dv .dropdown-item.active,
.cid-ufme2vZ8Dv .dropdown-item:active {
  color: initial;
}
.cid-ufme2vZ8Dv .widget-title,
.cid-ufme2vZ8Dv .widget-icon {
  color: #e9e9e9;
}
.cid-ufme2vZ8Dv .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-ufme2vZ8Dv .menu-logo {
    display: none;
  }
  .cid-ufme2vZ8Dv .navbar {
    padding: 0;
  }
  .cid-ufme2vZ8Dv .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ufme2vZ8Dv button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uhnVvWulGe .modal-body .close {
  background: #1b1b1b;
}
.cid-uhnVvWulGe .modal-body .close span {
  font-style: normal;
}
.cid-uhnVvWulGe .carousel-inner > .active,
.cid-uhnVvWulGe .carousel-inner > .next,
.cid-uhnVvWulGe .carousel-inner > .prev {
  display: flex;
}
.cid-uhnVvWulGe .carousel-control .icon-next,
.cid-uhnVvWulGe .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uhnVvWulGe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhnVvWulGe .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhnVvWulGe .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uhnVvWulGe .boxed-slider > div {
  position: relative;
}
.cid-uhnVvWulGe .container img {
  width: 100%;
}
.cid-uhnVvWulGe .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uhnVvWulGe .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uhnVvWulGe .mbr-table-cell {
  padding: 0;
}
.cid-uhnVvWulGe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhnVvWulGe .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uhnVvWulGe .mbr-overlay {
  z-index: 1;
}
.cid-uhnVvWulGe .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uhnVvWulGe .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uhnVvWulGe .carousel-item.active.right,
.cid-uhnVvWulGe .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uhnVvWulGe .carousel-item.active.left,
.cid-uhnVvWulGe .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uhnVvWulGe .carousel-item.active,
.cid-uhnVvWulGe .carousel-item.next.left,
.cid-uhnVvWulGe .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uhnVvWulGe .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uhnVvWulGe .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhnVvWulGe .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhnVvWulGe .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uhnVvWulGe .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhnVvWulGe .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uhnVvWulGe .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uhnVvWulGe .mbr-slider .carousel-indicators li.active,
.cid-uhnVvWulGe .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uhnVvWulGe .mbr-slider .carousel-indicators li::after,
.cid-uhnVvWulGe .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uhnVvWulGe .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uhnVvWulGe .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uhnVvWulGe .mbr-slider > .container img {
  width: 100%;
}
.cid-uhnVvWulGe .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uhnVvWulGe .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uhnVvWulGe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhnVvWulGe .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uhnVvWulGe .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uhnVvWulGe .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uhnVvWulGe .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uhnVvWulGe .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uhnVvWulGe .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uhnVvWulGe .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uhnVvWulGe .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uhnVvWulGe .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uhnVvWulGe .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uhnXG9Zafn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhnXG9Zafn .mbr-text {
  color: #767676;
}
.cid-uhnXG9Zafn h4 {
  font-weight: 500;
}
.cid-uhnXG9Zafn h4,
.cid-uhnXG9Zafn h5 {
  text-align: center;
}
.cid-uhnXG9Zafn p {
  text-align: center;
}
.cid-uhnXG9Zafn .card-box {
  text-align: center;
}
.cid-uhnXG9Zafn .card-img {
  font-size: 3rem;
}
.cid-uhnXG9Zafn .mbr-iconfont {
  color: #1d2671;
}
.cid-uhnXG9Zafn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnXG9Zafn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
