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















body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Lato', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Lato', 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: 'Lato', 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: 'Lato', sans-serif;
}
.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: 'Lato', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Lato', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Lato', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !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: #ffffff !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #ffffff;
}
.btn-social:hover {
  background: #ffffff;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #ffffff;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ffffff;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.lead a,
.lead a:hover {
  color: #ffffff;
}
.lead blockquote {
  border-color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.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: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-0 .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-0 A {
  font-size: 14px;
}
#header5-2o .mbr-section-title {
  color: #7c706b;
  text-align: left;
  font-size: 48px;
  font-family: 'Lato', sans-serif;
}
#header5-2o .mbr-section-lead {
  color: #7c706b;
  text-align: left;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#header5-2o .mbr-section-lead SPAN {
  font-family: 'Lato', sans-serif;
}
#features3-2 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
#features3-2 .btn {
  font-family: 'Lato', sans-serif;
}
#features3-3 H4 {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}
#features3-3 .btn {
  font-family: 'Lato', sans-serif;
}
#header3-3g .mbr-section-title,
#header3-3g .mbr-section-subtitle {
  text-align: center;
}
#contacts1-2t P {
  color: #7c706b;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
#contacts1-2t SPAN {
  font-family: 'Lato', sans-serif;
}
#contacts1-2t STRONG {
  font-family: 'Lato', sans-serif;
}






















#ext_menu-5 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-5 .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-5 .close-icon::before,
#ext_menu-5 .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-5 .link,
#ext_menu-5 .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-5 .link {
  font-size: 0.75rem;
}
#ext_menu-5 .dropdown-item,
#ext_menu-5 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-5 .link:hover,
#ext_menu-5 .dropdown-item:hover,
#ext_menu-5 .link:focus,
#ext_menu-5 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-5 .link[aria-expanded="true"],
#ext_menu-5 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-5 .nav-dropdown-sm .link:focus,
#ext_menu-5 .nav-dropdown-sm .link:hover,
#ext_menu-5 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-5 .navbar,
#ext_menu-5 .nav-dropdown-sm,
#ext_menu-5 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-5 .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5 .bg-color.transparent.opened .link:hover,
#ext_menu-5 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-5 .link[aria-expanded="true"],
#ext_menu-5 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-5 A {
  font-size: 14px;
}
#msg-box4-2v H3 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  color: #ffffff;
}
#msg-box4-2v P {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#msg-box4-3a H3 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  color: #ffffff;
}
#msg-box4-3a P {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#msg-box7-7 .mbr-section-title,
#msg-box7-7 .lead p {
  color: #fff;
}
#msg-box7-7 P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-7 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-7 B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-9 .mbr-section-title,
#msg-box7-9 .lead p {
  color: #fff;
}
#msg-box7-9 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-9 B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-9 P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-a .mbr-section-title,
#msg-box7-a .lead p {
  color: #fff;
}
#msg-box7-a P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-a H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-a B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-b .mbr-section-title,
#msg-box7-b .lead p {
  color: #fff;
}
#msg-box7-b P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-b SPAN {
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#msg-box7-b H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-c .mbr-section-title,
#msg-box7-c .lead p {
  color: #fff;
}
#msg-box7-c H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-c P {
  font-family: 'Lato', sans-serif;
}
#header3-8 .mbr-section-title,
#header3-8 .mbr-section-subtitle {
  text-align: center;
}
#header3-8 H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-8 SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}



















#msg-box7-1z .mbr-section-title,
#msg-box7-1z .lead p {
  color: #fff;
}
#msg-box7-1z P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1z H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1z B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-20 .mbr-section-title,
#msg-box7-20 .lead p {
  color: #fff;
}
#msg-box7-20 P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-20 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-20 B {
  font-family: 'Lato', sans-serif;
}
#ext_menu-d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-d .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-d .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-d .close-icon::before,
#ext_menu-d .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-d .link,
#ext_menu-d .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-d .link {
  font-size: 0.75rem;
}
#ext_menu-d .dropdown-item,
#ext_menu-d .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-d .link:hover,
#ext_menu-d .dropdown-item:hover,
#ext_menu-d .link:focus,
#ext_menu-d .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-d .nav-dropdown-sm .link:focus,
#ext_menu-d .nav-dropdown-sm .link:hover,
#ext_menu-d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-d .navbar,
#ext_menu-d .nav-dropdown-sm,
#ext_menu-d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-d .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-d .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-d .bg-color.transparent.opened .link:hover,
#ext_menu-d .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-d A {
  font-size: 14px;
}
#msg-box7-e .mbr-section-title,
#msg-box7-e .lead p {
  color: #fff;
}
#msg-box7-e P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-e H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-e B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-f .mbr-section-title,
#msg-box7-f .lead p {
  color: #fff;
}
#msg-box7-f H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-f B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-f P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-21 .mbr-section-title,
#msg-box7-21 .lead p {
  color: #fff;
}
#msg-box7-21 P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-21 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-21 B {
  font-family: 'Lato', sans-serif;
}
#header3-g .mbr-section-title,
#header3-g .mbr-section-subtitle {
  text-align: center;
}
#header3-g H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-g SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-h .mbr-section-title {
  color: #000;
}
#header5-h .mbr-section-lead {
  color: #9c9a9a;
}
























#msg-box7-12 .mbr-section-title,
#msg-box7-12 .lead p {
  color: #fff;
}
#msg-box7-12 P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-12 B {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-12 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box4-2w H3 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  color: #ffffff;
}
#msg-box4-2w P {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#msg-box7-24 .mbr-section-title,
#msg-box7-24 .lead p {
  color: #fff;
}
#msg-box7-24 P {
  text-align: right;
}
#msg-box7-24 B {
  text-align: right;
}
#msg-box7-24 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#ext_menu-i .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-i .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-i .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-i .close-icon::before,
#ext_menu-i .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-i .link,
#ext_menu-i .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-i .link {
  font-size: 0.75rem;
}
#ext_menu-i .dropdown-item,
#ext_menu-i .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-i .link:hover,
#ext_menu-i .dropdown-item:hover,
#ext_menu-i .link:focus,
#ext_menu-i .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-i .link[aria-expanded="true"],
#ext_menu-i .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-i .nav-dropdown-sm .link:focus,
#ext_menu-i .nav-dropdown-sm .link:hover,
#ext_menu-i .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-i .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-i .navbar,
#ext_menu-i .nav-dropdown-sm,
#ext_menu-i .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-i .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-i .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-i .bg-color.transparent.opened .link:hover,
#ext_menu-i .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-i .link[aria-expanded="true"],
#ext_menu-i .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-i A {
  font-size: 14px;
}
#msg-box4-3b H3 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  color: #ffffff;
}
#msg-box4-3b P {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#msg-box7-11 .mbr-section-title,
#msg-box7-11 .lead p {
  color: #fff;
}
#msg-box7-11 P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-11 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-11 B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-13 .mbr-section-title,
#msg-box7-13 .lead p {
  color: #fff;
}
#msg-box7-13 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-13 B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-13 P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-22 .mbr-section-title,
#msg-box7-22 .lead p {
  color: #fff;
}
#msg-box7-22 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-22 B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-22 P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-23 .mbr-section-title,
#msg-box7-23 .lead p {
  color: #fff;
}
#msg-box7-23 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-23 B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-23 P {
  font-family: 'Lato', sans-serif;
}
#header3-14 .mbr-section-title,
#header3-14 .mbr-section-subtitle {
  text-align: center;
}
#header3-14 H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-14 SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-15 .mbr-section-title {
  color: #000;
}
#header5-15 .mbr-section-lead {
  color: #9c9a9a;
}










#ext_menu-j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-j .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-j .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-j .close-icon::before,
#ext_menu-j .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-j .link,
#ext_menu-j .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-j .link {
  font-size: 0.75rem;
}
#ext_menu-j .dropdown-item,
#ext_menu-j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-j .link:hover,
#ext_menu-j .dropdown-item:hover,
#ext_menu-j .link:focus,
#ext_menu-j .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-j .link[aria-expanded="true"],
#ext_menu-j .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-j .nav-dropdown-sm .link:focus,
#ext_menu-j .nav-dropdown-sm .link:hover,
#ext_menu-j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-j .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-j .navbar,
#ext_menu-j .nav-dropdown-sm,
#ext_menu-j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-j .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-j .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-j .bg-color.transparent.opened .link:hover,
#ext_menu-j .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-j .link[aria-expanded="true"],
#ext_menu-j .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-j A {
  font-size: 14px;
}
#msg-box7-k .mbr-section-title,
#msg-box7-k .lead p {
  color: #fff;
}
#msg-box7-k P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-k H3 {
  text-align: right;
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-k B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-l .mbr-section-title,
#msg-box7-l .lead p {
  color: #fff;
}
#msg-box7-l H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-l B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-l P {
  font-family: 'Lato', sans-serif;
}
#header3-n .mbr-section-title,
#header3-n .mbr-section-subtitle {
  text-align: center;
}
#header3-n H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-n SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-o .mbr-section-title {
  color: #000;
}
#header5-o .mbr-section-lead {
  color: #9c9a9a;
}











#ext_menu-w .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-w .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-w .close-icon::before,
#ext_menu-w .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-w .link,
#ext_menu-w .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-w .link {
  font-size: 0.75rem;
}
#ext_menu-w .dropdown-item,
#ext_menu-w .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-w .link:hover,
#ext_menu-w .dropdown-item:hover,
#ext_menu-w .link:focus,
#ext_menu-w .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-w .link[aria-expanded="true"],
#ext_menu-w .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-w .nav-dropdown-sm .link:focus,
#ext_menu-w .nav-dropdown-sm .link:hover,
#ext_menu-w .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-w .navbar,
#ext_menu-w .nav-dropdown-sm,
#ext_menu-w .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-w .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w .bg-color.transparent.opened .link:hover,
#ext_menu-w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-w .link[aria-expanded="true"],
#ext_menu-w .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-w A {
  font-size: 14px;
}
#header3-z .mbr-section-title,
#header3-z .mbr-section-subtitle {
  text-align: center;
}
#header3-z H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-z SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#msg-box7-17 .mbr-section-title,
#msg-box7-17 .lead p {
  color: #fff;
}
#msg-box7-17 B {
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#msg-box7-17 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-17 P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-2c .mbr-section-title,
#msg-box7-2c .lead p {
  color: #fff;
}
#msg-box7-2c B {
  text-align: center;
}
#msg-box7-2c H3 {
  font-size: 32px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-2c P {
  font-family: 'Lato', sans-serif;
}
#header3-18 .mbr-section-title,
#header3-18 .mbr-section-subtitle {
  text-align: center;
}
#header3-18 H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-18 SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-10 .mbr-section-title {
  color: #000;
}
#header5-10 .mbr-section-lead {
  color: #9c9a9a;
}






#menu-26 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-26 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#menu-26 .navbar-toggler {
  color: #00a6b4;
}
#menu-26 .close-icon::before,
#menu-26 .close-icon::after {
  background-color: #00a6b4;
}
#menu-26 .link,
#menu-26 .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#menu-26 .link {
  font-size: 0.75rem;
}
#menu-26 .dropdown-item,
#menu-26 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-26 .link:hover,
#menu-26 .dropdown-item:hover,
#menu-26 .link:focus,
#menu-26 .dropdown-item:focus {
  color: #ffffff;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-menu {
  background: #e6e6e6;
}
#menu-26 .nav-dropdown-sm .link:focus,
#menu-26 .nav-dropdown-sm .link:hover,
#menu-26 .nav-dropdown-sm .dropdown-item:focus,
#menu-26 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-26 .navbar,
#menu-26 .nav-dropdown-sm,
#menu-26 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-26 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-26 .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#menu-26 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-26 .bg-color.transparent.opened .link:hover,
#menu-26 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#msg-box4-2x H3 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  color: #ffffff;
}
#msg-box4-2x P {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#header3-2a .mbr-section-title,
#header3-2a .mbr-section-subtitle {
  text-align: center;
}
#header3-2a H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-2a SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-2b .mbr-section-title {
  color: #000;
}
#header5-2b .mbr-section-lead {
  color: #9c9a9a;
}







#ext_menu-19 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-19 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-19 .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-19 .close-icon::before,
#ext_menu-19 .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-19 .link,
#ext_menu-19 .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-19 .link {
  font-size: 0.75rem;
}
#ext_menu-19 .dropdown-item,
#ext_menu-19 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-19 .link:hover,
#ext_menu-19 .dropdown-item:hover,
#ext_menu-19 .link:focus,
#ext_menu-19 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-19 .nav-dropdown-sm .link:focus,
#ext_menu-19 .nav-dropdown-sm .link:hover,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-19 .navbar,
#ext_menu-19 .nav-dropdown-sm,
#ext_menu-19 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-19 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-19 .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-19 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-19 .bg-color.transparent.opened .link:hover,
#ext_menu-19 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-19 A {
  font-size: 14px;
}
#msg-box7-1b .mbr-section-title,
#msg-box7-1b .lead p {
  color: #fff;
}
#msg-box7-1b B {
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1b H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1b P {
  font-family: 'Lato', sans-serif;
}
#header3-1c .mbr-section-title,
#header3-1c .mbr-section-subtitle {
  text-align: center;
}
#header3-1c H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-1c SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-1d .mbr-section-title {
  color: #000;
}
#header5-1d .mbr-section-lead {
  color: #9c9a9a;
}






#ext_menu-1e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1e .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-1e .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-1e .close-icon::before,
#ext_menu-1e .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-1e .link,
#ext_menu-1e .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-1e .link {
  font-size: 0.75rem;
}
#ext_menu-1e .dropdown-item,
#ext_menu-1e .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1e .link:hover,
#ext_menu-1e .dropdown-item:hover,
#ext_menu-1e .link:focus,
#ext_menu-1e .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-1e .link[aria-expanded="true"],
#ext_menu-1e .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1e .nav-dropdown-sm .link:focus,
#ext_menu-1e .nav-dropdown-sm .link:hover,
#ext_menu-1e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1e .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1e .navbar,
#ext_menu-1e .nav-dropdown-sm,
#ext_menu-1e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1e .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1e .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-1e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1e .bg-color.transparent.opened .link:hover,
#ext_menu-1e .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-1e .link[aria-expanded="true"],
#ext_menu-1e .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-1e A {
  font-size: 14px;
}
#msg-box7-1f .mbr-section-title,
#msg-box7-1f .lead p {
  color: #fff;
}
#msg-box7-1f B {
  text-align: center;
}
#msg-box7-1f H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1f P {
  font-family: 'Lato', sans-serif;
}
#header3-1k .mbr-section-title,
#header3-1k .mbr-section-subtitle {
  text-align: center;
}
#header3-1k H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-1k SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-3l .mbr-section-title {
  color: #000;
}
#header5-3l .mbr-section-lead {
  color: #9c9a9a;
}








#ext_menu-1m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1m .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-1m .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-1m .close-icon::before,
#ext_menu-1m .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-1m .link,
#ext_menu-1m .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-1m .link {
  font-size: 0.75rem;
}
#ext_menu-1m .dropdown-item,
#ext_menu-1m .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1m .link:hover,
#ext_menu-1m .dropdown-item:hover,
#ext_menu-1m .link:focus,
#ext_menu-1m .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-1m .link[aria-expanded="true"],
#ext_menu-1m .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1m .nav-dropdown-sm .link:focus,
#ext_menu-1m .nav-dropdown-sm .link:hover,
#ext_menu-1m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1m .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1m .navbar,
#ext_menu-1m .nav-dropdown-sm,
#ext_menu-1m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1m .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1m .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-1m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1m .bg-color.transparent.opened .link:hover,
#ext_menu-1m .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-1m .link[aria-expanded="true"],
#ext_menu-1m .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-1m A {
  font-size: 14px;
}
#msg-box4-2y H3 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  color: #ffffff;
}
#msg-box4-2y P {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1n .mbr-section-title,
#msg-box7-1n .lead p {
  color: #fff;
}
#msg-box7-1n B {
  text-align: center;
}
#msg-box7-1n H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1n P {
  font-family: 'Lato', sans-serif;
}
#header3-1o .mbr-section-title,
#header3-1o .mbr-section-subtitle {
  text-align: center;
}
#header3-1o H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-1o SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-1p .mbr-section-title {
  color: #000;
}
#header5-1p .mbr-section-lead {
  color: #9c9a9a;
}












#ext_menu-1q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1q .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-1q .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-1q .close-icon::before,
#ext_menu-1q .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-1q .link,
#ext_menu-1q .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-1q .link {
  font-size: 0.75rem;
}
#ext_menu-1q .dropdown-item,
#ext_menu-1q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1q .link:hover,
#ext_menu-1q .dropdown-item:hover,
#ext_menu-1q .link:focus,
#ext_menu-1q .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-1q .link[aria-expanded="true"],
#ext_menu-1q .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1q .nav-dropdown-sm .link:focus,
#ext_menu-1q .nav-dropdown-sm .link:hover,
#ext_menu-1q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1q .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1q .navbar,
#ext_menu-1q .nav-dropdown-sm,
#ext_menu-1q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1q .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1q .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-1q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1q .bg-color.transparent.opened .link:hover,
#ext_menu-1q .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-1q .link[aria-expanded="true"],
#ext_menu-1q .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-1q A {
  font-size: 14px;
}
#msg-box7-2d .mbr-section-title,
#msg-box7-2d .lead p {
  color: #fff;
}
#msg-box7-2d P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-2d H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-2d B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-2e .mbr-section-title,
#msg-box7-2e .lead p {
  color: #fff;
}
#msg-box7-2e P {
  text-align: right;
  font-family: 'Lato', sans-serif;
}
#msg-box7-2e H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-2e B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-3s .mbr-section-title,
#msg-box7-3s .lead p {
  color: #fff;
}
#msg-box7-3s H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-3s P {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-3s B {
  font-size: 17px;
}
#header3-2f .mbr-section-title,
#header3-2f .mbr-section-subtitle {
  text-align: center;
}
#header3-2f H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-2f SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-2g .mbr-section-title {
  color: #000;
}
#header5-2g .mbr-section-lead {
  color: #9c9a9a;
}
























#msg-box7-1u .mbr-section-title,
#msg-box7-1u .lead p {
  color: #fff;
}
#msg-box7-1u H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1u P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-32 .mbr-section-title,
#msg-box7-32 .lead p {
  color: #fff;
}
#msg-box7-32 H3 {
  font-size: 36px;
}
#ext_menu-1r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1r .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-1r .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-1r .close-icon::before,
#ext_menu-1r .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-1r .link,
#ext_menu-1r .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-1r .link {
  font-size: 0.75rem;
}
#ext_menu-1r .dropdown-item,
#ext_menu-1r .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1r .link:hover,
#ext_menu-1r .dropdown-item:hover,
#ext_menu-1r .link:focus,
#ext_menu-1r .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-1r .link[aria-expanded="true"],
#ext_menu-1r .dropdown-menu {
  background: #e6e6e6;
}
#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: #f7f7f7!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: #ffffff;
}
#ext_menu-1r .bg-color.transparent .link {
  color: #00a6b4;
  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: #ffffff;
}
#ext_menu-1r .link[aria-expanded="true"],
#ext_menu-1r .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-1r A {
  font-size: 14px;
}
#msg-box7-3p .mbr-section-title,
#msg-box7-3p .lead p {
  color: #fff;
}
#msg-box7-3p H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-3p P {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-3p B {
  font-size: 17px;
}
#msg-box7-3o .mbr-section-title,
#msg-box7-3o .lead p {
  color: #fff;
}
#msg-box7-3o B {
  text-align: center;
}
#msg-box7-3o H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-3o P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-3e .mbr-section-title,
#msg-box7-3e .lead p {
  color: #fff;
}
#msg-box7-3e B {
  text-align: center;
}
#msg-box7-3e H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-3e SPAN {
  font-family: 'Lato', sans-serif;
}
#msg-box7-1s .mbr-section-title,
#msg-box7-1s .lead p {
  color: #fff;
}
#msg-box7-1s B {
  text-align: center;
}
#msg-box7-1s H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1s SPAN {
  font-family: 'Lato', sans-serif;
}
#msg-box7-3n .mbr-section-title,
#msg-box7-3n .lead p {
  color: #fff;
}
#msg-box7-3n H3 {
  font-size: 36px;
}
#msg-box7-1v .mbr-section-title,
#msg-box7-1v .lead p {
  color: #fff;
}
#msg-box7-1v H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-1v B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-2h .mbr-section-title,
#msg-box7-2h .lead p {
  color: #fff;
}
#msg-box7-2h H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-2h B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-2i .mbr-section-title,
#msg-box7-2i .lead p {
  color: #fff;
}
#msg-box7-2i H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-2i P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-2j .mbr-section-title,
#msg-box7-2j .lead p {
  color: #fff;
}
#msg-box7-2j H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-2j P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-2z .mbr-section-title,
#msg-box7-2z .lead p {
  color: #fff;
}
#msg-box7-2z H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-2z B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-2z P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-30 .mbr-section-title,
#msg-box7-30 .lead p {
  color: #fff;
}
#msg-box7-30 P {
  text-align: right;
}
#msg-box7-30 H3 {
  text-align: right;
  font-size: 36px;
}
#msg-box7-30 SPAN {
  font-family: 'Lato', sans-serif;
}
#msg-box7-31 .mbr-section-title,
#msg-box7-31 .lead p {
  color: #fff;
}
#msg-box7-31 H3 {
  font-size: 36px;
}
#header5-1w .mbr-section-title {
  color: #000;
}
#header5-1w .mbr-section-lead {
  color: #9c9a9a;
}


#ext_menu-2l .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2l .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-2l .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-2l .close-icon::before,
#ext_menu-2l .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-2l .link,
#ext_menu-2l .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-2l .link {
  font-size: 0.75rem;
}
#ext_menu-2l .dropdown-item,
#ext_menu-2l .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2l .link:hover,
#ext_menu-2l .dropdown-item:hover,
#ext_menu-2l .link:focus,
#ext_menu-2l .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-2l .link[aria-expanded="true"],
#ext_menu-2l .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-2l .nav-dropdown-sm .link:focus,
#ext_menu-2l .nav-dropdown-sm .link:hover,
#ext_menu-2l .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2l .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-2l .navbar,
#ext_menu-2l .nav-dropdown-sm,
#ext_menu-2l .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2l .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-2l .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-2l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2l .bg-color.transparent.opened .link:hover,
#ext_menu-2l .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-2l .link[aria-expanded="true"],
#ext_menu-2l .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-2l A {
  font-size: 14px;
}
#header3-2m .mbr-section-title,
#header3-2m .mbr-section-subtitle {
  text-align: center;
}
#header3-2m H3 {
  color: #ffffff;
  font-size: 36px;
}
#content1-2n P {
  text-align: left;
  color: #ffffff;
}















#ext_menu-33 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-33 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-33 .navbar-toggler {
  color: #00a6b4;
}
#ext_menu-33 .close-icon::before,
#ext_menu-33 .close-icon::after {
  background-color: #00a6b4;
}
#ext_menu-33 .link,
#ext_menu-33 .dropdown-item {
  color: #00a6b4;
  font-family: 'Lato', sans-serif;
}
#ext_menu-33 .link {
  font-size: 0.75rem;
}
#ext_menu-33 .dropdown-item,
#ext_menu-33 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-33 .link:hover,
#ext_menu-33 .dropdown-item:hover,
#ext_menu-33 .link:focus,
#ext_menu-33 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-33 .link[aria-expanded="true"],
#ext_menu-33 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-33 .nav-dropdown-sm .link:focus,
#ext_menu-33 .nav-dropdown-sm .link:hover,
#ext_menu-33 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-33 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-33 .navbar,
#ext_menu-33 .nav-dropdown-sm,
#ext_menu-33 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-33 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-33 .bg-color.transparent .link {
  color: #00a6b4;
  transition: none;
}
#ext_menu-33 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-33 .bg-color.transparent.opened .link:hover,
#ext_menu-33 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-33 .link[aria-expanded="true"],
#ext_menu-33 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#ext_menu-33 A {
  font-size: 14px;
}
#msg-box7-3r .mbr-section-title,
#msg-box7-3r .lead p {
  color: #fff;
}
#msg-box7-3r H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-3r P {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-3r B {
  font-size: 17px;
}
#msg-box7-3m .mbr-section-title,
#msg-box7-3m .lead p {
  color: #fff;
}
#msg-box7-3m H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-3m B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-3m P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-34 .mbr-section-title,
#msg-box7-34 .lead p {
  color: #fff;
}
#msg-box7-34 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-34 B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-34 P {
  font-family: 'Lato', sans-serif;
}
#msg-box7-35 .mbr-section-title,
#msg-box7-35 .lead p {
  color: #fff;
}
#msg-box7-35 H3 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#msg-box7-35 B {
  font-family: 'Lato', sans-serif;
}
#msg-box7-35 P {
  font-family: 'Lato', sans-serif;
}
#header3-3c .mbr-section-title,
#header3-3c .mbr-section-subtitle {
  text-align: center;
}
#header3-3c H3 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#header3-3c SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#header5-36 .mbr-section-title {
  color: #000;
}
#header5-36 .mbr-section-lead {
  color: #9c9a9a;
}
