@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,600,600i);






body,
input,
textarea,
.mbr-company .list-group-text,
.mbr-section-text {
  font-family: 'Libre Franklin', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Libre Franklin', serif;
}
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price,
.mbr-section-title {
  font-family: 'Oxygen', sans-serif;
}
.btn {
  font-family: 'Libre Franklin', 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: 'Oxygen', sans-serif;
}
.btn-sm,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block,
.mbr-section-subtitle {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #2b4484 !important;
}
.bg-success {
  background-color: #1e7c3a !important;
}
.bg-info {
  background-color: #74a3c7 !important;
}
.bg-warning {
  background-color: #ffd785 !important;
}
.bg-danger {
  background-color: #fffffd !important;
}
.btn-primary {
  background-color: #2b4484;
  border-color: #2b4484;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #18264a;
  border-color: #18264a;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #18264a !important;
  border-color: #18264a !important;
}
.btn-secondary {
  background-color: #dbae54;
  border-color: #dbae54;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #bb8a27;
  border-color: #bb8a27;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bb8a27 !important;
  border-color: #bb8a27 !important;
}
.btn-info {
  background-color: #74a3c7;
  border-color: #74a3c7;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #447eaa;
  border-color: #447eaa;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #447eaa !important;
  border-color: #447eaa !important;
}
.btn-success {
  background-color: #1e7c3a;
  border-color: #1e7c3a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #0f3e1d;
  border-color: #0f3e1d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f3e1d !important;
  border-color: #0f3e1d !important;
}
.btn-warning {
  background-color: #ffd785;
  border-color: #ffd785;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ffbe38;
  border-color: #ffbe38;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe38 !important;
  border-color: #ffbe38 !important;
}
.btn-danger {
  background-color: #fffffd;
  border-color: #fffffd;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ffffb1;
  border-color: #ffffb1;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffffb1 !important;
  border-color: #ffffb1 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #121c37;
  color: #121c37;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2b4484;
  border-color: #2b4484;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b4484 !important;
  border-color: #2b4484 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #a67a23;
  color: #a67a23;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #dbae54;
  border-color: #dbae54;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dbae54 !important;
  border-color: #dbae54 !important;
}
.btn-info-outline {
  background: none;
  border-color: #3d7198;
  color: #3d7198;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #74a3c7;
  border-color: #74a3c7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #74a3c7 !important;
  border-color: #74a3c7 !important;
}
.btn-success-outline {
  background: none;
  border-color: #0a2a14;
  color: #0a2a14;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1e7c3a;
  border-color: #1e7c3a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1e7c3a !important;
  border-color: #1e7c3a !important;
}
.btn-warning-outline {
  background: none;
  border-color: #ffb61f;
  color: #ffb61f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffd785;
  border-color: #ffd785;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffd785 !important;
  border-color: #ffd785 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #ffff97;
  color: #ffff97;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #fffffd;
  border-color: #fffffd;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fffffd !important;
  border-color: #fffffd !important;
}
.text-primary {
  color: #2b4484 !important;
}
.text-success {
  color: #1e7c3a !important;
}
.text-info {
  color: #74a3c7 !important;
}
.text-warning {
  color: #ffd785 !important;
}
.text-danger {
  color: #fffffd !important;
}
.alert-success {
  background-color: #1e7c3a;
}
.alert-info {
  background-color: #74a3c7;
}
.alert-warning {
  background-color: #ffd785;
}
.alert-danger {
  background-color: #fffffd;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #2b4484;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #2b4484;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2b4484;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2b4484;
}
.lead a,
.lead a:hover {
  color: #2b4484;
}
.lead blockquote {
  border-color: #2b4484;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6280cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #47d271;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfdfec;
}
.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: #000;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
/* DirectM */
a {
  color: #74a3c7;
}
a:hover {
  color: #333;
}
/*header1*/
.header1 .mbr-arrow a i {
  color: #ffffff;
}
.header1 .mbr-arrow a:hover i {
  color: #2b4484;
}
/*header2*/
.header1.header2 .mbr-arrow a i {
  color: #222222;
}
.header1.header2 .mbr-arrow a:hover i {
  color: #2b4484;
}
/*features1*/
.features1 .carousel-indicators li.active {
  border: 5px solid #2b4484;
}
/*features12*/
.features12 .card .mbr-iconfont,
.features14 .card .mbr-iconfont,
.features16 .card .mbr-iconfont {
  font-family: 'Oxygen', sans-serif;
}
/*msg-box1*/
.msg-box1 ul li:before {
  background-color: #2b4484;
}
.msg-box1 .round-block {
  background: linear-gradient(45deg, #223669, #2b4484, #3858aa);
}
/*tabs1*/
.tabs1 ul li a.active {
  border-bottom-color: #2b4484 !important;
}
.tabs1 .tab-list-wraper ul li:before {
  background-color: #2b4484;
}
.tabs1 .colorBG {
  background-color: #2b4484;
}
/*content*/
.content2 blockquote {
  border-left: 3px solid #2b4484;
}
.content4 p {
  border-bottom: 3px solid #2b4484;
  border-top: 3px solid #2b4484;
}
/*follow1*/
.follow1 .btn-social {
  color: #2b4484;
  border-color: #2b4484;
}
.follow1 .btn-social:hover {
  color: #3858aa;
  background: rgba(43, 68, 132, 0.1);
  border-color: #3858aa;
}
/*share1*/
.share1 .btn-social {
  color: #2b4484;
  border-color: #2b4484;
}
.share1 .btn-social:hover {
  color: #3858aa;
  background: rgba(43, 68, 132, 0.1);
  border-color: #3858aa;
}
/* Slider */
.mbr-slider .carousel-indicators .active {
  background-color: #2b4484;
}
/* Gallery */
.mbr-gallery-filter ul li {
  font-family: 'Libre Franklin', serif;
}
.mbr-gallery-filter li {
  color: #74a3c7;
}
.btn-empty:focus {
  color: #2b4484;
}
/* captions */
.mbr-figure-caption {
  background-color: #616161;
  color: #fff;
}
/* tabs1 */
.tabs1 ul li a {
  color: #74a3c7;
}
/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
  border: 5px solid #2b4484;
}
/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
  border: 5px solid #2b4484;
}
.hamburger-icon {
  background-color: #2b4484 !important;
}
.hamburger-icon:before {
  background-color: #2b4484;
}
.hamburger-icon:after {
  background-color: #2b4484;
}
#header7-2 H3 {
  font-size: 48px;
}
#features17-7 .card .mbr-iconfont {
  color: #2b4484;
  border-color: #2b4484;
}
#features17-7 .mbr-table-cell {
  vertical-align: middle;
}
#features17-7 .card-title {
  color: #fffffd;
}
#features17-7 .card-title DIV {
  color: #fffffd;
}
#content3-16 .mbr-section-title,
#content3-16 .mbr-section-subtitle {
  text-align: center;
}
#content3-16 H1 {
  color: #dbae54;
  font-size: 14px;
  text-align: right;
}
#share1-4s .mbr-section-title {
  color: #2b4484;
}
#footer3-n .mbr-section-title {
  color: #dbae54;
}
#footer3-n .mbr-section-text {
  color: #bb8c2e;
}
#footer4-1n p {
  color: #000;
}
#footer4-1n P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-1p .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-1p .navbar-toggler {
  color: #2b4484;
}
#menu1-1p .close-icon::before,
#menu1-1p .close-icon::after {
  background-color: #2b4484;
}
#menu1-1p .link,
#menu1-1p .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-1p .link {
  font-size: 0.95rem;
}
#menu1-1p .dropdown-item,
#menu1-1p .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-1p .link:hover,
#menu1-1p .link:focus {
  color: #fffffd;
}
#menu1-1p .dropdown-item:hover::before,
#menu1-1p .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-1p .dropdown-item:hover,
#menu1-1p .dropdown-item:focus {
  color: #2b4484;
}
#menu1-1p .link[aria-expanded="true"],
#menu1-1p .dropdown-menu {
  background: #dbae54;
}
#menu1-1p .nav-dropdown-sm .link:focus,
#menu1-1p .nav-dropdown-sm .link:hover,
#menu1-1p .nav-dropdown-sm .dropdown-item:focus,
#menu1-1p .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-1p .navbar,
#menu1-1p .nav-dropdown-sm,
#menu1-1p .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-1p .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-1p .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-1p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-1p .bg-color.transparent.opened .link:hover,
#menu1-1p .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-1p .link[aria-expanded="true"],
#menu1-1p .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-1p .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}



#accordion1-z H1 {
  color: #fffffd;
}
#accordion1-z P {
  color: #fffffd;
}
#content3-17 .mbr-section-title,
#content3-17 .mbr-section-subtitle {
  text-align: center;
}
#content3-17 H1 {
  color: #fffffd;
  font-size: 16px;
  text-align: right;
}
#share1-5k .mbr-section-title {
  color: #2b4484;
}
#footer3-5j .mbr-section-title {
  color: #dbae54;
}
#footer3-5j .mbr-section-text {
  color: #bb8c2e;
}
#footer4-1n p {
  color: #000;
}
#footer4-1n P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-2v .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2v .navbar-toggler {
  color: #2b4484;
}
#menu1-2v .close-icon::before,
#menu1-2v .close-icon::after {
  background-color: #2b4484;
}
#menu1-2v .link,
#menu1-2v .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-2v .link {
  font-size: 0.95rem;
}
#menu1-2v .dropdown-item,
#menu1-2v .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-2v .link:hover,
#menu1-2v .link:focus {
  color: #fffffd;
}
#menu1-2v .dropdown-item:hover::before,
#menu1-2v .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-2v .dropdown-item:hover,
#menu1-2v .dropdown-item:focus {
  color: #2b4484;
}
#menu1-2v .link[aria-expanded="true"],
#menu1-2v .dropdown-menu {
  background: #dbae54;
}
#menu1-2v .nav-dropdown-sm .link:focus,
#menu1-2v .nav-dropdown-sm .link:hover,
#menu1-2v .nav-dropdown-sm .dropdown-item:focus,
#menu1-2v .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-2v .navbar,
#menu1-2v .nav-dropdown-sm,
#menu1-2v .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2v .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-2v .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-2v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2v .bg-color.transparent.opened .link:hover,
#menu1-2v .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-2v .link[aria-expanded="true"],
#menu1-2v .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-2v .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}



#content3-1j .mbr-section-title,
#content3-1j .mbr-section-subtitle {
  text-align: center;
}
#content3-1j P {
  text-align: right;
  color: #fffffd;
}
#content3-1j H1 {
  color: #dbae54;
  font-size: 30px;
  text-align: right;
}
#features19-1i .mbr-iconfont {
  background: #2b4484;
  border-color: #2b4484;
}
#features19-1i .card-text {
  color: #2b4484;
}
#share1-5l .mbr-section-title {
  color: #2b4484;
}
#footer3-5m .mbr-section-title {
  color: #dbae54;
}
#footer3-5m .mbr-section-text {
  color: #bb8c2e;
}
#footer4-1n p {
  color: #000;
}
#footer4-1n P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-2v .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2v .navbar-toggler {
  color: #2b4484;
}
#menu1-2v .close-icon::before,
#menu1-2v .close-icon::after {
  background-color: #2b4484;
}
#menu1-2v .link,
#menu1-2v .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-2v .link {
  font-size: 0.95rem;
}
#menu1-2v .dropdown-item,
#menu1-2v .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-2v .link:hover,
#menu1-2v .link:focus {
  color: #fffffd;
}
#menu1-2v .dropdown-item:hover::before,
#menu1-2v .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-2v .dropdown-item:hover,
#menu1-2v .dropdown-item:focus {
  color: #2b4484;
}
#menu1-2v .link[aria-expanded="true"],
#menu1-2v .dropdown-menu {
  background: #dbae54;
}
#menu1-2v .nav-dropdown-sm .link:focus,
#menu1-2v .nav-dropdown-sm .link:hover,
#menu1-2v .nav-dropdown-sm .dropdown-item:focus,
#menu1-2v .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-2v .navbar,
#menu1-2v .nav-dropdown-sm,
#menu1-2v .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2v .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-2v .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-2v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2v .bg-color.transparent.opened .link:hover,
#menu1-2v .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-2v .link[aria-expanded="true"],
#menu1-2v .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-2v .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}



#tabs1-i H3 {
  color: #2b4484;
}
#tabs1-i P {
  color: #2b4484;
}
#content3-1k .mbr-section-title,
#content3-1k .mbr-section-subtitle {
  text-align: center;
}
#content3-1k H1 {
  color: #fffffd;
  font-size: 16px;
  text-align: right;
}
#share1-5n .mbr-section-title {
  color: #2b4484;
}
#footer3-5o .mbr-section-title {
  color: #dbae54;
}
#footer3-5o .mbr-section-text {
  color: #bb8c2e;
}
#footer4-1n p {
  color: #000;
}
#footer4-1n P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-2v .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2v .navbar-toggler {
  color: #2b4484;
}
#menu1-2v .close-icon::before,
#menu1-2v .close-icon::after {
  background-color: #2b4484;
}
#menu1-2v .link,
#menu1-2v .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-2v .link {
  font-size: 0.95rem;
}
#menu1-2v .dropdown-item,
#menu1-2v .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-2v .link:hover,
#menu1-2v .link:focus {
  color: #fffffd;
}
#menu1-2v .dropdown-item:hover::before,
#menu1-2v .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-2v .dropdown-item:hover,
#menu1-2v .dropdown-item:focus {
  color: #2b4484;
}
#menu1-2v .link[aria-expanded="true"],
#menu1-2v .dropdown-menu {
  background: #dbae54;
}
#menu1-2v .nav-dropdown-sm .link:focus,
#menu1-2v .nav-dropdown-sm .link:hover,
#menu1-2v .nav-dropdown-sm .dropdown-item:focus,
#menu1-2v .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-2v .navbar,
#menu1-2v .nav-dropdown-sm,
#menu1-2v .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2v .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-2v .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-2v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2v .bg-color.transparent.opened .link:hover,
#menu1-2v .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-2v .link[aria-expanded="true"],
#menu1-2v .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-2v .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}



#footer4-1r p {
  color: #000;
}
#footer4-1r P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-1s .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-1s .navbar-toggler {
  color: #2b4484;
}
#menu1-1s .close-icon::before,
#menu1-1s .close-icon::after {
  background-color: #2b4484;
}
#menu1-1s .link,
#menu1-1s .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-1s .link {
  font-size: 0.95rem;
}
#menu1-1s .dropdown-item,
#menu1-1s .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-1s .link:hover,
#menu1-1s .link:focus {
  color: #fffffd;
}
#menu1-1s .dropdown-item:hover::before,
#menu1-1s .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-1s .dropdown-item:hover,
#menu1-1s .dropdown-item:focus {
  color: #2b4484;
}
#menu1-1s .link[aria-expanded="true"],
#menu1-1s .dropdown-menu {
  background: #dbae54;
}
#menu1-1s .nav-dropdown-sm .link:focus,
#menu1-1s .nav-dropdown-sm .link:hover,
#menu1-1s .nav-dropdown-sm .dropdown-item:focus,
#menu1-1s .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-1s .navbar,
#menu1-1s .nav-dropdown-sm,
#menu1-1s .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-1s .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-1s .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-1s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-1s .bg-color.transparent.opened .link:hover,
#menu1-1s .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-1s .link[aria-expanded="true"],
#menu1-1s .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-1s .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#share1-5i .mbr-section-title {
  color: #2b4484;
}
#header2-1t .mbr-section-title,
#header2-1t .mbr-section-subtitle {
  color: #ffffff;
}
#header2-1t .mbr-table-cell {
  vertical-align: middle;
}
#share1-59 .mbr-section-title {
  color: #2b4484;
}
#footer3-58 .mbr-section-title {
  color: #dbae54;
}
#footer3-58 .mbr-section-text {
  color: #bb8c2e;
}



#footer4-1u p {
  color: #000;
}
#footer4-1u P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-1v .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-1v .navbar-toggler {
  color: #2b4484;
}
#menu1-1v .close-icon::before,
#menu1-1v .close-icon::after {
  background-color: #2b4484;
}
#menu1-1v .link,
#menu1-1v .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-1v .link {
  font-size: 0.95rem;
}
#menu1-1v .dropdown-item,
#menu1-1v .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-1v .link:hover,
#menu1-1v .link:focus {
  color: #fffffd;
}
#menu1-1v .dropdown-item:hover::before,
#menu1-1v .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-1v .dropdown-item:hover,
#menu1-1v .dropdown-item:focus {
  color: #2b4484;
}
#menu1-1v .link[aria-expanded="true"],
#menu1-1v .dropdown-menu {
  background: #dbae54;
}
#menu1-1v .nav-dropdown-sm .link:focus,
#menu1-1v .nav-dropdown-sm .link:hover,
#menu1-1v .nav-dropdown-sm .dropdown-item:focus,
#menu1-1v .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-1v .navbar,
#menu1-1v .nav-dropdown-sm,
#menu1-1v .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-1v .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-1v .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-1v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-1v .bg-color.transparent.opened .link:hover,
#menu1-1v .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-1v .link[aria-expanded="true"],
#menu1-1v .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-1v .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#header2-1w .mbr-section-title,
#header2-1w .mbr-section-subtitle {
  color: #ffffff;
}
#header2-1w .mbr-table-cell {
  vertical-align: middle;
}
#share1-5g .mbr-section-title {
  color: #2b4484;
}
#footer3-5h .mbr-section-title {
  color: #dbae54;
}
#footer3-5h .mbr-section-text {
  color: #bb8c2e;
}



#footer4-1x p {
  color: #000;
}
#footer4-1x P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-1y .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-1y .navbar-toggler {
  color: #2b4484;
}
#menu1-1y .close-icon::before,
#menu1-1y .close-icon::after {
  background-color: #2b4484;
}
#menu1-1y .link,
#menu1-1y .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-1y .link {
  font-size: 0.95rem;
}
#menu1-1y .dropdown-item,
#menu1-1y .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-1y .link:hover,
#menu1-1y .link:focus {
  color: #fffffd;
}
#menu1-1y .dropdown-item:hover::before,
#menu1-1y .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-1y .dropdown-item:hover,
#menu1-1y .dropdown-item:focus {
  color: #2b4484;
}
#menu1-1y .link[aria-expanded="true"],
#menu1-1y .dropdown-menu {
  background: #dbae54;
}
#menu1-1y .nav-dropdown-sm .link:focus,
#menu1-1y .nav-dropdown-sm .link:hover,
#menu1-1y .nav-dropdown-sm .dropdown-item:focus,
#menu1-1y .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-1y .navbar,
#menu1-1y .nav-dropdown-sm,
#menu1-1y .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-1y .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-1y .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-1y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-1y .bg-color.transparent.opened .link:hover,
#menu1-1y .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-1y .link[aria-expanded="true"],
#menu1-1y .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-1y .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#header2-1z .mbr-section-title,
#header2-1z .mbr-section-subtitle {
  color: #ffffff;
}
#header2-1z .mbr-table-cell {
  vertical-align: middle;
}
#share1-5e .mbr-section-title {
  color: #2b4484;
}
#footer3-5c .mbr-section-title {
  color: #dbae54;
}
#footer3-5c .mbr-section-text {
  color: #bb8c2e;
}



#footer4-20 p {
  color: #000;
}
#footer4-20 P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-21 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-21 .navbar-toggler {
  color: #2b4484;
}
#menu1-21 .close-icon::before,
#menu1-21 .close-icon::after {
  background-color: #2b4484;
}
#menu1-21 .link,
#menu1-21 .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-21 .link {
  font-size: 0.95rem;
}
#menu1-21 .dropdown-item,
#menu1-21 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-21 .link:hover,
#menu1-21 .link:focus {
  color: #fffffd;
}
#menu1-21 .dropdown-item:hover::before,
#menu1-21 .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-21 .dropdown-item:hover,
#menu1-21 .dropdown-item:focus {
  color: #2b4484;
}
#menu1-21 .link[aria-expanded="true"],
#menu1-21 .dropdown-menu {
  background: #dbae54;
}
#menu1-21 .nav-dropdown-sm .link:focus,
#menu1-21 .nav-dropdown-sm .link:hover,
#menu1-21 .nav-dropdown-sm .dropdown-item:focus,
#menu1-21 .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-21 .navbar,
#menu1-21 .nav-dropdown-sm,
#menu1-21 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-21 .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-21 .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-21 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-21 .bg-color.transparent.opened .link:hover,
#menu1-21 .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-21 .link[aria-expanded="true"],
#menu1-21 .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-21 .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#content1-2h P {
  color: #fffffd;
  font-size: 20px;
  text-align: left;
}
#share1-5a .mbr-section-title {
  color: #2b4484;
}
#footer3-55 .mbr-section-title {
  color: #dbae54;
}
#footer3-55 .mbr-section-text {
  color: #bb8c2e;
}



#header7-2i H3 {
  font-size: 48px;
}
#features17-2j .card .mbr-iconfont {
  color: #2b4484;
  border-color: #2b4484;
}
#features17-2j .mbr-table-cell {
  vertical-align: middle;
}
#features17-2j .card-title {
  color: #fffffd;
}
#features17-2j .card-title DIV {
  color: #fffffd;
}
#content3-2k .mbr-section-title,
#content3-2k .mbr-section-subtitle {
  text-align: center;
}
#content3-2k H1 {
  color: #dbae54;
  font-size: 14px;
  text-align: right;
}
#share1-53 .mbr-section-title {
  color: #2b4484;
}
#footer3-54 .mbr-section-title {
  color: #dbae54;
}
#footer3-54 .mbr-section-text {
  color: #bb8c2e;
}
#footer4-2n p {
  color: #000;
}
#footer4-2n P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-2o .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2o .navbar-toggler {
  color: #2b4484;
}
#menu1-2o .close-icon::before,
#menu1-2o .close-icon::after {
  background-color: #2b4484;
}
#menu1-2o .link,
#menu1-2o .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-2o .link {
  font-size: 0.95rem;
}
#menu1-2o .dropdown-item,
#menu1-2o .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-2o .link:hover,
#menu1-2o .link:focus {
  color: #fffffd;
}
#menu1-2o .dropdown-item:hover::before,
#menu1-2o .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-2o .dropdown-item:hover,
#menu1-2o .dropdown-item:focus {
  color: #2b4484;
}
#menu1-2o .link[aria-expanded="true"],
#menu1-2o .dropdown-menu {
  background: #dbae54;
}
#menu1-2o .nav-dropdown-sm .link:focus,
#menu1-2o .nav-dropdown-sm .link:hover,
#menu1-2o .nav-dropdown-sm .dropdown-item:focus,
#menu1-2o .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-2o .navbar,
#menu1-2o .nav-dropdown-sm,
#menu1-2o .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2o .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-2o .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-2o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2o .bg-color.transparent.opened .link:hover,
#menu1-2o .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-2o .link[aria-expanded="true"],
#menu1-2o .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-2o .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}



#header7-2p H3 {
  font-size: 48px;
}
#content1-2w P {
  color: #2b4484;
}
#content3-2r .mbr-section-title,
#content3-2r .mbr-section-subtitle {
  text-align: center;
}
#content3-2r H1 {
  color: #dbae54;
  font-size: 14px;
  text-align: right;
}
#footer4-2u p {
  color: #000;
}
#footer4-2u P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-2v .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2v .navbar-toggler {
  color: #2b4484;
}
#menu1-2v .close-icon::before,
#menu1-2v .close-icon::after {
  background-color: #2b4484;
}
#menu1-2v .link,
#menu1-2v .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-2v .link {
  font-size: 0.95rem;
}
#menu1-2v .dropdown-item,
#menu1-2v .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-2v .link:hover,
#menu1-2v .link:focus {
  color: #fffffd;
}
#menu1-2v .dropdown-item:hover::before,
#menu1-2v .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-2v .dropdown-item:hover,
#menu1-2v .dropdown-item:focus {
  color: #2b4484;
}
#menu1-2v .link[aria-expanded="true"],
#menu1-2v .dropdown-menu {
  background: #dbae54;
}
#menu1-2v .nav-dropdown-sm .link:focus,
#menu1-2v .nav-dropdown-sm .link:hover,
#menu1-2v .nav-dropdown-sm .dropdown-item:focus,
#menu1-2v .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-2v .navbar,
#menu1-2v .nav-dropdown-sm,
#menu1-2v .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2v .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-2v .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-2v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2v .bg-color.transparent.opened .link:hover,
#menu1-2v .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-2v .link[aria-expanded="true"],
#menu1-2v .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-2v .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#share1-52 .mbr-section-title {
  color: #2b4484;
}
#footer3-51 .mbr-section-title {
  color: #dbae54;
}
#footer3-51 .mbr-section-text {
  color: #bb8c2e;
}



#header7-2x H3 {
  font-size: 48px;
}
#features17-2y .card .mbr-iconfont {
  color: #2b4484;
  border-color: #2b4484;
}
#features17-2y .mbr-table-cell {
  vertical-align: middle;
}
#features17-2y .card-title {
  color: #fffffd;
}
#features17-2y .card-title DIV {
  color: #fffffd;
}
#content3-2z .mbr-section-title,
#content3-2z .mbr-section-subtitle {
  text-align: center;
}
#content3-2z H1 {
  color: #dbae54;
  font-size: 14px;
  text-align: right;
}
#share1-4t .mbr-section-title {
  color: #2b4484;
}
#footer3-4o .mbr-section-title {
  color: #dbae54;
}
#footer3-4o .mbr-section-text {
  color: #bb8c2e;
}
#footer4-32 p {
  color: #000;
}
#footer4-32 P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-43 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-43 .navbar-toggler {
  color: #2b4484;
}
#menu1-43 .close-icon::before,
#menu1-43 .close-icon::after {
  background-color: #2b4484;
}
#menu1-43 .link,
#menu1-43 .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-43 .link {
  font-size: 0.95rem;
}
#menu1-43 .dropdown-item,
#menu1-43 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-43 .link:hover,
#menu1-43 .link:focus {
  color: #fffffd;
}
#menu1-43 .dropdown-item:hover::before,
#menu1-43 .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-43 .dropdown-item:hover,
#menu1-43 .dropdown-item:focus {
  color: #2b4484;
}
#menu1-43 .link[aria-expanded="true"],
#menu1-43 .dropdown-menu {
  background: #dbae54;
}
#menu1-43 .nav-dropdown-sm .link:focus,
#menu1-43 .nav-dropdown-sm .link:hover,
#menu1-43 .nav-dropdown-sm .dropdown-item:focus,
#menu1-43 .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-43 .navbar,
#menu1-43 .nav-dropdown-sm,
#menu1-43 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-43 .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-43 .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-43 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-43 .bg-color.transparent.opened .link:hover,
#menu1-43 .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-43 .link[aria-expanded="true"],
#menu1-43 .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-43 .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}



#header7-34 H3 {
  font-size: 36px;
}
#content1-3b P {
  color: #2b4484;
}
#content3-36 .mbr-section-title,
#content3-36 .mbr-section-subtitle {
  text-align: center;
}
#content3-36 H1 {
  color: #dbae54;
  font-size: 14px;
  text-align: right;
}
#share1-4u .mbr-section-title {
  color: #2b4484;
}
#footer3-4p .mbr-section-title {
  color: #dbae54;
}
#footer3-4p .mbr-section-text {
  color: #bb8c2e;
}
#footer4-39 p {
  color: #000;
}
#footer4-39 P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-3a .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-3a .navbar-toggler {
  color: #2b4484;
}
#menu1-3a .close-icon::before,
#menu1-3a .close-icon::after {
  background-color: #2b4484;
}
#menu1-3a .link,
#menu1-3a .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-3a .link {
  font-size: 0.95rem;
}
#menu1-3a .dropdown-item,
#menu1-3a .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-3a .link:hover,
#menu1-3a .link:focus {
  color: #fffffd;
}
#menu1-3a .dropdown-item:hover::before,
#menu1-3a .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-3a .dropdown-item:hover,
#menu1-3a .dropdown-item:focus {
  color: #2b4484;
}
#menu1-3a .link[aria-expanded="true"],
#menu1-3a .dropdown-menu {
  background: #dbae54;
}
#menu1-3a .nav-dropdown-sm .link:focus,
#menu1-3a .nav-dropdown-sm .link:hover,
#menu1-3a .nav-dropdown-sm .dropdown-item:focus,
#menu1-3a .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-3a .navbar,
#menu1-3a .nav-dropdown-sm,
#menu1-3a .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3a .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-3a .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-3a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-3a .bg-color.transparent.opened .link:hover,
#menu1-3a .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-3a .link[aria-expanded="true"],
#menu1-3a .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-3a .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#accordion1-5q H1 {
  color: #fffffd;
}
#accordion1-5q P {
  color: #fffffd;
}



#header7-3c H3 {
  font-size: 36px;
}
#content1-3d P {
  color: #2b4484;
}
#content3-3e .mbr-section-title,
#content3-3e .mbr-section-subtitle {
  text-align: center;
}
#content3-3e H1 {
  color: #dbae54;
  font-size: 14px;
  text-align: right;
}
#share1-4v .mbr-section-title {
  color: #2b4484;
}
#footer3-4q .mbr-section-title {
  color: #dbae54;
}
#footer3-4q .mbr-section-text {
  color: #bb8c2e;
}
#footer4-3h p {
  color: #000;
}
#footer4-3h P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-3i .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-3i .navbar-toggler {
  color: #2b4484;
}
#menu1-3i .close-icon::before,
#menu1-3i .close-icon::after {
  background-color: #2b4484;
}
#menu1-3i .link,
#menu1-3i .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-3i .link {
  font-size: 0.95rem;
}
#menu1-3i .dropdown-item,
#menu1-3i .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-3i .link:hover,
#menu1-3i .link:focus {
  color: #fffffd;
}
#menu1-3i .dropdown-item:hover::before,
#menu1-3i .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-3i .dropdown-item:hover,
#menu1-3i .dropdown-item:focus {
  color: #2b4484;
}
#menu1-3i .link[aria-expanded="true"],
#menu1-3i .dropdown-menu {
  background: #dbae54;
}
#menu1-3i .nav-dropdown-sm .link:focus,
#menu1-3i .nav-dropdown-sm .link:hover,
#menu1-3i .nav-dropdown-sm .dropdown-item:focus,
#menu1-3i .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-3i .navbar,
#menu1-3i .nav-dropdown-sm,
#menu1-3i .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3i .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-3i .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-3i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-3i .bg-color.transparent.opened .link:hover,
#menu1-3i .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-3i .link[aria-expanded="true"],
#menu1-3i .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-3i .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}



#header7-3j H3 {
  font-size: 36px;
}
#content1-3k P {
  color: #2b4484;
}
#content3-3l .mbr-section-title,
#content3-3l .mbr-section-subtitle {
  text-align: center;
}
#content3-3l H1 {
  color: #dbae54;
  font-size: 14px;
  text-align: right;
}
#share1-3m .mbr-section-title {
  color: #2b4484;
}
#footer3-4r .mbr-section-title {
  color: #dbae54;
}
#footer3-4r .mbr-section-text {
  color: #bb8c2e;
}
#footer4-3o p {
  color: #000;
}
#footer4-3o P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-3p .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-3p .navbar-toggler {
  color: #2b4484;
}
#menu1-3p .close-icon::before,
#menu1-3p .close-icon::after {
  background-color: #2b4484;
}
#menu1-3p .link,
#menu1-3p .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-3p .link {
  font-size: 0.95rem;
}
#menu1-3p .dropdown-item,
#menu1-3p .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-3p .link:hover,
#menu1-3p .link:focus {
  color: #fffffd;
}
#menu1-3p .dropdown-item:hover::before,
#menu1-3p .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-3p .dropdown-item:hover,
#menu1-3p .dropdown-item:focus {
  color: #2b4484;
}
#menu1-3p .link[aria-expanded="true"],
#menu1-3p .dropdown-menu {
  background: #dbae54;
}
#menu1-3p .nav-dropdown-sm .link:focus,
#menu1-3p .nav-dropdown-sm .link:hover,
#menu1-3p .nav-dropdown-sm .dropdown-item:focus,
#menu1-3p .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-3p .navbar,
#menu1-3p .nav-dropdown-sm,
#menu1-3p .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3p .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-3p .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-3p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-3p .bg-color.transparent.opened .link:hover,
#menu1-3p .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-3p .link[aria-expanded="true"],
#menu1-3p .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-3p .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}



#header7-3q H3 {
  font-size: 36px;
}
#content1-3r P {
  color: #2b4484;
}
#content3-3s .mbr-section-title,
#content3-3s .mbr-section-subtitle {
  text-align: center;
}
#content3-3s H1 {
  color: #dbae54;
  font-size: 14px;
  text-align: right;
}
#share1-4w .mbr-section-title {
  color: #2b4484;
}
#footer3-4x .mbr-section-title {
  color: #dbae54;
}
#footer3-4x .mbr-section-text {
  color: #bb8c2e;
}
#footer4-3v p {
  color: #000;
}
#footer4-3v P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-3w .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-3w .navbar-toggler {
  color: #2b4484;
}
#menu1-3w .close-icon::before,
#menu1-3w .close-icon::after {
  background-color: #2b4484;
}
#menu1-3w .link,
#menu1-3w .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-3w .link {
  font-size: 0.95rem;
}
#menu1-3w .dropdown-item,
#menu1-3w .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-3w .link:hover,
#menu1-3w .link:focus {
  color: #fffffd;
}
#menu1-3w .dropdown-item:hover::before,
#menu1-3w .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-3w .dropdown-item:hover,
#menu1-3w .dropdown-item:focus {
  color: #2b4484;
}
#menu1-3w .link[aria-expanded="true"],
#menu1-3w .dropdown-menu {
  background: #dbae54;
}
#menu1-3w .nav-dropdown-sm .link:focus,
#menu1-3w .nav-dropdown-sm .link:hover,
#menu1-3w .nav-dropdown-sm .dropdown-item:focus,
#menu1-3w .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-3w .navbar,
#menu1-3w .nav-dropdown-sm,
#menu1-3w .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3w .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-3w .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-3w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-3w .bg-color.transparent.opened .link:hover,
#menu1-3w .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-3w .link[aria-expanded="true"],
#menu1-3w .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-3w .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}



#header7-3x H3 {
  font-size: 36px;
}
#content1-3y P {
  color: #2b4484;
}
#content3-3z .mbr-section-title,
#content3-3z .mbr-section-subtitle {
  text-align: center;
}
#content3-3z H1 {
  color: #dbae54;
  font-size: 14px;
  text-align: right;
}
#share1-4y .mbr-section-title {
  color: #2b4484;
}
#footer3-4z .mbr-section-title {
  color: #dbae54;
}
#footer3-4z .mbr-section-text {
  color: #bb8c2e;
}
#footer4-42 p {
  color: #000;
}
#footer4-42 P {
  color: #2b4484;
  font-family: 'Roboto', sans-serif;
}
#menu1-43 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-43 .navbar-toggler {
  color: #2b4484;
}
#menu1-43 .close-icon::before,
#menu1-43 .close-icon::after {
  background-color: #2b4484;
}
#menu1-43 .link,
#menu1-43 .dropdown-item {
  color: #2b4484;
  font-family: 'Oxygen', sans-serif;
}
#menu1-43 .link {
  font-size: 0.95rem;
}
#menu1-43 .dropdown-item,
#menu1-43 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu1-43 .link:hover,
#menu1-43 .link:focus {
  color: #fffffd;
}
#menu1-43 .dropdown-item:hover::before,
#menu1-43 .dropdown-item:focus::before {
  background: #fffffd;
}
#menu1-43 .dropdown-item:hover,
#menu1-43 .dropdown-item:focus {
  color: #2b4484;
}
#menu1-43 .link[aria-expanded="true"],
#menu1-43 .dropdown-menu {
  background: #dbae54;
}
#menu1-43 .nav-dropdown-sm .link:focus,
#menu1-43 .nav-dropdown-sm .link:hover,
#menu1-43 .nav-dropdown-sm .dropdown-item:focus,
#menu1-43 .nav-dropdown-sm .dropdown-item:hover {
  background: #d8a847!important;
}
#menu1-43 .navbar,
#menu1-43 .nav-dropdown-sm,
#menu1-43 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-43 .nav-dropdown-sm .dropdown-menu {
  background: #dbae54;
}
#menu1-43 .bg-color.transparent .link {
  color: #2b4484;
  transition: none;
}
#menu1-43 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-43 .bg-color.transparent.opened .link:hover,
#menu1-43 .bg-color.transparent.opened .link:focus {
  color: #fffffd;
}
#menu1-43 .link[aria-expanded="true"],
#menu1-43 .dropdown-item[aria-expanded="true"] {
  color: #fffffd!important;
}
#menu1-43 .navbar-caption {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
