.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'GothicA1-ExtraLight';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'GothicA1-ExtraLight';
  font-size: 2.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-4 {
  font-family: 'GothicA1-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'GothicA1-ExtraLight';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'GothicA1-Light';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #7ba6fd !important;
}
.bg-success {
  background-color: #deeaff !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #011e45 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7ba6fd !important;
  border-color: #7ba6fd !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: #266cfc !important;
  border-color: #266cfc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #266cfc !important;
  border-color: #266cfc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #003781 !important;
  border-color: #003781 !important;
  color: #ffffff !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: #00122a !important;
  border-color: #00122a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00122a !important;
  border-color: #00122a !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #deeaff !important;
  border-color: #deeaff !important;
  color: #0051de !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: #ffffff !important;
  background-color: #87b3ff !important;
  border-color: #87b3ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0051de !important;
  background-color: #87b3ff !important;
  border-color: #87b3ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #011e45 !important;
  border-color: #011e45 !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: #7ba6fd;
  color: #7ba6fd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #266cfc !important;
  background-color: transparent!important;
  border-color: #266cfc !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7ba6fd !important;
  border-color: #7ba6fd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #003781;
  color: #003781;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00122a !important;
  background-color: transparent!important;
  border-color: #00122a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003781 !important;
  border-color: #003781 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #deeaff;
  color: #deeaff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #87b3ff !important;
  background-color: transparent!important;
  border-color: #87b3ff !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0051de !important;
  background-color: #deeaff !important;
  border-color: #deeaff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #011e45;
  color: #011e45;
}
.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: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #011e45 !important;
  border-color: #011e45 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #7ba6fd !important;
}
.text-secondary {
  color: #003781 !important;
}
.text-success {
  color: #deeaff !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #011e45 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1762fb !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000c1b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #78a9ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7ba6fd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #011e45;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7ba6fd;
  border-color: #7ba6fd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7ba6fd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #fbfbfb;
}
.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: #3087fc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'GothicA1-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7ba6fd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'GothicA1-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #7ba6fd;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7ba6fd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7ba6fd;
}
.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: #7ba6fd;
  border-bottom-color: #7ba6fd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #7ba6fd !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: #003781 !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='%237ba6fd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uyVtm3vnR6 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #003781;
}
.cid-uyVtm3vnR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVtm3vnR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVtm3vnR6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uyVtm3vnR6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyVtm3vnR6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uyVtm3vnR6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uyVtm3vnR6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyVtm3vnR6 .slide-in-left {
  -webkit-animation: slide-in-left 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-left 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.cid-uvV0OK43zS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.2rem;
  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-uvV0OK43zS .display-2 {
  font-size: 2rem;
}
.cid-uvV0OK43zS .navbar-collapse {
  -webkit-justify-content: flex;
  justify-content: flex;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .icons-menu {
    padding: 0.5rem 0!important;
  }
  .cid-uvV0OK43zS .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uvV0OK43zS .dropdown-item:hover {
    color: #003781 !important;
    background: #deeaff !important;
  }
  .cid-uvV0OK43zS .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uvV0OK43zS.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvV0OK43zS.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uvV0OK43zS.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uvV0OK43zS.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uvV0OK43zS .navbar.navbar-short {
    background: #003781 !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvV0OK43zS .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uvV0OK43zS .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uvV0OK43zS .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvV0OK43zS.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvV0OK43zS .dropdown-menu {
    top: 0;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uvV0OK43zS .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvV0OK43zS ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-item {
    padding-top: 0.2rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    background: rgba(0, 55, 129, 0.95);
    text-align: center;
  }
  .cid-uvV0OK43zS .navbar-brand {
    min-height: 45px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
  }
  .cid-uvV0OK43zS .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvV0OK43zS .icons-menu {
    padding-left: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
}
@media (max-width: 575px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 295px;
  }
}
@media (min-width: 576px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 425px;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 430px;
  }
}
@media (min-width: 1200px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 465px;
  }
}
@media (max-width: 550px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uvV0OK43zS .container {
  width: 100%;
  max-width: 1500px !important;
  display: flex;
  margin: auto;
}
.cid-uvV0OK43zS .navbar {
  min-height: 45px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #003781 !important;
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .navbar.navbar-short {
    background: #003781 !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uvV0OK43zS .navbar .dropdown-item {
    padding-top: 0.2rem;
    padding-right: 0.5rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    border-bottom: 0px solid #000000;
    background: rgba(0, 55, 129, 0.95);
    border-bottom-width: 0.5px;
    border-color: #ffffff;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uvV0OK43zS .navbar .dropdown-item:hover {
    color: #d7e5ff !important;
    background: #001f49 !important;
  }
}
.cid-uvV0OK43zS .navbar.opened {
  transition: all .3s;
}
.cid-uvV0OK43zS .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uvV0OK43zS .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uvV0OK43zS .nav-link:hover {
  color: #003781 !important;
  background: #deeaff !important;
}
.cid-uvV0OK43zS .nav-link:hover:before {
  color: #7ba6fd !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uvV0OK43zS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: left;
    -webkit-justify-content: flex;
    justify-content: flex;
  }
}
.cid-uvV0OK43zS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .dropdown-menu {
    min-width: 5rem;
    padding-top: 0rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uvV0OK43zS .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uvV0OK43zS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvV0OK43zS .navbar-caption {
  padding-right: 1rem;
}
.cid-uvV0OK43zS .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex;
  justify-content: flex;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .dropdown-menu,
  .cid-uvV0OK43zS .navbar.opened {
    background: rgba(0, 55, 129, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .dropdown-menu,
  .cid-uvV0OK43zS .navbar.opened {
    background: #003781 !important;
  }
}
.cid-uvV0OK43zS .nav-item:focus,
.cid-uvV0OK43zS .nav-link:focus {
  outline: none;
}
.cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uvV0OK43zS .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 0.5rem;
}
.cid-uvV0OK43zS .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uvV0OK43zS .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uvV0OK43zS .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uvV0OK43zS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvV0OK43zS .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(0, 55, 129, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #003781 !important;
  background: #deeaff !important;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uvV0OK43zS .navbar-brand {
  min-height: 45px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uvV0OK43zS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvV0OK43zS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvV0OK43zS .dropdown-item.active,
.cid-uvV0OK43zS .dropdown-item:active {
  background-color: transparent;
}
.cid-uvV0OK43zS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvV0OK43zS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uvV0OK43zS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvV0OK43zS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvV0OK43zS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .navbar-buttons {
    text-align: right;
    min-width: 315px;
    width: 315px;
  }
}
.cid-uvV0OK43zS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #deeaff;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvV0OK43zS .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uvV0OK43zS a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvV0OK43zS .navbar-brand span {
  display: inline-block;
}
.cid-uvV0OK43zS .navbar-brand a {
  font-weight: 400;
}
.cid-uvV0OK43zS .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 2.75px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #bbbbbb;
}
.cid-uvV0OK43zS .btn-sm {
  white-space: nowrap;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-uvV0OK43zS .btn .mbr-iconfont,
.cid-uvV0OK43zS .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uvV0OK43zS .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  background: #003781 !important;
  background: linear-gradient(to right, #003781, #003781, #003781, #003781) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 4px;
  color: #ffffff;
}
.cid-uvV0OK43zS .topLineDivSettings span {
  font-weight: 200 !important;
}
.cid-uvV0OK43zS .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uvV0OK43zS .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uvV0OK43zS img {
  width: auto;
}
.cid-uvV0OK43zS .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uvV0OK43zS .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvV0OK43zS .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvV0OK43zS a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uvV0OK43zS .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uvV0OK43zS .socicon {
  line-height: inherit;
}
.cid-uvV0OK43zS .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uvUv7sFFOD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvUv7sFFOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUv7sFFOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUv7sFFOD .content-wrapper {
  background: #deeaff;
}
@media (max-width: 991px) {
  .cid-uvUv7sFFOD .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uvUv7sFFOD .content-wrapper .image-wrapper {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvUv7sFFOD .content-wrapper {
    padding: 0.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvUv7sFFOD .content-wrapper {
    padding: 0.2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvUv7sFFOD .content-wrapper {
    padding: 0.2rem 0.2rem;
  }
  .cid-uvUv7sFFOD .content-wrapper .text-wrapper {
    padding-right: 0.2rem;
  }
}
.cid-uvUv7sFFOD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvUv7sFFOD .card-title {
  color: #003781;
  text-align: left;
}
.cid-uvUv7sFFOD .mbr-text,
.cid-uvUv7sFFOD .mbr-section-btn {
  color: #133461;
}
.cid-uvUv7sFFOD .text-focus-in {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 675.9700927734375px;
    stroke-dasharray: 675.9700927734375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 675.9700927734375px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 675.9700927734375px;
    stroke-dasharray: 675.9700927734375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 675.9700927734375px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-1 {
  -webkit-animation: animate-svg-stroke-1 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both, animate-svg-fill-1 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
  animation: animate-svg-stroke-1 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both, animate-svg-fill-1 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 612.1580200195312px;
    stroke-dasharray: 612.1580200195312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 612.1580200195312px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 612.1580200195312px;
    stroke-dasharray: 612.1580200195312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 612.1580200195312px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-2 {
  -webkit-animation: animate-svg-stroke-2 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.12s both, animate-svg-fill-2 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
  animation: animate-svg-stroke-2 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.12s both, animate-svg-fill-2 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
}
@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 433.16259765625px;
    stroke-dasharray: 433.16259765625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 433.16259765625px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 433.16259765625px;
    stroke-dasharray: 433.16259765625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 433.16259765625px;
  }
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-3 {
  -webkit-animation: animate-svg-stroke-3 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.24s both, animate-svg-fill-3 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
  animation: animate-svg-stroke-3 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.24s both, animate-svg-fill-3 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
}
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 511.0410461425781px;
    stroke-dasharray: 511.0410461425781px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 511.0410461425781px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 511.0410461425781px;
    stroke-dasharray: 511.0410461425781px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 511.0410461425781px;
  }
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-4 {
  -webkit-animation: animate-svg-stroke-4 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.36s both, animate-svg-fill-4 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
  animation: animate-svg-stroke-4 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.36s both, animate-svg-fill-4 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
}
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 331.3260803222656px;
    stroke-dasharray: 331.3260803222656px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 331.3260803222656px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 331.3260803222656px;
    stroke-dasharray: 331.3260803222656px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 331.3260803222656px;
  }
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-5 {
  -webkit-animation: animate-svg-stroke-5 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.48s both, animate-svg-fill-5 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both;
  animation: animate-svg-stroke-5 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.48s both, animate-svg-fill-5 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both;
}
@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 313.50555419921875px;
    stroke-dasharray: 313.50555419921875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 313.50555419921875px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 313.50555419921875px;
    stroke-dasharray: 313.50555419921875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 313.50555419921875px;
  }
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-6 {
  -webkit-animation: animate-svg-stroke-6 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both, animate-svg-fill-6 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both;
  animation: animate-svg-stroke-6 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both, animate-svg-fill-6 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both;
}
@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 245.91317749023438px;
    stroke-dasharray: 245.91317749023438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 245.91317749023438px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 245.91317749023438px;
    stroke-dasharray: 245.91317749023438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 245.91317749023438px;
  }
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-7 {
  -webkit-animation: animate-svg-stroke-7 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.72s both, animate-svg-fill-7 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s both;
  animation: animate-svg-stroke-7 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.72s both, animate-svg-fill-7 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s both;
}
@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 240.06834411621094px;
    stroke-dasharray: 240.06834411621094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 240.06834411621094px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 240.06834411621094px;
    stroke-dasharray: 240.06834411621094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 240.06834411621094px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-8 {
  -webkit-animation: animate-svg-stroke-8 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.84s both, animate-svg-fill-8 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s both;
  animation: animate-svg-stroke-8 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.84s both, animate-svg-fill-8 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s both;
}
@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 172.69041442871094px;
    stroke-dasharray: 172.69041442871094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.69041442871094px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 172.69041442871094px;
    stroke-dasharray: 172.69041442871094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.69041442871094px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-9 {
  -webkit-animation: animate-svg-stroke-9 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.96s both, animate-svg-fill-9 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both;
  animation: animate-svg-stroke-9 4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.96s both, animate-svg-fill-9 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both;
}
@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 227.99314880371094px;
    stroke-dasharray: 227.99314880371094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 227.99314880371094px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 227.99314880371094px;
    stroke-dasharray: 227.99314880371094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 227.99314880371094px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-10 {
  -webkit-animation: animate-svg-stroke-10 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.08s both, animate-svg-fill-10 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s both;
  animation: animate-svg-stroke-10 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.08s both, animate-svg-fill-10 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s both;
}
@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 164.24356079101562px;
    stroke-dasharray: 164.24356079101562px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 164.24356079101562px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 164.24356079101562px;
    stroke-dasharray: 164.24356079101562px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 164.24356079101562px;
  }
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-11 {
  -webkit-animation: animate-svg-stroke-11 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both, animate-svg-fill-11 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4s both;
  animation: animate-svg-stroke-11 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both, animate-svg-fill-11 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4s both;
}
@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 169.95236206054688px;
    stroke-dasharray: 169.95236206054688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.95236206054688px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 169.95236206054688px;
    stroke-dasharray: 169.95236206054688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.95236206054688px;
  }
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-12 {
  -webkit-animation: animate-svg-stroke-12 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.32s both, animate-svg-fill-12 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s both;
  animation: animate-svg-stroke-12 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.32s both, animate-svg-fill-12 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s both;
}
@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 102.28671264648438px;
    stroke-dasharray: 102.28671264648438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 102.28671264648438px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 102.28671264648438px;
    stroke-dasharray: 102.28671264648438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 102.28671264648438px;
  }
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-13 {
  -webkit-animation: animate-svg-stroke-13 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.44s both, animate-svg-fill-13 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both;
  animation: animate-svg-stroke-13 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.44s both, animate-svg-fill-13 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both;
}
@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 57.93626403808594px;
    stroke-dasharray: 57.93626403808594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.93626403808594px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 57.93626403808594px;
    stroke-dasharray: 57.93626403808594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.93626403808594px;
  }
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #35a8e0;
  }
}
.cid-uvUv7sFFOD .elem-2-14 {
  -webkit-animation: animate-svg-stroke-14 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.56s both, animate-svg-fill-14 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s both;
  animation: animate-svg-stroke-14 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.56s both, animate-svg-fill-14 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s both;
}
@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 602.1824340820312px;
    stroke-dasharray: 602.1824340820312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 602.1824340820312px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 602.1824340820312px;
    stroke-dasharray: 602.1824340820312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 602.1824340820312px;
  }
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
.cid-uvUv7sFFOD .elem-2-15 {
  -webkit-animation: animate-svg-stroke-15 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.68s both, animate-svg-fill-15 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both;
  animation: animate-svg-stroke-15 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.68s both, animate-svg-fill-15 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both;
}
@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 597.295654296875px;
    stroke-dasharray: 597.295654296875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 597.295654296875px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 597.295654296875px;
    stroke-dasharray: 597.295654296875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 597.295654296875px;
  }
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
.cid-uvUv7sFFOD .elem-2-16 {
  -webkit-animation: animate-svg-stroke-16 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both, animate-svg-fill-16 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both;
  animation: animate-svg-stroke-16 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both, animate-svg-fill-16 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both;
}
@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 356.2389831542969px;
    stroke-dasharray: 356.2389831542969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356.2389831542969px;
  }
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 356.2389831542969px;
    stroke-dasharray: 356.2389831542969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356.2389831542969px;
  }
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
.cid-uvUv7sFFOD .elem-2-17 {
  -webkit-animation: animate-svg-stroke-17 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.92s both, animate-svg-fill-17 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s both;
  animation: animate-svg-stroke-17 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.92s both, animate-svg-fill-17 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s both;
}
@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 188.05653381347656px;
    stroke-dasharray: 188.05653381347656px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.05653381347656px;
  }
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 188.05653381347656px;
    stroke-dasharray: 188.05653381347656px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.05653381347656px;
  }
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
.cid-uvUv7sFFOD .elem-2-18 {
  -webkit-animation: animate-svg-stroke-18 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.04s both, animate-svg-fill-18 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s both;
  animation: animate-svg-stroke-18 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.04s both, animate-svg-fill-18 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s both;
}
@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 125.5177230834961px;
    stroke-dasharray: 125.5177230834961px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 125.5177230834961px;
  }
}
@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 125.5177230834961px;
    stroke-dasharray: 125.5177230834961px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 125.5177230834961px;
  }
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
.cid-uvUv7sFFOD .elem-2-19 {
  -webkit-animation: animate-svg-stroke-19 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.16s both, animate-svg-fill-19 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
  animation: animate-svg-stroke-19 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.16s both, animate-svg-fill-19 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
}
@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 101.02029418945312px;
    stroke-dasharray: 101.02029418945312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 101.02029418945312px;
  }
}
@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 101.02029418945312px;
    stroke-dasharray: 101.02029418945312px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 101.02029418945312px;
  }
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
.cid-uvUv7sFFOD .elem-2-20 {
  -webkit-animation: animate-svg-stroke-20 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.28s both, animate-svg-fill-20 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s both;
  animation: animate-svg-stroke-20 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.28s both, animate-svg-fill-20 3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s both;
}
@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 95.21788024902344px;
    stroke-dasharray: 95.21788024902344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 95.21788024902344px;
  }
}
@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 95.21788024902344px;
    stroke-dasharray: 95.21788024902344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 95.21788024902344px;
  }
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
.cid-uvUv7sFFOD .elem-2-21 {
  -webkit-animation: animate-svg-stroke-21 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both, animate-svg-fill-21 3s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
  animation: animate-svg-stroke-21 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both, animate-svg-fill-21 3s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
}
@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 94.84896087646484px;
    stroke-dasharray: 94.84896087646484px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.84896087646484px;
  }
}
@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 94.84896087646484px;
    stroke-dasharray: 94.84896087646484px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.84896087646484px;
  }
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
.cid-uvUv7sFFOD .elem-2-22 {
  -webkit-animation: animate-svg-stroke-22 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.52s both, animate-svg-fill-22 3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1s both;
  animation: animate-svg-stroke-22 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.52s both, animate-svg-fill-22 3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1s both;
}
@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 56.00261688232422px;
    stroke-dasharray: 56.00261688232422px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 56.00261688232422px;
  }
}
@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 56.00261688232422px;
    stroke-dasharray: 56.00261688232422px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 56.00261688232422px;
  }
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #f5f5f5;
  }
}
.cid-uvUv7sFFOD .elem-2-23 {
  -webkit-animation: animate-svg-stroke-23 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.64s both, animate-svg-fill-23 3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s both;
  animation: animate-svg-stroke-23 4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.64s both, animate-svg-fill-23 3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s both;
}
.cid-uwKUoZ2gO1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwKUoZ2gO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwKUoZ2gO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwKUoZ2gO1 .mbr-section-title {
  color: #003781;
}
.cid-uwKUoZ2gO1 .mbr-section-subtitle {
  color: #003781;
}
.cid-uwKUe3KZDY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uwKUe3KZDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwKUe3KZDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwKUe3KZDY .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uwKUe3KZDY .image-wrap img,
.cid-uwKUe3KZDY .image-wrap #mi-animacion1 {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uwKUe3KZDY .image-wrap img,
  .cid-uwKUe3KZDY .image-wrap #mi-animacion1 {
    display: block;
    margin: auto;
    width: calc(80%);
  }
}
.cid-uwKUe3KZDY .mbr-section-title {
  color: #003781;
}
.cid-uwKUe3KZDY .mbr-text,
.cid-uwKUe3KZDY .mbr-section-btn {
  color: #003781;
}
.cid-uwMqrwMmPR {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uwMqrwMmPR img,
.cid-uwMqrwMmPR .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uwMqrwMmPR .item:focus,
.cid-uwMqrwMmPR span:focus {
  outline: none;
}
.cid-uwMqrwMmPR .item-wrapper {
  position: relative;
}
.cid-uwMqrwMmPR .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uwMqrwMmPR .slide-content .item-content {
    padding: 0.1rem 0.1rem 0;
  }
  .cid-uwMqrwMmPR .slide-content .item-footer {
    padding: 0 0.1rem 0.1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwMqrwMmPR .slide-content .item-content {
    padding: 0.1rem 0.1rem 0;
  }
  .cid-uwMqrwMmPR .slide-content .item-footer {
    padding: 0 0.1rem 0.1rem;
  }
}
.cid-uwMqrwMmPR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwMqrwMmPR .mbr-section-title {
  color: #003781;
}
.cid-uwMqrwMmPR .mbr-text,
.cid-uwMqrwMmPR .mbr-section-btn {
  text-align: center;
}
.cid-uwMqrwMmPR .item-title {
  text-align: center;
  color: #133461;
}
.cid-uwMqrwMmPR .item-subtitle {
  text-align: left;
}
.cid-uwMqrwMmPR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uwMqrwMmPR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uwMqrwMmPR .embla__button--next,
.cid-uwMqrwMmPR .embla__button--prev {
  display: flex;
}
.cid-uwMqrwMmPR .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(8, 49, 104, 0.87);
  color: #c0def7;
  border: 2px solid #719ddf;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uwMqrwMmPR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwMqrwMmPR .embla__button:hover {
  background: #286ef1;
  color: rgba(216, 233, 250, 0.877);
}
.cid-uwMqrwMmPR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0.5rem;
}
.cid-uwMqrwMmPR .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uwMqrwMmPR .embla__button {
    top: auto;
  }
}
.cid-uwMqrwMmPR .embla {
  position: relative;
  width: 100%;
}
.cid-uwMqrwMmPR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uwMqrwMmPR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwMqrwMmPR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwMqrwMmPR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyJ6MKUbbe {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyJ6MKUbbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJ6MKUbbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJ6MKUbbe .mbr-section-title {
  color: #003781;
}
.cid-uyJ6MKUbbe .mbr-section-subtitle {
  color: #003781;
}
.cid-uwQES1xm0c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwQES1xm0c .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwQES1xm0c .content-wrapper .image-wrapper {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwQES1xm0c .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uwQES1xm0c .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uwQES1xm0c .content-wrapper {
    padding: 0.5rem 7rem 3rem 7rem;
  }
  .cid-uwQES1xm0c .content-wrapper .text-wrapper {
    padding-left: 5rem;
  }
}
.cid-uwQES1xm0c .image-wrapper {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
  object-fit: cover;
  border-radius: 5%;
  background: #ffffff;
  box-shadow: 13px 13px 26px #9c9c9c, -13px -13px 26px #ffffff;
}
.cid-uwQES1xm0c .image-wrapper img {
  background-blend-mode: overlay;
  padding: 10px;
}
.cid-uwQES1xm0c .card-title {
  color: #003781;
  text-align: left;
}
.cid-uwQES1xm0c .mbr-text,
.cid-uwQES1xm0c .mbr-section-btn {
  color: #353535;
}
.cid-uwQuxPEcqN {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uwQuxPEcqN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uwQuxPEcqN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uwQuxPEcqN .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #7ba6fd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uwQuxPEcqN .mbr-text {
  color: #003781;
}
.cid-uxf35uyYH5 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxf35uyYH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxf35uyYH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxf35uyYH5 .mbr-section-title {
  color: #003781;
}
.cid-uxf35uyYH5 .mbr-section-subtitle {
  color: #003781;
}
.cid-EQfDAvMrJE {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-EQfDAvMrJE .dahomy-service4 h3 a {
  color: #000000;
}
.cid-EQfDAvMrJE .dahomy-service4 {
  text-align: center;
  position: relative;
  padding: 1rem 1rem;
  background-color: #bdd3ff;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 30px;
  z-index: 1;
}
.cid-EQfDAvMrJE .dahomy-service4:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.cid-EQfDAvMrJE .dahomy-service4 i {
  display: inline-block;
  color: #003781;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 18px;
}
.cid-EQfDAvMrJE .dahomy-service4 h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.cid-EQfDAvMrJE .dahomy-service4 h3 a:hover {
  letter-spacing: 1px;
}
.cid-EQfDAvMrJE .dahomy-service4 p {
  margin-bottom: 14px;
}
.cid-EQfDAvMrJE .dahomy-service4 .services-btn {
  display: inline-block;
  color: #003781;
  font-weight: 600;
  border-bottom: 1px solid #003781;
}
.cid-EQfDAvMrJE .dahomy-service4 .services-btn:hover {
  letter-spacing: 1px;
}
.cid-EQfDAvMrJE .dahomy-service4.active {
  background-color: #003781;
}
.cid-EQfDAvMrJE .dahomy-service4.active:before {
  border-top: 230px solid #bdd3ff;
  opacity: 0.15;
}
.cid-EQfDAvMrJE .dahomy-service4.active:after {
  border-bottom: 230px solid #bdd3ff;
  opacity: 0.15;
}
.cid-EQfDAvMrJE .dahomy-service4.active i {
  color: #bdd3ff;
}
.cid-EQfDAvMrJE .dahomy-service4.active h3 a {
  color: #bdd3ff;
}
.cid-EQfDAvMrJE .dahomy-service4.active p {
  color: #bdd3ff;
}
.cid-EQfDAvMrJE .dahomy-service4.active .services-btn {
  color: #bdd3ff;
  border-bottom: 1px solid #bdd3ff;
}
.cid-EQfDAvMrJE .card-overlay {
  position: relative;
  overflow: hidden;
}
.cid-EQfDAvMrJE .card-overlay:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-top: 230px solid #003781;
  border-right: 240px solid transparent;
  opacity: .1;
  z-index: -1;
  -webkit-transition: .5s all ease;
  transition: 0.5s all ease;
}
.cid-EQfDAvMrJE .card-overlay:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-bottom: 230px solid #003781;
  border-right: 240px solid transparent;
  opacity: .1;
  z-index: -1;
  -webkit-transition: .5s all ease;
  transition: 0.5s all ease;
}
.cid-EQfDAvMrJE H3 {
  color: #b7b7b7;
  text-align: center;
}
.cid-EQfDAvMrJE .text-gothic {
  font-family: 'GothicA1-light', sans-serif;
  font-size: 1.1rem;
}
.cid-EQfDAvMrJE P {
  color: #ffffff;
  text-align: center;
}
.cid-uyV2lAE0dc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyV2lAE0dc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uyV2lAE0dc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uyV2lAE0dc .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #7ba6fd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uyV2lAE0dc .mbr-text {
  color: #003781;
}
.cid-uyV2lAE0dc .mbr-section-title {
  color: #003781;
  text-align: center;
}
.cid-UxgK6b6EGb {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-UxgK6b6EGb .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-UxgK6b6EGb .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-UxgK6b6EGb .mbr-section-title {
  padding-bottom: 45px;
  color: #003781;
  text-align: left;
}
.cid-UxgK6b6EGb .text-block {
  color: #003781;
  margin-bottom: 45px;
  text-align: left;
}
.cid-UxgK6b6EGb .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-UxgK6b6EGb .name {
  width: auto;
  padding: 0;
  line-height: 0.1;
}
.cid-UxgK6b6EGb .progress {
  border-radius: 11px;
  position: relative;
  width: 100%;
  height: 29px;
  margin-top: 12px;
  background: #d0d0d0;
  font-size: 1.1rem;
  font-weight: 700;
}
.cid-UxgK6b6EGb .progress-bar {
  color: #ffffff;
  height: 29px !important;
  transition: width 2s ease-in-out;
  padding-right: 15px;
  border-radius: 12px;
  line-height: 29px;
  text-align: right;
}
.cid-UxgK6b6EGb .pgrbr1 {
  background-color: #003781;
  width: 100%;
}
.cid-UxgK6b6EGb .pgrbr2 {
  background-color: #155bd5;
  width: 100%;
}
.cid-UxgK6b6EGb .pgrbr3 {
  background-color: #003781;
  width: 100%;
}
.cid-UxgK6b6EGb .pgrbr4 {
  background-color: #155bd5;
  width: 100%;
}
.cid-UxgK6b6EGb .pgrbr5 {
  background-color: #ff8c00;
  width: 58%;
}
.cid-UxgK6b6EGb .progressbar-numero1:before {
  content: 'COMPROMISO';
  font-weight: 100;
}
.cid-UxgK6b6EGb .progressbar-numero2:before {
  content: 'ENTUSIASMO';
  font-weight: 100;
}
.cid-UxgK6b6EGb .progressbar-numero3:before {
  content: 'INNOVACIÓN';
  font-weight: 100;
}
.cid-UxgK6b6EGb .progressbar-numero4:before {
  content: 'CERCANÍA';
  font-weight: 100;
}
.cid-UxgK6b6EGb .progressbar-numero5:before {
  content: '58%';
}
.cid-UxgK6b6EGb .left {
  max-width: 557px;
}
@media (max-width: 768px) {
  .cid-UxgK6b6EGb .text-wrapper {
    margin-top: 30px;
  }
  .cid-UxgK6b6EGb .left {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .cid-UxgK6b6EGb .text-elements {
    padding: 70px 15px 0 150px;
  }
  .cid-UxgK6b6EGb .progress_elements {
    padding: 0 150px 0 15px;
  }
}
.cid-UxgK6b6EGb .reset {
  width: 0%;
}
.cid-UxgK6b6EGb P {
  text-align: right;
  color: #ffffff;
}
.cid-UxgK6b6EGb .text-gothic {
  font-family: 'GothicA1-light', sans-serif;
  font-size: 1.2rem;
}
.cid-ux88mOAvnR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux88mOAvnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux88mOAvnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux88mOAvnR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ux88mOAvnR .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-ux88mOAvnR .mbr-section-title {
  color: #003781;
}
.cid-ux88mOAvnR .heartbeat {
  -webkit-animation: heartbeat 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite both;
  animation: heartbeat 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.cid-ux88mOAvnR .mbr-text,
.cid-ux88mOAvnR .mbr-section-btn {
  color: #003781;
}
.cid-uyUMuVcBiU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyUMuVcBiU .showAlerts {
  display: block !important;
}
.cid-uyUMuVcBiU .rowflexrev {
  display: -webkit-flex;
}
.cid-uyUMuVcBiU .title {
  margin-bottom: 2rem;
}
.cid-uyUMuVcBiU .mbr-section-subtitle {
  color: #767676;
}
.cid-uyUMuVcBiU textarea.form-control {
  min-height: 188px;
}
.cid-uyUMuVcBiU LABEL {
  color: #232323;
  display: initial;
}
.cid-uyUMuVcBiU .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uyUMuVcBiU .mbr-section-labels {
  color: #003781;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uyUMuVcBiU .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uyUMuVcBiU .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uyUMuVcBiU .alert {
  margin-bottom: 0;
}
.cid-uyUMuVcBiU .alert-success {
  background-color: #70c770;
}
.cid-uyUMuVcBiU .alert-danger {
  background-color: #ff4a52;
}
.cid-uyUMuVcBiU .btn {
  display: inline-flex;
}
.cid-uyUMuVcBiU .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uyUMuVcBiU .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uyUMuVcBiU .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uyUMuVcBiU input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uyUMuVcBiU input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uyUMuVcBiU input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uyUMuVcBiU input,
.cid-uyUMuVcBiU option,
.cid-uyUMuVcBiU textarea {
  color: #000000;
}
.cid-ux88agYzno {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ux88agYzno .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux88agYzno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux88agYzno .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ux88agYzno .card-wrapper {
  margin-bottom: 1rem;
  display: flex;
  border-radius: 4px;
  background: #d7e5ff;
}
@media (max-width: 991px) {
  .cid-ux88agYzno .card-wrapper {
    padding: 0.5rem 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ux88agYzno .card-wrapper {
    padding: 0.5rem 0.5rem;
  }
}
.cid-ux88agYzno .mbr-iconfont {
  font-size: 2rem;
  padding-right: 0.5rem;
  color: #7ba6fd;
}
.cid-ux88agYzno .card-title {
  color: #003781;
  text-align: left;
}
.cid-ux88agYzno P {
  color: #003781;
  text-align: left;
}
.cid-ux88agYzno .mbr-section-subtitle {
  color: #003781;
}
.cid-uzA6wVJyVg {
  padding-top: 1.8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzA6wVJyVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzA6wVJyVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzA6wVJyVg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzA6wVJyVg .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uzA7RGlK3s {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzA7RGlK3s .mbr-text {
  text-align: center;
  color: #003781;
}
.cid-uzA7RGlK3s .thin2-hr {
  border: none;
  border-top: 1px solid #161616;
  margin: 10px 0;
}
.cid-uzA7RGlK3s .custom-font-size2 {
  font-size: 0.8rem;
}
.cid-uzA8ABafVq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #353535;
  overflow: hidden;
}
.cid-uzA8ABafVq .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzA8ABafVq .otra-clase1 {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
}
.cid-uzA8ABafVq .otra-clase2 {
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
}
.cid-ul010sC26U #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 55, 129, 0.95);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 2px;
  border-color: #bbbbbb;
}
@media (max-width: 768px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-ul010sC26U #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #8caff0;
  opacity: 1;
}
.cid-ul010sC26U #dentauraBttB:hover {
  background-color: rgba(19, 92, 243, 0.9);
}
.cid-ul010sC26U #dentauraBttB:hover span {
  border-bottom-color: #bed3f9;
}
.cid-ul010sC26U .hidden {
  display: none;
}
.cid-uvV0OK43zS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.2rem;
  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-uvV0OK43zS .display-2 {
  font-size: 2rem;
}
.cid-uvV0OK43zS .navbar-collapse {
  -webkit-justify-content: flex;
  justify-content: flex;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .icons-menu {
    padding: 0.5rem 0!important;
  }
  .cid-uvV0OK43zS .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uvV0OK43zS .dropdown-item:hover {
    color: #003781 !important;
    background: #deeaff !important;
  }
  .cid-uvV0OK43zS .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uvV0OK43zS.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvV0OK43zS.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uvV0OK43zS.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uvV0OK43zS.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uvV0OK43zS .navbar.navbar-short {
    background: #003781 !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvV0OK43zS .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uvV0OK43zS .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uvV0OK43zS .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvV0OK43zS.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvV0OK43zS .dropdown-menu {
    top: 0;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uvV0OK43zS .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvV0OK43zS ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-item {
    padding-top: 0.2rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    background: rgba(0, 55, 129, 0.95);
    text-align: center;
  }
  .cid-uvV0OK43zS .navbar-brand {
    min-height: 45px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
  }
  .cid-uvV0OK43zS .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvV0OK43zS .icons-menu {
    padding-left: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
}
@media (max-width: 575px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 295px;
  }
}
@media (min-width: 576px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 425px;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 430px;
  }
}
@media (min-width: 1200px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 465px;
  }
}
@media (max-width: 550px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uvV0OK43zS .container {
  width: 100%;
  max-width: 1500px !important;
  display: flex;
  margin: auto;
}
.cid-uvV0OK43zS .navbar {
  min-height: 45px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #003781 !important;
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .navbar.navbar-short {
    background: #003781 !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uvV0OK43zS .navbar .dropdown-item {
    padding-top: 0.2rem;
    padding-right: 0.5rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    border-bottom: 0px solid #000000;
    background: rgba(0, 55, 129, 0.95);
    border-bottom-width: 0.5px;
    border-color: #ffffff;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uvV0OK43zS .navbar .dropdown-item:hover {
    color: #d7e5ff !important;
    background: #001f49 !important;
  }
}
.cid-uvV0OK43zS .navbar.opened {
  transition: all .3s;
}
.cid-uvV0OK43zS .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uvV0OK43zS .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uvV0OK43zS .nav-link:hover {
  color: #003781 !important;
  background: #deeaff !important;
}
.cid-uvV0OK43zS .nav-link:hover:before {
  color: #7ba6fd !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uvV0OK43zS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: left;
    -webkit-justify-content: flex;
    justify-content: flex;
  }
}
.cid-uvV0OK43zS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .dropdown-menu {
    min-width: 5rem;
    padding-top: 0rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uvV0OK43zS .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uvV0OK43zS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvV0OK43zS .navbar-caption {
  padding-right: 1rem;
}
.cid-uvV0OK43zS .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex;
  justify-content: flex;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .dropdown-menu,
  .cid-uvV0OK43zS .navbar.opened {
    background: rgba(0, 55, 129, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .dropdown-menu,
  .cid-uvV0OK43zS .navbar.opened {
    background: #003781 !important;
  }
}
.cid-uvV0OK43zS .nav-item:focus,
.cid-uvV0OK43zS .nav-link:focus {
  outline: none;
}
.cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uvV0OK43zS .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 0.5rem;
}
.cid-uvV0OK43zS .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uvV0OK43zS .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uvV0OK43zS .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uvV0OK43zS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvV0OK43zS .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(0, 55, 129, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #003781 !important;
  background: #deeaff !important;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uvV0OK43zS .navbar-brand {
  min-height: 45px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uvV0OK43zS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvV0OK43zS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvV0OK43zS .dropdown-item.active,
.cid-uvV0OK43zS .dropdown-item:active {
  background-color: transparent;
}
.cid-uvV0OK43zS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvV0OK43zS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uvV0OK43zS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvV0OK43zS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvV0OK43zS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .navbar-buttons {
    text-align: right;
    min-width: 315px;
    width: 315px;
  }
}
.cid-uvV0OK43zS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #deeaff;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvV0OK43zS .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uvV0OK43zS a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvV0OK43zS .navbar-brand span {
  display: inline-block;
}
.cid-uvV0OK43zS .navbar-brand a {
  font-weight: 400;
}
.cid-uvV0OK43zS .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 2.75px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #bbbbbb;
}
.cid-uvV0OK43zS .btn-sm {
  white-space: nowrap;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-uvV0OK43zS .btn .mbr-iconfont,
.cid-uvV0OK43zS .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uvV0OK43zS .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  background: #003781 !important;
  background: linear-gradient(to right, #003781, #003781, #003781, #003781) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 4px;
  color: #ffffff;
}
.cid-uvV0OK43zS .topLineDivSettings span {
  font-weight: 200 !important;
}
.cid-uvV0OK43zS .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uvV0OK43zS .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uvV0OK43zS img {
  width: auto;
}
.cid-uvV0OK43zS .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uvV0OK43zS .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvV0OK43zS .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvV0OK43zS a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uvV0OK43zS .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uvV0OK43zS .socicon {
  line-height: inherit;
}
.cid-uvV0OK43zS .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uyJq9yENKo {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyJq9yENKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyJq9yENKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyJq9yENKo .mbr-section-title {
  color: #003781;
}
.cid-uyJq9yENKo .mbr-section-subtitle {
  color: #003781;
}
.cid-uyJrm8M7l0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyJrm8M7l0 blockquote {
  border-color: #155bd5;
  border-radius: 4px;
  background-color: #deeaff;
}
.cid-uyJrm8M7l0 .mbr-text {
  color: #003781;
}
.cid-uyJrm8M7l0 .mbr-section-title {
  color: #003781;
}
.cid-uyJrWac1i1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyJrWac1i1 blockquote {
  border-color: #155bd5;
  border-radius: 4px;
  background-color: #deeaff;
}
.cid-uyJrWac1i1 .mbr-text {
  color: #003781;
}
.cid-uyJrWac1i1 .mbr-section-title {
  color: #003781;
}
.cid-uyJstwogR5 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uzAlFbcpsu {
  padding-top: 1.8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzAlFbcpsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAlFbcpsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAlFbcpsu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzAlFbcpsu .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uzAmymqMnf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzAmymqMnf .mbr-text {
  text-align: center;
  color: #003781;
}
.cid-uzAmymqMnf .thin2-hr {
  border: none;
  border-top: 1px solid #161616;
  margin: 10px 0;
}
.cid-uzAmymqMnf .custom-font-size2 {
  font-size: 0.8rem;
}
.cid-ul010sC26U #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 55, 129, 0.95);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 2px;
  border-color: #bbbbbb;
  -webkit-box-shadow: 0 -3px 7px -2px #353535;
  -moz-box-shadow: 0 -3px 7px -2px #353535;
  box-shadow: 0 -3px 7px -2px #353535;
}
@media (max-width: 768px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-ul010sC26U #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #8caff0;
  opacity: 1;
}
.cid-ul010sC26U #dentauraBttB:hover {
  background-color: rgba(19, 92, 243, 0.9);
}
.cid-ul010sC26U #dentauraBttB:hover span {
  border-bottom-color: #bed3f9;
}
.cid-ul010sC26U .hidden {
  display: none;
}
.cid-uzA8ABafVq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #353535;
  overflow: hidden;
}
.cid-uzA8ABafVq .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzA8ABafVq .otra-clase1 {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
}
.cid-uzA8ABafVq .otra-clase2 {
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
}
