body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00355f !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #0cc1e0 !important;
}
.bg-warning {
  background-color: #ffa74f !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00355f !important;
  border-color: #00355f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000508 !important;
  border-color: #000508 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000508 !important;
  border-color: #000508 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cdedec !important;
  border-color: #cdedec !important;
  color: #318a87 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8dd6d4 !important;
  border-color: #8dd6d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #318a87 !important;
  background-color: #8dd6d4 !important;
  border-color: #8dd6d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cc1e0 !important;
  border-color: #0cc1e0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #087a8e !important;
  border-color: #087a8e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #087a8e !important;
  border-color: #087a8e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa74f !important;
  border-color: #ffa74f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f77c00 !important;
  border-color: #f77c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f77c00 !important;
  border-color: #f77c00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00355f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000508 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00355f !important;
  border-color: #00355f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cdedec;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8dd6d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #318a87 !important;
  background-color: #cdedec !important;
  border-color: #cdedec !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0cc1e0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #087a8e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cc1e0 !important;
  border-color: #0cc1e0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa74f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f77c00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa74f !important;
  border-color: #ffa74f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00355f !important;
}
.text-secondary {
  color: #cdedec !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #0cc1e0 !important;
}
.text-warning {
  color: #ffa74f !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #82d2d0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076e7f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e87400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00355f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cc1e0;
}
.alert-warning {
  background-color: #ffa74f;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00355f;
  border-color: #00355f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00355f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #007cdf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bdf2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00355f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #00355f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00355f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00355f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00355f;
  border-bottom-color: #00355f;
}
.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: #00355f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cdedec !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2300355f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uobRItJlY3 .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uobRItJlY3 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #0e1b28;
  background: none;
}
.cid-uobRItJlY3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uobRItJlY3 .navbar-collapse {
  flex-basis: auto;
}
.cid-uobRItJlY3 .dropdown-item {
  padding: 0;
}
.cid-uobRItJlY3 .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-uobRItJlY3 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uobRItJlY3 .menu-content-top {
    width: 100%;
  }
  .cid-uobRItJlY3 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uobRItJlY3 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uobRItJlY3 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uobRItJlY3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uobRItJlY3 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uobRItJlY3 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uobRItJlY3 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uobRItJlY3 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uobRItJlY3 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #00355f;
}
.cid-uobRItJlY3 .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-uobRItJlY3 a {
  font-style: normal;
}
.cid-uobRItJlY3 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uobRItJlY3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uobRItJlY3 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uobRItJlY3 .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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobRItJlY3 .content-text {
  margin-bottom: 0;
}
.cid-uobRItJlY3 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uobRItJlY3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #00355f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uobRItJlY3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uobRItJlY3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uobRItJlY3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uobRItJlY3 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uobRItJlY3 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uobRItJlY3 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uobRItJlY3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobRItJlY3 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uobRItJlY3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uobRItJlY3 .content-right-side {
  text-align: center;
}
.cid-uobRItJlY3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uobRItJlY3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uobRItJlY3 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uobRItJlY3 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uobRItJlY3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uobRItJlY3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uobRItJlY3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uobRItJlY3 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uobRItJlY3 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uobRItJlY3 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uobRItJlY3 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uobRItJlY3 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uobRItJlY3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uobRItJlY3 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uobRItJlY3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uobRItJlY3 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uobRItJlY3 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uobRItJlY3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uobRItJlY3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uobRItJlY3 .navbar-toggler {
    display: none;
  }
  .cid-uobRItJlY3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uobRItJlY3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uobRItJlY3 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uobRItJlY3 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uobRItJlY3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uobRItJlY3 .menu-logo {
  margin-right: auto;
}
.cid-uobRItJlY3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uobRItJlY3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uobRItJlY3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uobRItJlY3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uobRItJlY3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uobRItJlY3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uobRItJlY3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uobRItJlY3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uobRItJlY3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uobRItJlY3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uobRItJlY3 .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uobRItJlY3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uobRItJlY3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobRItJlY3 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uobRItJlY3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uobRItJlY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uobRItJlY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobRItJlY3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uobRItJlY3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobRItJlY3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uobRItJlY3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uobRItJlY3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uobRItJlY3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uobRItJlY3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uobRItJlY3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uobRItJlY3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uobRItJlY3 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uobRItJlY3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uobRItJlY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobRItJlY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobRItJlY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobRItJlY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobRItJlY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobRItJlY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobRItJlY3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobRItJlY3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobRItJlY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobRItJlY3 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uobRItJlY3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobRItJlY3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobRItJlY3 .collapsed .btn {
  display: flex;
}
.cid-uobRItJlY3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uobRItJlY3 .collapsed .navbar-collapse.collapsing,
.cid-uobRItJlY3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uobRItJlY3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uobRItJlY3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uobRItJlY3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uobRItJlY3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uobRItJlY3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uobRItJlY3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uobRItJlY3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uobRItJlY3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uobRItJlY3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uobRItJlY3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uobRItJlY3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uobRItJlY3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uobRItJlY3 .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-uobRItJlY3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uobRItJlY3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uobRItJlY3 .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-uobRItJlY3 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uobRItJlY3 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobRItJlY3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uobRItJlY3 .navbar-collapse.collapsing,
  .cid-uobRItJlY3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uobRItJlY3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uobRItJlY3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uobRItJlY3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uobRItJlY3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uobRItJlY3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uobRItJlY3 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uobRItJlY3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uobRItJlY3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uobRItJlY3 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uobRItJlY3 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uobRItJlY3 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uobRItJlY3 img {
    height: 3.8rem !important;
  }
  .cid-uobRItJlY3 .btn {
    display: flex;
  }
  .cid-uobRItJlY3 button.navbar-toggler {
    display: block;
  }
  .cid-uobRItJlY3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uobRItJlY3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uobRItJlY3 .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-uobRItJlY3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uobRItJlY3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uobRItJlY3 .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-uobRItJlY3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uobRItJlY3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uobRItJlY3 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uobRItJlY3 .nav-link:focus {
  outline: none;
}
.cid-uobRItJlY3 .navbar-toggler {
  position: relative;
}
.cid-uobRItJlY3 .dropdown-item.active,
.cid-uobRItJlY3 .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-uoat5u4pCu {
  display: flex;
  background-image: url("../../../assets/images/capa-site-institucional.png");
}
.cid-uoat5u4pCu .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uoat5u4pCu .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoat5u4pCu {
    align-items: center;
  }
  .cid-uoat5u4pCu .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoat5u4pCu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoat5u4pCu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoat5u4pCu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoat5u4pCu .content-wrap {
    width: 100%;
  }
}
.cid-uoat5u4pCu .mbr-section-title {
  text-align: left;
}
.cid-uoat5u4pCu .mbr-text,
.cid-uoat5u4pCu .mbr-section-btn {
  text-align: left;
}
.cid-uoaE1CZOEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uoaE1CZOEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaE1CZOEU .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-uoaE1CZOEU .container {
    padding: 0 22px;
  }
}
.cid-uoaE1CZOEU .card {
  justify-content: center;
}
.cid-uoaE1CZOEU .content-wrapper {
  padding-left: 34px;
}
@media (max-width: 992px) {
  .cid-uoaE1CZOEU .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uoaE1CZOEU .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uoaE1CZOEU .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uoaE1CZOEU .box {
  padding-right: 84px;
}
@media (max-width: 992px) {
  .cid-uoaE1CZOEU .box {
    padding: 0;
  }
}
.cid-uoaE1CZOEU .box .mbr-media {
  position: relative;
  height: 480px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uoaE1CZOEU .box .mbr-media {
    height: 350px;
  }
}
.cid-uoaE1CZOEU .box .mbr-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-uoaE1CZOEU .box .mbr-media .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.cid-uoaE1CZOEU .mbr-media {
  position: relative;
}
.cid-uoaE1CZOEU .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uoaE1CZOEU a:hover {
  background-image: none !important;
}
.cid-uoaE1CZOEU .icon-wrap {
  right: 40px;
  bottom: 40px;
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background-color: #0b1d32;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uoaE1CZOEU .icon-wrap {
    right: 20px;
    bottom: 20px;
  }
}
.cid-uoaE1CZOEU .icon-wrap:hover,
.cid-uoaE1CZOEU .icon-wrap:focus {
  background-color: #000000;
}
.cid-uoaE1CZOEU .icon-wrap:hover .mbr-iconfont,
.cid-uoaE1CZOEU .icon-wrap:focus .mbr-iconfont {
  color: #0b1d32;
}
.cid-uoaE1CZOEU .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uoaE1CZOEU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uoaE1CZOEU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uoaE1CZOEU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uoaE1CZOEU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uoaE1CZOEU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoaE1CZOEU .mbr-section-title {
  color: #ffffff;
}
.cid-uoaE1CZOEU .mbr-text {
  color: #ffffff;
}
.cid-uoaE1CZOEU .mbr-section-title,
.cid-uoaE1CZOEU .mbr-section-btn {
  color: #ffffff;
}
.cid-v8bVG5LAP4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1d32;
}
.cid-v8bVG5LAP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bVG5LAP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bVG5LAP4 .row {
  justify-content: center;
}
.cid-v8bVG5LAP4 .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v8bVG5LAP4 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v8bVG5LAP4 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v8bVG5LAP4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8bVG5LAP4 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v8bVG5LAP4 .item {
    margin-bottom: 35px;
  }
}
.cid-v8bVG5LAP4 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8bVG5LAP4 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-v8bVG5LAP4 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0cc1e0;
  color: #ffffff;
  font-size: 60px;
}
.cid-v8bVG5LAP4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v8bVG5LAP4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v8bVG5LAP4 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #0cc1e0;
}
.cid-v8bVG5LAP4 .mbr-section-title {
  color: #ffffff;
}
.cid-v8bVG5LAP4 .mbr-text {
  color: #000000;
}
.cid-v8bVG5LAP4 .item-title {
  color: #000000;
}
.cid-v8bVG5LAP4 .item-text {
  color: #ffffff;
}
.cid-v8bVG5LAP4 .item-title,
.cid-v8bVG5LAP4 .icon-wrapper {
  color: #ffffff;
}
.cid-v8bLHlR9NT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-v8bLHlR9NT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-v8bLHlR9NT .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #00355f;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-v8bLHlR9NT .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v8bLHlR9NT .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-v8bLHlR9NT .mbr-timeline-title,
.cid-v8bLHlR9NT .mbr-timeline-text {
  color: #ffffff;
}
.cid-v8bLHlR9NT .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-v8bLHlR9NT .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-v8bLHlR9NT .timeline-element:hover .timeline-text-content h4,
.cid-v8bLHlR9NT .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffffff !important;
}
.cid-v8bLHlR9NT .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffffff !important;
}
.cid-v8bLHlR9NT .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #ffffff !important;
}
.cid-v8bLHlR9NT .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v8bLHlR9NT .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-v8bLHlR9NT .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #00355f;
  top: 20px;
  margin-left: -30px;
}
.cid-v8bLHlR9NT .iconsBackground span {
  color: #ffffff;
}
.cid-v8bLHlR9NT .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-v8bLHlR9NT .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #00355f;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-v8bLHlR9NT .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-v8bLHlR9NT .iconsBackground {
    left: 1.5rem;
  }
  .cid-v8bLHlR9NT .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-v8bLHlR9NT .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-v8bLHlR9NT .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-v8bLHlR9NT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bLHlR9NT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bLHlR9NT .mbr-section-title {
  color: #ffffff;
}
.cid-uoaGXFLb4j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0b1d32;
}
.cid-uoaGXFLb4j .stats-item {
  padding: 80px 10px;
  background-color: #84dbf9;
  display: flex;
  justify-content: center;
}
.cid-uoaGXFLb4j .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-uoaGXFLb4j .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-uoaGXFLb4j .heading {
  color: #ffffff;
}
.cid-uoaGXFLb4j .counter {
  text-align: center;
  color: #ffffff;
}
.cid-uoaGXFLb4j .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-uoaGXFLb4j .mbr-card-title,
.cid-uoaGXFLb4j .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-uoaGXFLb4j .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uoaGXFLb4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaGXFLb4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaGXFLb4j .stats-item .common-wrap .fld-wrap .counter {
  color: #00355f;
}
.cid-uoaGXFLb4j .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-uoaGXFLb4j .mbr-iconfont {
  color: #00355f;
}
.cid-vljbwzxN4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vljbwzxN4s .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-vljbwzxN4s .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vljbwzxN4s .container {
    padding: 0 22px;
  }
}
.cid-vljbwzxN4s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-vljbwzxN4s .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vljbwzxN4s .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vljbwzxN4s .embla__slide .slide-content {
    display: block;
  }
}
.cid-vljbwzxN4s .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vljbwzxN4s .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vljbwzxN4s .embla__button--next,
.cid-vljbwzxN4s .embla__button--prev {
  display: flex;
}
.cid-vljbwzxN4s .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vljbwzxN4s .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vljbwzxN4s .embla__button:hover {
  color: #ff5753 !important;
}
.cid-vljbwzxN4s .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-vljbwzxN4s .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-vljbwzxN4s .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-vljbwzxN4s .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vljbwzxN4s .embla {
  position: relative;
  width: 100%;
}
.cid-vljbwzxN4s .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vljbwzxN4s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vljbwzxN4s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vljbwzxN4s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vljbwzxN4s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7yNq0SjNh {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7yNq0SjNh {
    padding-bottom: 5rem;
  }
}
.cid-v7yNq0SjNh img,
.cid-v7yNq0SjNh .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v7yNq0SjNh img,
  .cid-v7yNq0SjNh .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-v7yNq0SjNh .mbr-text {
  color: #000000;
}
.cid-v7yNq0SjNh .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7yNq0SjNh .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7yNq0SjNh .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7yNq0SjNh .mbr-text UL {
  text-align: left;
}
.cid-v7yNq0SjNh .mbr-section-subtitle,
.cid-v7yNq0SjNh .main-button {
  color: #000000;
}
.cid-v7yNq0SjNh .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-v7yNq0SjNh .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-v7yNq0SjNh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7yNq0SjNh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7yNq0SjNh .item-title {
  text-align: center;
}
.cid-v7yNq0SjNh .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v7yNq0SjNh .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-v7yNq0SjNh .item-title,
.cid-v7yNq0SjNh .mbr-section-btn {
  text-align: left;
}
.cid-uobTCzv68K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/capa-site-institucional.jpeg");
}
.cid-uobTCzv68K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobTCzv68K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobTCzv68K .mbr-section-title {
  color: #ffffff;
}
.cid-uofVedSNjC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0cc1e0;
}
.cid-uofVedSNjC .item-img {
  position: relative;
}
.cid-uofVedSNjC .item-img img {
  transition: all 0.2s;
}
.cid-uofVedSNjC h5 {
  line-height: 1.2;
}
.cid-uofVedSNjC .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uofVedSNjC .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uofVedSNjC .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uofVedSNjC .item:hover img {
  transform: scale(1.05);
}
.cid-uofVedSNjC .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-uofVedSNjC .subtitle-wrap,
  .cid-uofVedSNjC .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uofVedSNjC .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uofVedSNjC .item-wrapper {
  position: relative;
  background: #0cc1e0;
  border: 3px solid #0cc1e0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uofVedSNjC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uofVedSNjC .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uofVedSNjC .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #0cc1e0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uofVedSNjC .link-icon-wrapper .icon-wrap {
  background: #00355f;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uofVedSNjC .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uofVedSNjC .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uofVedSNjC .link-icon-wrapper .svg1 path {
  fill: #0cc1e0;
}
.cid-uofVedSNjC .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uofVedSNjC .link-icon-wrapper .svg2 path {
  fill: #0cc1e0;
}
.cid-uofVedSNjC .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uofVedSNjC .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uofVedSNjC img,
.cid-uofVedSNjC .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uofVedSNjC .item:focus,
.cid-uofVedSNjC span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uofVedSNjC .item {
    margin-bottom: 1rem;
  }
}
.cid-uofVedSNjC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uofVedSNjC .item-title {
  text-align: left;
  color: #00355f;
}
.cid-uofVedSNjC .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uofVedSNjC .mbr-text,
.cid-uofVedSNjC .item .mbr-section-btn {
  color: #0b1d32;
}
.cid-uofWybE8CW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uofWybE8CW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofWybE8CW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofWybE8CW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uofWybE8CW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uofWybE8CW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uofWybE8CW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uofWybE8CW .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uofWybE8CW .item {
    margin-bottom: 28px;
  }
}
.cid-uofWybE8CW .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uofWybE8CW .item .item-wrapper:hover,
.cid-uofWybE8CW .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uofWybE8CW .item .item-wrapper .item-wrap {
  border: 1px solid #0b1d32;
  transition: all 0.3s ease-in-out;
  background-color: #0b1d32;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uofWybE8CW .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uofWybE8CW .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uofWybE8CW .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uofWybE8CW .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uofWybE8CW .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uofWybE8CW .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uofWybE8CW .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uofWybE8CW .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uofWybE8CW .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uofWybE8CW .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uofWybE8CW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uofWybE8CW .item-title {
  color: #9aa0a6;
}
.cid-uofWybE8CW .item-text {
  color: #ffffff;
}
.cid-uofWybE8CW .item-date {
  color: #9aa0a6;
}
.cid-uofWybE8CW .mbr-section-title,
.cid-uofWybE8CW .mbr-section-btn {
  text-align: center;
}
.cid-uofWybE8CW .item-title,
.cid-uofWybE8CW .icon-wrapper {
  color: #0cc1e0;
}
.cid-v86y3GrqXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00355f;
}
.cid-v86y3GrqXj .row {
  align-items: center;
}
.cid-v86y3GrqXj .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v86y3GrqXj .mbr-text,
.cid-v86y3GrqXj .mbr-section-btn {
  color: #000000;
}
.cid-v86y3GrqXj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v86y3GrqXj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v86y3GrqXj .social-list .mbr-iconfont-social:hover {
  background: #00355f;
  color: white;
}
.cid-v86y3GrqXj .social-list .soc-item {
  margin-right: 1rem;
}
.cid-v86y3GrqXj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v86y3GrqXj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v86y3GrqXj .mbr-text-title {
  color: #bbbbbb;
}
.cid-v86y3GrqXj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v7PcAcZ9uI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0cc1e0;
}
.cid-v7PcAcZ9uI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7PcAcZ9uI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7PcAcZ9uI .content-wrapper {
  margin-bottom: 32px;
}
.cid-v7PcAcZ9uI .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v7PcAcZ9uI .items-wrapper {
  align-items: center;
}
.cid-v7PcAcZ9uI .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7PcAcZ9uI .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7PcAcZ9uI .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v7PcAcZ9uI .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v7PcAcZ9uI .items-wrapper .item .item-wrapper .card-text:hover,
.cid-v7PcAcZ9uI .items-wrapper .item .item-wrapper .card-text:focus {
  color: #00355f;
}
.cid-v7PcAcZ9uI .mbr-label {
  color: #00355f;
  text-align: center;
}
.cid-v7PcAcZ9uI .card-title {
  color: #111111;
  text-align: center;
}
.cid-v7PcAcZ9uI .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uofZyXqHh6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uofZyXqHh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofZyXqHh6 .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-uofZyXqHh6 .container {
    padding: 0 30px;
  }
}
.cid-uofZyXqHh6 .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uofZyXqHh6 .contacts-wrapper,
.cid-uofZyXqHh6 .list-wrapper,
.cid-uofZyXqHh6 .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uofZyXqHh6 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uofZyXqHh6 .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uofZyXqHh6 .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uofZyXqHh6 .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uofZyXqHh6 .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uofZyXqHh6 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-out;
}
.cid-uofZyXqHh6 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uofZyXqHh6 .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #ffffff;
  text-align: center;
}
.cid-uofZyXqHh6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uofZyXqHh6 .ass-border {
  width: 45px;
  height: 45px;
  float: right;
}
