@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);

.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #0e3373 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #c0a375 !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #0e3373;
  border-color: #0e3373;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #06152f;
  border-color: #06152f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #06152f !important;
  border-color: #06152f !important;
}
.btn-secondary {
  background-color: #141b8c;
  border-color: #141b8c;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #0a0e49;
  border-color: #0a0e49;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a0e49 !important;
  border-color: #0a0e49 !important;
}
.btn-info {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #030b18;
  color: #030b18;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0e3373;
  border-color: #0e3373;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e3373 !important;
  border-color: #0e3373 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #070a33;
  color: #070a33;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #141b8c;
  border-color: #141b8c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #141b8c !important;
  border-color: #141b8c !important;
}
.btn-info-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #0e3373 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #c0a375 !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #c0a375;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #0e3373;
}
.btn-social:hover {
  background: #0e3373;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #0e3373;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #0e3373;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0e3373;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0e3373;
}
.lead a,
.lead a:hover {
  color: #0e3373;
}
.lead blockquote {
  border-color: #0e3373;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1d66e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e8ddcd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #0e3373;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#ext_menu-16 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-16 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-16 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-16 .close-icon::before,
#ext_menu-16 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-16 .link,
#ext_menu-16 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-16 .link {
  font-size: 1.1rem;
}
#ext_menu-16 .dropdown-item,
#ext_menu-16 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-16 .link:hover,
#ext_menu-16 .dropdown-item:hover,
#ext_menu-16 .link:focus,
#ext_menu-16 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-16 .link[aria-expanded="true"],
#ext_menu-16 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-16 .nav-dropdown-sm .link:focus,
#ext_menu-16 .nav-dropdown-sm .link:hover,
#ext_menu-16 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-16 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-16 .navbar,
#ext_menu-16 .nav-dropdown-sm,
#ext_menu-16 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-16 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-16 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-16 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-16 .bg-color.transparent.opened .link:hover,
#ext_menu-16 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-16 .link[aria-expanded="true"],
#ext_menu-16 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-16 A {
  font-size: 10px;
}
#msg-box5-z H3 {
  text-align: center;
  font-size: 48px;
  color: #2969b0;
}
#msg-box5-z P {
  text-align: left;
  font-size: 20px;
}

#header3-17 .mbr-section-title,
#header3-17 .mbr-section-subtitle {
  text-align: center;
}
#header3-17 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-17 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#features1-15 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-15 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-15 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-15 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-15 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-15 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-15 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1b .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-1b .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-1b .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-1b .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-1b .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1b .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1b .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#ext_menu-16 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-16 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-16 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-16 .close-icon::before,
#ext_menu-16 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-16 .link,
#ext_menu-16 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-16 .link {
  font-size: 1.1rem;
}
#ext_menu-16 .dropdown-item,
#ext_menu-16 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-16 .link:hover,
#ext_menu-16 .dropdown-item:hover,
#ext_menu-16 .link:focus,
#ext_menu-16 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-16 .link[aria-expanded="true"],
#ext_menu-16 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-16 .nav-dropdown-sm .link:focus,
#ext_menu-16 .nav-dropdown-sm .link:hover,
#ext_menu-16 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-16 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-16 .navbar,
#ext_menu-16 .nav-dropdown-sm,
#ext_menu-16 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-16 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-16 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-16 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-16 .bg-color.transparent.opened .link:hover,
#ext_menu-16 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-16 .link[aria-expanded="true"],
#ext_menu-16 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-16 A {
  font-size: 10px;
}

#ext_menu-1d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1d .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-1d .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-1d .close-icon::before,
#ext_menu-1d .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-1d .link,
#ext_menu-1d .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1d .link {
  font-size: 1.1rem;
}
#ext_menu-1d .dropdown-item,
#ext_menu-1d .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-1d .link:hover,
#ext_menu-1d .dropdown-item:hover,
#ext_menu-1d .link:focus,
#ext_menu-1d .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-1d .link[aria-expanded="true"],
#ext_menu-1d .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-1d .nav-dropdown-sm .link:focus,
#ext_menu-1d .nav-dropdown-sm .link:hover,
#ext_menu-1d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1d .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-1d .navbar,
#ext_menu-1d .nav-dropdown-sm,
#ext_menu-1d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1d .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-1d .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-1d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1d .bg-color.transparent.opened .link:hover,
#ext_menu-1d .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-1d .link[aria-expanded="true"],
#ext_menu-1d .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-1d A {
  font-size: 10px;
}
#form1-1e .form-control-label {
  color: #232323;
}
#form1-1e .mbr-section-title {
  color: #0d2d63;
}

#header3-1g .mbr-section-title,
#header3-1g .mbr-section-subtitle {
  text-align: center;
}
#header3-1g .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-1g .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#features1-1h .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-1h .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-1h .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-1h .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-1h .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-1h .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1h .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1j .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-1j .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-1j .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-1j .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-1j .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1j .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1j .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#ext_menu-1k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1k .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-1k .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-1k .close-icon::before,
#ext_menu-1k .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-1k .link,
#ext_menu-1k .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1k .link {
  font-size: 1.1rem;
}
#ext_menu-1k .dropdown-item,
#ext_menu-1k .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-1k .link:hover,
#ext_menu-1k .dropdown-item:hover,
#ext_menu-1k .link:focus,
#ext_menu-1k .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-1k .link[aria-expanded="true"],
#ext_menu-1k .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-1k .nav-dropdown-sm .link:focus,
#ext_menu-1k .nav-dropdown-sm .link:hover,
#ext_menu-1k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1k .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-1k .navbar,
#ext_menu-1k .nav-dropdown-sm,
#ext_menu-1k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1k .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-1k .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-1k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1k .bg-color.transparent.opened .link:hover,
#ext_menu-1k .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-1k .link[aria-expanded="true"],
#ext_menu-1k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-1k A {
  font-size: 10px;
}
#features1-1l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-1l .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-1l .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-1l .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-1l .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-1l .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1l .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}

#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-1n .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#features1-1o .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-1o .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-1o .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-1o .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-1o .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-1o .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1o .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1q .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-1q .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-1q .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-1q .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-1q .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1q .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1q .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-5d .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-5d .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-5d .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-5d .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5d .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-5d .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5d .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5e .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-5e .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-5e .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-5e .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5e .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5e .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5e .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-5f .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-5f .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-5f .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-5f .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5f .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-5f .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5f .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#ext_menu-1r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1r .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-1r .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-1r .close-icon::before,
#ext_menu-1r .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-1r .link,
#ext_menu-1r .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1r .link {
  font-size: 1.1rem;
}
#ext_menu-1r .dropdown-item,
#ext_menu-1r .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-1r .link:hover,
#ext_menu-1r .dropdown-item:hover,
#ext_menu-1r .link:focus,
#ext_menu-1r .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-1r .link[aria-expanded="true"],
#ext_menu-1r .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-1r .nav-dropdown-sm .link:focus,
#ext_menu-1r .nav-dropdown-sm .link:hover,
#ext_menu-1r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1r .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-1r .navbar,
#ext_menu-1r .nav-dropdown-sm,
#ext_menu-1r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1r .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-1r .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-1r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1r .bg-color.transparent.opened .link:hover,
#ext_menu-1r .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-1r .link[aria-expanded="true"],
#ext_menu-1r .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-1r A {
  font-size: 10px;
}
#features1-5g .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-5g .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-5g .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-5g .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5g .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5g .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5g .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-20 .mbr-section-title,
#header3-20 .mbr-section-subtitle {
  text-align: center;
}
#header3-20 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-20 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#features1-21 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-21 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-21 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-21 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-21 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-21 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-21 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-23 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-23 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-23 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-23 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-23 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-23 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-23 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-25 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-25 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-25 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-25 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-25 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-25 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-25 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-27 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-27 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-27 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-27 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-27 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-27 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-27 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-2b .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-2b .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-2b .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-2b .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-2b .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-2b .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-2b .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#ext_menu-2c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2c .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-2c .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-2c .close-icon::before,
#ext_menu-2c .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-2c .link,
#ext_menu-2c .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-2c .link {
  font-size: 1.1rem;
}
#ext_menu-2c .dropdown-item,
#ext_menu-2c .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-2c .link:hover,
#ext_menu-2c .dropdown-item:hover,
#ext_menu-2c .link:focus,
#ext_menu-2c .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-2c .link[aria-expanded="true"],
#ext_menu-2c .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-2c .nav-dropdown-sm .link:focus,
#ext_menu-2c .nav-dropdown-sm .link:hover,
#ext_menu-2c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2c .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-2c .navbar,
#ext_menu-2c .nav-dropdown-sm,
#ext_menu-2c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2c .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-2c .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-2c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2c .bg-color.transparent.opened .link:hover,
#ext_menu-2c .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-2c .link[aria-expanded="true"],
#ext_menu-2c .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-2c A {
  font-size: 10px;
}

#header3-2o .mbr-section-title,
#header3-2o .mbr-section-subtitle {
  text-align: center;
}
#header3-2o .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-2o .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#features1-2p .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-2p .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-2p .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-2p .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-2p .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-2p .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-2p .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-2r .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-2r .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-2r .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-2r .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-2r .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-2r .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-2r .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-2x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-2x .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-2x .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-2x .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-2x .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-2x .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-2x .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#ext_menu-31 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-31 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-31 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-31 .close-icon::before,
#ext_menu-31 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-31 .link,
#ext_menu-31 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-31 .link {
  font-size: 1.1rem;
}
#ext_menu-31 .dropdown-item,
#ext_menu-31 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-31 .link:hover,
#ext_menu-31 .dropdown-item:hover,
#ext_menu-31 .link:focus,
#ext_menu-31 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-31 .link[aria-expanded="true"],
#ext_menu-31 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-31 .nav-dropdown-sm .link:focus,
#ext_menu-31 .nav-dropdown-sm .link:hover,
#ext_menu-31 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-31 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-31 .navbar,
#ext_menu-31 .nav-dropdown-sm,
#ext_menu-31 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-31 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-31 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-31 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-31 .bg-color.transparent.opened .link:hover,
#ext_menu-31 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-31 .link[aria-expanded="true"],
#ext_menu-31 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-31 A {
  font-size: 10px;
}

#header3-32 .mbr-section-title,
#header3-32 .mbr-section-subtitle {
  text-align: center;
}
#header3-32 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-32 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#features1-33 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-33 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-33 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-33 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-33 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-33 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-33 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-35 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-35 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-35 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-35 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-35 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-35 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-35 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-37 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-37 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-37 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-37 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-37 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-37 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-37 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-39 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-39 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-39 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-39 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-39 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-39 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-39 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-3g .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-3g .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-3g .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-3g .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-3g .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-3g .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-3g .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-3k .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-3k .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-3k .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-3k .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-3k .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-3k .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-3k .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-3m .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-3m .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-3m .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-3m .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-3m .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-3m .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-3m .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-47 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-47 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-47 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-47 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-47 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-47 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-47 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#ext_menu-3f .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3f .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-3f .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-3f .close-icon::before,
#ext_menu-3f .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-3f .link,
#ext_menu-3f .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-3f .link {
  font-size: 1.1rem;
}
#ext_menu-3f .dropdown-item,
#ext_menu-3f .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-3f .link:hover,
#ext_menu-3f .dropdown-item:hover,
#ext_menu-3f .link:focus,
#ext_menu-3f .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-3f .link[aria-expanded="true"],
#ext_menu-3f .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-3f .nav-dropdown-sm .link:focus,
#ext_menu-3f .nav-dropdown-sm .link:hover,
#ext_menu-3f .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3f .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-3f .navbar,
#ext_menu-3f .nav-dropdown-sm,
#ext_menu-3f .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3f .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-3f .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-3f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3f .bg-color.transparent.opened .link:hover,
#ext_menu-3f .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-3f .link[aria-expanded="true"],
#ext_menu-3f .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-3f A {
  font-size: 10px;
}

#header3-3s .mbr-section-title,
#header3-3s .mbr-section-subtitle {
  text-align: center;
}
#header3-3s .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-3s .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#features1-3t .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-3t .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-3t .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-3t .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-3t .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-3t .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-3t .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-3v .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-3v .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-3v .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-3v .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-3v .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-3v .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-3v .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-3x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-3x .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-3x .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-3x .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-3x .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-3x .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-3x .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#ext_menu-45 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-45 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-45 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-45 .close-icon::before,
#ext_menu-45 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-45 .link,
#ext_menu-45 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-45 .link {
  font-size: 1.1rem;
}
#ext_menu-45 .dropdown-item,
#ext_menu-45 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-45 .link:hover,
#ext_menu-45 .dropdown-item:hover,
#ext_menu-45 .link:focus,
#ext_menu-45 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-45 .link[aria-expanded="true"],
#ext_menu-45 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-45 .nav-dropdown-sm .link:focus,
#ext_menu-45 .nav-dropdown-sm .link:hover,
#ext_menu-45 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-45 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-45 .navbar,
#ext_menu-45 .nav-dropdown-sm,
#ext_menu-45 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-45 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-45 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-45 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-45 .bg-color.transparent.opened .link:hover,
#ext_menu-45 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-45 .link[aria-expanded="true"],
#ext_menu-45 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-45 A {
  font-size: 10px;
}

#header3-4q .mbr-section-title,
#header3-4q .mbr-section-subtitle {
  text-align: center;
}
#header3-4q .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-4q .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#features1-4r .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-4r .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-4r .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-4r .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-4r .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-4r .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-4r .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-4t .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-4t .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-4t .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-4t .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-4t .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-4t .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-4t .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#ext_menu-56 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-56 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-56 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-56 .close-icon::before,
#ext_menu-56 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-56 .link,
#ext_menu-56 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-56 .link {
  font-size: 1.1rem;
}
#ext_menu-56 .dropdown-item,
#ext_menu-56 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-56 .link:hover,
#ext_menu-56 .dropdown-item:hover,
#ext_menu-56 .link:focus,
#ext_menu-56 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-56 .link[aria-expanded="true"],
#ext_menu-56 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-56 .nav-dropdown-sm .link:focus,
#ext_menu-56 .nav-dropdown-sm .link:hover,
#ext_menu-56 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-56 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-56 .navbar,
#ext_menu-56 .nav-dropdown-sm,
#ext_menu-56 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-56 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-56 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-56 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-56 .bg-color.transparent.opened .link:hover,
#ext_menu-56 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-56 .link[aria-expanded="true"],
#ext_menu-56 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-56 A {
  font-size: 10px;
}

#header3-5h .mbr-section-title,
#header3-5h .mbr-section-subtitle {
  text-align: center;
}
#header3-5h .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-5h .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-5l .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5l .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-5l .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-5l .close-icon::before,
#ext_menu-5l .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-5l .link,
#ext_menu-5l .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-5l .link {
  font-size: 1.1rem;
}
#ext_menu-5l .dropdown-item,
#ext_menu-5l .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-5l .link:hover,
#ext_menu-5l .dropdown-item:hover,
#ext_menu-5l .link:focus,
#ext_menu-5l .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-5l .link[aria-expanded="true"],
#ext_menu-5l .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-5l .nav-dropdown-sm .link:focus,
#ext_menu-5l .nav-dropdown-sm .link:hover,
#ext_menu-5l .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5l .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-5l .navbar,
#ext_menu-5l .nav-dropdown-sm,
#ext_menu-5l .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5l .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-5l .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-5l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5l .bg-color.transparent.opened .link:hover,
#ext_menu-5l .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-5l .link[aria-expanded="true"],
#ext_menu-5l .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-5l A {
  font-size: 10px;
}
#features1-5m .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-5m .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-5m .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5m .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-5m .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5m .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5m .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-5o .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-5o .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-5o .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-5o .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5o .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5o .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5o .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-5q .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-5q .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-5q .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-5q .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5q .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5q .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5q .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-5r .mbr-section-title,
#header3-5r .mbr-section-subtitle {
  text-align: center;
}
#header3-5r .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-5r .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-5s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5s .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-5s .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-5s .close-icon::before,
#ext_menu-5s .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-5s .link,
#ext_menu-5s .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-5s .link {
  font-size: 1.1rem;
}
#ext_menu-5s .dropdown-item,
#ext_menu-5s .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-5s .link:hover,
#ext_menu-5s .dropdown-item:hover,
#ext_menu-5s .link:focus,
#ext_menu-5s .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-5s .link[aria-expanded="true"],
#ext_menu-5s .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-5s .nav-dropdown-sm .link:focus,
#ext_menu-5s .nav-dropdown-sm .link:hover,
#ext_menu-5s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5s .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-5s .navbar,
#ext_menu-5s .nav-dropdown-sm,
#ext_menu-5s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5s .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-5s .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-5s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5s .bg-color.transparent.opened .link:hover,
#ext_menu-5s .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-5s .link[aria-expanded="true"],
#ext_menu-5s .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-5s A {
  font-size: 10px;
}
#features1-5t .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-5t .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-5t .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5t .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-5t .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5t .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5t .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-5v .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-5v .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-5v .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-5v .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5v .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5v .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5v .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-5x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-5x .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-5x .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-5x .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5x .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5x .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5x .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-5y .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-5y .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-5y .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-5y .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-5y .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-5y .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-5y .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-60 .mbr-section-title,
#header3-60 .mbr-section-subtitle {
  text-align: center;
}
#header3-60 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-60 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-61 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-61 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-61 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-61 .close-icon::before,
#ext_menu-61 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-61 .link,
#ext_menu-61 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-61 .link {
  font-size: 1.1rem;
}
#ext_menu-61 .dropdown-item,
#ext_menu-61 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-61 .link:hover,
#ext_menu-61 .dropdown-item:hover,
#ext_menu-61 .link:focus,
#ext_menu-61 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-61 .link[aria-expanded="true"],
#ext_menu-61 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-61 .nav-dropdown-sm .link:focus,
#ext_menu-61 .nav-dropdown-sm .link:hover,
#ext_menu-61 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-61 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-61 .navbar,
#ext_menu-61 .nav-dropdown-sm,
#ext_menu-61 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-61 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-61 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-61 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-61 .bg-color.transparent.opened .link:hover,
#ext_menu-61 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-61 .link[aria-expanded="true"],
#ext_menu-61 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-61 A {
  font-size: 10px;
}
#features1-62 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-62 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-62 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-62 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-62 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-62 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-62 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-64 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-64 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-64 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-64 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-64 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-64 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-64 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-68 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-68 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-68 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-68 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-68 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-68 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-68 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-66 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-66 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-66 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-66 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-66 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-66 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-66 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-6a .mbr-section-title,
#header3-6a .mbr-section-subtitle {
  text-align: center;
}
#header3-6a .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-6a .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-6b .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6b .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-6b .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-6b .close-icon::before,
#ext_menu-6b .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-6b .link,
#ext_menu-6b .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-6b .link {
  font-size: 1.1rem;
}
#ext_menu-6b .dropdown-item,
#ext_menu-6b .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-6b .link:hover,
#ext_menu-6b .dropdown-item:hover,
#ext_menu-6b .link:focus,
#ext_menu-6b .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-6b .link[aria-expanded="true"],
#ext_menu-6b .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-6b .nav-dropdown-sm .link:focus,
#ext_menu-6b .nav-dropdown-sm .link:hover,
#ext_menu-6b .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6b .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-6b .navbar,
#ext_menu-6b .nav-dropdown-sm,
#ext_menu-6b .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6b .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-6b .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-6b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6b .bg-color.transparent.opened .link:hover,
#ext_menu-6b .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-6b .link[aria-expanded="true"],
#ext_menu-6b .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-6b A {
  font-size: 10px;
}
#features1-6c .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-6c .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-6c .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-6c .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-6c .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-6c .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-6c .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-6k .mbr-section-title,
#header3-6k .mbr-section-subtitle {
  text-align: center;
}
#header3-6k .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-6k .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-6l .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6l .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-6l .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-6l .close-icon::before,
#ext_menu-6l .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-6l .link,
#ext_menu-6l .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-6l .link {
  font-size: 1.1rem;
}
#ext_menu-6l .dropdown-item,
#ext_menu-6l .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-6l .link:hover,
#ext_menu-6l .dropdown-item:hover,
#ext_menu-6l .link:focus,
#ext_menu-6l .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-6l .link[aria-expanded="true"],
#ext_menu-6l .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-6l .nav-dropdown-sm .link:focus,
#ext_menu-6l .nav-dropdown-sm .link:hover,
#ext_menu-6l .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6l .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-6l .navbar,
#ext_menu-6l .nav-dropdown-sm,
#ext_menu-6l .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6l .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-6l .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-6l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6l .bg-color.transparent.opened .link:hover,
#ext_menu-6l .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-6l .link[aria-expanded="true"],
#ext_menu-6l .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-6l A {
  font-size: 10px;
}
#features1-6m .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-6m .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-6m .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-6m .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-6m .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-6m .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-6m .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-6o .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-6o .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-6o .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-6o .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-6o .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-6o .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-6o .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-6s .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-6s .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-6s .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-6s .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-6s .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-6s .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-6s .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-6t .mbr-section-title,
#header3-6t .mbr-section-subtitle {
  text-align: center;
}
#header3-6t .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-6t .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-6u .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6u .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-6u .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-6u .close-icon::before,
#ext_menu-6u .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-6u .link,
#ext_menu-6u .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-6u .link {
  font-size: 1.1rem;
}
#ext_menu-6u .dropdown-item,
#ext_menu-6u .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-6u .link:hover,
#ext_menu-6u .dropdown-item:hover,
#ext_menu-6u .link:focus,
#ext_menu-6u .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-6u .link[aria-expanded="true"],
#ext_menu-6u .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-6u .nav-dropdown-sm .link:focus,
#ext_menu-6u .nav-dropdown-sm .link:hover,
#ext_menu-6u .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6u .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-6u .navbar,
#ext_menu-6u .nav-dropdown-sm,
#ext_menu-6u .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6u .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-6u .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-6u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6u .bg-color.transparent.opened .link:hover,
#ext_menu-6u .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-6u .link[aria-expanded="true"],
#ext_menu-6u .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-6u A {
  font-size: 10px;
}
#features1-6v .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-6v .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-6v .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-6v .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-6v .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-6v .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-6v .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-6x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-6x .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-6x .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-6x .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-6x .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-6x .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-6x .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-6z .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-6z .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-6z .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-6z .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-6z .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-6z .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-6z .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-71 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-71 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-71 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-71 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-71 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-71 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-71 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-72 .mbr-section-title,
#header3-72 .mbr-section-subtitle {
  text-align: center;
}
#header3-72 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-72 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-73 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-73 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-73 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-73 .close-icon::before,
#ext_menu-73 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-73 .link,
#ext_menu-73 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-73 .link {
  font-size: 1.1rem;
}
#ext_menu-73 .dropdown-item,
#ext_menu-73 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-73 .link:hover,
#ext_menu-73 .dropdown-item:hover,
#ext_menu-73 .link:focus,
#ext_menu-73 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-73 .link[aria-expanded="true"],
#ext_menu-73 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-73 .nav-dropdown-sm .link:focus,
#ext_menu-73 .nav-dropdown-sm .link:hover,
#ext_menu-73 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-73 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-73 .navbar,
#ext_menu-73 .nav-dropdown-sm,
#ext_menu-73 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-73 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-73 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-73 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-73 .bg-color.transparent.opened .link:hover,
#ext_menu-73 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-73 .link[aria-expanded="true"],
#ext_menu-73 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-73 A {
  font-size: 10px;
}
#features1-74 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-74 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-74 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-74 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-74 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-74 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-74 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-76 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-76 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-76 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-76 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-76 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-76 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-76 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-78 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-78 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-78 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-78 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-78 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-78 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-78 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-7b .mbr-section-title,
#header3-7b .mbr-section-subtitle {
  text-align: center;
}
#header3-7b .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-7b .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-7c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7c .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-7c .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-7c .close-icon::before,
#ext_menu-7c .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-7c .link,
#ext_menu-7c .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-7c .link {
  font-size: 1.1rem;
}
#ext_menu-7c .dropdown-item,
#ext_menu-7c .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-7c .link:hover,
#ext_menu-7c .dropdown-item:hover,
#ext_menu-7c .link:focus,
#ext_menu-7c .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-7c .link[aria-expanded="true"],
#ext_menu-7c .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-7c .nav-dropdown-sm .link:focus,
#ext_menu-7c .nav-dropdown-sm .link:hover,
#ext_menu-7c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7c .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-7c .navbar,
#ext_menu-7c .nav-dropdown-sm,
#ext_menu-7c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7c .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-7c .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-7c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7c .bg-color.transparent.opened .link:hover,
#ext_menu-7c .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-7c .link[aria-expanded="true"],
#ext_menu-7c .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-7c A {
  font-size: 10px;
}
#features1-7d .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-7d .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-7d .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7d .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-7d .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7d .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7d .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-7f .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-7f .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-7f .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-7f .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7f .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7f .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7f .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-7h .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-7h .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-7h .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-7h .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7h .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7h .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7h .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-7j .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-7j .mbr-cards-col:nth-child(odd) .card-title {
  color: #2b0680;
}
#features1-7j .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-7j .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7j .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7j .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7j .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-7l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-7l .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-7l .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-7l .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7l .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7l .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7l .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-7m .mbr-section-title,
#header3-7m .mbr-section-subtitle {
  text-align: center;
}
#header3-7m .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-7m .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-7n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7n .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-7n .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-7n .close-icon::before,
#ext_menu-7n .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-7n .link,
#ext_menu-7n .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-7n .link {
  font-size: 1.1rem;
}
#ext_menu-7n .dropdown-item,
#ext_menu-7n .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-7n .link:hover,
#ext_menu-7n .dropdown-item:hover,
#ext_menu-7n .link:focus,
#ext_menu-7n .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-7n .link[aria-expanded="true"],
#ext_menu-7n .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-7n .nav-dropdown-sm .link:focus,
#ext_menu-7n .nav-dropdown-sm .link:hover,
#ext_menu-7n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7n .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-7n .navbar,
#ext_menu-7n .nav-dropdown-sm,
#ext_menu-7n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7n .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-7n .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-7n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7n .bg-color.transparent.opened .link:hover,
#ext_menu-7n .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-7n .link[aria-expanded="true"],
#ext_menu-7n .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-7n A {
  font-size: 10px;
}
#features1-7o .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-7o .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-7o .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7o .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-7o .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7o .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7o .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-7q .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-7q .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-7q .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-7q .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7q .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7q .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7q .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-7s .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-7s .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-7s .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-7s .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7s .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7s .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7s .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-7u .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-7u .mbr-cards-col:nth-child(odd) .card-title {
  color: #2b0680;
}
#features1-7u .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-7u .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7u .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7u .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7u .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-7w .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-7w .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-7w .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-7w .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7w .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7w .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7w .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-7y .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-7y .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
  text-align: center;
}
#features1-7y .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-7y .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-7y .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-7y .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-7y .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-82 .mbr-section-title,
#header3-82 .mbr-section-subtitle {
  text-align: center;
}
#header3-82 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-82 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-83 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-83 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-83 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-83 .close-icon::before,
#ext_menu-83 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-83 .link,
#ext_menu-83 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-83 .link {
  font-size: 1.1rem;
}
#ext_menu-83 .dropdown-item,
#ext_menu-83 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-83 .link:hover,
#ext_menu-83 .dropdown-item:hover,
#ext_menu-83 .link:focus,
#ext_menu-83 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-83 .link[aria-expanded="true"],
#ext_menu-83 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-83 .nav-dropdown-sm .link:focus,
#ext_menu-83 .nav-dropdown-sm .link:hover,
#ext_menu-83 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-83 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-83 .navbar,
#ext_menu-83 .nav-dropdown-sm,
#ext_menu-83 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-83 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-83 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-83 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-83 .bg-color.transparent.opened .link:hover,
#ext_menu-83 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-83 .link[aria-expanded="true"],
#ext_menu-83 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-83 A {
  font-size: 10px;
}
#features1-84 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-84 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-84 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-84 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-84 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-84 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-84 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-86 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-86 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-86 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-86 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-86 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-86 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-86 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-88 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-88 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-88 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-88 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-88 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-88 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-88 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-8a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-8a .mbr-cards-col:nth-child(odd) .card-title {
  color: #2b0680;
}
#features1-8a .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-8a .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-8a .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-8a .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-8a .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-8f .mbr-section-title,
#header3-8f .mbr-section-subtitle {
  text-align: center;
}
#header3-8f .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-8f .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-8g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8g .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-8g .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-8g .close-icon::before,
#ext_menu-8g .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-8g .link,
#ext_menu-8g .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-8g .link {
  font-size: 1.1rem;
}
#ext_menu-8g .dropdown-item,
#ext_menu-8g .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-8g .link:hover,
#ext_menu-8g .dropdown-item:hover,
#ext_menu-8g .link:focus,
#ext_menu-8g .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-8g .link[aria-expanded="true"],
#ext_menu-8g .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-8g .nav-dropdown-sm .link:focus,
#ext_menu-8g .nav-dropdown-sm .link:hover,
#ext_menu-8g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8g .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-8g .navbar,
#ext_menu-8g .nav-dropdown-sm,
#ext_menu-8g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8g .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-8g .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-8g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8g .bg-color.transparent.opened .link:hover,
#ext_menu-8g .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-8g .link[aria-expanded="true"],
#ext_menu-8g .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-8g A {
  font-size: 10px;
}
#features1-8h .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-8h .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-8h .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-8h .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-8h .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-8h .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-8h .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-8j .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-8j .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-8j .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-8j .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-8j .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-8j .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-8j .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-8l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-8l .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-8l .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-8l .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-8l .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-8l .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-8l .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-8v .mbr-section-title,
#header3-8v .mbr-section-subtitle {
  text-align: center;
}
#header3-8v .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-8v .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-8w .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8w .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-8w .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-8w .close-icon::before,
#ext_menu-8w .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-8w .link,
#ext_menu-8w .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-8w .link {
  font-size: 1.1rem;
}
#ext_menu-8w .dropdown-item,
#ext_menu-8w .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-8w .link:hover,
#ext_menu-8w .dropdown-item:hover,
#ext_menu-8w .link:focus,
#ext_menu-8w .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-8w .link[aria-expanded="true"],
#ext_menu-8w .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-8w .nav-dropdown-sm .link:focus,
#ext_menu-8w .nav-dropdown-sm .link:hover,
#ext_menu-8w .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-8w .navbar,
#ext_menu-8w .nav-dropdown-sm,
#ext_menu-8w .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-8w .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-8w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8w .bg-color.transparent.opened .link:hover,
#ext_menu-8w .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-8w .link[aria-expanded="true"],
#ext_menu-8w .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-8w A {
  font-size: 10px;
}
#features1-8x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-8x .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-8x .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-8x .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-8x .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-8x .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-8x .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-92 .mbr-section-title,
#header3-92 .mbr-section-subtitle {
  text-align: center;
}
#header3-92 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-92 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#features1-93 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-93 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-93 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-93 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-93 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-93 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-93 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-95 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-95 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-95 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-95 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-95 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-95 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-95 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-97 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-97 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-97 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-97 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-97 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-97 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-97 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-99 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-99 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-99 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-99 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-99 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-99 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-9b .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-9b .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-9b .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-9b .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-9b .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-9b .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-9b .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#ext_menu-9d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9d .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-9d .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-9d .close-icon::before,
#ext_menu-9d .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-9d .link,
#ext_menu-9d .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-9d .link {
  font-size: 1.1rem;
}
#ext_menu-9d .dropdown-item,
#ext_menu-9d .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-9d .link:hover,
#ext_menu-9d .dropdown-item:hover,
#ext_menu-9d .link:focus,
#ext_menu-9d .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-9d .link[aria-expanded="true"],
#ext_menu-9d .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-9d .nav-dropdown-sm .link:focus,
#ext_menu-9d .nav-dropdown-sm .link:hover,
#ext_menu-9d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9d .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-9d .navbar,
#ext_menu-9d .nav-dropdown-sm,
#ext_menu-9d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9d .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-9d .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-9d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9d .bg-color.transparent.opened .link:hover,
#ext_menu-9d .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-9d .link[aria-expanded="true"],
#ext_menu-9d .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-9d A {
  font-size: 10px;
}
#features1-9e .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-9e .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-9e .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-9e .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-9e .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-9e .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-9e .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-9f .mbr-section-title,
#header3-9f .mbr-section-subtitle {
  text-align: center;
}
#header3-9f .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-9f .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-9g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9g .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-9g .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-9g .close-icon::before,
#ext_menu-9g .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-9g .link,
#ext_menu-9g .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-9g .link {
  font-size: 1.1rem;
}
#ext_menu-9g .dropdown-item,
#ext_menu-9g .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-9g .link:hover,
#ext_menu-9g .dropdown-item:hover,
#ext_menu-9g .link:focus,
#ext_menu-9g .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-9g .link[aria-expanded="true"],
#ext_menu-9g .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-9g .nav-dropdown-sm .link:focus,
#ext_menu-9g .nav-dropdown-sm .link:hover,
#ext_menu-9g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9g .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-9g .navbar,
#ext_menu-9g .nav-dropdown-sm,
#ext_menu-9g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9g .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-9g .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-9g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9g .bg-color.transparent.opened .link:hover,
#ext_menu-9g .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-9g .link[aria-expanded="true"],
#ext_menu-9g .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-9g A {
  font-size: 10px;
}
#features1-9j .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-9j .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-9j .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-9j .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-9j .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-9j .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-9j .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-9m .mbr-section-title,
#header3-9m .mbr-section-subtitle {
  text-align: center;
}
#header3-9m .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-9m .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-9n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9n .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-9n .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-9n .close-icon::before,
#ext_menu-9n .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-9n .link,
#ext_menu-9n .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-9n .link {
  font-size: 1.1rem;
}
#ext_menu-9n .dropdown-item,
#ext_menu-9n .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-9n .link:hover,
#ext_menu-9n .dropdown-item:hover,
#ext_menu-9n .link:focus,
#ext_menu-9n .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-9n .link[aria-expanded="true"],
#ext_menu-9n .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-9n .nav-dropdown-sm .link:focus,
#ext_menu-9n .nav-dropdown-sm .link:hover,
#ext_menu-9n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9n .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-9n .navbar,
#ext_menu-9n .nav-dropdown-sm,
#ext_menu-9n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9n .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-9n .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-9n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9n .bg-color.transparent.opened .link:hover,
#ext_menu-9n .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-9n .link[aria-expanded="true"],
#ext_menu-9n .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-9n A {
  font-size: 10px;
}
#features1-9o .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-9o .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-9o .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-9o .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-9o .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-9o .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-9o .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
  text-align: right;
}
#features1-9q .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-9q .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-9q .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-9q .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-9q .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-9q .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-9q .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-9t .mbr-section-title,
#header3-9t .mbr-section-subtitle {
  text-align: center;
}
#header3-9t .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-9t .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-9u .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9u .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-9u .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-9u .close-icon::before,
#ext_menu-9u .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-9u .link,
#ext_menu-9u .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-9u .link {
  font-size: 1.1rem;
}
#ext_menu-9u .dropdown-item,
#ext_menu-9u .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-9u .link:hover,
#ext_menu-9u .dropdown-item:hover,
#ext_menu-9u .link:focus,
#ext_menu-9u .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-9u .link[aria-expanded="true"],
#ext_menu-9u .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-9u .nav-dropdown-sm .link:focus,
#ext_menu-9u .nav-dropdown-sm .link:hover,
#ext_menu-9u .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9u .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-9u .navbar,
#ext_menu-9u .nav-dropdown-sm,
#ext_menu-9u .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9u .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-9u .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-9u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9u .bg-color.transparent.opened .link:hover,
#ext_menu-9u .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-9u .link[aria-expanded="true"],
#ext_menu-9u .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-9u A {
  font-size: 10px;
}
#features1-9v .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-9v .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-9v .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-9v .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-9v .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-9v .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-9v .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-9x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-9x .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-9x .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-9x .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-9x .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-9x .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-9x .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-a0 .mbr-section-title,
#header3-a0 .mbr-section-subtitle {
  text-align: center;
}
#header3-a0 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-a0 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-a1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-a1 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-a1 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-a1 .close-icon::before,
#ext_menu-a1 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-a1 .link,
#ext_menu-a1 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-a1 .link {
  font-size: 1.1rem;
}
#ext_menu-a1 .dropdown-item,
#ext_menu-a1 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-a1 .link:hover,
#ext_menu-a1 .dropdown-item:hover,
#ext_menu-a1 .link:focus,
#ext_menu-a1 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-a1 .link[aria-expanded="true"],
#ext_menu-a1 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-a1 .nav-dropdown-sm .link:focus,
#ext_menu-a1 .nav-dropdown-sm .link:hover,
#ext_menu-a1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-a1 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-a1 .navbar,
#ext_menu-a1 .nav-dropdown-sm,
#ext_menu-a1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-a1 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-a1 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-a1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-a1 .bg-color.transparent.opened .link:hover,
#ext_menu-a1 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-a1 .link[aria-expanded="true"],
#ext_menu-a1 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-a1 A {
  font-size: 10px;
}
#features1-a6 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-a6 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-a6 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-a6 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-a6 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-a6 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-a6 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-al .mbr-section-title,
#header3-al .mbr-section-subtitle {
  text-align: center;
}
#header3-al .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-al .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-am .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-am .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-am .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-am .close-icon::before,
#ext_menu-am .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-am .link,
#ext_menu-am .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-am .link {
  font-size: 1.1rem;
}
#ext_menu-am .dropdown-item,
#ext_menu-am .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-am .link:hover,
#ext_menu-am .dropdown-item:hover,
#ext_menu-am .link:focus,
#ext_menu-am .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-am .link[aria-expanded="true"],
#ext_menu-am .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-am .nav-dropdown-sm .link:focus,
#ext_menu-am .nav-dropdown-sm .link:hover,
#ext_menu-am .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-am .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-am .navbar,
#ext_menu-am .nav-dropdown-sm,
#ext_menu-am .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-am .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-am .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-am .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-am .bg-color.transparent.opened .link:hover,
#ext_menu-am .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-am .link[aria-expanded="true"],
#ext_menu-am .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-am A {
  font-size: 10px;
}
#features1-an .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-an .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-an .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-an .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-an .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-an .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-an .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-a7 .mbr-section-title,
#header3-a7 .mbr-section-subtitle {
  text-align: center;
}
#header3-a7 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-a7 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-a8 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-a8 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-a8 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-a8 .close-icon::before,
#ext_menu-a8 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-a8 .link,
#ext_menu-a8 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-a8 .link {
  font-size: 1.1rem;
}
#ext_menu-a8 .dropdown-item,
#ext_menu-a8 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-a8 .link:hover,
#ext_menu-a8 .dropdown-item:hover,
#ext_menu-a8 .link:focus,
#ext_menu-a8 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-a8 .link[aria-expanded="true"],
#ext_menu-a8 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-a8 .nav-dropdown-sm .link:focus,
#ext_menu-a8 .nav-dropdown-sm .link:hover,
#ext_menu-a8 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-a8 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-a8 .navbar,
#ext_menu-a8 .nav-dropdown-sm,
#ext_menu-a8 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-a8 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-a8 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-a8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-a8 .bg-color.transparent.opened .link:hover,
#ext_menu-a8 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-a8 .link[aria-expanded="true"],
#ext_menu-a8 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-a8 A {
  font-size: 10px;
}
#features1-ab .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-ab .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-ab .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-ab .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-ab .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-ab .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-ab .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-ae .mbr-section-title,
#header3-ae .mbr-section-subtitle {
  text-align: center;
}
#header3-ae .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-ae .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-af .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-af .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-af .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-af .close-icon::before,
#ext_menu-af .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-af .link,
#ext_menu-af .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-af .link {
  font-size: 1.1rem;
}
#ext_menu-af .dropdown-item,
#ext_menu-af .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-af .link:hover,
#ext_menu-af .dropdown-item:hover,
#ext_menu-af .link:focus,
#ext_menu-af .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-af .link[aria-expanded="true"],
#ext_menu-af .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-af .nav-dropdown-sm .link:focus,
#ext_menu-af .nav-dropdown-sm .link:hover,
#ext_menu-af .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-af .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-af .navbar,
#ext_menu-af .nav-dropdown-sm,
#ext_menu-af .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-af .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-af .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-af .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-af .bg-color.transparent.opened .link:hover,
#ext_menu-af .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-af .link[aria-expanded="true"],
#ext_menu-af .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-af A {
  font-size: 10px;
}
#features1-ak .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-ak .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-ak .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-ak .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-ak .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-ak .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-ak .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-as .mbr-section-title,
#header3-as .mbr-section-subtitle {
  text-align: center;
}
#header3-as .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-as .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-at .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-at .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-at .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-at .close-icon::before,
#ext_menu-at .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-at .link,
#ext_menu-at .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-at .link {
  font-size: 1.1rem;
}
#ext_menu-at .dropdown-item,
#ext_menu-at .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-at .link:hover,
#ext_menu-at .dropdown-item:hover,
#ext_menu-at .link:focus,
#ext_menu-at .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-at .link[aria-expanded="true"],
#ext_menu-at .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-at .nav-dropdown-sm .link:focus,
#ext_menu-at .nav-dropdown-sm .link:hover,
#ext_menu-at .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-at .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-at .navbar,
#ext_menu-at .nav-dropdown-sm,
#ext_menu-at .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-at .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-at .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-at .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-at .bg-color.transparent.opened .link:hover,
#ext_menu-at .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-at .link[aria-expanded="true"],
#ext_menu-at .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-at A {
  font-size: 10px;
}
#features1-au .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-au .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-au .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-au .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-au .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-au .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-au .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-aw .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-aw .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-aw .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-aw .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-aw .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-aw .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-aw .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-ay .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-ay .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-ay .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-ay .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-ay .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-ay .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-ay .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-b1 .mbr-section-title,
#header3-b1 .mbr-section-subtitle {
  text-align: center;
}
#header3-b1 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-b1 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-b2 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-b2 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-b2 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-b2 .close-icon::before,
#ext_menu-b2 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-b2 .link,
#ext_menu-b2 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-b2 .link {
  font-size: 1.1rem;
}
#ext_menu-b2 .dropdown-item,
#ext_menu-b2 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-b2 .link:hover,
#ext_menu-b2 .dropdown-item:hover,
#ext_menu-b2 .link:focus,
#ext_menu-b2 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-b2 .link[aria-expanded="true"],
#ext_menu-b2 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-b2 .nav-dropdown-sm .link:focus,
#ext_menu-b2 .nav-dropdown-sm .link:hover,
#ext_menu-b2 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-b2 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-b2 .navbar,
#ext_menu-b2 .nav-dropdown-sm,
#ext_menu-b2 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-b2 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-b2 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-b2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-b2 .bg-color.transparent.opened .link:hover,
#ext_menu-b2 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-b2 .link[aria-expanded="true"],
#ext_menu-b2 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-b2 A {
  font-size: 10px;
}
#features1-b3 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-b3 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-b3 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-b3 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-b3 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-b3 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-b3 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-b5 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-b5 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-b5 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-b5 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-b5 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-b5 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-b5 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-b7 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-b7 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-b7 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-b7 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-b7 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-b7 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-b7 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-b9 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-b9 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-b9 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-b9 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-b9 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-b9 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-b9 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-ba .mbr-section-title,
#header3-ba .mbr-section-subtitle {
  text-align: center;
}
#header3-ba .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-ba .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-bb .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-bb .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-bb .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-bb .close-icon::before,
#ext_menu-bb .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-bb .link,
#ext_menu-bb .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-bb .link {
  font-size: 1.1rem;
}
#ext_menu-bb .dropdown-item,
#ext_menu-bb .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-bb .link:hover,
#ext_menu-bb .dropdown-item:hover,
#ext_menu-bb .link:focus,
#ext_menu-bb .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-bb .link[aria-expanded="true"],
#ext_menu-bb .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-bb .nav-dropdown-sm .link:focus,
#ext_menu-bb .nav-dropdown-sm .link:hover,
#ext_menu-bb .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-bb .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-bb .navbar,
#ext_menu-bb .nav-dropdown-sm,
#ext_menu-bb .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-bb .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-bb .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-bb .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-bb .bg-color.transparent.opened .link:hover,
#ext_menu-bb .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-bb .link[aria-expanded="true"],
#ext_menu-bb .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-bb A {
  font-size: 10px;
}
#features1-bc .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-bc .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-bc .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-bc .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-bc .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-bc .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-bc .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-be .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-be .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-be .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-be .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-be .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-be .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-be .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-bg .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-bg .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-bg .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-bg .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-bg .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-bg .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-bg .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-bi .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-bi .mbr-cards-col:nth-child(odd) .card-title {
  color: #2b0680;
}
#features1-bi .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-bi .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-bi .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-bi .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-bi .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-bk .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-bk .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-bk .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-bk .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-bk .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-bk .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-bk .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-bl .mbr-section-title,
#header3-bl .mbr-section-subtitle {
  text-align: center;
}
#header3-bl .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-bl .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-bm .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-bm .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-bm .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-bm .close-icon::before,
#ext_menu-bm .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-bm .link,
#ext_menu-bm .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-bm .link {
  font-size: 1.1rem;
}
#ext_menu-bm .dropdown-item,
#ext_menu-bm .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-bm .link:hover,
#ext_menu-bm .dropdown-item:hover,
#ext_menu-bm .link:focus,
#ext_menu-bm .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-bm .link[aria-expanded="true"],
#ext_menu-bm .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-bm .nav-dropdown-sm .link:focus,
#ext_menu-bm .nav-dropdown-sm .link:hover,
#ext_menu-bm .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-bm .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-bm .navbar,
#ext_menu-bm .nav-dropdown-sm,
#ext_menu-bm .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-bm .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-bm .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-bm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-bm .bg-color.transparent.opened .link:hover,
#ext_menu-bm .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-bm .link[aria-expanded="true"],
#ext_menu-bm .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-bm A {
  font-size: 10px;
}
#features1-bn .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-bn .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-bn .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-bn .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-bn .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-bn .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-bn .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-bp .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-bp .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-bp .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-bp .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-bp .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-bp .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-bp .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-br .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-br .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-br .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-br .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-br .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-br .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-br .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-bt .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-bt .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-bt .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-bt .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-bt .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-bt .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-bt .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-bu .mbr-section-title,
#header3-bu .mbr-section-subtitle {
  text-align: center;
}
#header3-bu .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-bu .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-bv .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-bv .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-bv .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-bv .close-icon::before,
#ext_menu-bv .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-bv .link,
#ext_menu-bv .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-bv .link {
  font-size: 1.1rem;
}
#ext_menu-bv .dropdown-item,
#ext_menu-bv .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-bv .link:hover,
#ext_menu-bv .dropdown-item:hover,
#ext_menu-bv .link:focus,
#ext_menu-bv .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-bv .link[aria-expanded="true"],
#ext_menu-bv .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-bv .nav-dropdown-sm .link:focus,
#ext_menu-bv .nav-dropdown-sm .link:hover,
#ext_menu-bv .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-bv .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-bv .navbar,
#ext_menu-bv .nav-dropdown-sm,
#ext_menu-bv .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-bv .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-bv .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-bv .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-bv .bg-color.transparent.opened .link:hover,
#ext_menu-bv .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-bv .link[aria-expanded="true"],
#ext_menu-bv .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-bv A {
  font-size: 10px;
}
#features1-bw .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-bw .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-bw .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-bw .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-bw .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-bw .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-bw .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-by .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-by .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-by .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-by .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-by .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-by .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-by .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-c0 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-c0 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-c0 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-c0 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-c0 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-c0 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-c0 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-c1 .mbr-section-title,
#header3-c1 .mbr-section-subtitle {
  text-align: center;
}
#header3-c1 .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-c1 .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-c2 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-c2 .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-c2 .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-c2 .close-icon::before,
#ext_menu-c2 .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-c2 .link,
#ext_menu-c2 .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-c2 .link {
  font-size: 1.1rem;
}
#ext_menu-c2 .dropdown-item,
#ext_menu-c2 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-c2 .link:hover,
#ext_menu-c2 .dropdown-item:hover,
#ext_menu-c2 .link:focus,
#ext_menu-c2 .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-c2 .link[aria-expanded="true"],
#ext_menu-c2 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-c2 .nav-dropdown-sm .link:focus,
#ext_menu-c2 .nav-dropdown-sm .link:hover,
#ext_menu-c2 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-c2 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-c2 .navbar,
#ext_menu-c2 .nav-dropdown-sm,
#ext_menu-c2 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-c2 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-c2 .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-c2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-c2 .bg-color.transparent.opened .link:hover,
#ext_menu-c2 .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-c2 .link[aria-expanded="true"],
#ext_menu-c2 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-c2 A {
  font-size: 10px;
}
#features1-c3 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-c3 .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-c3 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-c3 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-c3 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-c3 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-c3 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-c5 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-c5 .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-c5 .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-c5 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-c5 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-c5 .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-c5 .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#header3-8o .mbr-section-title,
#header3-8o .mbr-section-subtitle {
  text-align: center;
}
#header3-8o .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-8o .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-8p .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8p .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-8p .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-8p .close-icon::before,
#ext_menu-8p .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-8p .link,
#ext_menu-8p .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-8p .link {
  font-size: 1.1rem;
}
#ext_menu-8p .dropdown-item,
#ext_menu-8p .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-8p .link:hover,
#ext_menu-8p .dropdown-item:hover,
#ext_menu-8p .link:focus,
#ext_menu-8p .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-8p .link[aria-expanded="true"],
#ext_menu-8p .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-8p .nav-dropdown-sm .link:focus,
#ext_menu-8p .nav-dropdown-sm .link:hover,
#ext_menu-8p .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8p .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-8p .navbar,
#ext_menu-8p .nav-dropdown-sm,
#ext_menu-8p .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8p .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-8p .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-8p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8p .bg-color.transparent.opened .link:hover,
#ext_menu-8p .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-8p .link[aria-expanded="true"],
#ext_menu-8p .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-8p A {
  font-size: 10px;
}
#features1-8q .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-8q .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-8q .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-8q .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-8q .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-8q .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-8q .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-8s .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-8s .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-8s .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-8s .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-8s .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-8s .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-8s .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-8u .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-8u .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-8u .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-8u .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-8u .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-8u .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-8u .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-ci .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-ci .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-ci .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-ci .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-ci .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-ci .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-ci .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}

#header3-cb .mbr-section-title,
#header3-cb .mbr-section-subtitle {
  text-align: center;
}
#header3-cb .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-cb .mbr-section-subtitle {
  text-align: left;
  color: #0e3373;
}
#ext_menu-cc .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-cc .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-cc .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-cc .close-icon::before,
#ext_menu-cc .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-cc .link,
#ext_menu-cc .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-cc .link {
  font-size: 1.1rem;
}
#ext_menu-cc .dropdown-item,
#ext_menu-cc .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-cc .link:hover,
#ext_menu-cc .dropdown-item:hover,
#ext_menu-cc .link:focus,
#ext_menu-cc .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-cc .link[aria-expanded="true"],
#ext_menu-cc .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-cc .nav-dropdown-sm .link:focus,
#ext_menu-cc .nav-dropdown-sm .link:hover,
#ext_menu-cc .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-cc .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-cc .navbar,
#ext_menu-cc .nav-dropdown-sm,
#ext_menu-cc .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-cc .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-cc .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-cc .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-cc .bg-color.transparent.opened .link:hover,
#ext_menu-cc .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-cc .link[aria-expanded="true"],
#ext_menu-cc .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-cc A {
  font-size: 10px;
}
#features1-cd .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-cd .mbr-cards-col:nth-child(odd) .card-title {
  color: #141b8c;
}
#features1-cd .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-cd .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-cd .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-cd .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-cd .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}
#features1-cf .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-cf .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-cf .mbr-cards-col:nth-child(even) .card-title {
  color: #141b8c;
}
#features1-cf .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-cf .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-cf .mbr-cards-col:nth-child(odd) .card-text {
  color: #141b8c;
}
#features1-cf .mbr-cards-col:nth-child(even) .card-text {
  color: #141b8c;
}

#ext_menu-cl .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-cl .navbar-caption {
  color: #ffffff;
  font-size: 20px;
}
#ext_menu-cl .navbar-toggler {
  color: #0d2d63;
}
#ext_menu-cl .close-icon::before,
#ext_menu-cl .close-icon::after {
  background-color: #0d2d63;
}
#ext_menu-cl .link,
#ext_menu-cl .dropdown-item {
  color: #0d2d63;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-cl .link {
  font-size: 1.1rem;
}
#ext_menu-cl .dropdown-item,
#ext_menu-cl .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-cl .link:hover,
#ext_menu-cl .dropdown-item:hover,
#ext_menu-cl .link:focus,
#ext_menu-cl .dropdown-item:focus {
  color: #0e3373;
}
#ext_menu-cl .link[aria-expanded="true"],
#ext_menu-cl .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-cl .nav-dropdown-sm .link:focus,
#ext_menu-cl .nav-dropdown-sm .link:hover,
#ext_menu-cl .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-cl .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-cl .navbar,
#ext_menu-cl .nav-dropdown-sm,
#ext_menu-cl .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-cl .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-cl .bg-color.transparent .link {
  color: #0d2d63;
  transition: none;
}
#ext_menu-cl .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-cl .bg-color.transparent.opened .link:hover,
#ext_menu-cl .bg-color.transparent.opened .link:focus {
  color: #0e3373;
}
#ext_menu-cl .link[aria-expanded="true"],
#ext_menu-cl .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-cl A {
  font-size: 10px;
}
#header3-cy .mbr-section-title,
#header3-cy .mbr-section-subtitle {
  text-align: center;
}
#header3-cy .mbr-section-title {
  text-align: left;
  color: #2b0680;
}
#header3-cy .mbr-section-subtitle {
  text-align: left;
  color: #2b0680;
}
#features1-cm .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-cm .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-cm .mbr-cards-col:nth-child(odd) .card-title {
  color: #0d2d63;
}
#features1-cm .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-cm .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-cm .mbr-cards-col:nth-child(odd) .card-text {
  color: #0d2d63;
}
#features1-cm .mbr-cards-col:nth-child(even) .card-text {
  color: #0d2d63;
}
#features1-cn .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-cn .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-cn .mbr-cards-col:nth-child(odd) .card-text {
  color: #0d2d63;
}
#features1-cn .mbr-cards-col:nth-child(even) .card-title {
  color: #0d2d63;
}
#features1-cn .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-cn .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-cn .mbr-cards-col:nth-child(even) .card-text {
  color: #0d2d63;
}
#features1-co .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-co .mbr-cards-col:nth-child(odd) .card-title {
  color: #0d2d63;
}
#features1-co .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-co .mbr-cards-col:nth-child(odd) .card-text {
  color: #0d2d63;
}
#features1-co .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-co .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-co .mbr-cards-col:nth-child(even) .card-text {
  color: #0d2d63;
}
#features1-cp .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-cp .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-cp .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-cp .mbr-cards-col:nth-child(even) .card-title {
  color: #0d2d63;
}
#features1-cp .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-cp .mbr-cards-col:nth-child(even) .card-text {
  color: #0d2d63;
}
#features1-cp .mbr-cards-col:nth-child(odd) .card-text {
  color: #0d2d63;
}
#features1-cu .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-cu .mbr-cards-col:nth-child(odd) .card-title {
  color: #0d2d63;
}
#features1-cu .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-cu .mbr-cards-col:nth-child(odd) .card-text {
  color: #0d2d63;
}
#features1-cu .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-cu .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-cu .mbr-cards-col:nth-child(even) .card-text {
  color: #0d2d63;
}
#features1-cw .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-cw .mbr-cards-col:nth-child(odd) .card-title {
  color: #2969b0;
}
#features1-cw .mbr-cards-col:nth-child(even) .card-title {
  color: #0d2d63;
}
#features1-cw .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-cw .mbr-cards-col:nth-child(even) .card-text {
  color: #0d2d63;
}
#features1-cw .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-cw .mbr-cards-col:nth-child(odd) .card-text {
  color: #0d2d63;
}
#features1-d1 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-d1 .mbr-cards-col:nth-child(odd) .card-title {
  color: #0d2d63;
}
#features1-d1 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-d1 .mbr-cards-col:nth-child(odd) .card-text {
  color: #0d2d63;
}
#features1-d1 .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-d1 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-d1 .mbr-cards-col:nth-child(even) .card-text {
  color: #0d2d63;
}
