body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Yaldevi', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Yaldevi', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.02rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.02rem;
}
.display-5 {
  font-family: 'Yaldevi', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-7 {
  font-family: 'Yaldevi', sans-serif;
  font-size: 1.15rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.15rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.816rem;
    font-size: calc( 1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #1a449a !important;
}
.bg-success {
  background-color: #ff4a52 !important;
}
.bg-info {
  background-color: #082a70 !important;
}
.bg-warning {
  background-color: #970909 !important;
}
.bg-danger {
  background-color: #b8ccf4 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #1a449a !important;
  border-color: #1a449a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0f2759 !important;
  border-color: #0f2759 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f2759 !important;
  border-color: #0f2759 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #082a70 !important;
  border-color: #082a70 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #030f29 !important;
  border-color: #030f29 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #030f29 !important;
  border-color: #030f29 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #970909 !important;
  border-color: #970909 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #4f0505 !important;
  border-color: #4f0505 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4f0505 !important;
  border-color: #4f0505 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b8ccf4 !important;
  border-color: #b8ccf4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #769cea !important;
  border-color: #769cea !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #769cea !important;
  border-color: #769cea !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0b1d43;
  color: #0b1d43;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #1a449a;
  border-color: #1a449a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a449a !important;
  border-color: #1a449a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #010611;
  color: #010611;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #082a70;
  border-color: #082a70;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #082a70 !important;
  border-color: #082a70 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #370303;
  color: #370303;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #970909;
  border-color: #970909;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #970909 !important;
  border-color: #970909 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #608de6;
  color: #608de6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #b8ccf4;
  border-color: #b8ccf4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b8ccf4 !important;
  border-color: #b8ccf4 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1a449a !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ff4a52 !important;
}
.text-info {
  color: #082a70 !important;
}
.text-warning {
  color: #970909 !important;
}
.text-danger {
  color: #b8ccf4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b1d43 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e3000a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #010611 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #370303 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #608de6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #082a70;
}
.alert-warning {
  background-color: #970909;
}
.alert-danger {
  background-color: #b8ccf4;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a449a;
  border-color: #1a449a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5281e2;
}
.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: #1057e7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f22d2d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.form-control {
  font-family: 'Yaldevi', sans-serif;
  font-size: 1.15rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.15rem;
}
blockquote {
  border-color: #1a449a;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a449a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1a449a;
  border-bottom-color: #1a449a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1a449a !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: #130947 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231a449a' %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;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-txx5GPzm0s {
  background-image: url("../../../assets/images/capa-copiar-1920x1168.jpeg");
}
.cid-txx5GPzm0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-txx5GPzm0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txx5GPzm0s .mbr-section-title {
  color: #1a449a;
  margin-bottom: 20px;
}
.cid-txx5GPzm0s .mbr-section-subtitle {
  color: #082a70;
  margin-bottom: 30px;
}
.cid-txx5GPzm0s .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-txx5GPzm0s .mbr-section-btn {
  margin-top: 30px;
}
.cid-txx5GPzm0s .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-toRczQPzak {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #fafbfc;
}
.cid-toRczQPzak .mbr-fallback-image.disabled {
  display: none;
}
.cid-toRczQPzak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toRczQPzak .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: Gainsboro;
}
@media (min-width: 1500px) {
  .cid-toRczQPzak .container {
    max-width: 1400px;
  }
}
.cid-toRczQPzak .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #502274;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #130947;
  height: 80px;
  border-radius: 20%;
}
.cid-toRczQPzak .row {
  justify-content: center;
}
.cid-toRczQPzak .card-text {
  text-align: center;
  color: #656565;
}
.cid-toRczQPzak .card-title,
.cid-toRczQPzak .iconfont-wrapper {
  text-align: center;
  color: #970909;
}
.cid-toRczQPzak .mbr-section-title {
  color: #656565;
}
.cid-tmMQfbhAns {
  background-color: #ffffff;
}
.cid-tmMQfbhAns .mbr-section-head {
  position: absolute;
  transform: translate(9rem, 3rem) rotate(-90deg);
}
@media (max-width: 767px) {
  .cid-tmMQfbhAns .mbr-section-head {
    transform: translate(-1rem, 3rem) rotate(-90deg);
  }
}
.cid-tmMQfbhAns .wrap {
  padding: 0 1rem;
}
.cid-tmMQfbhAns .mbr-text {
  min-height: 250px;
  text-align: left;
}
.cid-tmMQfbhAns img,
.cid-tmMQfbhAns .item-img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tmMQfbhAns img,
  .cid-tmMQfbhAns .item-img {
    height: 420px;
  }
}
.cid-tmMQfbhAns .col-10,
.cid-tmMQfbhAns .col-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.cid-tmMQfbhAns .col-10 {
  background-color: #ffffff;
}
.cid-tmMQfbhAns .item:focus,
.cid-tmMQfbhAns span:focus {
  outline: none;
}
.cid-tmMQfbhAns .item-wrapper {
  position: relative;
}
.cid-tmMQfbhAns .embla {
  position: relative;
}
.cid-tmMQfbhAns .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tmMQfbhAns .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
  border-right: 1px solid #000;
}
@media (max-width: 991px) {
  .cid-tmMQfbhAns .embla__slide {
    min-width: 600px;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .cid-tmMQfbhAns .embla__slide {
    min-width: 235px;
    max-width: 235px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-tmMQfbhAns .embla__button--next,
.cid-tmMQfbhAns .embla__button--prev {
  display: flex;
}
.cid-tmMQfbhAns .btnSlider {
  display: flex;
  justify-content: flex-end;
}
.cid-tmMQfbhAns .embla__button {
  width: 38px;
  height: 38px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tmMQfbhAns .embla__button {
    display: none;
  }
}
.cid-tmMQfbhAns .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tmMQfbhAns .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmMQfbhAns .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tmMQfbhAns .embla__button {
    top: auto;
  }
}
.cid-tmMQfbhAns .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tmMQfbhAns .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 992px) {
  .cid-tmMQfbhAns .mbr-section-title {
    font-size: 64px;
  }
}
.cid-tmMQfbhAns .mbr-subtitle {
  color: #970909;
}
.cid-tmMQfbhAns .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmMQfbhAns .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmMQfbhAns .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmMQfbhAns .mbr-section-subtitle {
  color: #656565;
}
.cid-tmMQfbhAns .mbr-title {
  color: #1a449a;
}
.cid-sPdqYoJ1dU {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-sPdqYoJ1dU .mbr-iconfont {
  color: #970909;
}
.cid-sPdqYoJ1dU .mbr-iconfont:hover {
  color: #1a449a !important;
}
.cid-sPdqYoJ1dU .mbr-text {
  margin: 1.5rem 0;
}
.cid-sPdqYoJ1dU .card-img {
  margin-bottom: 2rem;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sPdqYoJ1dU .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sPdqYoJ1dU .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sPdqYoJ1dU .mbr-section-subtitle,
.cid-sPdqYoJ1dU .mbr-text,
.cid-sPdqYoJ1dU .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sPdqYoJ1dU .card-title {
  color: #1a449a;
}
.cid-t724Vbha1g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9fafb;
}
.cid-t724Vbha1g .mbr-section-title {
  margin-bottom: 50px;
  text-align: left;
}
.cid-t724Vbha1g .container-table {
  margin: 0 auto;
}
.cid-t724Vbha1g .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t724Vbha1g tbody tr:nth-child(odd) {
  background-color: #f5f4f6;
}
.cid-t724Vbha1g .dataTables_wrapper {
  display: block;
}
.cid-t724Vbha1g .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t724Vbha1g .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t724Vbha1g .head-item {
  color: #1a449a;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-t724Vbha1g .body-item {
  color: #303f61;
  text-align: center;
}
.cid-t724Vbha1g table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #f5f7fa;
}
.cid-t724Vbha1g table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #f5f7fa;
}
.cid-t724Vbha1g table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #f5f7fa;
  border-left: 1px solid #f5f7fa;
}
.cid-t724Vbha1g .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t724Vbha1g .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t724Vbha1g .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t724Vbha1g .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t724Vbha1g .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t724Vbha1g .dataTables_filter {
    text-align: center;
  }
  .cid-t724Vbha1g .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sMALCftAXp {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sMALCftAXp img {
  width: 180px;
  margin: auto;
}
.cid-sMALCftAXp .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sMALCftAXp .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sMALCftAXp .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sMALCftAXp .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sMALCftAXp .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sMALCftAXp .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sMALCftAXp .mbr-section-title {
    text-align: center;
  }
}
.cid-sMRoXC5poq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sMRoXC5poq img {
  width: 125px;
  margin: auto;
}
.cid-sMRoXC5poq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMRoXC5poq .card {
    max-width: 12.5%;
  }
}
.cid-sMRoXC5poq .mbr-section-title {
  color: #656565;
}
.cid-sL4EDKfQed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sL4EDKfQed .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sL4EDKfQed .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sL4EDKfQed .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sL4EDKfQed .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sL4EDKfQed .row > div {
    margin: auto;
  }
}
.cid-sL4EDKfQed .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sL4EDKfQed .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sL4EDKfQed .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sL4EDKfQed .list {
    margin-bottom: 0rem;
  }
}
.cid-sL4EDKfQed .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sL4EDKfQed .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sL4EDKfQed .row {
    display: grid;
  }
  .cid-sL4EDKfQed .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sL4EDKfQed .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sL4EDKfQed .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sL4EDKfQed div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sL4EDKfQed .copyright {
  text-align: center;
}
.cid-rSb73ad1zW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010d2b;
}
.cid-rSb73ad1zW .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSb73ad1zW p {
  margin: 0;
}
.cid-rSb73ad1zW a {
  color: #ff4a52;
}
.cid-rSb73ad1zW a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-txI3XhkL1A {
  background-image: url("../../../assets/images/capa-seniores-1920x1168.jpeg");
}
.cid-txI3XhkL1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-txI3XhkL1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txI3XhkL1A .mbr-section-title {
  color: #1a449a;
  margin-bottom: 20px;
}
.cid-txI3XhkL1A .mbr-section-subtitle {
  color: #082a70;
  margin-bottom: 30px;
  text-align: left;
}
.cid-txI3XhkL1A .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-txI3XhkL1A .mbr-section-btn {
  margin-top: 30px;
}
.cid-txI3XhkL1A .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tmAjjiXmto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafbfc;
}
.cid-tmAjjiXmto .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmAjjiXmto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmAjjiXmto .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: Gainsboro;
}
@media (min-width: 1500px) {
  .cid-tmAjjiXmto .container {
    max-width: 1400px;
  }
}
.cid-tmAjjiXmto .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #502274;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #130947;
  height: 80px;
  border-radius: 20%;
}
.cid-tmAjjiXmto .row {
  justify-content: center;
}
.cid-tmAjjiXmto .card-text {
  text-align: center;
}
.cid-tmAjjiXmto .card-title,
.cid-tmAjjiXmto .iconfont-wrapper {
  text-align: center;
  color: #970909;
}
.cid-tmAjjiXmto .mbr-section-title {
  color: #656565;
}
.cid-sL4wGMGmqh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9fafb;
}
.cid-sL4wGMGmqh .mbr-section-subtitle {
  color: #656565;
  text-align: center;
}
.cid-sL4wGMGmqh .container-table {
  margin: 0 auto;
}
.cid-sL4wGMGmqh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sL4wGMGmqh .dataTables_wrapper {
  display: block;
}
.cid-sL4wGMGmqh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sL4wGMGmqh table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sL4wGMGmqh table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-sL4wGMGmqh table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sL4wGMGmqh table td {
  border-top: 1px solid #cccccc;
}
.cid-sL4wGMGmqh table td:hover {
  color: #ff4a52;
}
.cid-sL4wGMGmqh table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-sL4wGMGmqh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sL4wGMGmqh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sL4wGMGmqh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sL4wGMGmqh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sL4wGMGmqh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sL4wGMGmqh .dataTables_filter {
    text-align: center;
  }
  .cid-sL4wGMGmqh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sL4wGMGmqh .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sL4wGMGmqh .head-item {
  text-align: center;
}
.cid-sL4wGMGmqh .body-item {
  text-align: center;
  color: #1e45a2;
}
.cid-sZ0ZYC3imR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9fafb;
}
.cid-sZ0ZYC3imR .mbr-text,
.cid-sZ0ZYC3imR .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sZ0ZYC3imR .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sZ0ZYC3imR .mbr-text,
.cid-sZ0ZYC3imR .mbr-section-btn,
.cid-sZ0ZYC3imR .mbr-section-title {
  color: #ffffff;
}
.cid-sZ0ZYC3imR .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sZ0ZYC3imR .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sZ0ZYC3imR .mbr-section-title {
  font-weight: 700;
}
.cid-sZ0ZYC3imR .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sZ0ZYC3imR .btn {
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 0px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sZ0ZYC3imR .mbr-section-title,
  .cid-sZ0ZYC3imR .mbr-text,
  .cid-sZ0ZYC3imR .mbr-section-btn {
    text-align: left;
  }
}
.cid-sZ0ZYC3imR .mbr-section-title,
.cid-sZ0ZYC3imR .card-img {
  color: #656565;
}
.cid-tmAmEak4tG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmAmEak4tG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmAmEak4tG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmAmEak4tG .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tmAmEak4tG .col-title {
    padding: 0 30px !important;
  }
}
.cid-tmAmEak4tG .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-tmAmEak4tG .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tmAmEak4tG .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tmAmEak4tG .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tmAmEak4tG .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(101, 101, 101, 0.75);
}
@media (max-width: 991px) {
  .cid-tmAmEak4tG .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tmAmEak4tG .card {
    margin-bottom: 0;
  }
}
.cid-tmAmEak4tG .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tmAmEak4tG .card-box {
    flex-wrap: wrap;
  }
}
.cid-tmAmEak4tG .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tmAmEak4tG .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tmAmEak4tG .card-title {
  width: 100%;
  color: #970909;
  margin-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tmAmEak4tG .card-title {
    width: 100%;
  }
}
.cid-tmAmEak4tG .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tmAmEak4tG .card-text-container {
    width: 100%;
  }
}
.cid-tmAmEak4tG .card-text {
  color: #656565;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}
.cid-tkCSPnw8yv {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
.cid-tkCSPnw8yv .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-tkCSPnw8yv .item-title {
  text-align: left;
  color: #6d7a8c;
  margin: 0;
}
.cid-tkCSPnw8yv .item-number {
  padding-right: 1rem;
  color: #1e45a2;
}
.cid-tkCSPnw8yv .item-img {
  margin-bottom: 1rem;
}
.cid-tkCSPnw8yv .item-img img {
  border-radius: 20px;
}
.cid-tkCSPnw8yv .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-tkCSPnw8yv .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-tkCSPnw8yv .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-tkCSPnw8yv .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a449a;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-tkCSPnw8yv .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #1a449a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tkCSPnw8yv .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-tkCSPnw8yv .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-tkCSPnw8yv .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-tkCSPnw8yv .item:focus,
.cid-tkCSPnw8yv span:focus {
  outline: none;
}
.cid-tkCSPnw8yv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkCSPnw8yv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkCSPnw8yv .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-tkCSPnw8yv .mbr-text,
.cid-tkCSPnw8yv .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tkCSPnw8yv .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tkCSPnw8yv .mbr-link {
  color: #8364e2;
}
.cid-tkCSPnw8yv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkCWaFn48H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
.cid-tkCWaFn48H .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-tkCWaFn48H .item-title {
  text-align: left;
  color: #6d7a8c;
  margin: 0;
}
.cid-tkCWaFn48H .item-number {
  padding-right: 1rem;
  color: #1e45a2;
}
.cid-tkCWaFn48H .item-img {
  margin-bottom: 1rem;
}
.cid-tkCWaFn48H .item-img img {
  border-radius: 20px;
}
.cid-tkCWaFn48H .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-tkCWaFn48H .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-tkCWaFn48H .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-tkCWaFn48H .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a449a;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-tkCWaFn48H .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #1a449a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tkCWaFn48H .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-tkCWaFn48H .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-tkCWaFn48H .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-tkCWaFn48H .item:focus,
.cid-tkCWaFn48H span:focus {
  outline: none;
}
.cid-tkCWaFn48H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkCWaFn48H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkCWaFn48H .mbr-section-title {
  color: #ffffff;
}
.cid-tkCWaFn48H .mbr-text,
.cid-tkCWaFn48H .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tkCWaFn48H .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tkCWaFn48H .mbr-link {
  color: #8364e2;
}
.cid-tkCWaFn48H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkCZJ0imSh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f9fafb;
}
.cid-tkCZJ0imSh .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-tkCZJ0imSh .item-title {
  text-align: left;
  color: #6d7a8c;
  margin: 0;
}
.cid-tkCZJ0imSh .item-number {
  padding-right: 1rem;
  color: #1e45a2;
}
.cid-tkCZJ0imSh .item-img {
  margin-bottom: 1rem;
}
.cid-tkCZJ0imSh .item-img img {
  border-radius: 20px;
}
.cid-tkCZJ0imSh .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-tkCZJ0imSh .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-tkCZJ0imSh .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-tkCZJ0imSh .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a449a;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-tkCZJ0imSh .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #1a449a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tkCZJ0imSh .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-tkCZJ0imSh .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-tkCZJ0imSh .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-tkCZJ0imSh .item:focus,
.cid-tkCZJ0imSh span:focus {
  outline: none;
}
.cid-tkCZJ0imSh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkCZJ0imSh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkCZJ0imSh .mbr-section-title {
  color: #ffffff;
}
.cid-tkCZJ0imSh .mbr-text,
.cid-tkCZJ0imSh .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tkCZJ0imSh .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tkCZJ0imSh .mbr-link {
  color: #8364e2;
}
.cid-tkCZJ0imSh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sNUyQjH3Xi {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sNUyQjH3Xi img {
  width: 180px;
  margin: auto;
}
.cid-sNUyQjH3Xi .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sNUyQjH3Xi .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sNUyQjH3Xi .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sNUyQjH3Xi .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sNUyQjH3Xi .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sNUyQjH3Xi .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sNUyQjH3Xi .mbr-section-title {
    text-align: center;
  }
}
.cid-sNUyPAUqxP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sNUyPAUqxP img {
  width: 125px;
  margin: auto;
}
.cid-sNUyPAUqxP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNUyPAUqxP .card {
    max-width: 12.5%;
  }
}
.cid-sNUyPAUqxP .mbr-section-title {
  color: #656565;
}
.cid-sL4EDKfQed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sL4EDKfQed .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sL4EDKfQed .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sL4EDKfQed .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sL4EDKfQed .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sL4EDKfQed .row > div {
    margin: auto;
  }
}
.cid-sL4EDKfQed .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sL4EDKfQed .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sL4EDKfQed .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sL4EDKfQed .list {
    margin-bottom: 0rem;
  }
}
.cid-sL4EDKfQed .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sL4EDKfQed .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sL4EDKfQed .row {
    display: grid;
  }
  .cid-sL4EDKfQed .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sL4EDKfQed .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sL4EDKfQed .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sL4EDKfQed div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sL4EDKfQed .copyright {
  text-align: center;
}
.cid-sL4KQcWAy7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e45a2;
}
.cid-sL4KQcWAy7 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sL4KQcWAy7 p {
  margin: 0;
}
.cid-sL4KQcWAy7 a {
  color: #ff4a52;
}
.cid-sL4KQcWAy7 a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-sMAsafjglY {
  padding-top: 16rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sMAsafjglY .mbr-section-subtitle {
  color: #14191e;
}
.cid-sMAsafjglY .mbr-text {
  color: #6d7a8c;
}
.cid-sNUJSQ80Z5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sNUJSQ80Z5 img {
  width: 180px;
  margin: auto;
}
.cid-sNUJSQ80Z5 .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sNUJSQ80Z5 .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sNUJSQ80Z5 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sNUJSQ80Z5 .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sNUJSQ80Z5 .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sNUJSQ80Z5 .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sNUJSQ80Z5 .mbr-section-title {
    text-align: center;
  }
}
.cid-sNUJSssJUf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sNUJSssJUf img {
  width: 125px;
  margin: auto;
}
.cid-sNUJSssJUf .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNUJSssJUf .card {
    max-width: 12.5%;
  }
}
.cid-sNUJSssJUf .mbr-section-title {
  color: #656565;
}
.cid-sMAqQIfQQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sMAqQIfQQ7 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sMAqQIfQQ7 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sMAqQIfQQ7 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sMAqQIfQQ7 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sMAqQIfQQ7 .row > div {
    margin: auto;
  }
}
.cid-sMAqQIfQQ7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMAqQIfQQ7 .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sMAqQIfQQ7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMAqQIfQQ7 .list {
    margin-bottom: 0rem;
  }
}
.cid-sMAqQIfQQ7 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sMAqQIfQQ7 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sMAqQIfQQ7 .row {
    display: grid;
  }
  .cid-sMAqQIfQQ7 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sMAqQIfQQ7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sMAqQIfQQ7 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sMAqQIfQQ7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sMAqQIfQQ7 .copyright {
  text-align: center;
}
.cid-sMAqQILbeS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e45a2;
}
.cid-sMAqQILbeS .links {
  text-align: center;
  color: #ffffff;
}
.cid-sMAqQILbeS p {
  margin: 0;
}
.cid-sMAqQILbeS a {
  color: #ff4a52;
}
.cid-sMAqQILbeS a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-sMQQ1Aj66c {
  padding-top: 20rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sMQQ1Aj66c .mbr-section-subtitle {
  color: #14191e;
}
.cid-sMQQ1Aj66c .mbr-text {
  color: #6d7a8c;
}
.cid-sNUJX7lp3G {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sNUJX7lp3G img {
  width: 180px;
  margin: auto;
}
.cid-sNUJX7lp3G .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sNUJX7lp3G .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sNUJX7lp3G .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sNUJX7lp3G .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sNUJX7lp3G .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sNUJX7lp3G .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sNUJX7lp3G .mbr-section-title {
    text-align: center;
  }
}
.cid-sNUJWEnslI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sNUJWEnslI img {
  width: 125px;
  margin: auto;
}
.cid-sNUJWEnslI .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNUJWEnslI .card {
    max-width: 12.5%;
  }
}
.cid-sNUJWEnslI .mbr-section-title {
  color: #656565;
}
.cid-sMQQ1Be4cH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sMQQ1Be4cH .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sMQQ1Be4cH .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sMQQ1Be4cH .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sMQQ1Be4cH .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sMQQ1Be4cH .row > div {
    margin: auto;
  }
}
.cid-sMQQ1Be4cH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMQQ1Be4cH .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sMQQ1Be4cH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMQQ1Be4cH .list {
    margin-bottom: 0rem;
  }
}
.cid-sMQQ1Be4cH .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sMQQ1Be4cH .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sMQQ1Be4cH .row {
    display: grid;
  }
  .cid-sMQQ1Be4cH .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sMQQ1Be4cH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sMQQ1Be4cH .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sMQQ1Be4cH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sMQQ1Be4cH .copyright {
  text-align: center;
}
.cid-sMQQ1BF2Rx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010d2b;
}
.cid-sMQQ1BF2Rx .links {
  text-align: center;
  color: #ffffff;
}
.cid-sMQQ1BF2Rx p {
  margin: 0;
}
.cid-sMQQ1BF2Rx a {
  color: #ff4a52;
}
.cid-sMQQ1BF2Rx a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-tmBdBMHiR2 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmBdBMHiR2 .pos_rel {
  position: relative;
}
.cid-tmBdBMHiR2 .main_section_title {
  display: flex;
}
.cid-tmBdBMHiR2 .main_title {
  padding: 0 8.333%;
}
.cid-tmBdBMHiR2 .empty_content {
  width: 60%;
}
.cid-tmBdBMHiR2 .text-wrapper {
  width: 40%;
  background: #1e45a2;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-tmBdBMHiR2 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-tmBdBMHiR2 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tmBdBMHiR2 .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-tmBdBMHiR2 .text-wrapper:hover .card_title a {
  color: #130947 !important;
}
.cid-tmBdBMHiR2 .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmBdBMHiR2 .block-content,
.cid-tmBdBMHiR2 .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-tmBdBMHiR2 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-tmBdBMHiR2 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tmBdBMHiR2 .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-tmBdBMHiR2 .block-content {
  display: flex;
  align-items: center;
}
.cid-tmBdBMHiR2 .image-wrapper,
.cid-tmBdBMHiR2 img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-tmBdBMHiR2 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmBdBMHiR2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmBdBMHiR2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmBdBMHiR2 .mbr-section-btn .btn-secondary-outline .active,
.cid-tmBdBMHiR2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #1a449a !important;
}
@media (max-width: 991px) {
  .cid-tmBdBMHiR2 .block-content {
    flex-direction: column;
  }
  .cid-tmBdBMHiR2 .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-tmBdBMHiR2 .empty_content {
    display: none;
  }
  .cid-tmBdBMHiR2 .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tmBdBMHiR2 .text-wrapper,
  .cid-tmBdBMHiR2 .main_title {
    padding: 30px 1rem;
  }
}
.cid-sMRpEnxoBq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMRpEnxoBq .mbr-section-subtitle {
  color: #14191e;
}
.cid-sMRpEnxoBq .mbr-text {
  color: #6d7a8c;
}
.cid-sMRpEnxoBq .mbr-section-title {
  color: #1a449a;
}
.cid-sPLV4ePaSy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPLV4ePaSy .img-wrapper {
  text-align: center;
}
.cid-sPLV4ePaSy .card-title {
  padding-top: 1.5rem;
  color: #000;
}
.cid-sPLV4ePaSy img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-sPLV4ePaSy .row {
  align-items: flex-start;
}
.cid-sPLV4ePaSy .card-wrapper {
  border-radius: 4px;
  background: #f9fafb;
}
@media (max-width: 992px) {
  .cid-sPLV4ePaSy .card-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-sPLV4ePaSy .card-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 1400px) {
  .cid-sPLV4ePaSy .card-wrapper {
    padding: 1rem 0.5rem;
  }
}
.cid-sPLV4ePaSy .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sNUJONXfcO {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sNUJONXfcO img {
  width: 180px;
  margin: auto;
}
.cid-sNUJONXfcO .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sNUJONXfcO .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sNUJONXfcO .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sNUJONXfcO .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sNUJONXfcO .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sNUJONXfcO .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sNUJONXfcO .mbr-section-title {
    text-align: center;
  }
}
.cid-sNUJOleVKb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sNUJOleVKb img {
  width: 125px;
  margin: auto;
}
.cid-sNUJOleVKb .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNUJOleVKb .card {
    max-width: 12.5%;
  }
}
.cid-sNUJOleVKb .mbr-section-title {
  color: #656565;
}
.cid-sMRpEojvCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sMRpEojvCG .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sMRpEojvCG .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sMRpEojvCG .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sMRpEojvCG .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sMRpEojvCG .row > div {
    margin: auto;
  }
}
.cid-sMRpEojvCG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMRpEojvCG .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sMRpEojvCG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMRpEojvCG .list {
    margin-bottom: 0rem;
  }
}
.cid-sMRpEojvCG .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sMRpEojvCG .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sMRpEojvCG .row {
    display: grid;
  }
  .cid-sMRpEojvCG .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sMRpEojvCG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sMRpEojvCG .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sMRpEojvCG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sMRpEojvCG .copyright {
  text-align: center;
}
.cid-sMRpEoMqct {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010d2b;
}
.cid-sMRpEoMqct .links {
  text-align: center;
  color: #ffffff;
}
.cid-sMRpEoMqct p {
  margin: 0;
}
.cid-sMRpEoMqct a {
  color: #ff4a52;
}
.cid-sMRpEoMqct a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-tmN9hQdJQd {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
.cid-tmN9hQdJQd .pos_rel {
  position: relative;
}
.cid-tmN9hQdJQd .main_section_title {
  display: flex;
}
.cid-tmN9hQdJQd .main_title {
  padding: 0 8.333%;
}
.cid-tmN9hQdJQd .empty_content {
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tmN9hQdJQd .card_title {
    font-size: 2rem;
  }
}
.cid-tmN9hQdJQd .text-wrapper {
  width: 40%;
  background: #1e45a2;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-tmN9hQdJQd .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-tmN9hQdJQd .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tmN9hQdJQd .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-tmN9hQdJQd .text-wrapper:hover .card_title a {
  color: #130947 !important;
}
.cid-tmN9hQdJQd .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmN9hQdJQd .block-content,
.cid-tmN9hQdJQd .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-tmN9hQdJQd .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-tmN9hQdJQd .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tmN9hQdJQd .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-tmN9hQdJQd .block-content {
  display: flex;
  align-items: center;
}
.cid-tmN9hQdJQd .image-wrapper,
.cid-tmN9hQdJQd img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-tmN9hQdJQd .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmN9hQdJQd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmN9hQdJQd .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmN9hQdJQd .mbr-section-btn .btn-secondary-outline .active,
.cid-tmN9hQdJQd .mbr-section-btn .btn-secondary-outline:focus {
  color: #1a449a !important;
}
@media (max-width: 991px) {
  .cid-tmN9hQdJQd .block-content {
    flex-direction: column;
  }
  .cid-tmN9hQdJQd .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-tmN9hQdJQd .empty_content {
    display: none;
  }
  .cid-tmN9hQdJQd .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tmN9hQdJQd .text-wrapper,
  .cid-tmN9hQdJQd .main_title {
    padding: 30px 1rem;
  }
}
.cid-tmN9riUCes {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f9fafb;
}
.cid-tmN9riUCes .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmN9riUCes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmN9riUCes .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tmN9riUCes .col-title {
    padding: 0 30px !important;
  }
}
.cid-tmN9riUCes .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-tmN9riUCes .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tmN9riUCes .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tmN9riUCes .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tmN9riUCes .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(101, 101, 101, 0.75);
}
@media (max-width: 991px) {
  .cid-tmN9riUCes .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tmN9riUCes .card {
    margin-bottom: 0;
  }
}
.cid-tmN9riUCes .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tmN9riUCes .card-box {
    flex-wrap: wrap;
  }
}
.cid-tmN9riUCes .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tmN9riUCes .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tmN9riUCes .card-title {
  width: 100%;
  color: #970909;
  margin-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tmN9riUCes .card-title {
    width: 100%;
  }
}
.cid-tmN9riUCes .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tmN9riUCes .card-text-container {
    width: 100%;
  }
}
.cid-tmN9riUCes .card-text {
  color: #656565;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}
.cid-tmN9AMOEKZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafbfc;
}
.cid-tmN9AMOEKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmN9AMOEKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmN9AMOEKZ .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: Gainsboro;
}
@media (min-width: 1500px) {
  .cid-tmN9AMOEKZ .container {
    max-width: 1400px;
  }
}
.cid-tmN9AMOEKZ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #502274;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #130947;
  height: 80px;
  border-radius: 20%;
}
.cid-tmN9AMOEKZ .row {
  justify-content: center;
}
.cid-tmN9AMOEKZ .card-text {
  text-align: center;
}
.cid-tmN9AMOEKZ .card-title,
.cid-tmN9AMOEKZ .iconfont-wrapper {
  text-align: center;
  color: #970909;
}
.cid-tmN9AMOEKZ .mbr-section-title {
  color: #656565;
}
.cid-sNUIRtpdyU {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sNUIRtpdyU img {
  width: 180px;
  margin: auto;
}
.cid-sNUIRtpdyU .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sNUIRtpdyU .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sNUIRtpdyU .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sNUIRtpdyU .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sNUIRtpdyU .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sNUIRtpdyU .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sNUIRtpdyU .mbr-section-title {
    text-align: center;
  }
}
.cid-sNUFmnPoF9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sNUFmnPoF9 img {
  width: 125px;
  margin: auto;
}
.cid-sNUFmnPoF9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNUFmnPoF9 .card {
    max-width: 12.5%;
  }
}
.cid-sNUFmnPoF9 .mbr-section-title {
  color: #656565;
}
.cid-sMRs8KUSEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sMRs8KUSEy .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sMRs8KUSEy .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sMRs8KUSEy .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sMRs8KUSEy .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sMRs8KUSEy .row > div {
    margin: auto;
  }
}
.cid-sMRs8KUSEy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMRs8KUSEy .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sMRs8KUSEy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMRs8KUSEy .list {
    margin-bottom: 0rem;
  }
}
.cid-sMRs8KUSEy .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sMRs8KUSEy .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sMRs8KUSEy .row {
    display: grid;
  }
  .cid-sMRs8KUSEy .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sMRs8KUSEy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sMRs8KUSEy .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sMRs8KUSEy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sMRs8KUSEy .copyright {
  text-align: center;
}
.cid-sMRs8LqMT9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e45a2;
}
.cid-sMRs8LqMT9 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sMRs8LqMT9 p {
  margin: 0;
}
.cid-sMRs8LqMT9 a {
  color: #ff4a52;
}
.cid-sMRs8LqMT9 a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-txTcFcPvMA {
  background-image: url("../../../assets/images/capa-juve-1920x1168.jpeg");
}
.cid-txTcFcPvMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-txTcFcPvMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTcFcPvMA .mbr-section-title {
  color: #1a449a;
  margin-bottom: 20px;
}
.cid-txTcFcPvMA .mbr-section-subtitle {
  color: #082a70;
  margin-bottom: 30px;
}
.cid-txTcFcPvMA .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-txTcFcPvMA .mbr-section-btn {
  margin-top: 30px;
}
.cid-txTcFcPvMA .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tmAVu0ZdUu {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafbfc;
}
.cid-tmAVu0ZdUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmAVu0ZdUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmAVu0ZdUu .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: Gainsboro;
}
@media (min-width: 1500px) {
  .cid-tmAVu0ZdUu .container {
    max-width: 1400px;
  }
}
.cid-tmAVu0ZdUu .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #502274;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #130947;
  height: 80px;
  border-radius: 20%;
}
.cid-tmAVu0ZdUu .row {
  justify-content: center;
}
.cid-tmAVu0ZdUu .card-text {
  text-align: center;
}
.cid-tmAVu0ZdUu .card-title,
.cid-tmAVu0ZdUu .iconfont-wrapper {
  text-align: center;
  color: #970909;
}
.cid-tmAVu0ZdUu .mbr-section-title {
  color: #656565;
}
.cid-sNUCjPleZv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9fafb;
}
.cid-sNUCjPleZv .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sNUCjPleZv .container-table {
  margin: 0 auto;
}
.cid-sNUCjPleZv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sNUCjPleZv .dataTables_wrapper {
  display: block;
}
.cid-sNUCjPleZv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sNUCjPleZv table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sNUCjPleZv table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-sNUCjPleZv table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sNUCjPleZv table td {
  border-top: 1px solid #cccccc;
}
.cid-sNUCjPleZv table td:hover {
  color: #ff4a52;
}
.cid-sNUCjPleZv table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-sNUCjPleZv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sNUCjPleZv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sNUCjPleZv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sNUCjPleZv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sNUCjPleZv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sNUCjPleZv .dataTables_filter {
    text-align: center;
  }
  .cid-sNUCjPleZv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sNUCjPleZv .mbr-section-title {
  text-align: center;
  color: #656565;
}
.cid-sNUCjPleZv .head-item {
  text-align: center;
}
.cid-sNUCjPleZv .body-item {
  text-align: center;
}
.cid-sPRAdDMaug {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9fafb;
}
.cid-sPRAdDMaug .mbr-text,
.cid-sPRAdDMaug .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sPRAdDMaug .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sPRAdDMaug .mbr-text,
.cid-sPRAdDMaug .mbr-section-btn,
.cid-sPRAdDMaug .mbr-section-title {
  color: #ffffff;
}
.cid-sPRAdDMaug .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sPRAdDMaug .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sPRAdDMaug .mbr-section-title {
  font-weight: 700;
}
.cid-sPRAdDMaug .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sPRAdDMaug .btn {
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 0px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sPRAdDMaug .mbr-section-title,
  .cid-sPRAdDMaug .mbr-text,
  .cid-sPRAdDMaug .mbr-section-btn {
    text-align: left;
  }
}
.cid-sPRAdDMaug .mbr-section-title,
.cid-sPRAdDMaug .card-img {
  color: #6d7a8c;
}
.cid-tmAYMkFooH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmAYMkFooH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmAYMkFooH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmAYMkFooH .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tmAYMkFooH .col-title {
    padding: 0 30px !important;
  }
}
.cid-tmAYMkFooH .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-tmAYMkFooH .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tmAYMkFooH .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tmAYMkFooH .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tmAYMkFooH .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(101, 101, 101, 0.75);
}
@media (max-width: 991px) {
  .cid-tmAYMkFooH .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tmAYMkFooH .card {
    margin-bottom: 0;
  }
}
.cid-tmAYMkFooH .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tmAYMkFooH .card-box {
    flex-wrap: wrap;
  }
}
.cid-tmAYMkFooH .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tmAYMkFooH .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tmAYMkFooH .card-title {
  width: 100%;
  color: #970909;
  margin-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tmAYMkFooH .card-title {
    width: 100%;
  }
}
.cid-tmAYMkFooH .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tmAYMkFooH .card-text-container {
    width: 100%;
  }
}
.cid-tmAYMkFooH .card-text {
  color: #656565;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}
.cid-tmB6kCgFPq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
.cid-tmB6kCgFPq .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-tmB6kCgFPq .item-title {
  text-align: left;
  color: #6d7a8c;
  margin: 0;
}
.cid-tmB6kCgFPq .item-number {
  padding-right: 1rem;
  color: #1e45a2;
}
.cid-tmB6kCgFPq .item-img {
  margin-bottom: 1rem;
}
.cid-tmB6kCgFPq .item-img img {
  border-radius: 20px;
}
.cid-tmB6kCgFPq .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-tmB6kCgFPq .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-tmB6kCgFPq .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-tmB6kCgFPq .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a449a;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-tmB6kCgFPq .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #1a449a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tmB6kCgFPq .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-tmB6kCgFPq .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-tmB6kCgFPq .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-tmB6kCgFPq .item:focus,
.cid-tmB6kCgFPq span:focus {
  outline: none;
}
.cid-tmB6kCgFPq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmB6kCgFPq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmB6kCgFPq .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-tmB6kCgFPq .mbr-text,
.cid-tmB6kCgFPq .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tmB6kCgFPq .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tmB6kCgFPq .mbr-link {
  color: #8364e2;
}
.cid-tmB6kCgFPq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmB8kzbnZA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f9fafb;
}
.cid-tmB8kzbnZA .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-tmB8kzbnZA .item-title {
  text-align: left;
  color: #6d7a8c;
  margin: 0;
}
.cid-tmB8kzbnZA .item-number {
  padding-right: 1rem;
  color: #1e45a2;
}
.cid-tmB8kzbnZA .item-img {
  margin-bottom: 1rem;
}
.cid-tmB8kzbnZA .item-img img {
  border-radius: 20px;
}
.cid-tmB8kzbnZA .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-tmB8kzbnZA .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-tmB8kzbnZA .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-tmB8kzbnZA .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a449a;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-tmB8kzbnZA .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #1a449a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tmB8kzbnZA .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-tmB8kzbnZA .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-tmB8kzbnZA .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-tmB8kzbnZA .item:focus,
.cid-tmB8kzbnZA span:focus {
  outline: none;
}
.cid-tmB8kzbnZA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmB8kzbnZA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmB8kzbnZA .mbr-section-title {
  color: #ffffff;
}
.cid-tmB8kzbnZA .mbr-text,
.cid-tmB8kzbnZA .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tmB8kzbnZA .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tmB8kzbnZA .mbr-link {
  color: #8364e2;
}
.cid-tmB8kzbnZA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sNUCjQyXQE {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sNUCjQyXQE img {
  width: 180px;
  margin: auto;
}
.cid-sNUCjQyXQE .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sNUCjQyXQE .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sNUCjQyXQE .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sNUCjQyXQE .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sNUCjQyXQE .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sNUCjQyXQE .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sNUCjQyXQE .mbr-section-title {
    text-align: center;
  }
}
.cid-sNUCjQVLTN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sNUCjQVLTN img {
  width: 125px;
  margin: auto;
}
.cid-sNUCjQVLTN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNUCjQVLTN .card {
    max-width: 12.5%;
  }
}
.cid-sNUCjQVLTN .mbr-section-title {
  color: #656565;
}
.cid-sNUCjRjtSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sNUCjRjtSk .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sNUCjRjtSk .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sNUCjRjtSk .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sNUCjRjtSk .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sNUCjRjtSk .row > div {
    margin: auto;
  }
}
.cid-sNUCjRjtSk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNUCjRjtSk .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sNUCjRjtSk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNUCjRjtSk .list {
    margin-bottom: 0rem;
  }
}
.cid-sNUCjRjtSk .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sNUCjRjtSk .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sNUCjRjtSk .row {
    display: grid;
  }
  .cid-sNUCjRjtSk .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sNUCjRjtSk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sNUCjRjtSk .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sNUCjRjtSk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNUCjRjtSk .copyright {
  text-align: center;
}
.cid-sNUCjRNY74 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e45a2;
}
.cid-sNUCjRNY74 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sNUCjRNY74 p {
  margin: 0;
}
.cid-sNUCjRNY74 a {
  color: #ff4a52;
}
.cid-sNUCjRNY74 a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-txTgT6KIO5 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txTgT6KIO5 .pos_rel {
  position: relative;
}
.cid-txTgT6KIO5 .main_section_title {
  display: flex;
}
.cid-txTgT6KIO5 .main_title {
  padding: 0 8.333%;
}
.cid-txTgT6KIO5 .empty_content {
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-txTgT6KIO5 .card_title {
    font-size: 2rem;
  }
}
.cid-txTgT6KIO5 .text-wrapper {
  width: 40%;
  background: #1e45a2;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-txTgT6KIO5 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-txTgT6KIO5 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-txTgT6KIO5 .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-txTgT6KIO5 .text-wrapper:hover .card_title a {
  color: #130947 !important;
}
.cid-txTgT6KIO5 .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-txTgT6KIO5 .block-content,
.cid-txTgT6KIO5 .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-txTgT6KIO5 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-txTgT6KIO5 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-txTgT6KIO5 .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-txTgT6KIO5 .block-content {
  display: flex;
  align-items: center;
}
.cid-txTgT6KIO5 .image-wrapper,
.cid-txTgT6KIO5 img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-txTgT6KIO5 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-txTgT6KIO5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-txTgT6KIO5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-txTgT6KIO5 .mbr-section-btn .btn-secondary-outline .active,
.cid-txTgT6KIO5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #1a449a !important;
}
@media (max-width: 991px) {
  .cid-txTgT6KIO5 .block-content {
    flex-direction: column;
  }
  .cid-txTgT6KIO5 .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-txTgT6KIO5 .empty_content {
    display: none;
  }
  .cid-txTgT6KIO5 .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-txTgT6KIO5 .text-wrapper,
  .cid-txTgT6KIO5 .main_title {
    padding: 30px 1rem;
  }
}
.cid-sRR5bFekIE {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sRR5bFekIE .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sRR5bFekIE .carousel-item.active,
.cid-sRR5bFekIE .carousel-item-next,
.cid-sRR5bFekIE .carousel-item-prev {
  display: flex;
}
.cid-sRR5bFekIE .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sRR5bFekIE .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-sRR5bFekIE .carousel-controls a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2rem;
}
.cid-sRR5bFekIE .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  opacity: 1;
}
.cid-sRR5bFekIE .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sRR5bFekIE h1 {
  color: #36404c;
}
.cid-sRR5bFekIE .author-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sRR5bFekIE .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRR5bFekIE .author {
  margin: auto 0;
}
.cid-sRR5bFekIE h3,
.cid-sRR5bFekIE h4 {
  margin: 0;
  padding: 0;
}
.cid-sRR5bFekIE h3 {
  color: #130947;
}
.cid-sRR5bFekIE h3.display-7 {
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-sRR5bFekIE h4 {
  color: #4f87fb;
  font-weight: 700;
}
.cid-sRR5bFekIE h4.display-4 {
  line-height: 1.5;
  font-size: 13px;
}
.cid-sRR5bFekIE .mbr-text {
  padding-bottom: 30px;
  color: #6d7a8c;
  font-weight: 300;
}
.cid-sRR5bFekIE .mbr-text.display-5 {
  line-height: 1.3;
}
.cid-sRR5bFekIE .box {
  max-width: 800px !important;
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-sRR5bFekIE .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sRR5bFekIE .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sNUJ8gtaY9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sNUJ8gtaY9 img {
  width: 180px;
  margin: auto;
}
.cid-sNUJ8gtaY9 .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sNUJ8gtaY9 .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sNUJ8gtaY9 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sNUJ8gtaY9 .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sNUJ8gtaY9 .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sNUJ8gtaY9 .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sNUJ8gtaY9 .mbr-section-title {
    text-align: center;
  }
}
.cid-sNUJ8kA0NN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sNUJ8kA0NN img {
  width: 125px;
  margin: auto;
}
.cid-sNUJ8kA0NN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNUJ8kA0NN .card {
    max-width: 12.5%;
  }
}
.cid-sNUJ8kA0NN .mbr-section-title {
  color: #656565;
}
.cid-sNUJ8l1n8Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sNUJ8l1n8Y .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sNUJ8l1n8Y .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sNUJ8l1n8Y .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sNUJ8l1n8Y .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sNUJ8l1n8Y .row > div {
    margin: auto;
  }
}
.cid-sNUJ8l1n8Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNUJ8l1n8Y .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sNUJ8l1n8Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNUJ8l1n8Y .list {
    margin-bottom: 0rem;
  }
}
.cid-sNUJ8l1n8Y .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sNUJ8l1n8Y .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sNUJ8l1n8Y .row {
    display: grid;
  }
  .cid-sNUJ8l1n8Y .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sNUJ8l1n8Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sNUJ8l1n8Y .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sNUJ8l1n8Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNUJ8l1n8Y .copyright {
  text-align: center;
}
.cid-sNUJ8lBRAB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e45a2;
}
.cid-sNUJ8lBRAB .links {
  text-align: center;
  color: #ffffff;
}
.cid-sNUJ8lBRAB p {
  margin: 0;
}
.cid-sNUJ8lBRAB a {
  color: #ff4a52;
}
.cid-sNUJ8lBRAB a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-tmAQ5P5QeQ {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmAQ5P5QeQ .pos_rel {
  position: relative;
}
.cid-tmAQ5P5QeQ .main_section_title {
  display: flex;
}
.cid-tmAQ5P5QeQ .main_title {
  padding: 0 8.333%;
}
.cid-tmAQ5P5QeQ .empty_content {
  width: 60%;
}
.cid-tmAQ5P5QeQ .text-wrapper {
  width: 40%;
  background: #1e45a2;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-tmAQ5P5QeQ .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-tmAQ5P5QeQ .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tmAQ5P5QeQ .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-tmAQ5P5QeQ .text-wrapper:hover .card_title a {
  color: #130947 !important;
}
.cid-tmAQ5P5QeQ .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmAQ5P5QeQ .block-content,
.cid-tmAQ5P5QeQ .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-tmAQ5P5QeQ .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-tmAQ5P5QeQ .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tmAQ5P5QeQ .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-tmAQ5P5QeQ .block-content {
  display: flex;
  align-items: center;
}
.cid-tmAQ5P5QeQ .image-wrapper,
.cid-tmAQ5P5QeQ img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-tmAQ5P5QeQ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmAQ5P5QeQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmAQ5P5QeQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmAQ5P5QeQ .mbr-section-btn .btn-secondary-outline .active,
.cid-tmAQ5P5QeQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #1a449a !important;
}
@media (max-width: 991px) {
  .cid-tmAQ5P5QeQ .block-content {
    flex-direction: column;
  }
  .cid-tmAQ5P5QeQ .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-tmAQ5P5QeQ .empty_content {
    display: none;
  }
  .cid-tmAQ5P5QeQ .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tmAQ5P5QeQ .text-wrapper,
  .cid-tmAQ5P5QeQ .main_title {
    padding: 30px 1rem;
  }
}
.cid-sPdduUMmys {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sPdduUMmys .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sPdduUMmys .mbr-section-subtitle {
  margin-bottom: 14px;
  color: #6f7379;
}
.cid-sPdduUMmys .image_box {
  max-width: 170px;
  margin: auto;
}
.cid-sPdduUMmys img {
  width: 100%;
  border-radius: 50%;
}
.cid-sPdduUMmys .mbr-text {
  line-height: 28px;
  margin: 14px 0;
  color: #6d7a8c;
}
.cid-sPdduUMmys .follow_box {
  display: inline-flex;
  align-items: center;
}
.cid-sPdduUMmys .follow_title {
  color: #6f7379;
}
.cid-sPdduUMmys .social_list {
  padding-left: 20px;
}
.cid-sPdduUMmys .iconfont-wrapper {
  padding-right: 10px;
}
.cid-sPdduUMmys .iconfont-wrapper span {
  font-size: 16px;
  width: 16px;
  line-height: 16px;
  color: #6f7379;
}
.cid-sPdduUMmys .form_box {
  padding-top: 28px;
}
.cid-sPdduUMmys .form_title {
  color: #232323;
  line-height: 22px;
  margin-bottom: 5px;
}
.cid-sPdduUMmys .form_text {
  color: #6f7379;
  margin-bottom: 14px;
}
.cid-sPdduUMmys .form-control {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
  transition: border 0.5s ease-in 0.5s;
  height: 48px;
  padding: 6px 20px;
  border: 1px solid #1a449a;
  background-color: #ffffff;
}
.cid-sPdduUMmys .form-control:focus {
  border-color: #000000;
}
.cid-sPdduUMmys input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-sPdduUMmys input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-sPdduUMmys .form-group {
  margin: 0;
  padding-right: 0 !important;
}
.cid-sPdduUMmys .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-sPdduUMmys .btn {
  width: 100%;
  height: 48px;
  padding: 6px 20px;
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-sPdduUMmys .form-control {
    border-radius: 0 !important;
  }
  .cid-sPdduUMmys .form-group {
    margin: 0;
    padding-right: 0.6rem !important;
  }
  .cid-sPdduUMmys .mbr-section-btn {
    margin-top: 1rem;
    padding-left: 0.6rem !important;
  }
  .cid-sPdduUMmys .btn {
    border-radius: 0 !important;
  }
  .cid-sPdduUMmys .image_box {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.cid-sPdduUMmys .textGDPR {
  font-size: 14px;
}
.cid-sPdduUMmys .follow_wrap,
.cid-sPdduUMmys .follow_title {
  color: #1a449a;
}
.cid-tmANbqPzUS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmANbqPzUS .mbr-iconfont {
  color: #970909;
}
.cid-tmANbqPzUS .mbr-iconfont:hover {
  color: #1a449a !important;
}
.cid-tmANbqPzUS .mbr-text {
  margin: 1.5rem 0;
}
.cid-tmANbqPzUS .card-img {
  margin-bottom: 2rem;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tmANbqPzUS .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tmANbqPzUS .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tmANbqPzUS .mbr-section-subtitle,
.cid-tmANbqPzUS .mbr-text,
.cid-tmANbqPzUS .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tmANbqPzUS .card-title {
  color: #1a449a;
}
.cid-sNUKegPxc2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sNUKegPxc2 img {
  width: 180px;
  margin: auto;
}
.cid-sNUKegPxc2 .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sNUKegPxc2 .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sNUKegPxc2 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sNUKegPxc2 .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sNUKegPxc2 .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sNUKegPxc2 .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sNUKegPxc2 .mbr-section-title {
    text-align: center;
  }
}
.cid-sNUKehfey2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sNUKehfey2 img {
  width: 125px;
  margin: auto;
}
.cid-sNUKehfey2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNUKehfey2 .card {
    max-width: 12.5%;
  }
}
.cid-sNUKehfey2 .mbr-section-title {
  color: #656565;
}
.cid-sNUKehEeht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sNUKehEeht .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sNUKehEeht .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sNUKehEeht .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sNUKehEeht .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sNUKehEeht .row > div {
    margin: auto;
  }
}
.cid-sNUKehEeht .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNUKehEeht .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sNUKehEeht .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNUKehEeht .list {
    margin-bottom: 0rem;
  }
}
.cid-sNUKehEeht .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sNUKehEeht .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sNUKehEeht .row {
    display: grid;
  }
  .cid-sNUKehEeht .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sNUKehEeht .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sNUKehEeht .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sNUKehEeht div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNUKehEeht .copyright {
  text-align: center;
}
.cid-sNUKei9Hk7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010d2b;
}
.cid-sNUKei9Hk7 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sNUKei9Hk7 p {
  margin: 0;
}
.cid-sNUKei9Hk7 a {
  color: #ff4a52;
}
.cid-sNUKei9Hk7 a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-sNULlrUX58 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #1e45a2;
}
@media (min-width: 992px) {
  .cid-sNULlrUX58 .container-fluid {
    padding: 0;
  }
  .cid-sNULlrUX58 .text-wrapper {
    max-width: 700px;
    padding: 0 0rem;
  }
  .cid-sNULlrUX58 .mbr-section-title {
    margin-left: 0rem;
  }
}
.cid-sNULlrUX58 .row {
  align-items: center;
}
.cid-sNULlrUX58 .animate__fadeInUp:before {
  background: #1e45a2;
}
.cid-sNULlrUX58 .mbr-text,
.cid-sNULlrUX58 .mbr-section-btn {
  color: #161734;
}
.cid-sNULlrUX58 .mbr-section-title {
  padding-top: 20px;
  color: #130947;
  text-align: center;
  letter-spacing: 20px;
  font-weight: 600;
}
.cid-sNULlrUX58 span {
  color: #ffffff;
  font-weight: 600;
}
.cid-sNULlsm5Tj .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sNULlsm5Tj .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sNULlsm5Tj .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sNULlsm5Tj .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sNULlsm5Tj .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-sNULlsm5Tj .countdown-cont {
  margin: 0 auto;
}
.cid-sNULlsm5Tj .full-count-container {
  background: #130947;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sNULlsm5Tj .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sNULlsm5Tj .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-sNULlsm5Tj .dot {
    display: none;
  }
  .cid-sNULlsm5Tj .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-sNULlsm5Tj .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sNULlsm5Tj .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sNULlsm5Tj .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sNULlsm5Tj .number {
    font-size: 25px;
  }
  .cid-sNULlsm5Tj .period {
    font-size: 0.7rem;
  }
}
.cid-sNULlsHJov {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sNULlsHJov .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-sNULlsHJov .container-table {
  margin: 0 auto;
}
.cid-sNULlsHJov .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sNULlsHJov .dataTables_wrapper {
  display: block;
}
.cid-sNULlsHJov .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sNULlsHJov table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sNULlsHJov table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-sNULlsHJov table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sNULlsHJov table td {
  border-top: 1px solid #cccccc;
}
.cid-sNULlsHJov table td:hover {
  color: #ff4a52;
}
.cid-sNULlsHJov table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-sNULlsHJov .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sNULlsHJov .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sNULlsHJov .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sNULlsHJov .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sNULlsHJov .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sNULlsHJov .dataTables_filter {
    text-align: center;
  }
  .cid-sNULlsHJov .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sNULlsHJov .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sNULlsHJov .head-item {
  text-align: center;
}
.cid-sNULlsHJov .body-item {
  text-align: center;
}
.cid-sNULltXr0T {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sNULltXr0T img {
  width: 180px;
  margin: auto;
}
.cid-sNULltXr0T .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sNULltXr0T .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sNULltXr0T .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sNULltXr0T .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sNULltXr0T .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sNULltXr0T .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sNULltXr0T .mbr-section-title {
    text-align: center;
  }
}
.cid-sNULlulfB8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sNULlulfB8 img {
  width: 125px;
  margin: auto;
}
.cid-sNULlulfB8 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNULlulfB8 .card {
    max-width: 12.5%;
  }
}
.cid-sNULlulfB8 .mbr-section-title {
  color: #656565;
}
.cid-sNULluJSt5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sNULluJSt5 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sNULluJSt5 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sNULluJSt5 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sNULluJSt5 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sNULluJSt5 .row > div {
    margin: auto;
  }
}
.cid-sNULluJSt5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNULluJSt5 .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sNULluJSt5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNULluJSt5 .list {
    margin-bottom: 0rem;
  }
}
.cid-sNULluJSt5 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sNULluJSt5 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sNULluJSt5 .row {
    display: grid;
  }
  .cid-sNULluJSt5 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sNULluJSt5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sNULluJSt5 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sNULluJSt5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNULluJSt5 .copyright {
  text-align: center;
}
.cid-sNULlvcoMV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e45a2;
}
.cid-sNULlvcoMV .links {
  text-align: center;
  color: #ffffff;
}
.cid-sNULlvcoMV p {
  margin: 0;
}
.cid-sNULlvcoMV a {
  color: #ff4a52;
}
.cid-sNULlvcoMV a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-tmBe97OucM {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmBe97OucM .pos_rel {
  position: relative;
}
.cid-tmBe97OucM .main_section_title {
  display: flex;
}
.cid-tmBe97OucM .main_title {
  padding: 0 8.333%;
}
.cid-tmBe97OucM .empty_content {
  width: 60%;
}
.cid-tmBe97OucM .text-wrapper {
  width: 40%;
  background: #1e45a2;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-tmBe97OucM .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-tmBe97OucM .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tmBe97OucM .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-tmBe97OucM .text-wrapper:hover .card_title a {
  color: #130947 !important;
}
.cid-tmBe97OucM .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmBe97OucM .block-content,
.cid-tmBe97OucM .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-tmBe97OucM .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-tmBe97OucM .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tmBe97OucM .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-tmBe97OucM .block-content {
  display: flex;
  align-items: center;
}
.cid-tmBe97OucM .image-wrapper,
.cid-tmBe97OucM img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-tmBe97OucM .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmBe97OucM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmBe97OucM .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmBe97OucM .mbr-section-btn .btn-secondary-outline .active,
.cid-tmBe97OucM .mbr-section-btn .btn-secondary-outline:focus {
  color: #1a449a !important;
}
@media (max-width: 991px) {
  .cid-tmBe97OucM .block-content {
    flex-direction: column;
  }
  .cid-tmBe97OucM .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-tmBe97OucM .empty_content {
    display: none;
  }
  .cid-tmBe97OucM .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tmBe97OucM .text-wrapper,
  .cid-tmBe97OucM .main_title {
    padding: 30px 1rem;
  }
}
.cid-sPRJd5LzFT {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-sPRJd5LzFT .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sPRJd5LzFT .content-panel {
  padding: 3rem;
  background-color: #6d7a8c;
}
@media (min-width: 767px) {
  .cid-sPRJd5LzFT .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sPRJd5LzFT .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sPRJd5LzFT .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sPRJd5LzFT .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sPRJd5LzFT .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sPRNXayX0E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sPRNXayX0E .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-sPRNXayX0E .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-sPRNXayX0E input,
.cid-sPRNXayX0E textarea {
  font-size: 14px;
}
.cid-sPRNXayX0E input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-sPRNXayX0E textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-sPRNXayX0E .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-sPRNXayX0E .col-auto {
  width: 100%;
  text-align: center;
}
.cid-sPRNXayX0E img {
  width: 90%;
  border-radius: 8px;
}
.cid-sPRNXayX0E .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-sPRNXayX0E .btn {
  padding: 1rem 3.5rem !important;
}
.cid-sPRNXayX0E .title-block {
  margin-bottom: 2rem;
}
.cid-sPRNXayX0E .form-control,
.cid-sPRNXayX0E .field-input {
  background-color: #f9fafb;
  border-color: #6d7a8c;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sPRNXayX0E .form-control:hover,
.cid-sPRNXayX0E .field-input:hover {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sPRNXayX0E .form-control:focus,
.cid-sPRNXayX0E .field-input:focus {
  background-color: #f9fafb;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sPRNXayX0E input::-webkit-input-placeholder,
.cid-sPRNXayX0E textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sPRNXayX0E input:-moz-placeholder,
.cid-sPRNXayX0E textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sPRNXayX0E .jq-selectbox li,
.cid-sPRNXayX0E .jq-selectbox li {
  background-color: #f9fafb;
  color: #000000;
}
.cid-sPRNXayX0E .jq-selectbox li:hover,
.cid-sPRNXayX0E .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sPRNXayX0E .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f9fafb;
}
.cid-sPRNXayX0E .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sPRNXayX0E H5 {
  padding-bottom: 2rem;
}
.cid-sPRNXayX0E .mbr-text {
  color: #777777;
}
.cid-sPRNXayX0E .mbr-form {
  padding: 0rem;
}
.cid-sPRNXayX0E .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-sPRNXayX0E .form-row {
    margin: 0;
  }
  .cid-sPRNXayX0E .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-sPRNXayX0E .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sPRNXayX0E img {
    width: 100%;
  }
}
.cid-sPRNXayX0E .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-sPRNXayX0E H3 {
  color: #656565;
}
.cid-sPRISUy3YU {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sPRISUy3YU img {
  width: 180px;
  margin: auto;
}
.cid-sPRISUy3YU .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-sPRISUy3YU .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-sPRISUy3YU .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sPRISUy3YU .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sPRISUy3YU .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sPRISUy3YU .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-sPRISUy3YU .mbr-section-title {
    text-align: center;
  }
}
.cid-sPRISUSTyy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sPRISUSTyy img {
  width: 125px;
  margin: auto;
}
.cid-sPRISUSTyy .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPRISUSTyy .card {
    max-width: 12.5%;
  }
}
.cid-sPRISUSTyy .mbr-section-title {
  color: #656565;
}
.cid-sPRISVcDjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-sPRISVcDjP .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-sPRISVcDjP .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-sPRISVcDjP .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-sPRISVcDjP .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sPRISVcDjP .row > div {
    margin: auto;
  }
}
.cid-sPRISVcDjP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPRISVcDjP .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-sPRISVcDjP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPRISVcDjP .list {
    margin-bottom: 0rem;
  }
}
.cid-sPRISVcDjP .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-sPRISVcDjP .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-sPRISVcDjP .row {
    display: grid;
  }
  .cid-sPRISVcDjP .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-sPRISVcDjP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPRISVcDjP .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-sPRISVcDjP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPRISVcDjP .copyright {
  text-align: center;
}
.cid-sPRISVBhJV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010d2b;
}
.cid-sPRISVBhJV .links {
  text-align: center;
  color: #ffffff;
}
.cid-sPRISVBhJV p {
  margin: 0;
}
.cid-sPRISVBhJV a {
  color: #ff4a52;
}
.cid-sPRISVBhJV a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-txTg7rFCV9 {
  background-image: url("../../../assets/images/capa-inic-1920x1168.jpeg");
}
.cid-txTg7rFCV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txTg7rFCV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTg7rFCV9 .mbr-section-title {
  color: #1a449a;
  margin-bottom: 20px;
}
.cid-txTg7rFCV9 .mbr-section-subtitle {
  color: #082a70;
  margin-bottom: 30px;
}
.cid-txTg7rFCV9 .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-txTg7rFCV9 .mbr-section-btn {
  margin-top: 30px;
}
.cid-txTg7rFCV9 .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tmGeEzTJ5V {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafbfc;
}
.cid-tmGeEzTJ5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmGeEzTJ5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmGeEzTJ5V .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: Gainsboro;
}
@media (min-width: 1500px) {
  .cid-tmGeEzTJ5V .container {
    max-width: 1400px;
  }
}
.cid-tmGeEzTJ5V .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #502274;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #130947;
  height: 80px;
  border-radius: 20%;
}
.cid-tmGeEzTJ5V .row {
  justify-content: center;
}
.cid-tmGeEzTJ5V .card-text {
  text-align: center;
}
.cid-tmGeEzTJ5V .card-title,
.cid-tmGeEzTJ5V .iconfont-wrapper {
  text-align: center;
  color: #970909;
}
.cid-tmGeEzTJ5V .mbr-section-title {
  color: #656565;
}
.cid-tmGeEAqzfQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9fafb;
}
.cid-tmGeEAqzfQ .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tmGeEAqzfQ .container-table {
  margin: 0 auto;
}
.cid-tmGeEAqzfQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tmGeEAqzfQ .dataTables_wrapper {
  display: block;
}
.cid-tmGeEAqzfQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tmGeEAqzfQ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tmGeEAqzfQ table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-tmGeEAqzfQ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tmGeEAqzfQ table td {
  border-top: 1px solid #cccccc;
}
.cid-tmGeEAqzfQ table td:hover {
  color: #ff4a52;
}
.cid-tmGeEAqzfQ table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-tmGeEAqzfQ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tmGeEAqzfQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tmGeEAqzfQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tmGeEAqzfQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tmGeEAqzfQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tmGeEAqzfQ .dataTables_filter {
    text-align: center;
  }
  .cid-tmGeEAqzfQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tmGeEAqzfQ .mbr-section-title {
  text-align: center;
  color: #656565;
}
.cid-tmGeEAqzfQ .head-item {
  text-align: center;
}
.cid-tmGeEAqzfQ .body-item {
  text-align: center;
}
.cid-tmGeEBAgXe {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9fafb;
}
.cid-tmGeEBAgXe .mbr-text,
.cid-tmGeEBAgXe .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tmGeEBAgXe .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tmGeEBAgXe .mbr-text,
.cid-tmGeEBAgXe .mbr-section-btn,
.cid-tmGeEBAgXe .mbr-section-title {
  color: #ffffff;
}
.cid-tmGeEBAgXe .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tmGeEBAgXe .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-tmGeEBAgXe .mbr-section-title {
  font-weight: 700;
}
.cid-tmGeEBAgXe .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-tmGeEBAgXe .btn {
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 0px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tmGeEBAgXe .mbr-section-title,
  .cid-tmGeEBAgXe .mbr-text,
  .cid-tmGeEBAgXe .mbr-section-btn {
    text-align: left;
  }
}
.cid-tmGeEBAgXe .mbr-section-title,
.cid-tmGeEBAgXe .card-img {
  color: #6d7a8c;
}
.cid-tmGeEBU5Oz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmGeEBU5Oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmGeEBU5Oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmGeEBU5Oz .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tmGeEBU5Oz .col-title {
    padding: 0 30px !important;
  }
}
.cid-tmGeEBU5Oz .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-tmGeEBU5Oz .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tmGeEBU5Oz .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tmGeEBU5Oz .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tmGeEBU5Oz .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(101, 101, 101, 0.75);
}
@media (max-width: 991px) {
  .cid-tmGeEBU5Oz .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tmGeEBU5Oz .card {
    margin-bottom: 0;
  }
}
.cid-tmGeEBU5Oz .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tmGeEBU5Oz .card-box {
    flex-wrap: wrap;
  }
}
.cid-tmGeEBU5Oz .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tmGeEBU5Oz .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tmGeEBU5Oz .card-title {
  width: 100%;
  color: #970909;
  margin-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tmGeEBU5Oz .card-title {
    width: 100%;
  }
}
.cid-tmGeEBU5Oz .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tmGeEBU5Oz .card-text-container {
    width: 100%;
  }
}
.cid-tmGeEBU5Oz .card-text {
  color: #656565;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}
.cid-tmGeEEfeic {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tmGeEEfeic img {
  width: 180px;
  margin: auto;
}
.cid-tmGeEEfeic .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-tmGeEEfeic .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-tmGeEEfeic .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tmGeEEfeic .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tmGeEEfeic .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tmGeEEfeic .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-tmGeEEfeic .mbr-section-title {
    text-align: center;
  }
}
.cid-tmGeEEFbV1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tmGeEEFbV1 img {
  width: 125px;
  margin: auto;
}
.cid-tmGeEEFbV1 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmGeEEFbV1 .card {
    max-width: 12.5%;
  }
}
.cid-tmGeEEFbV1 .mbr-section-title {
  color: #656565;
}
.cid-tmGeEF7Ip8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-tmGeEF7Ip8 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tmGeEF7Ip8 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tmGeEF7Ip8 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tmGeEF7Ip8 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tmGeEF7Ip8 .row > div {
    margin: auto;
  }
}
.cid-tmGeEF7Ip8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmGeEF7Ip8 .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-tmGeEF7Ip8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmGeEF7Ip8 .list {
    margin-bottom: 0rem;
  }
}
.cid-tmGeEF7Ip8 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-tmGeEF7Ip8 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-tmGeEF7Ip8 .row {
    display: grid;
  }
  .cid-tmGeEF7Ip8 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tmGeEF7Ip8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tmGeEF7Ip8 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tmGeEF7Ip8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tmGeEF7Ip8 .copyright {
  text-align: center;
}
.cid-tmGeEFG9F5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e45a2;
}
.cid-tmGeEFG9F5 .links {
  text-align: center;
  color: #ffffff;
}
.cid-tmGeEFG9F5 p {
  margin: 0;
}
.cid-tmGeEFG9F5 a {
  color: #ff4a52;
}
.cid-tmGeEFG9F5 a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
.cid-tmSD9Jwp5a {
  padding-top: 20rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/inf-1600x722.jpeg");
}
.cid-tmSD9Jwp5a .image-wrapper {
  max-width: 600px;
}
.cid-tmSD9Jwp5a .svg1 {
  width: 240px;
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: -40px;
}
.cid-tmSD9Jwp5a .main {
  align-items: center;
}
.cid-tmSD9Jwp5a .mbr-section-subtitle {
  margin-bottom: 20px;
  letter-spacing: 5.4px;
  color: #ffffff;
}
.cid-tmSD9Jwp5a .mbr-section-title {
  margin-bottom: 28px;
  color: #ffffff;
}
.cid-tmSD9Jwp5a .mbr-text,
.cid-tmSD9Jwp5a .button-align {
  color: #ffffff;
}
.cid-tmSD9Jwp5a .st1 {
  fill: #012b3a;
}
.cid-tmSD9Jwp5a .st0 {
  fill: #5f0e38;
}
.cid-tmSD9Jwp5a a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-tmSD9Jwp5a .b {
    padding-top: 30px;
  }
}
@media (max-width: 950px) {
  .cid-tmSD9Jwp5a .svg1 {
    display: none;
  }
}
.cid-tmSD9Jwp5a img {
  display: block;
  width: 100%;
  -webkit-mask-image: url("../../../assets/images/group2.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.cid-tmSxMeiGS2 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmSxMeiGS2 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tmSxMeiGS2 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tmSxMeiGS2 img {
  filter: none;
  width: 200px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tmSxMeiGS2 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tmSxMeiGS2 .card-wrapper:hover {
  background: AliceBlue;
}
.cid-tmSxMeiGS2 .card-title,
.cid-tmSxMeiGS2 .card-box {
  color: #1a449a;
  text-align: center;
}
.cid-tmSxMeiGS2 .main-title,
.cid-tmSxMeiGS2 .title-col {
  text-align: left;
  color: #656565;
}
.cid-tmSxMeiGS2 .card-text {
  color: #bbbbbb;
}
.cid-tmSxMeiGS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmSxMeiGS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmSzA1oUtA {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tmSzA1oUtA .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tmSzA1oUtA .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tmSzA1oUtA img {
  filter: none;
  width: 200px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tmSzA1oUtA .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tmSzA1oUtA .card-wrapper:hover {
  background: AliceBlue;
}
.cid-tmSzA1oUtA .card-title,
.cid-tmSzA1oUtA .card-box {
  color: #1a449a;
  text-align: center;
}
.cid-tmSzA1oUtA .main-title,
.cid-tmSzA1oUtA .title-col {
  text-align: left;
  color: #656565;
}
.cid-tmSzA1oUtA .card-text {
  color: #bbbbbb;
}
.cid-tmSzA1oUtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmSzA1oUtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmGoGJrnsm {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tmGoGJrnsm .mbr-iconfont {
  color: #970909;
}
.cid-tmGoGJrnsm .mbr-iconfont:hover {
  color: #1a449a !important;
}
.cid-tmGoGJrnsm .mbr-text {
  margin: 1.5rem 0;
}
.cid-tmGoGJrnsm .card-img {
  margin-bottom: 2rem;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tmGoGJrnsm .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tmGoGJrnsm .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tmGoGJrnsm .mbr-section-subtitle,
.cid-tmGoGJrnsm .mbr-text,
.cid-tmGoGJrnsm .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tmGoGJrnsm .card-title {
  color: #1a449a;
}
.cid-tmGo9y0OV1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tmGo9y0OV1 img {
  width: 180px;
  margin: auto;
}
.cid-tmGo9y0OV1 .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-tmGo9y0OV1 .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-tmGo9y0OV1 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tmGo9y0OV1 .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tmGo9y0OV1 .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tmGo9y0OV1 .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-tmGo9y0OV1 .mbr-section-title {
    text-align: center;
  }
}
.cid-tmGo9yEUMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-tmGo9yEUMX .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-tmGo9yEUMX .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-tmGo9yEUMX .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-tmGo9yEUMX .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tmGo9yEUMX .row > div {
    margin: auto;
  }
}
.cid-tmGo9yEUMX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmGo9yEUMX .list {
  list-style: none;
  padding-left: 0;
  color: #1e45a2;
}
@media (max-width: 991px) {
  .cid-tmGo9yEUMX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmGo9yEUMX .list {
    margin-bottom: 0rem;
  }
}
.cid-tmGo9yEUMX .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-tmGo9yEUMX .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-tmGo9yEUMX .row {
    display: grid;
  }
  .cid-tmGo9yEUMX .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-tmGo9yEUMX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tmGo9yEUMX .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-tmGo9yEUMX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tmGo9yEUMX .copyright {
  text-align: center;
}
.cid-tmGo9z3uCd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010d2b;
}
.cid-tmGo9z3uCd .links {
  text-align: center;
  color: #ffffff;
}
.cid-tmGo9z3uCd p {
  margin: 0;
}
.cid-tmGo9z3uCd a {
  color: #ff4a52;
}
.cid-tmGo9z3uCd a:hover {
  color: #1a449a !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-txTnPrdjAz .navbar {
  padding-top: 20px !important;
}
.cid-txTnPrdjAz .navbar {
  padding: 1rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-txTnPrdjAz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-txTnPrdjAz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txTnPrdjAz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-txTnPrdjAz a {
  font-style: normal;
}
.cid-txTnPrdjAz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-txTnPrdjAz .nav-item a {
  padding: 0.4rem 15px !important;
}
.cid-txTnPrdjAz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-txTnPrdjAz .content-text {
  margin-bottom: 0;
}
.cid-txTnPrdjAz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-txTnPrdjAz .navbar-nav li:first-child > a {
  color: #1a449a;
}
.cid-txTnPrdjAz .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1a449a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txTnPrdjAz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-txTnPrdjAz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-txTnPrdjAz .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-txTnPrdjAz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txTnPrdjAz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txTnPrdjAz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-txTnPrdjAz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-link {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-txTnPrdjAz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-txTnPrdjAz .nav-dropdown .link {
  font-weight: 500;
}
.cid-txTnPrdjAz .nav-dropdown .link.display-4 {
  font-size: 16px;
}
.cid-txTnPrdjAz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txTnPrdjAz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-txTnPrdjAz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-txTnPrdjAz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-txTnPrdjAz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-txTnPrdjAz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-txTnPrdjAz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-txTnPrdjAz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-txTnPrdjAz .dropdown-item:before {
    display: none;
  }
  .cid-txTnPrdjAz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-txTnPrdjAz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-txTnPrdjAz img {
    height: 3.8rem !important;
  }
  .cid-txTnPrdjAz .btn {
    display: flex;
  }
  .cid-txTnPrdjAz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-txTnPrdjAz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txTnPrdjAz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-txTnPrdjAz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing,
  .cid-txTnPrdjAz .navbar-collapse.show {
    display: block !important;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txTnPrdjAz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txTnPrdjAz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txTnPrdjAz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .navbar .menu-content-top {
    display: block;
  }
  .cid-txTnPrdjAz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-txTnPrdjAz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-txTnPrdjAz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txTnPrdjAz .menu-bottom {
    display: flex;
  }
  .cid-txTnPrdjAz .navbar {
    display: block;
    padding: 0;
  }
  .cid-txTnPrdjAz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-txTnPrdjAz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-txTnPrdjAz .navbar-toggler {
    display: none;
  }
}
.cid-txTnPrdjAz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-txTnPrdjAz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-txTnPrdjAz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txTnPrdjAz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu {
  background: #f1f5fc;
  display: none;
  position: absolute;
  border-top: 3px solid #1a449a;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-txTnPrdjAz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txTnPrdjAz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txTnPrdjAz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTnPrdjAz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txTnPrdjAz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txTnPrdjAz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-txTnPrdjAz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler:focus {
  outline: none;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-txTnPrdjAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-txTnPrdjAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-txTnPrdjAz .navbar-fixed-top.opened {
  position: relative;
}
.cid-txTnPrdjAz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-txTnPrdjAz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-txTnPrdjAz .collapsed .btn {
  display: flex;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txTnPrdjAz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txTnPrdjAz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-txTnPrdjAz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem  - 3.5rem);
  }
  .cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txTnPrdjAz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txTnPrdjAz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txTnPrdjAz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-txTnPrdjAz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txTnPrdjAz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txTnPrdjAz .collapsed .dropdown-item:before {
  display: none;
}
.cid-txTnPrdjAz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txTnPrdjAz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-txTnPrdjAz .nav-link:focus {
  outline: none;
}
.cid-txTnPrdjAz .navbar-toggler {
  position: relative;
}
.cid-txTnPrdjAz .dropdown-item.active,
.cid-txTnPrdjAz .dropdown-item:active {
  background-color: #f1f5fc;
}
.cid-txTnPrdjAz .nav-link:hover,
.cid-txTnPrdjAz .dropdown-item:hover {
  color: #ffffff;
}
