@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


.subtitleFont {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Noto Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Noto Sans', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #c1c1c1 !important;
}
.bg-success {
  background-color: #11721f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #90a878 !important;
}
.bg-danger {
  background-color: #a38f84 !important;
}
.btn-primary {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-secondary {
  background-color: #d7d2d2;
  border-color: #d7d2d2;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b3a9a9;
  border-color: #b3a9a9;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b3a9a9 !important;
  border-color: #b3a9a9 !important;
}
.btn-info {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success {
  background-color: #11721f;
  border-color: #11721f;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #072f0d;
  border-color: #072f0d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #072f0d !important;
  border-color: #072f0d !important;
}
.btn-warning {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-danger {
  background-color: #a38f84;
  border-color: #a38f84;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #7d695d;
  border-color: #7d695d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7d695d !important;
  border-color: #7d695d !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #a79c9c;
  color: #a79c9c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d7d2d2;
  border-color: #d7d2d2;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d7d2d2 !important;
  border-color: #d7d2d2 !important;
}
.btn-info-outline {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline {
  background: none;
  border-color: #041907;
  color: #041907;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #11721f;
  border-color: #11721f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #11721f !important;
  border-color: #11721f !important;
}
.btn-warning-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #6e5c53;
  color: #6e5c53;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #a38f84;
  border-color: #a38f84;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a38f84 !important;
  border-color: #a38f84 !important;
}
.text-primary {
  color: #c1c1c1 !important;
}
.text-success {
  color: #11721f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #90a878 !important;
}
.text-danger {
  color: #a38f84 !important;
}
.alert-success {
  background-color: #11721f;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #90a878;
}
.alert-danger {
  background-color: #a38f84;
}
.btn-social {
  border-color: #c1c1c1;
}
.btn-social:hover {
  background: #c1c1c1;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c1c1c1;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c1c1c1;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c1c1c1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c1c1c1;
}
.lead a,
.lead a:hover {
  color: #c1c1c1;
}
.lead blockquote {
  border-color: #c1c1c1;
}
.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: #24de3f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dad1cd;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #c1c1c1;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#menu-2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-2 .navbar-toggler {
  color: #ffffff;
}
#menu-2 .close-icon::before,
#menu-2 .close-icon::after {
  background-color: #ffffff;
}
#menu-2 .link,
#menu-2 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-2 .link {
  font-size: 0.8rem;
}
#menu-2 .dropdown-item,
#menu-2 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-2 .link:hover,
#menu-2 .dropdown-item:hover,
#menu-2 .link:focus,
#menu-2 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-2 .link[aria-expanded="true"],
#menu-2 .dropdown-menu {
  background: #0e0e0e;
}
#menu-2 .nav-dropdown-sm .link:focus,
#menu-2 .nav-dropdown-sm .link:hover,
#menu-2 .nav-dropdown-sm .dropdown-item:focus,
#menu-2 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-2 .navbar,
#menu-2 .nav-dropdown-sm,
#menu-2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2 .bg-color.transparent.opened .link:hover,
#menu-2 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-2 .link[aria-expanded="true"],
#menu-2 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-2 .btn {
  font-size: 14px;
}
#msg-box8-hg .mbr-section-title,
#msg-box8-hg p {
  color: #fff;
}
#msg-box8-hg .mbr-section-title {
  font-size: 36px;
}
#header3-7 .mbr-section-title,
#header3-7 .mbr-section-subtitle {
  text-align: center;
}
#header3-7 .mbr-section-title {
  font-size: 36px;
}
#content1-hf P {
  text-align: center;
}
#header1-0 .mbr-section-title {
  font-size: 36px;
}
#header1-0 .mbr-section-lead B {
  font-family: 'Droid Sans', sans-serif;
  font-size: 30px;
}
#extForm1-3y H2 {
  color: #efefef;
}
#msg-box8-3z .mbr-section-title,
#msg-box8-3z p {
  color: #fff;
}
#msg-box8-3z .mbr-section-title {
  font-size: 48px;
}
#contacts1-4 SPAN {
  color: #cccccc;
}
#contacts1-4 STRONG {
  color: #cccccc;
}



#msg-box8-15 .mbr-section-title,
#msg-box8-15 p {
  color: #fff;
}
#msg-box8-15 .mbr-section-title {
  font-size: 48px;
}
#header3-2l .mbr-section-title,
#header3-2l .mbr-section-subtitle {
  text-align: center;
}
#header3-2l .mbr-section-title {
  text-align: left;
}
#header3-2l .mbr-section-subtitle {
  text-align: left;
}
#extMsg-box3-s0 SPAN {
  font-size: 20px;
}
#extMsg-box3-s0 B {
  font-family: 'Open Sans', sans-serif;
}
#extMsg-box3-s0 P {
  font-family: 'Oxygen', sans-serif;
  text-align: left;
  font-size: 20px;
  color: #ffffff;
}
#extMsg-box3-s0 I {
  color: #c1c1c1;
  font-size: 15px;
}
#msg-box5-94 P {
  text-align: left;
}
#msg-box5-94 B {
  color: #605959;
}
#msg-box8-16 .mbr-section-title,
#msg-box8-16 p {
  color: #fff;
}
#msg-box8-16 .mbr-section-title DIV {
  font-size: 46px;
  color: #efefef;
}
#msg-box8-16 .mbr-section-title {
  font-size: 30px;
  color: #efefef;
}
#menu-m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-m .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-m .navbar-toggler {
  color: #ffffff;
}
#menu-m .close-icon::before,
#menu-m .close-icon::after {
  background-color: #ffffff;
}
#menu-m .link,
#menu-m .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-m .link {
  font-size: 0.8rem;
}
#menu-m .dropdown-item,
#menu-m .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-m .link:hover,
#menu-m .dropdown-item:hover,
#menu-m .link:focus,
#menu-m .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-m .link[aria-expanded="true"],
#menu-m .dropdown-menu {
  background: #0e0e0e;
}
#menu-m .nav-dropdown-sm .link:focus,
#menu-m .nav-dropdown-sm .link:hover,
#menu-m .nav-dropdown-sm .dropdown-item:focus,
#menu-m .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-m .navbar,
#menu-m .nav-dropdown-sm,
#menu-m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-m .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-m .bg-color.transparent.opened .link:hover,
#menu-m .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-m .link[aria-expanded="true"],
#menu-m .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-m .btn {
  font-size: 14px;
}
#extForm1-45 H2 {
  color: #efefef;
}
#msg-box8-46 .mbr-section-title,
#msg-box8-46 p {
  color: #fff;
}
#msg-box8-46 .mbr-section-title {
  font-size: 48px;
}
#social-buttons4-l0 .mbr-section-title,
#social-buttons4-l0 .btn-social {
  color: #fff;
}
#contacts1-r SPAN {
  color: #cccccc;
}
#contacts1-r STRONG {
  color: #cccccc;
}

#msg-box8-17 .mbr-section-title,
#msg-box8-17 p {
  color: #fff;
}
#msg-box8-17 .mbr-section-title {
  font-size: 48px;
  color: #ffffff;
}
#header3-1e .mbr-section-title,
#header3-1e .mbr-section-subtitle {
  text-align: center;
}
#header3-1e .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#content2-1h DIV {
  text-align: center;
}
#msg-box8-19 .mbr-section-title,
#msg-box8-19 p {
  color: #fff;
}
#msg-box8-19 .mbr-section-title DIV {
  font-size: 46px;
  color: #efefef;
}
#msg-box8-19 .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#extForm1-48 H2 {
  color: #efefef;
}
#menu-1a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1a .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-1a .navbar-toggler {
  color: #ffffff;
}
#menu-1a .close-icon::before,
#menu-1a .close-icon::after {
  background-color: #ffffff;
}
#menu-1a .link,
#menu-1a .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-1a .link {
  font-size: 0.8rem;
}
#menu-1a .dropdown-item,
#menu-1a .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1a .link:hover,
#menu-1a .dropdown-item:hover,
#menu-1a .link:focus,
#menu-1a .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-1a .link[aria-expanded="true"],
#menu-1a .dropdown-menu {
  background: #0e0e0e;
}
#menu-1a .nav-dropdown-sm .link:focus,
#menu-1a .nav-dropdown-sm .link:hover,
#menu-1a .nav-dropdown-sm .dropdown-item:focus,
#menu-1a .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-1a .navbar,
#menu-1a .nav-dropdown-sm,
#menu-1a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1a .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-1a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1a .bg-color.transparent.opened .link:hover,
#menu-1a .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-1a .link[aria-expanded="true"],
#menu-1a .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-1a .btn {
  font-size: 14px;
}
#msg-box8-47 .mbr-section-title,
#msg-box8-47 p {
  color: #fff;
}
#msg-box8-47 .mbr-section-title {
  font-size: 48px;
}
#contacts1-1d SPAN {
  color: #cccccc;
}
#contacts1-1d STRONG {
  color: #cccccc;
}

#menu-1m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1m .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-1m .navbar-toggler {
  color: #ffffff;
}
#menu-1m .close-icon::before,
#menu-1m .close-icon::after {
  background-color: #ffffff;
}
#menu-1m .link,
#menu-1m .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-1m .link {
  font-size: 0.8rem;
}
#menu-1m .dropdown-item,
#menu-1m .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1m .link:hover,
#menu-1m .dropdown-item:hover,
#menu-1m .link:focus,
#menu-1m .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-1m .link[aria-expanded="true"],
#menu-1m .dropdown-menu {
  background: #000000;
}
#menu-1m .nav-dropdown-sm .link:focus,
#menu-1m .nav-dropdown-sm .link:hover,
#menu-1m .nav-dropdown-sm .dropdown-item:focus,
#menu-1m .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-1m .navbar,
#menu-1m .nav-dropdown-sm,
#menu-1m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1m .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-1m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1m .bg-color.transparent.opened .link:hover,
#menu-1m .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-1m .link[aria-expanded="true"],
#menu-1m .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-1m .btn {
  font-size: 14px;
}
#slider-1t H2 {
  font-size: 36px;
  text-align: left;
}
#slider-1t P {
  font-size: 20px;
  text-align: left;
}
#slider-1t SPAN {
  font-size: 36px;
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 30px;
}
#header3-1n .mbr-section-subtitle B {
  color: #000000;
  font-size: 24px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 18px;
}
#features3-1p P {
  text-align: left;
  font-size: 15px;
}
#features3-qq P {
  text-align: left;
  font-size: 15px;
}
#extMsg-box1-xa H3 {
  color: #464d4b;
}
#extMsg-box1-xa P {
  color: #464d4b;
}
#header3-sh .mbr-section-title,
#header3-sh .mbr-section-subtitle {
  text-align: center;
}
#content5-ty .mbr-section-title,
#content5-ty .lead {
  color: #fff;
}
#content5-ty .mbr-section-title {
  color: #ffffff;
}
#features3-rv H5 {
  text-align: center;
}
#header3-td .mbr-section-title,
#header3-td .mbr-section-subtitle {
  text-align: center;
}
#header3-td .mbr-section-title {
  font-size: 25px;
}
#extFeatures12-tb .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-tb .wraper {
  border-color: undefined !important;
}
#extFeatures12-tb .card-number {
  color: #c1c1c1;
}
#extFeatures12-tb H3 {
  font-size: 30px;
  color: #ffffff;
}
#extFeatures12-tb H4 {
  color: #ffffff;
}
#extFeatures12-tb P {
  color: #c1c1c1;
  text-align: left;
}
#header3-1v .mbr-section-title,
#header3-1v .mbr-section-subtitle {
  text-align: center;
}
#header3-1v .mbr-section-title {
  font-size: 30px;
  text-align: left;
}
#content5-tx .mbr-section-title,
#content5-tx .lead {
  color: #fff;
}
#content5-tx .mbr-section-title {
  color: #efefef;
}
#header4-eh .mbr-section-title {
  font-size: 46px;
}
#header3-1y .mbr-section-title,
#header3-1y .mbr-section-subtitle {
  text-align: center;
}
#header3-1y .mbr-section-title {
  font-size: 30px;
  text-align: center;
}
#extForm1-44 H2 {
  color: #efefef;
}
#content1-1u P {
  text-align: center;
}
#header3-qt .mbr-section-title,
#header3-qt .mbr-section-subtitle {
  text-align: center;
}
#header3-qt .mbr-section-title {
  font-size: 24px;
}
#content1-un P {
  text-align: center;
}
#social-buttons4-kz .mbr-section-title,
#social-buttons4-kz .btn-social {
  color: #fff;
}
#contacts1-1r SPAN {
  color: #cccccc;
}
#contacts1-1r STRONG {
  color: #cccccc;
}

#msg-box8-2m .mbr-section-title,
#msg-box8-2m p {
  color: #fff;
}
#msg-box8-2m .mbr-section-title {
  font-size: 48px;
}
#header3-22 .mbr-section-title,
#header3-22 .mbr-section-subtitle {
  text-align: center;
}
#header3-22 .mbr-section-title {
  text-align: left;
}
#header3-22 .mbr-section-subtitle {
  text-align: left;
}
#header3-22 .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-2f .mbr-section-title,
#msg-box8-2f p {
  color: #fff;
}
#menu-21 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-21 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-21 .navbar-toggler {
  color: #ffffff;
}
#menu-21 .close-icon::before,
#menu-21 .close-icon::after {
  background-color: #ffffff;
}
#menu-21 .link,
#menu-21 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-21 .link {
  font-size: 0.8rem;
}
#menu-21 .dropdown-item,
#menu-21 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-21 .link:hover,
#menu-21 .dropdown-item:hover,
#menu-21 .link:focus,
#menu-21 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-21 .link[aria-expanded="true"],
#menu-21 .dropdown-menu {
  background: #0e0e0e;
}
#menu-21 .nav-dropdown-sm .link:focus,
#menu-21 .nav-dropdown-sm .link:hover,
#menu-21 .nav-dropdown-sm .dropdown-item:focus,
#menu-21 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-21 .navbar,
#menu-21 .nav-dropdown-sm,
#menu-21 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-21 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-21 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-21 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-21 .bg-color.transparent.opened .link:hover,
#menu-21 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-21 .link[aria-expanded="true"],
#menu-21 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-21 .btn {
  font-size: 14px;
}
#msg-box5-27 H3 {
  font-size: 30px;
}
#header3-2d .mbr-section-title,
#header3-2d .mbr-section-subtitle {
  text-align: center;
}
#header3-2d .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#header3-2g .mbr-section-title,
#header3-2g .mbr-section-subtitle {
  text-align: center;
}
#header3-2g .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#msg-box8-2i .mbr-section-title,
#msg-box8-2i p {
  color: #fff;
}
#msg-box8-2i .btn {
  font-size: 20px;
}
#content1-2k P {
  text-align: center;
}
#extForm1-41 H2 {
  color: #efefef;
}
#msg-box8-40 .mbr-section-title,
#msg-box8-40 p {
  color: #fff;
}
#msg-box8-40 .mbr-section-title {
  font-size: 48px;
}
#contacts1-26 SPAN {
  color: #cccccc;
}
#contacts1-26 STRONG {
  color: #cccccc;
}

#msg-box8-2n .mbr-section-title,
#msg-box8-2n p {
  color: #fff;
}
#msg-box8-2n .mbr-section-title {
  font-size: 48px;
}
#header3-2o .mbr-section-title,
#header3-2o .mbr-section-subtitle {
  text-align: center;
}
#header3-2o .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-2o .mbr-section-subtitle {
  text-align: left;
}
#header3-2o .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-2p .mbr-section-title,
#msg-box8-2p p {
  color: #fff;
}
#menu-2q .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2q .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-2q .navbar-toggler {
  color: #ffffff;
}
#menu-2q .close-icon::before,
#menu-2q .close-icon::after {
  background-color: #ffffff;
}
#menu-2q .link,
#menu-2q .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-2q .link {
  font-size: 0.8rem;
}
#menu-2q .dropdown-item,
#menu-2q .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-2q .link:hover,
#menu-2q .dropdown-item:hover,
#menu-2q .link:focus,
#menu-2q .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-2q .link[aria-expanded="true"],
#menu-2q .dropdown-menu {
  background: #0e0e0e;
}
#menu-2q .nav-dropdown-sm .link:focus,
#menu-2q .nav-dropdown-sm .link:hover,
#menu-2q .nav-dropdown-sm .dropdown-item:focus,
#menu-2q .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-2q .navbar,
#menu-2q .nav-dropdown-sm,
#menu-2q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2q .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-2q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2q .bg-color.transparent.opened .link:hover,
#menu-2q .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-2q .link[aria-expanded="true"],
#menu-2q .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-2q .btn {
  font-size: 14px;
}
#msg-box5-2r H3 {
  font-size: 30px;
}
#header3-2t .mbr-section-title,
#header3-2t .mbr-section-subtitle {
  text-align: center;
}
#header3-2t .mbr-section-title {
  font-size: 24px;
  text-align: center;
}
#msg-box8-2y .mbr-section-title,
#msg-box8-2y p {
  color: #fff;
}
#msg-box8-2y .btn {
  font-size: 20px;
}
#extForm1-42 H2 {
  color: #efefef;
}
#content1-2z P {
  text-align: center;
}
#contacts1-30 SPAN {
  color: #cccccc;
}
#contacts1-30 STRONG {
  color: #cccccc;
}

#msg-box8-31 .mbr-section-title,
#msg-box8-31 p {
  color: #fff;
}
#msg-box8-31 .mbr-section-title {
  font-size: 48px;
  color: #ffffff;
}
#form1-3c .form-control-label {
  color: #232323;
}
#form1-3c .mbr-section-title {
  text-align: center;
}
#form1-3c .mbr-section-subtitle B {
  font-size: 24px;
}
#form1-3c .mbr-section-title SPAN {
  font-size: 24px;
}
#form1-3c .mbr-section-subtitle {
  color: #000000;
}
#content1-33 P {
  text-align: center;
}
#social-buttons4-kx .mbr-section-title,
#social-buttons4-kx .btn-social {
  color: #fff;
}
#menu-39 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-39 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-39 .navbar-toggler {
  color: #ffffff;
}
#menu-39 .close-icon::before,
#menu-39 .close-icon::after {
  background-color: #ffffff;
}
#menu-39 .link,
#menu-39 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-39 .link {
  font-size: 0.8rem;
}
#menu-39 .dropdown-item,
#menu-39 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-39 .link:hover,
#menu-39 .dropdown-item:hover,
#menu-39 .link:focus,
#menu-39 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-39 .link[aria-expanded="true"],
#menu-39 .dropdown-menu {
  background: #0e0e0e;
}
#menu-39 .nav-dropdown-sm .link:focus,
#menu-39 .nav-dropdown-sm .link:hover,
#menu-39 .nav-dropdown-sm .dropdown-item:focus,
#menu-39 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-39 .navbar,
#menu-39 .nav-dropdown-sm,
#menu-39 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-39 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-39 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-39 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-39 .bg-color.transparent.opened .link:hover,
#menu-39 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-39 .link[aria-expanded="true"],
#menu-39 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-39 .btn {
  font-size: 14px;
}

#msg-box8-3d .mbr-section-title,
#msg-box8-3d p {
  color: #fff;
}
#msg-box8-3d .mbr-section-title {
  font-size: 48px;
}
#header3-3e .mbr-section-title,
#header3-3e .mbr-section-subtitle {
  text-align: center;
}
#header3-3e .mbr-section-title {
  text-align: center;
  font-size: 36px;
}
#header3-3e .mbr-section-subtitle {
  text-align: center;
}
#header3-3e .mbr-section-subtitle B {
  font-size: 17px;
  color: #c1c1c1;
}
#menu-3g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3g .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-3g .navbar-toggler {
  color: #ffffff;
}
#menu-3g .close-icon::before,
#menu-3g .close-icon::after {
  background-color: #ffffff;
}
#menu-3g .link,
#menu-3g .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-3g .link {
  font-size: 0.8rem;
}
#menu-3g .dropdown-item,
#menu-3g .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-3g .link:hover,
#menu-3g .dropdown-item:hover,
#menu-3g .link:focus,
#menu-3g .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-3g .link[aria-expanded="true"],
#menu-3g .dropdown-menu {
  background: #0e0e0e;
}
#menu-3g .nav-dropdown-sm .link:focus,
#menu-3g .nav-dropdown-sm .link:hover,
#menu-3g .nav-dropdown-sm .dropdown-item:focus,
#menu-3g .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-3g .navbar,
#menu-3g .nav-dropdown-sm,
#menu-3g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3g .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-3g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3g .bg-color.transparent.opened .link:hover,
#menu-3g .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-3g .link[aria-expanded="true"],
#menu-3g .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-3g .btn {
  font-size: 14px;
}
#header3-ha .mbr-section-title,
#header3-ha .mbr-section-subtitle {
  text-align: center;
}
#header3-ha .mbr-section-title {
  text-align: center;
  font-size: 36px;
}
#header3-ha .mbr-section-subtitle {
  text-align: center;
}
#header3-3w .mbr-section-title,
#header3-3w .mbr-section-subtitle {
  text-align: center;
}
#header3-3j .mbr-section-title,
#header3-3j .mbr-section-subtitle {
  text-align: center;
}
#header3-3j .mbr-section-title {
  font-size: 24px;
  text-align: center;
  color: #464d4b;
}
#header3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#extMsg-box4-fg SPAN {
  font-size: 24px;
}
#msg-box8-3o .mbr-section-title,
#msg-box8-3o p {
  color: #fff;
}
#msg-box8-3o .btn {
  font-size: 20px;
}
#msg-box8-3o .mbr-section-title {
  font-size: 24px;
  color: #ffffff;
}
#msg-box8-3o .mbr-section-title DIV {
  font-size: 17px;
}
#extForm1-43 H2 {
  color: #efefef;
}
#content1-3p P {
  text-align: center;
}
#contacts1-3q SPAN {
  color: #cccccc;
}
#contacts1-3q STRONG {
  color: #cccccc;
}

#msg-box8-4b .mbr-section-title,
#msg-box8-4b p {
  color: #fff;
}
#msg-box8-4b .mbr-section-title {
  font-size: 48px;
}
#header3-4c .mbr-section-title,
#header3-4c .mbr-section-subtitle {
  text-align: center;
}
#header3-4c .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-4c .mbr-section-subtitle {
  text-align: left;
}
#header3-4c .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-4d .mbr-section-title,
#msg-box8-4d p {
  color: #fff;
}
#menu-4e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4e .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-4e .navbar-toggler {
  color: #ffffff;
}
#menu-4e .close-icon::before,
#menu-4e .close-icon::after {
  background-color: #ffffff;
}
#menu-4e .link,
#menu-4e .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-4e .link {
  font-size: 0.8rem;
}
#menu-4e .dropdown-item,
#menu-4e .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-4e .link:hover,
#menu-4e .dropdown-item:hover,
#menu-4e .link:focus,
#menu-4e .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-4e .link[aria-expanded="true"],
#menu-4e .dropdown-menu {
  background: #0e0e0e;
}
#menu-4e .nav-dropdown-sm .link:focus,
#menu-4e .nav-dropdown-sm .link:hover,
#menu-4e .nav-dropdown-sm .dropdown-item:focus,
#menu-4e .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-4e .navbar,
#menu-4e .nav-dropdown-sm,
#menu-4e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4e .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-4e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4e .bg-color.transparent.opened .link:hover,
#menu-4e .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-4e .link[aria-expanded="true"],
#menu-4e .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-4e .btn {
  font-size: 14px;
}
#msg-box5-4f H3 {
  font-size: 30px;
}
#header3-4h .mbr-section-title,
#header3-4h .mbr-section-subtitle {
  text-align: center;
}
#header3-4h .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#content1-4k P {
  text-align: center;
}
#msg-box8-4m .mbr-section-title,
#msg-box8-4m p {
  color: #fff;
}
#msg-box8-4m .btn {
  font-size: 20px;
}
#extForm1-4n H2 {
  color: #efefef;
}
#content1-4o P {
  text-align: center;
}
#contacts1-4p SPAN {
  color: #cccccc;
}
#contacts1-4p STRONG {
  color: #cccccc;
}

#msg-box8-4q .mbr-section-title,
#msg-box8-4q p {
  color: #fff;
}
#msg-box8-4q .mbr-section-title {
  font-size: 48px;
}
#header3-4r .mbr-section-title,
#header3-4r .mbr-section-subtitle {
  text-align: center;
}
#header3-4r .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-4r .mbr-section-subtitle {
  text-align: left;
}
#header3-4r .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-4s .mbr-section-title,
#msg-box8-4s p {
  color: #fff;
}
#menu-4t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4t .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-4t .navbar-toggler {
  color: #ffffff;
}
#menu-4t .close-icon::before,
#menu-4t .close-icon::after {
  background-color: #ffffff;
}
#menu-4t .link,
#menu-4t .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-4t .link {
  font-size: 0.8rem;
}
#menu-4t .dropdown-item,
#menu-4t .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-4t .link:hover,
#menu-4t .dropdown-item:hover,
#menu-4t .link:focus,
#menu-4t .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-4t .link[aria-expanded="true"],
#menu-4t .dropdown-menu {
  background: #0e0e0e;
}
#menu-4t .nav-dropdown-sm .link:focus,
#menu-4t .nav-dropdown-sm .link:hover,
#menu-4t .nav-dropdown-sm .dropdown-item:focus,
#menu-4t .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-4t .navbar,
#menu-4t .nav-dropdown-sm,
#menu-4t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4t .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-4t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4t .bg-color.transparent.opened .link:hover,
#menu-4t .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-4t .link[aria-expanded="true"],
#menu-4t .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-4t .btn {
  font-size: 14px;
}
#msg-box5-4u H3 {
  font-size: 30px;
}
#content1-4z P {
  text-align: center;
}
#msg-box8-51 .mbr-section-title,
#msg-box8-51 p {
  color: #fff;
}
#msg-box8-51 .btn {
  font-size: 20px;
}
#extForm1-52 H2 {
  color: #efefef;
}
#content1-53 P {
  text-align: center;
}
#contacts1-54 SPAN {
  color: #cccccc;
}
#contacts1-54 STRONG {
  color: #cccccc;
}

#msg-box8-59 .mbr-section-title,
#msg-box8-59 p {
  color: #fff;
}
#msg-box8-59 .mbr-section-title {
  font-size: 48px;
  color: #ffffff;
}
#header3-5n .mbr-section-title,
#header3-5n .mbr-section-subtitle {
  text-align: center;
}
#header3-5n .mbr-section-title {
  text-align: left;
}
#content1-5d P {
  text-align: center;
}
#testimonials2-f1 .mbr-section-title {
  font-size: 36px;
}
#testimonials2-5m .mbr-section-title {
  font-size: 36px;
}
#msg-box8-5g .mbr-section-title,
#msg-box8-5g p {
  color: #fff;
}
#msg-box8-5g .mbr-section-title DIV {
  font-size: 46px;
  color: #efefef;
}
#msg-box8-5g .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#msg-box8-5g .lead P {
  color: #efefef;
}
#extForm1-5h H2 {
  color: #efefef;
}
#menu-5i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5i .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-5i .navbar-toggler {
  color: #ffffff;
}
#menu-5i .close-icon::before,
#menu-5i .close-icon::after {
  background-color: #ffffff;
}
#menu-5i .link,
#menu-5i .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-5i .link {
  font-size: 0.8rem;
}
#menu-5i .dropdown-item,
#menu-5i .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-5i .link:hover,
#menu-5i .dropdown-item:hover,
#menu-5i .link:focus,
#menu-5i .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-5i .link[aria-expanded="true"],
#menu-5i .dropdown-menu {
  background: #0e0e0e;
}
#menu-5i .nav-dropdown-sm .link:focus,
#menu-5i .nav-dropdown-sm .link:hover,
#menu-5i .nav-dropdown-sm .dropdown-item:focus,
#menu-5i .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-5i .navbar,
#menu-5i .nav-dropdown-sm,
#menu-5i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5i .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-5i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5i .bg-color.transparent.opened .link:hover,
#menu-5i .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-5i .link[aria-expanded="true"],
#menu-5i .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-5i .btn {
  font-size: 14px;
}
#msg-box8-5k .mbr-section-title,
#msg-box8-5k p {
  color: #fff;
}
#msg-box8-5k .mbr-section-title {
  font-size: 48px;
}
#contacts1-5l SPAN {
  color: #cccccc;
}
#contacts1-5l STRONG {
  color: #cccccc;
}

#msg-box8-5o .mbr-section-title,
#msg-box8-5o p {
  color: #fff;
}
#msg-box8-5o .mbr-section-title {
  font-size: 48px;
}
#header3-5p .mbr-section-title,
#header3-5p .mbr-section-subtitle {
  text-align: center;
}
#header3-5p .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-5p .mbr-section-subtitle {
  text-align: left;
}
#header3-5p .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-5q .mbr-section-title,
#msg-box8-5q p {
  color: #fff;
}
#menu-5r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5r .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-5r .navbar-toggler {
  color: #ffffff;
}
#menu-5r .close-icon::before,
#menu-5r .close-icon::after {
  background-color: #ffffff;
}
#menu-5r .link,
#menu-5r .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-5r .link {
  font-size: 0.8rem;
}
#menu-5r .dropdown-item,
#menu-5r .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-5r .link:hover,
#menu-5r .dropdown-item:hover,
#menu-5r .link:focus,
#menu-5r .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-5r .link[aria-expanded="true"],
#menu-5r .dropdown-menu {
  background: #0e0e0e;
}
#menu-5r .nav-dropdown-sm .link:focus,
#menu-5r .nav-dropdown-sm .link:hover,
#menu-5r .nav-dropdown-sm .dropdown-item:focus,
#menu-5r .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-5r .navbar,
#menu-5r .nav-dropdown-sm,
#menu-5r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5r .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-5r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5r .bg-color.transparent.opened .link:hover,
#menu-5r .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-5r .link[aria-expanded="true"],
#menu-5r .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-5r .btn {
  font-size: 14px;
}
#msg-box5-5s H3 {
  font-size: 30px;
}
#header3-5u .mbr-section-title,
#header3-5u .mbr-section-subtitle {
  text-align: center;
}
#header3-5u .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#content1-5w P {
  text-align: center;
}
#msg-box8-5y .mbr-section-title,
#msg-box8-5y p {
  color: #fff;
}
#msg-box8-5y .btn {
  font-size: 20px;
}
#extForm1-5z H2 {
  color: #efefef;
}
#content1-60 P {
  text-align: center;
}
#contacts1-61 SPAN {
  color: #cccccc;
}
#contacts1-61 STRONG {
  color: #cccccc;
}

#msg-box8-64 .mbr-section-title,
#msg-box8-64 p {
  color: #fff;
}
#msg-box8-64 .mbr-section-title {
  font-size: 48px;
}
#header3-65 .mbr-section-title,
#header3-65 .mbr-section-subtitle {
  text-align: center;
}
#header3-65 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-65 .mbr-section-subtitle {
  text-align: left;
}
#header3-65 .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#header3-97 .mbr-section-title,
#header3-97 .mbr-section-subtitle {
  text-align: center;
}
#header3-97 .mbr-section-title {
  text-align: left;
  font-size: 24px;
}
#menu-67 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-67 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-67 .navbar-toggler {
  color: #ffffff;
}
#menu-67 .close-icon::before,
#menu-67 .close-icon::after {
  background-color: #ffffff;
}
#menu-67 .link,
#menu-67 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-67 .link {
  font-size: 0.8rem;
}
#menu-67 .dropdown-item,
#menu-67 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-67 .link:hover,
#menu-67 .dropdown-item:hover,
#menu-67 .link:focus,
#menu-67 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-67 .link[aria-expanded="true"],
#menu-67 .dropdown-menu {
  background: #0e0e0e;
}
#menu-67 .nav-dropdown-sm .link:focus,
#menu-67 .nav-dropdown-sm .link:hover,
#menu-67 .nav-dropdown-sm .dropdown-item:focus,
#menu-67 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-67 .navbar,
#menu-67 .nav-dropdown-sm,
#menu-67 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-67 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-67 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-67 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-67 .bg-color.transparent.opened .link:hover,
#menu-67 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-67 .link[aria-expanded="true"],
#menu-67 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-67 .btn {
  font-size: 14px;
}
#msg-box5-68 H3 {
  font-size: 30px;
}
#msg-box5-68 P {
  text-align: left;
}
#content1-99 P {
  text-align: center;
}
#content1-6b P {
  text-align: center;
}
#header3-bo .mbr-section-title,
#header3-bo .mbr-section-subtitle {
  text-align: center;
}
#header3-bo .mbr-section-subtitle {
  font-size: 24px;
}
#msg-box8-6d .mbr-section-title,
#msg-box8-6d p {
  color: #fff;
}
#msg-box8-6d .btn {
  font-size: 20px;
}
#msg-box8-6d .mbr-section-title {
  font-size: 36px;
}
#extForm1-6e H2 {
  color: #efefef;
}
#content1-6f P {
  text-align: center;
}
#contacts1-6g SPAN {
  color: #cccccc;
}
#contacts1-6g STRONG {
  color: #cccccc;
}

#msg-box8-6i .mbr-section-title,
#msg-box8-6i p {
  color: #fff;
}
#msg-box8-6i .mbr-section-title {
  font-size: 48px;
}
#header3-6j .mbr-section-title,
#header3-6j .mbr-section-subtitle {
  text-align: center;
}
#header3-6j .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-6j .mbr-section-subtitle {
  text-align: left;
}
#header3-6j .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-6k .mbr-section-title,
#msg-box8-6k p {
  color: #fff;
}
#menu-6l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6l .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-6l .navbar-toggler {
  color: #ffffff;
}
#menu-6l .close-icon::before,
#menu-6l .close-icon::after {
  background-color: #ffffff;
}
#menu-6l .link,
#menu-6l .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-6l .link {
  font-size: 0.8rem;
}
#menu-6l .dropdown-item,
#menu-6l .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-6l .link:hover,
#menu-6l .dropdown-item:hover,
#menu-6l .link:focus,
#menu-6l .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-6l .link[aria-expanded="true"],
#menu-6l .dropdown-menu {
  background: #0e0e0e;
}
#menu-6l .nav-dropdown-sm .link:focus,
#menu-6l .nav-dropdown-sm .link:hover,
#menu-6l .nav-dropdown-sm .dropdown-item:focus,
#menu-6l .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-6l .navbar,
#menu-6l .nav-dropdown-sm,
#menu-6l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6l .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-6l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6l .bg-color.transparent.opened .link:hover,
#menu-6l .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-6l .link[aria-expanded="true"],
#menu-6l .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-6l .btn {
  font-size: 14px;
}
#msg-box5-6m H3 {
  font-size: 30px;
}
#header3-6p .mbr-section-title,
#header3-6p .mbr-section-subtitle {
  text-align: center;
}
#header3-6p .mbr-section-title {
  font-size: 24px;
  text-align: center;
}
#content1-6q P {
  text-align: center;
}
#msg-box8-6s .mbr-section-title,
#msg-box8-6s p {
  color: #fff;
}
#msg-box8-6s .btn {
  font-size: 20px;
}
#extForm1-6t H2 {
  color: #efefef;
}
#content1-6u P {
  text-align: center;
}
#social-buttons4-ky .mbr-section-title,
#social-buttons4-ky .btn-social {
  color: #fff;
}
#contacts1-6v SPAN {
  color: #cccccc;
}
#contacts1-6v STRONG {
  color: #cccccc;
}

#msg-box8-6w .mbr-section-title,
#msg-box8-6w p {
  color: #fff;
}
#msg-box8-6w .mbr-section-title {
  font-size: 48px;
}
#header3-6x .mbr-section-title,
#header3-6x .mbr-section-subtitle {
  text-align: center;
}
#header3-6x .mbr-section-title {
  text-align: left;
}
#header3-6x .mbr-section-subtitle {
  text-align: left;
}
#header3-6x .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-6y .mbr-section-title,
#msg-box8-6y p {
  color: #fff;
}
#msg-box8-6y .lead P {
  color: #ffffff;
}
#menu-6z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6z .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-6z .navbar-toggler {
  color: #ffffff;
}
#menu-6z .close-icon::before,
#menu-6z .close-icon::after {
  background-color: #ffffff;
}
#menu-6z .link,
#menu-6z .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-6z .link {
  font-size: 0.8rem;
}
#menu-6z .dropdown-item,
#menu-6z .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-6z .link:hover,
#menu-6z .dropdown-item:hover,
#menu-6z .link:focus,
#menu-6z .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-6z .link[aria-expanded="true"],
#menu-6z .dropdown-menu {
  background: #0e0e0e;
}
#menu-6z .nav-dropdown-sm .link:focus,
#menu-6z .nav-dropdown-sm .link:hover,
#menu-6z .nav-dropdown-sm .dropdown-item:focus,
#menu-6z .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-6z .navbar,
#menu-6z .nav-dropdown-sm,
#menu-6z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6z .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-6z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6z .bg-color.transparent.opened .link:hover,
#menu-6z .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-6z .link[aria-expanded="true"],
#menu-6z .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-6z .btn {
  font-size: 14px;
}
#msg-box5-70 H3 {
  font-size: 30px;
}
#msg-box5-70 P {
  text-align: left;
}
#header3-72 .mbr-section-title,
#header3-72 .mbr-section-subtitle {
  text-align: center;
}
#header3-72 .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#msg-box8-77 .mbr-section-title,
#msg-box8-77 p {
  color: #fff;
}
#msg-box8-77 .btn {
  font-size: 20px;
}
#extForm1-79 H2 {
  color: #efefef;
}
#content6-r2 P {
  text-align: center;
}
#msg-box8-7a .mbr-section-title,
#msg-box8-7a p {
  color: #fff;
}
#msg-box8-7a .mbr-section-title {
  font-size: 48px;
}
#contacts1-7b SPAN {
  color: #cccccc;
}
#contacts1-7b STRONG {
  color: #cccccc;
}

#msg-box8-7m .mbr-section-title,
#msg-box8-7m p {
  color: #fff;
}
#msg-box8-7m .mbr-section-title {
  font-size: 48px;
}
#menu-7e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7e .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-7e .navbar-toggler {
  color: #ffffff;
}
#menu-7e .close-icon::before,
#menu-7e .close-icon::after {
  background-color: #ffffff;
}
#menu-7e .link,
#menu-7e .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-7e .link {
  font-size: 0.8rem;
}
#menu-7e .dropdown-item,
#menu-7e .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-7e .link:hover,
#menu-7e .dropdown-item:hover,
#menu-7e .link:focus,
#menu-7e .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-7e .link[aria-expanded="true"],
#menu-7e .dropdown-menu {
  background: #0e0e0e;
}
#menu-7e .nav-dropdown-sm .link:focus,
#menu-7e .nav-dropdown-sm .link:hover,
#menu-7e .nav-dropdown-sm .dropdown-item:focus,
#menu-7e .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-7e .navbar,
#menu-7e .nav-dropdown-sm,
#menu-7e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7e .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-7e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-7e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7e .bg-color.transparent.opened .link:hover,
#menu-7e .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-7e .link[aria-expanded="true"],
#menu-7e .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-7e .btn {
  font-size: 14px;
}
#header3-7f .mbr-section-title,
#header3-7f .mbr-section-subtitle {
  text-align: center;
}
#header3-7p .mbr-section-title,
#header3-7p .mbr-section-subtitle {
  text-align: center;
}
#header3-7p .mbr-section-title {
  font-size: 24px;
  text-align: left;
}
#header3-7n .mbr-section-title,
#header3-7n .mbr-section-subtitle {
  text-align: center;
}
#header3-7n .mbr-section-title DIV {
  font-size: 24px;
  text-align: center;
}
#header3-7n .mbr-section-title {
  font-size: 24px;
}
#header3-7s .mbr-section-title,
#header3-7s .mbr-section-subtitle {
  text-align: center;
}
#header3-7s .mbr-section-title DIV {
  font-size: 24px;
}
#header3-7s .mbr-section-title SPAN {
  font-size: 24px;
}
#extForm1-7j H2 {
  color: #efefef;
}
#msg-box8-7k .mbr-section-title,
#msg-box8-7k p {
  color: #fff;
}
#msg-box8-7k .mbr-section-title {
  font-size: 48px;
}
#contacts1-7l SPAN {
  color: #cccccc;
}
#contacts1-7l STRONG {
  color: #cccccc;
}

#msg-box8-7w .mbr-section-title,
#msg-box8-7w p {
  color: #fff;
}
#msg-box8-7w .mbr-section-title {
  font-size: 48px;
}
#header3-7x .mbr-section-title,
#header3-7x .mbr-section-subtitle {
  text-align: center;
}
#header3-7x .mbr-section-title {
  text-align: left;
}
#header3-7x .mbr-section-subtitle {
  text-align: left;
}
#header3-7x .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-7y .mbr-section-title,
#msg-box8-7y p {
  color: #fff;
}
#msg-box8-7y .lead P {
  color: #ffffff;
}
#menu-80 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-80 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-80 .navbar-toggler {
  color: #ffffff;
}
#menu-80 .close-icon::before,
#menu-80 .close-icon::after {
  background-color: #ffffff;
}
#menu-80 .link,
#menu-80 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-80 .link {
  font-size: 0.8rem;
}
#menu-80 .dropdown-item,
#menu-80 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-80 .link:hover,
#menu-80 .dropdown-item:hover,
#menu-80 .link:focus,
#menu-80 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-80 .link[aria-expanded="true"],
#menu-80 .dropdown-menu {
  background: #0e0e0e;
}
#menu-80 .nav-dropdown-sm .link:focus,
#menu-80 .nav-dropdown-sm .link:hover,
#menu-80 .nav-dropdown-sm .dropdown-item:focus,
#menu-80 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-80 .navbar,
#menu-80 .nav-dropdown-sm,
#menu-80 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-80 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-80 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-80 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-80 .bg-color.transparent.opened .link:hover,
#menu-80 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-80 .link[aria-expanded="true"],
#menu-80 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-80 .btn {
  font-size: 14px;
}
#header3-83 .mbr-section-title,
#header3-83 .mbr-section-subtitle {
  text-align: center;
}
#header3-83 .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#msg-box8-86 .mbr-section-title,
#msg-box8-86 p {
  color: #fff;
}
#msg-box8-86 .btn {
  font-size: 20px;
}
#msg-box5-81 H3 {
  font-size: 30px;
}
#msg-box5-81 P {
  text-align: center;
}
#extForm1-87 H2 {
  color: #efefef;
}
#content1-8b P {
  text-align: center;
}
#contacts1-89 SPAN {
  color: #cccccc;
}
#contacts1-89 STRONG {
  color: #cccccc;
}

#msg-box8-8c .mbr-section-title,
#msg-box8-8c p {
  color: #fff;
}
#msg-box8-8c .mbr-section-title {
  font-size: 48px;
}
#header3-8d .mbr-section-title,
#header3-8d .mbr-section-subtitle {
  text-align: center;
}
#header3-8d .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-8d .mbr-section-subtitle {
  text-align: left;
}
#header3-8d .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-8e .mbr-section-title,
#msg-box8-8e p {
  color: #fff;
}
#msg-box8-8e .lead P {
  font-size: 24px;
}
#menu-8f .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8f .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-8f .navbar-toggler {
  color: #ffffff;
}
#menu-8f .close-icon::before,
#menu-8f .close-icon::after {
  background-color: #ffffff;
}
#menu-8f .link,
#menu-8f .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-8f .link {
  font-size: 0.8rem;
}
#menu-8f .dropdown-item,
#menu-8f .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8f .link:hover,
#menu-8f .dropdown-item:hover,
#menu-8f .link:focus,
#menu-8f .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-8f .link[aria-expanded="true"],
#menu-8f .dropdown-menu {
  background: #0e0e0e;
}
#menu-8f .nav-dropdown-sm .link:focus,
#menu-8f .nav-dropdown-sm .link:hover,
#menu-8f .nav-dropdown-sm .dropdown-item:focus,
#menu-8f .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-8f .navbar,
#menu-8f .nav-dropdown-sm,
#menu-8f .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8f .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-8f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8f .bg-color.transparent.opened .link:hover,
#menu-8f .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-8f .link[aria-expanded="true"],
#menu-8f .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-8f .btn {
  font-size: 14px;
}
#msg-box5-8g H3 {
  font-size: 30px;
}
#content2-91 DIV {
  text-align: left;
}
#header3-92 .mbr-section-title,
#header3-92 .mbr-section-subtitle {
  text-align: center;
}
#header3-92 .mbr-section-title {
  font-size: 24px;
}
#msg-box5-8n H3 {
  font-size: 24px;
}
#msg-box5-8p H3 {
  font-size: 24px;
}
#msg-box5-8q H3 {
  font-size: 24px;
}
#msg-box5-8r H3 {
  font-size: 24px;
}
#msg-box5-8t H3 {
  font-size: 24px;
}
#msg-box5-8s H3 {
  font-size: 24px;
}
#msg-box5-8o H3 {
  font-size: 24px;
}
#msg-box5-8u H3 {
  font-size: 24px;
}
#msg-box5-93 H3 {
  font-size: 24px;
}
#extFeatures7-9h P {
  color: #ffffff;
}
#content1-8i P {
  text-align: center;
}
#msg-box8-8k .mbr-section-title,
#msg-box8-8k p {
  color: #fff;
}
#msg-box8-8k .btn {
  font-size: 20px;
}
#extForm1-9i H2 {
  color: #efefef;
}
#content1-8l P {
  text-align: center;
}
#contacts1-8m SPAN {
  color: #cccccc;
}
#contacts1-8m STRONG {
  color: #cccccc;
}

#msg-box8-9j .mbr-section-title,
#msg-box8-9j p {
  color: #fff;
}
#msg-box8-9j .mbr-section-title {
  font-size: 48px;
}
#header3-9k .mbr-section-title,
#header3-9k .mbr-section-subtitle {
  text-align: center;
}
#header3-9k .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-9k .mbr-section-subtitle {
  text-align: left;
}
#header3-9k .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-a4 .mbr-section-title,
#msg-box8-a4 p {
  color: #fff;
}
#msg-box8-a4 .btn {
  font-size: 20px;
}
#msg-box8-a4 .mbr-section-title {
  font-size: 36px;
}
#menu-9p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9p .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-9p .navbar-toggler {
  color: #ffffff;
}
#menu-9p .close-icon::before,
#menu-9p .close-icon::after {
  background-color: #ffffff;
}
#menu-9p .link,
#menu-9p .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-9p .link {
  font-size: 0.8rem;
}
#menu-9p .dropdown-item,
#menu-9p .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-9p .link:hover,
#menu-9p .dropdown-item:hover,
#menu-9p .link:focus,
#menu-9p .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-9p .link[aria-expanded="true"],
#menu-9p .dropdown-menu {
  background: #0e0e0e;
}
#menu-9p .nav-dropdown-sm .link:focus,
#menu-9p .nav-dropdown-sm .link:hover,
#menu-9p .nav-dropdown-sm .dropdown-item:focus,
#menu-9p .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-9p .navbar,
#menu-9p .nav-dropdown-sm,
#menu-9p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9p .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-9p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9p .bg-color.transparent.opened .link:hover,
#menu-9p .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-9p .link[aria-expanded="true"],
#menu-9p .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-9p .btn {
  font-size: 14px;
}
#msg-box5-9q H3 {
  font-size: 30px;
}
#content1-9s P {
  text-align: center;
}
#msg-box8-a0 .mbr-section-title,
#msg-box8-a0 p {
  color: #fff;
}
#msg-box8-a0 .btn {
  font-size: 20px;
}
#msg-box8-a0 .mbr-section-title {
  font-size: 36px;
}
#content1-9z P {
  text-align: center;
}
#extForm1-a1 H2 {
  color: #efefef;
}
#content1-a2 P {
  text-align: center;
}
#contacts1-a3 SPAN {
  color: #cccccc;
}
#contacts1-a3 STRONG {
  color: #cccccc;
}

#msg-box8-a6 .mbr-section-title,
#msg-box8-a6 p {
  color: #fff;
}
#msg-box8-a6 .mbr-section-title {
  font-size: 48px;
}
#header3-a7 .mbr-section-title,
#header3-a7 .mbr-section-subtitle {
  text-align: center;
}
#header3-a7 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-a7 .mbr-section-subtitle {
  text-align: left;
}
#header3-a7 .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-a8 .mbr-section-title,
#msg-box8-a8 p {
  color: #fff;
}
#msg-box8-a8 .btn {
  font-size: 20px;
}
#msg-box8-a8 .mbr-section-title {
  font-size: 36px;
}
#menu-aa .hide-buttons .nav-btn {
  display: none !important;
}
#menu-aa .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-aa .navbar-toggler {
  color: #ffffff;
}
#menu-aa .close-icon::before,
#menu-aa .close-icon::after {
  background-color: #ffffff;
}
#menu-aa .link,
#menu-aa .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-aa .link {
  font-size: 0.8rem;
}
#menu-aa .dropdown-item,
#menu-aa .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-aa .link:hover,
#menu-aa .dropdown-item:hover,
#menu-aa .link:focus,
#menu-aa .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-aa .link[aria-expanded="true"],
#menu-aa .dropdown-menu {
  background: #0e0e0e;
}
#menu-aa .nav-dropdown-sm .link:focus,
#menu-aa .nav-dropdown-sm .link:hover,
#menu-aa .nav-dropdown-sm .dropdown-item:focus,
#menu-aa .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-aa .navbar,
#menu-aa .nav-dropdown-sm,
#menu-aa .nav-dropdown-sm .link[aria-expanded="true"],
#menu-aa .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-aa .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-aa .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-aa .bg-color.transparent.opened .link:hover,
#menu-aa .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-aa .link[aria-expanded="true"],
#menu-aa .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-aa .btn {
  font-size: 14px;
}
#content1-ae P {
  text-align: center;
}
#msg-box8-ag .mbr-section-title,
#msg-box8-ag p {
  color: #fff;
}
#msg-box8-ag .btn {
  font-size: 20px;
}
#msg-box8-ag .mbr-section-title {
  font-size: 36px;
}
#content1-ah P {
  text-align: center;
}
#extForm1-ai H2 {
  color: #efefef;
}
#content1-aj P {
  text-align: center;
}
#contacts1-ak SPAN {
  color: #cccccc;
}
#contacts1-ak STRONG {
  color: #cccccc;
}

#msg-box8-aq .mbr-section-title,
#msg-box8-aq p {
  color: #fff;
}
#msg-box8-aq .mbr-section-title {
  font-size: 48px;
}
#header3-ar .mbr-section-title,
#header3-ar .mbr-section-subtitle {
  text-align: center;
}
#header3-ar .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-ar .mbr-section-subtitle {
  text-align: left;
}
#header3-ar .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-as .mbr-section-title,
#msg-box8-as p {
  color: #fff;
}
#msg-box8-as .btn {
  font-size: 20px;
}
#msg-box8-as .mbr-section-title {
  font-size: 36px;
}
#msg-box8-as .lead {
  color: #ffffff;
}
#msg-box5-b7 P {
  text-align: left;
}
#msg-box5-b7 H3 {
  text-align: left;
  font-size: 36px;
}
#menu-au .hide-buttons .nav-btn {
  display: none !important;
}
#menu-au .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-au .navbar-toggler {
  color: #ffffff;
}
#menu-au .close-icon::before,
#menu-au .close-icon::after {
  background-color: #ffffff;
}
#menu-au .link,
#menu-au .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-au .link {
  font-size: 0.8rem;
}
#menu-au .dropdown-item,
#menu-au .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-au .link:hover,
#menu-au .dropdown-item:hover,
#menu-au .link:focus,
#menu-au .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-au .link[aria-expanded="true"],
#menu-au .dropdown-menu {
  background: #0e0e0e;
}
#menu-au .nav-dropdown-sm .link:focus,
#menu-au .nav-dropdown-sm .link:hover,
#menu-au .nav-dropdown-sm .dropdown-item:focus,
#menu-au .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-au .navbar,
#menu-au .nav-dropdown-sm,
#menu-au .nav-dropdown-sm .link[aria-expanded="true"],
#menu-au .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-au .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-au .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-au .bg-color.transparent.opened .link:hover,
#menu-au .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-au .link[aria-expanded="true"],
#menu-au .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-au .btn {
  font-size: 14px;
}
#content1-b3 P {
  text-align: center;
}
#extForm1-b4 H2 {
  color: #efefef;
}
#content1-b5 P {
  text-align: center;
}
#contacts1-b6 SPAN {
  color: #cccccc;
}
#contacts1-b6 STRONG {
  color: #cccccc;
}

#msg-box8-ba .mbr-section-title,
#msg-box8-ba p {
  color: #fff;
}
#msg-box8-ba .mbr-section-title {
  font-size: 48px;
}
#header3-bb .mbr-section-title,
#header3-bb .mbr-section-subtitle {
  text-align: center;
}
#header3-bb .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header3-bb .mbr-section-subtitle {
  text-align: left;
}
#header3-bb .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-bc .mbr-section-title,
#msg-box8-bc p {
  color: #fff;
}
#menu-bd .hide-buttons .nav-btn {
  display: none !important;
}
#menu-bd .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-bd .navbar-toggler {
  color: #ffffff;
}
#menu-bd .close-icon::before,
#menu-bd .close-icon::after {
  background-color: #ffffff;
}
#menu-bd .link,
#menu-bd .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-bd .link {
  font-size: 0.8rem;
}
#menu-bd .dropdown-item,
#menu-bd .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-bd .link:hover,
#menu-bd .dropdown-item:hover,
#menu-bd .link:focus,
#menu-bd .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-bd .link[aria-expanded="true"],
#menu-bd .dropdown-menu {
  background: #0e0e0e;
}
#menu-bd .nav-dropdown-sm .link:focus,
#menu-bd .nav-dropdown-sm .link:hover,
#menu-bd .nav-dropdown-sm .dropdown-item:focus,
#menu-bd .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-bd .navbar,
#menu-bd .nav-dropdown-sm,
#menu-bd .nav-dropdown-sm .link[aria-expanded="true"],
#menu-bd .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-bd .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-bd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-bd .bg-color.transparent.opened .link:hover,
#menu-bd .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-bd .link[aria-expanded="true"],
#menu-bd .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-bd .btn {
  font-size: 14px;
}
#msg-box5-be H3 {
  font-size: 30px;
}
#header3-bh .mbr-section-title,
#header3-bh .mbr-section-subtitle {
  text-align: center;
}
#header3-bh .mbr-section-title {
  font-size: 24px;
  text-align: center;
}
#msg-box8-bk .mbr-section-title,
#msg-box8-bk p {
  color: #fff;
}
#msg-box8-bk .btn {
  font-size: 20px;
}
#extForm1-bl H2 {
  color: #efefef;
}
#content1-bm P {
  text-align: center;
}
#contacts1-bn SPAN {
  color: #cccccc;
}
#contacts1-bn STRONG {
  color: #cccccc;
}

#msg-box8-bs .mbr-section-title,
#msg-box8-bs p {
  color: #fff;
}
#msg-box8-bs .mbr-section-title {
  font-size: 48px;
}
#header3-bt .mbr-section-title,
#header3-bt .mbr-section-subtitle {
  text-align: center;
}
#header3-bt .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-bt .mbr-section-subtitle {
  text-align: left;
}
#header3-bt .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#menu-by .hide-buttons .nav-btn {
  display: none !important;
}
#menu-by .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-by .navbar-toggler {
  color: #ffffff;
}
#menu-by .close-icon::before,
#menu-by .close-icon::after {
  background-color: #ffffff;
}
#menu-by .link,
#menu-by .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-by .link {
  font-size: 0.8rem;
}
#menu-by .dropdown-item,
#menu-by .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-by .link:hover,
#menu-by .dropdown-item:hover,
#menu-by .link:focus,
#menu-by .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-by .link[aria-expanded="true"],
#menu-by .dropdown-menu {
  background: #0e0e0e;
}
#menu-by .nav-dropdown-sm .link:focus,
#menu-by .nav-dropdown-sm .link:hover,
#menu-by .nav-dropdown-sm .dropdown-item:focus,
#menu-by .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-by .navbar,
#menu-by .nav-dropdown-sm,
#menu-by .nav-dropdown-sm .link[aria-expanded="true"],
#menu-by .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-by .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-by .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-by .bg-color.transparent.opened .link:hover,
#menu-by .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-by .link[aria-expanded="true"],
#menu-by .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-by .btn {
  font-size: 14px;
}
#header3-cj .mbr-section-title,
#header3-cj .mbr-section-subtitle {
  text-align: center;
}
#content1-ck P {
  text-align: center;
}
#header3-d0 .mbr-section-title,
#header3-d0 .mbr-section-subtitle {
  text-align: center;
}
#header3-cx .mbr-section-title,
#header3-cx .mbr-section-subtitle {
  text-align: center;
}
#header3-cl .mbr-section-title,
#header3-cl .mbr-section-subtitle {
  text-align: center;
}
#header3-cz .mbr-section-title,
#header3-cz .mbr-section-subtitle {
  text-align: center;
}
#header3-cs .mbr-section-title,
#header3-cs .mbr-section-subtitle {
  text-align: center;
}
#header3-d4 .mbr-section-title,
#header3-d4 .mbr-section-subtitle {
  text-align: center;
}
#header3-d5 .mbr-section-title,
#header3-d5 .mbr-section-subtitle {
  text-align: center;
}
#header3-d9 .mbr-section-title,
#header3-d9 .mbr-section-subtitle {
  text-align: center;
}
#header3-db .mbr-section-title,
#header3-db .mbr-section-subtitle {
  text-align: center;
}
#header3-e9 .mbr-section-title,
#header3-e9 .mbr-section-subtitle {
  text-align: center;
}
#header3-ee .mbr-section-title,
#header3-ee .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-cd .mbr-section-title,
#msg-box8-cd p {
  color: #fff;
}
#msg-box8-cd .btn {
  font-size: 20px;
}
#msg-box8-cd .mbr-section-title {
  font-size: 36px;
  color: #efefef;
}
#extForm1-ce H2 {
  color: #efefef;
}
#content1-cf P {
  text-align: center;
}
#contacts1-cg SPAN {
  color: #cccccc;
}
#contacts1-cg STRONG {
  color: #cccccc;
}

#msg-box8-ej .mbr-section-title,
#msg-box8-ej p {
  color: #fff;
}
#msg-box8-ej .mbr-section-title {
  font-size: 48px;
}
#header3-ek .mbr-section-title,
#header3-ek .mbr-section-subtitle {
  text-align: center;
}
#header3-ek .mbr-section-title {
  text-align: left;
}
#header3-ek .mbr-section-subtitle {
  text-align: left;
}
#header3-ek .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-el .mbr-section-title,
#msg-box8-el p {
  color: #fff;
}
#msg-box8-el .lead P {
  font-size: 20px;
}
#header3-ep .mbr-section-title,
#header3-ep .mbr-section-subtitle {
  text-align: center;
}
#header3-ep .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#menu-em .hide-buttons .nav-btn {
  display: none !important;
}
#menu-em .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-em .navbar-toggler {
  color: #ffffff;
}
#menu-em .close-icon::before,
#menu-em .close-icon::after {
  background-color: #ffffff;
}
#menu-em .link,
#menu-em .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-em .link {
  font-size: 0.8rem;
}
#menu-em .dropdown-item,
#menu-em .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-em .link:hover,
#menu-em .dropdown-item:hover,
#menu-em .link:focus,
#menu-em .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-em .link[aria-expanded="true"],
#menu-em .dropdown-menu {
  background: #0e0e0e;
}
#menu-em .nav-dropdown-sm .link:focus,
#menu-em .nav-dropdown-sm .link:hover,
#menu-em .nav-dropdown-sm .dropdown-item:focus,
#menu-em .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-em .navbar,
#menu-em .nav-dropdown-sm,
#menu-em .nav-dropdown-sm .link[aria-expanded="true"],
#menu-em .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-em .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-em .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-em .bg-color.transparent.opened .link:hover,
#menu-em .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-em .link[aria-expanded="true"],
#menu-em .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-em .btn {
  font-size: 14px;
}
#msg-box5-en H3 {
  font-size: 30px;
}
#header3-er .mbr-section-title,
#header3-er .mbr-section-subtitle {
  text-align: center;
}
#header3-er .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#msg-box8-eu .mbr-section-title,
#msg-box8-eu p {
  color: #fff;
}
#msg-box8-eu .btn {
  font-size: 20px;
}
#content1-ev P {
  text-align: center;
}
#extForm1-ew H2 {
  color: #efefef;
}
#msg-box8-ex .mbr-section-title,
#msg-box8-ex p {
  color: #fff;
}
#msg-box8-ex .mbr-section-title {
  font-size: 48px;
}
#contacts1-ey SPAN {
  color: #cccccc;
}
#contacts1-ey STRONG {
  color: #cccccc;
}

#msg-box8-f2 .mbr-section-title,
#msg-box8-f2 p {
  color: #fff;
}
#msg-box8-f2 .mbr-section-title {
  font-size: 48px;
}
#header3-f3 .mbr-section-title,
#header3-f3 .mbr-section-subtitle {
  text-align: center;
}
#header3-f3 .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header3-f3 .mbr-section-subtitle {
  text-align: left;
  color: #464d4b;
}
#header3-f3 .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-f4 .mbr-section-title,
#msg-box8-f4 p {
  color: #fff;
}
#menu-f5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-f5 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-f5 .navbar-toggler {
  color: #ffffff;
}
#menu-f5 .close-icon::before,
#menu-f5 .close-icon::after {
  background-color: #ffffff;
}
#menu-f5 .link,
#menu-f5 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-f5 .link {
  font-size: 0.8rem;
}
#menu-f5 .dropdown-item,
#menu-f5 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-f5 .link:hover,
#menu-f5 .dropdown-item:hover,
#menu-f5 .link:focus,
#menu-f5 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-f5 .link[aria-expanded="true"],
#menu-f5 .dropdown-menu {
  background: #0e0e0e;
}
#menu-f5 .nav-dropdown-sm .link:focus,
#menu-f5 .nav-dropdown-sm .link:hover,
#menu-f5 .nav-dropdown-sm .dropdown-item:focus,
#menu-f5 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-f5 .navbar,
#menu-f5 .nav-dropdown-sm,
#menu-f5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-f5 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-f5 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-f5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-f5 .bg-color.transparent.opened .link:hover,
#menu-f5 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-f5 .link[aria-expanded="true"],
#menu-f5 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-f5 .btn {
  font-size: 14px;
}
#msg-box5-f6 H3 {
  font-size: 30px;
  text-align: left;
}
#msg-box5-f6 P {
  text-align: left;
}
#header3-f9 .mbr-section-title,
#header3-f9 .mbr-section-subtitle {
  text-align: center;
}
#header3-f9 .mbr-section-title {
  font-size: 24px;
  text-align: center;
}
#content1-fa P {
  text-align: center;
}
#msg-box8-fc .mbr-section-title,
#msg-box8-fc p {
  color: #fff;
}
#msg-box8-fc .btn {
  font-size: 20px;
}
#extForm1-fd H2 {
  color: #efefef;
}
#content1-fe P {
  text-align: center;
}
#contacts1-ff SPAN {
  color: #cccccc;
}
#contacts1-ff STRONG {
  color: #cccccc;
}

#msg-box8-fi .mbr-section-title,
#msg-box8-fi p {
  color: #fff;
}
#msg-box8-fi .mbr-section-title {
  font-size: 48px;
}
#header3-fj .mbr-section-title,
#header3-fj .mbr-section-subtitle {
  text-align: center;
}
#header3-fj .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-fj .mbr-section-subtitle {
  text-align: left;
}
#header3-fj .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#header3-fz .mbr-section-title,
#header3-fz .mbr-section-subtitle {
  text-align: center;
}
#header3-fz .mbr-section-title {
  text-align: left;
}
#header3-fz .mbr-section-subtitle {
  text-align: left;
}
#msg-box8-fk .mbr-section-title,
#msg-box8-fk p {
  color: #fff;
}
#msg-box8-fk .lead P {
  font-size: 20px;
}
#menu-fo .hide-buttons .nav-btn {
  display: none !important;
}
#menu-fo .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-fo .navbar-toggler {
  color: #ffffff;
}
#menu-fo .close-icon::before,
#menu-fo .close-icon::after {
  background-color: #ffffff;
}
#menu-fo .link,
#menu-fo .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-fo .link {
  font-size: 0.8rem;
}
#menu-fo .dropdown-item,
#menu-fo .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-fo .link:hover,
#menu-fo .dropdown-item:hover,
#menu-fo .link:focus,
#menu-fo .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-fo .link[aria-expanded="true"],
#menu-fo .dropdown-menu {
  background: #0e0e0e;
}
#menu-fo .nav-dropdown-sm .link:focus,
#menu-fo .nav-dropdown-sm .link:hover,
#menu-fo .nav-dropdown-sm .dropdown-item:focus,
#menu-fo .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-fo .navbar,
#menu-fo .nav-dropdown-sm,
#menu-fo .nav-dropdown-sm .link[aria-expanded="true"],
#menu-fo .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-fo .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-fo .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-fo .bg-color.transparent.opened .link:hover,
#menu-fo .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-fo .link[aria-expanded="true"],
#menu-fo .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-fo .btn {
  font-size: 14px;
}
#content1-fu P {
  text-align: center;
}
#extForm1-fv H2 {
  color: #efefef;
}
#msg-box8-fw .mbr-section-title,
#msg-box8-fw p {
  color: #fff;
}
#msg-box8-fw .mbr-section-title {
  font-size: 48px;
}
#contacts1-fx SPAN {
  color: #cccccc;
}
#contacts1-fx STRONG {
  color: #cccccc;
}

#menu-g2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-g2 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-g2 .navbar-toggler {
  color: #ffffff;
}
#menu-g2 .close-icon::before,
#menu-g2 .close-icon::after {
  background-color: #ffffff;
}
#menu-g2 .link,
#menu-g2 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-g2 .link {
  font-size: 0.8rem;
}
#menu-g2 .dropdown-item,
#menu-g2 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-g2 .link:hover,
#menu-g2 .dropdown-item:hover,
#menu-g2 .link:focus,
#menu-g2 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-g2 .link[aria-expanded="true"],
#menu-g2 .dropdown-menu {
  background: #0e0e0e;
}
#menu-g2 .nav-dropdown-sm .link:focus,
#menu-g2 .nav-dropdown-sm .link:hover,
#menu-g2 .nav-dropdown-sm .dropdown-item:focus,
#menu-g2 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-g2 .navbar,
#menu-g2 .nav-dropdown-sm,
#menu-g2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-g2 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-g2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-g2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-g2 .bg-color.transparent.opened .link:hover,
#menu-g2 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-g2 .link[aria-expanded="true"],
#menu-g2 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-g2 .btn {
  font-size: 14px;
}
#header3-g3 .mbr-section-title,
#header3-g3 .mbr-section-subtitle {
  text-align: center;
}
#header3-g3 .mbr-section-title {
  font-size: 30px;
}
#header3-g3 .mbr-section-subtitle B {
  color: #000000;
  font-size: 24px;
}
#header3-g3 .mbr-section-title SPAN {
  font-size: 18px;
}
#header1-gg .mbr-section-title {
  font-size: 48px;
}
#extForm1-gd H2 {
  color: #efefef;
}
#content1-ge P {
  text-align: center;
}
#contacts1-gf SPAN {
  color: #cccccc;
}
#contacts1-gf STRONG {
  color: #cccccc;
}

#msg-box8-gu .mbr-section-title,
#msg-box8-gu p {
  color: #fff;
}
#msg-box8-gu .mbr-section-title {
  font-size: 48px;
}
#header3-gv .mbr-section-title,
#header3-gv .mbr-section-subtitle {
  text-align: center;
}
#header3-gv .mbr-section-title {
  text-align: left;
}
#header3-gv .mbr-section-subtitle {
  text-align: left;
}
#header3-gv .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#header3-gx .mbr-section-title,
#header3-gx .mbr-section-subtitle {
  text-align: center;
}
#menu-gy .hide-buttons .nav-btn {
  display: none !important;
}
#menu-gy .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-gy .navbar-toggler {
  color: #ffffff;
}
#menu-gy .close-icon::before,
#menu-gy .close-icon::after {
  background-color: #ffffff;
}
#menu-gy .link,
#menu-gy .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-gy .link {
  font-size: 0.8rem;
}
#menu-gy .dropdown-item,
#menu-gy .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-gy .link:hover,
#menu-gy .dropdown-item:hover,
#menu-gy .link:focus,
#menu-gy .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-gy .link[aria-expanded="true"],
#menu-gy .dropdown-menu {
  background: #0e0e0e;
}
#menu-gy .nav-dropdown-sm .link:focus,
#menu-gy .nav-dropdown-sm .link:hover,
#menu-gy .nav-dropdown-sm .dropdown-item:focus,
#menu-gy .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-gy .navbar,
#menu-gy .nav-dropdown-sm,
#menu-gy .nav-dropdown-sm .link[aria-expanded="true"],
#menu-gy .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-gy .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-gy .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-gy .bg-color.transparent.opened .link:hover,
#menu-gy .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-gy .link[aria-expanded="true"],
#menu-gy .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-gy .btn {
  font-size: 14px;
}
#header3-h3 .mbr-section-title,
#header3-h3 .mbr-section-subtitle {
  text-align: center;
}
#header3-h3 .mbr-section-title {
  font-size: 24px;
  text-align: center;
  color: #464d4b;
}
#header3-h3 .mbr-section-title SPAN {
  font-size: 20px;
}
#extMsg-box4-h5 SPAN {
  font-size: 24px;
}
#msg-box8-h6 .mbr-section-title,
#msg-box8-h6 p {
  color: #fff;
}
#msg-box8-h6 .btn {
  font-size: 20px;
}
#msg-box8-h6 .mbr-section-title {
  font-size: 24px;
  color: #ffffff;
}
#msg-box8-h6 .mbr-section-title DIV {
  font-size: 17px;
}
#extForm1-h7 H2 {
  color: #efefef;
}
#content1-h8 P {
  text-align: center;
}
#contacts1-h9 SPAN {
  color: #cccccc;
}
#contacts1-h9 STRONG {
  color: #cccccc;
}

#msg-box8-it .mbr-section-title,
#msg-box8-it p {
  color: #fff;
}
#msg-box8-it .mbr-section-title {
  font-size: 48px;
}
#header3-iu .mbr-section-title,
#header3-iu .mbr-section-subtitle {
  text-align: center;
}
#header3-iu .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header3-iu .mbr-section-subtitle {
  text-align: left;
}
#header3-iu .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box5-j0 H3 {
  font-size: 30px;
}
#header3-ix .mbr-section-title,
#header3-ix .mbr-section-subtitle {
  text-align: center;
}
#header3-ix .mbr-section-title {
  text-align: left;
  font-size: 24px;
}
#menu-iz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-iz .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-iz .navbar-toggler {
  color: #ffffff;
}
#menu-iz .close-icon::before,
#menu-iz .close-icon::after {
  background-color: #ffffff;
}
#menu-iz .link,
#menu-iz .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-iz .link {
  font-size: 0.8rem;
}
#menu-iz .dropdown-item,
#menu-iz .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-iz .link:hover,
#menu-iz .dropdown-item:hover,
#menu-iz .link:focus,
#menu-iz .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-iz .link[aria-expanded="true"],
#menu-iz .dropdown-menu {
  background: #0e0e0e;
}
#menu-iz .nav-dropdown-sm .link:focus,
#menu-iz .nav-dropdown-sm .link:hover,
#menu-iz .nav-dropdown-sm .dropdown-item:focus,
#menu-iz .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-iz .navbar,
#menu-iz .nav-dropdown-sm,
#menu-iz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-iz .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-iz .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-iz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-iz .bg-color.transparent.opened .link:hover,
#menu-iz .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-iz .link[aria-expanded="true"],
#menu-iz .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-iz .btn {
  font-size: 14px;
}
#content1-j4 P {
  text-align: center;
}
#header3-ja .mbr-section-title,
#header3-ja .mbr-section-subtitle {
  text-align: center;
}
#header3-ja .mbr-section-subtitle {
  font-size: 24px;
}
#msg-box8-je .mbr-section-title,
#msg-box8-je p {
  color: #fff;
}
#msg-box8-je .btn {
  font-size: 20px;
}
#msg-box8-je .mbr-section-title {
  font-size: 24px;
}
#extForm1-jf H2 {
  color: #efefef;
}
#content1-jg P {
  text-align: center;
}
#contacts1-jh SPAN {
  color: #cccccc;
}
#contacts1-jh STRONG {
  color: #cccccc;
}

#msg-box8-ji .mbr-section-title,
#msg-box8-ji p {
  color: #fff;
}
#msg-box8-ji .mbr-section-title {
  font-size: 48px;
}
#header3-jj .mbr-section-title,
#header3-jj .mbr-section-subtitle {
  text-align: center;
}
#header3-jj .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header3-jj .mbr-section-subtitle {
  text-align: left;
}
#header3-jj .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-jk .mbr-section-title,
#msg-box8-jk p {
  color: #fff;
}
#menu-jl .hide-buttons .nav-btn {
  display: none !important;
}
#menu-jl .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-jl .navbar-toggler {
  color: #ffffff;
}
#menu-jl .close-icon::before,
#menu-jl .close-icon::after {
  background-color: #ffffff;
}
#menu-jl .link,
#menu-jl .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-jl .link {
  font-size: 0.8rem;
}
#menu-jl .dropdown-item,
#menu-jl .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-jl .link:hover,
#menu-jl .dropdown-item:hover,
#menu-jl .link:focus,
#menu-jl .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-jl .link[aria-expanded="true"],
#menu-jl .dropdown-menu {
  background: #0e0e0e;
}
#menu-jl .nav-dropdown-sm .link:focus,
#menu-jl .nav-dropdown-sm .link:hover,
#menu-jl .nav-dropdown-sm .dropdown-item:focus,
#menu-jl .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-jl .navbar,
#menu-jl .nav-dropdown-sm,
#menu-jl .nav-dropdown-sm .link[aria-expanded="true"],
#menu-jl .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-jl .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-jl .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-jl .bg-color.transparent.opened .link:hover,
#menu-jl .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-jl .link[aria-expanded="true"],
#menu-jl .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-jl .btn {
  font-size: 14px;
}
#msg-box5-jm H3 {
  font-size: 30px;
}
#content1-jo P {
  text-align: center;
}
#header3-jp .mbr-section-title,
#header3-jp .mbr-section-subtitle {
  text-align: center;
}
#header3-jp .mbr-section-title {
  font-size: 24px;
  text-align: center;
}
#content1-jq P {
  text-align: center;
}
#msg-box8-js .mbr-section-title,
#msg-box8-js p {
  color: #fff;
}
#msg-box8-js .btn {
  font-size: 20px;
}
#content1-ju P {
  text-align: center;
}
#extForm1-jt H2 {
  color: #efefef;
}
#contacts1-jv SPAN {
  color: #cccccc;
}
#contacts1-jv STRONG {
  color: #cccccc;
}

#msg-box8-jw .mbr-section-title,
#msg-box8-jw p {
  color: #fff;
}
#msg-box8-jw .mbr-section-title {
  font-size: 48px;
}
#header3-jx .mbr-section-title,
#header3-jx .mbr-section-subtitle {
  text-align: center;
}
#header3-jx .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-jx .mbr-section-subtitle {
  text-align: left;
}
#header3-jx .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#menu-jz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-jz .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-jz .navbar-toggler {
  color: #ffffff;
}
#menu-jz .close-icon::before,
#menu-jz .close-icon::after {
  background-color: #ffffff;
}
#menu-jz .link,
#menu-jz .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-jz .link {
  font-size: 0.8rem;
}
#menu-jz .dropdown-item,
#menu-jz .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-jz .link:hover,
#menu-jz .dropdown-item:hover,
#menu-jz .link:focus,
#menu-jz .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-jz .link[aria-expanded="true"],
#menu-jz .dropdown-menu {
  background: #0e0e0e;
}
#menu-jz .nav-dropdown-sm .link:focus,
#menu-jz .nav-dropdown-sm .link:hover,
#menu-jz .nav-dropdown-sm .dropdown-item:focus,
#menu-jz .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-jz .navbar,
#menu-jz .nav-dropdown-sm,
#menu-jz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-jz .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-jz .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-jz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-jz .bg-color.transparent.opened .link:hover,
#menu-jz .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-jz .link[aria-expanded="true"],
#menu-jz .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-jz .btn {
  font-size: 14px;
}
#msg-box5-k0 H3 {
  font-size: 30px;
}
#msg-box5-k0 P {
  text-align: left;
}
#extFeatures12-ke .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-ke .wraper {
  border-color: undefined !important;
}
#extFeatures12-ke .card-number {
  color: #c1c1c1;
}
#msg-box8-jy .mbr-section-title,
#msg-box8-jy p {
  color: #fff;
}
#msg-box8-jy .mbr-section-title {
  font-size: 36px;
}
#msg-box8-jy .btn {
  font-size: 20px;
}
#content1-k5 P {
  text-align: center;
}
#extForm1-k7 H2 {
  color: #efefef;
}
#content1-k8 P {
  text-align: center;
}
#contacts1-k9 SPAN {
  color: #cccccc;
}
#contacts1-k9 STRONG {
  color: #cccccc;
}

#msg-box8-kf .mbr-section-title,
#msg-box8-kf p {
  color: #fff;
}
#msg-box8-kf .mbr-section-title {
  font-size: 48px;
}
#header3-kg .mbr-section-title,
#header3-kg .mbr-section-subtitle {
  text-align: center;
}
#header3-kg .mbr-section-title {
  text-align: left;
}
#header3-kg .mbr-section-subtitle {
  text-align: left;
}
#header3-kg .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#menu-kj .hide-buttons .nav-btn {
  display: none !important;
}
#menu-kj .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-kj .navbar-toggler {
  color: #ffffff;
}
#menu-kj .close-icon::before,
#menu-kj .close-icon::after {
  background-color: #ffffff;
}
#menu-kj .link,
#menu-kj .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-kj .link {
  font-size: 0.8rem;
}
#menu-kj .dropdown-item,
#menu-kj .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-kj .link:hover,
#menu-kj .dropdown-item:hover,
#menu-kj .link:focus,
#menu-kj .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-kj .link[aria-expanded="true"],
#menu-kj .dropdown-menu {
  background: #0e0e0e;
}
#menu-kj .nav-dropdown-sm .link:focus,
#menu-kj .nav-dropdown-sm .link:hover,
#menu-kj .nav-dropdown-sm .dropdown-item:focus,
#menu-kj .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-kj .navbar,
#menu-kj .nav-dropdown-sm,
#menu-kj .nav-dropdown-sm .link[aria-expanded="true"],
#menu-kj .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-kj .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-kj .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-kj .bg-color.transparent.opened .link:hover,
#menu-kj .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-kj .link[aria-expanded="true"],
#menu-kj .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-kj .btn {
  font-size: 14px;
}
#msg-box8-kh .mbr-section-title,
#msg-box8-kh p {
  color: #fff;
}
#msg-box8-kh .lead P {
  color: #ffffff;
  text-align: center;
}
#msg-box5-kk H3 {
  font-size: 30px;
}
#msg-box5-kk P {
  text-align: left;
}
#header3-km .mbr-section-title,
#header3-km .mbr-section-subtitle {
  text-align: center;
}
#header3-km .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#msg-box8-kp .mbr-section-title,
#msg-box8-kp p {
  color: #fff;
}
#msg-box8-kp .btn {
  font-size: 20px;
}
#msg-box8-kp .mbr-section-title {
  font-size: 24px;
}
#extForm1-kq H2 {
  color: #efefef;
}
#msg-box8-kr .mbr-section-title,
#msg-box8-kr p {
  color: #fff;
}
#msg-box8-kr .mbr-section-title {
  font-size: 48px;
}
#social-buttons4-kv .mbr-section-title,
#social-buttons4-kv .btn-social {
  color: #fff;
}
#contacts1-ks SPAN {
  color: #cccccc;
}
#contacts1-ks STRONG {
  color: #cccccc;
}
#content1-qv P {
  text-align: center;
}

#msg-box8-l1 .mbr-section-title,
#msg-box8-l1 p {
  color: #fff;
}
#msg-box8-l1 .mbr-section-title {
  font-size: 48px;
}
#header3-l2 .mbr-section-title,
#header3-l2 .mbr-section-subtitle {
  text-align: center;
}
#header3-l2 .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header3-l2 .mbr-section-subtitle {
  text-align: left;
}
#header3-l2 .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box5-l3 H3 {
  font-size: 30px;
}
#header3-l4 .mbr-section-title,
#header3-l4 .mbr-section-subtitle {
  text-align: center;
}
#header3-l4 .mbr-section-title {
  text-align: left;
  font-size: 24px;
}
#menu-l6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-l6 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-l6 .navbar-toggler {
  color: #ffffff;
}
#menu-l6 .close-icon::before,
#menu-l6 .close-icon::after {
  background-color: #ffffff;
}
#menu-l6 .link,
#menu-l6 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-l6 .link {
  font-size: 0.8rem;
}
#menu-l6 .dropdown-item,
#menu-l6 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-l6 .link:hover,
#menu-l6 .dropdown-item:hover,
#menu-l6 .link:focus,
#menu-l6 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-l6 .link[aria-expanded="true"],
#menu-l6 .dropdown-menu {
  background: #0e0e0e;
}
#menu-l6 .nav-dropdown-sm .link:focus,
#menu-l6 .nav-dropdown-sm .link:hover,
#menu-l6 .nav-dropdown-sm .dropdown-item:focus,
#menu-l6 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-l6 .navbar,
#menu-l6 .nav-dropdown-sm,
#menu-l6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-l6 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-l6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-l6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-l6 .bg-color.transparent.opened .link:hover,
#menu-l6 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-l6 .link[aria-expanded="true"],
#menu-l6 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-l6 .btn {
  font-size: 14px;
}
#content1-l8 P {
  text-align: left;
}
#header3-ld .mbr-section-title,
#header3-ld .mbr-section-subtitle {
  text-align: center;
}
#header3-ld .mbr-section-subtitle {
  font-size: 24px;
}
#header3-ld .mbr-section-title DIV {
  font-size: 36px;
}
#msg-box8-lf .mbr-section-title,
#msg-box8-lf p {
  color: #fff;
}
#msg-box8-lf .btn {
  font-size: 20px;
}
#msg-box8-lf .mbr-section-title {
  font-size: 24px;
}
#extForm1-lg H2 {
  color: #efefef;
}
#content1-lh P {
  text-align: center;
}
#content1-lj P {
  text-align: center;
}
#contacts1-li SPAN {
  color: #cccccc;
}
#contacts1-li STRONG {
  color: #cccccc;
}

#msg-box8-lk .mbr-section-title,
#msg-box8-lk p {
  color: #fff;
}
#msg-box8-lk .mbr-section-title {
  font-size: 48px;
}
#header3-ll .mbr-section-title,
#header3-ll .mbr-section-subtitle {
  text-align: center;
}
#header3-ll .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-ll .mbr-section-subtitle {
  text-align: left;
}
#header3-ll .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#header4-m9 .mbr-section-title {
  font-size: 60px;
  text-align: center;
}
#header4-m9 .mbr-section-lead {
  text-align: center;
}
#header3-lo .mbr-section-title,
#header3-lo .mbr-section-subtitle {
  text-align: center;
}
#header3-lo .mbr-section-title {
  text-align: left;
  font-size: 24px;
}
#menu-lq .hide-buttons .nav-btn {
  display: none !important;
}
#menu-lq .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-lq .navbar-toggler {
  color: #ffffff;
}
#menu-lq .close-icon::before,
#menu-lq .close-icon::after {
  background-color: #ffffff;
}
#menu-lq .link,
#menu-lq .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-lq .link {
  font-size: 0.8rem;
}
#menu-lq .dropdown-item,
#menu-lq .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-lq .link:hover,
#menu-lq .dropdown-item:hover,
#menu-lq .link:focus,
#menu-lq .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-lq .link[aria-expanded="true"],
#menu-lq .dropdown-menu {
  background: #0e0e0e;
}
#menu-lq .nav-dropdown-sm .link:focus,
#menu-lq .nav-dropdown-sm .link:hover,
#menu-lq .nav-dropdown-sm .dropdown-item:focus,
#menu-lq .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-lq .navbar,
#menu-lq .nav-dropdown-sm,
#menu-lq .nav-dropdown-sm .link[aria-expanded="true"],
#menu-lq .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-lq .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-lq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-lq .bg-color.transparent.opened .link:hover,
#menu-lq .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-lq .link[aria-expanded="true"],
#menu-lq .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-lq .btn {
  font-size: 14px;
}
#msg-box5-lr H3 {
  font-size: 30px;
}
#content1-m7 P {
  text-align: center;
}
#content1-lv P {
  text-align: center;
}
#header3-m1 .mbr-section-title,
#header3-m1 .mbr-section-subtitle {
  text-align: center;
}
#header3-m1 .mbr-section-subtitle {
  font-size: 24px;
}
#msg-box8-m5 .mbr-section-title,
#msg-box8-m5 p {
  color: #fff;
}
#msg-box8-m5 .btn {
  font-size: 20px;
}
#msg-box8-m5 .mbr-section-title {
  font-size: 36px;
}
#extForm1-m6 H2 {
  color: #efefef;
}
#contacts1-m8 SPAN {
  color: #cccccc;
}
#contacts1-m8 STRONG {
  color: #cccccc;
}

#msg-box8-ma .mbr-section-title,
#msg-box8-ma p {
  color: #fff;
}
#msg-box8-ma .mbr-section-title {
  font-size: 48px;
}
#header3-mb .mbr-section-title,
#header3-mb .mbr-section-subtitle {
  text-align: center;
}
#header3-mb .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header3-mb .mbr-section-subtitle {
  text-align: left;
}
#header3-mb .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box5-mc H3 {
  font-size: 30px;
}
#header3-md .mbr-section-title,
#header3-md .mbr-section-subtitle {
  text-align: center;
}
#header3-md .mbr-section-title {
  text-align: left;
  font-size: 24px;
}
#menu-mf .hide-buttons .nav-btn {
  display: none !important;
}
#menu-mf .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-mf .navbar-toggler {
  color: #ffffff;
}
#menu-mf .close-icon::before,
#menu-mf .close-icon::after {
  background-color: #ffffff;
}
#menu-mf .link,
#menu-mf .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-mf .link {
  font-size: 0.8rem;
}
#menu-mf .dropdown-item,
#menu-mf .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-mf .link:hover,
#menu-mf .dropdown-item:hover,
#menu-mf .link:focus,
#menu-mf .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-mf .link[aria-expanded="true"],
#menu-mf .dropdown-menu {
  background: #0e0e0e;
}
#menu-mf .nav-dropdown-sm .link:focus,
#menu-mf .nav-dropdown-sm .link:hover,
#menu-mf .nav-dropdown-sm .dropdown-item:focus,
#menu-mf .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-mf .navbar,
#menu-mf .nav-dropdown-sm,
#menu-mf .nav-dropdown-sm .link[aria-expanded="true"],
#menu-mf .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-mf .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-mf .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-mf .bg-color.transparent.opened .link:hover,
#menu-mf .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-mf .link[aria-expanded="true"],
#menu-mf .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-mf .btn {
  font-size: 14px;
}
#header3-mq .mbr-section-title,
#header3-mq .mbr-section-subtitle {
  text-align: center;
}
#header3-mq .mbr-section-title {
  font-size: 30px;
}
#header3-mj .mbr-section-title,
#header3-mj .mbr-section-subtitle {
  text-align: center;
}
#header3-mj .mbr-section-subtitle {
  font-size: 24px;
}
#header3-mj .mbr-section-title DIV {
  font-size: 32px;
}
#msg-box8-ml .mbr-section-title,
#msg-box8-ml p {
  color: #fff;
}
#msg-box8-ml .btn {
  font-size: 20px;
}
#msg-box8-ml .mbr-section-title {
  font-size: 24px;
}
#extForm1-mm H2 {
  color: #efefef;
}
#content1-mn P {
  text-align: center;
}
#content1-mo P {
  text-align: center;
}
#contacts1-mp SPAN {
  color: #cccccc;
}
#contacts1-mp STRONG {
  color: #cccccc;
}

#msg-box8-mr .mbr-section-title,
#msg-box8-mr p {
  color: #fff;
}
#msg-box8-mr .mbr-section-title {
  font-size: 48px;
}
#menu-mu .hide-buttons .nav-btn {
  display: none !important;
}
#menu-mu .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-mu .navbar-toggler {
  color: #ffffff;
}
#menu-mu .close-icon::before,
#menu-mu .close-icon::after {
  background-color: #ffffff;
}
#menu-mu .link,
#menu-mu .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-mu .link {
  font-size: 0.8rem;
}
#menu-mu .dropdown-item,
#menu-mu .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-mu .link:hover,
#menu-mu .dropdown-item:hover,
#menu-mu .link:focus,
#menu-mu .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-mu .link[aria-expanded="true"],
#menu-mu .dropdown-menu {
  background: #0e0e0e;
}
#menu-mu .nav-dropdown-sm .link:focus,
#menu-mu .nav-dropdown-sm .link:hover,
#menu-mu .nav-dropdown-sm .dropdown-item:focus,
#menu-mu .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-mu .navbar,
#menu-mu .nav-dropdown-sm,
#menu-mu .nav-dropdown-sm .link[aria-expanded="true"],
#menu-mu .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-mu .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-mu .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-mu .bg-color.transparent.opened .link:hover,
#menu-mu .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-mu .link[aria-expanded="true"],
#menu-mu .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-mu .btn {
  font-size: 14px;
}
#header3-rz .mbr-section-title,
#header3-rz .mbr-section-subtitle {
  text-align: center;
}
#header3-rz .mbr-section-title {
  font-size: 32px;
}
#extMsg-box4-n4 SPAN {
  font-size: 24px;
}
#header3-qy .mbr-section-title,
#header3-qy .mbr-section-subtitle {
  text-align: center;
}
#header3-qy .mbr-section-title {
  font-size: 20px;
  color: #605959;
}
#msg-box8-n5 .mbr-section-title,
#msg-box8-n5 p {
  color: #fff;
}
#msg-box8-n5 .btn {
  font-size: 20px;
}
#msg-box8-n5 .mbr-section-title {
  font-size: 24px;
  color: #ffffff;
}
#msg-box8-n5 .mbr-section-title DIV {
  font-size: 17px;
}
#extForm1-n6 H2 {
  color: #efefef;
}
#content1-n7 P {
  text-align: center;
}
#header3-ry .mbr-section-title,
#header3-ry .mbr-section-subtitle {
  text-align: center;
}
#header3-ry .mbr-section-title SPAN {
  font-size: 32px;
}
#contacts1-n8 SPAN {
  color: #cccccc;
}
#contacts1-n8 STRONG {
  color: #cccccc;
}

#msg-box8-og .mbr-section-title,
#msg-box8-og p {
  color: #fff;
}
#msg-box8-og .mbr-section-title {
  font-size: 48px;
}
#header3-oh .mbr-section-title,
#header3-oh .mbr-section-subtitle {
  text-align: center;
}
#header3-oh .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-oh .mbr-section-subtitle {
  text-align: left;
}
#header3-oh .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-oi .mbr-section-title,
#msg-box8-oi p {
  color: #fff;
}
#msg-box8-oi .btn {
  font-size: 20px;
}
#msg-box8-oi .mbr-section-title {
  font-size: 36px;
}
#header3-ov .mbr-section-title,
#header3-ov .mbr-section-subtitle {
  text-align: center;
}
#header3-ov .mbr-section-title {
  font-size: 30px;
}
#content1-oj DIV {
  text-align: center;
  color: #464d4b;
}
#menu-ok .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ok .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-ok .navbar-toggler {
  color: #ffffff;
}
#menu-ok .close-icon::before,
#menu-ok .close-icon::after {
  background-color: #ffffff;
}
#menu-ok .link,
#menu-ok .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-ok .link {
  font-size: 0.8rem;
}
#menu-ok .dropdown-item,
#menu-ok .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-ok .link:hover,
#menu-ok .dropdown-item:hover,
#menu-ok .link:focus,
#menu-ok .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-ok .link[aria-expanded="true"],
#menu-ok .dropdown-menu {
  background: #0e0e0e;
}
#menu-ok .nav-dropdown-sm .link:focus,
#menu-ok .nav-dropdown-sm .link:hover,
#menu-ok .nav-dropdown-sm .dropdown-item:focus,
#menu-ok .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-ok .navbar,
#menu-ok .nav-dropdown-sm,
#menu-ok .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ok .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-ok .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ok .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ok .bg-color.transparent.opened .link:hover,
#menu-ok .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-ok .link[aria-expanded="true"],
#menu-ok .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-ok .btn {
  font-size: 14px;
}
#msg-box5-ol H3 {
  font-size: 30px;
}
#content1-om P {
  text-align: center;
  font-size: 16px;
}
#content1-oo P {
  text-align: center;
}
#extForm1-os H2 {
  color: #efefef;
}
#content1-or P {
  text-align: center;
}
#content1-ot P {
  text-align: center;
}
#contacts1-ou SPAN {
  color: #cccccc;
}
#contacts1-ou STRONG {
  color: #cccccc;
}

#msg-box8-ow .mbr-section-title,
#msg-box8-ow p {
  color: #fff;
}
#msg-box8-ow .mbr-section-title {
  font-size: 48px;
}
#header3-ox .mbr-section-title,
#header3-ox .mbr-section-subtitle {
  text-align: center;
}
#header3-ox .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-ox .mbr-section-subtitle {
  text-align: left;
}
#header3-ox .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-oy .mbr-section-title,
#msg-box8-oy p {
  color: #fff;
}
#msg-box8-oy .btn {
  font-size: 20px;
}
#msg-box8-oy .mbr-section-title {
  font-size: 36px;
}
#menu-p0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-p0 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-p0 .navbar-toggler {
  color: #ffffff;
}
#menu-p0 .close-icon::before,
#menu-p0 .close-icon::after {
  background-color: #ffffff;
}
#menu-p0 .link,
#menu-p0 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-p0 .link {
  font-size: 0.8rem;
}
#menu-p0 .dropdown-item,
#menu-p0 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-p0 .link:hover,
#menu-p0 .dropdown-item:hover,
#menu-p0 .link:focus,
#menu-p0 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-p0 .link[aria-expanded="true"],
#menu-p0 .dropdown-menu {
  background: #0e0e0e;
}
#menu-p0 .nav-dropdown-sm .link:focus,
#menu-p0 .nav-dropdown-sm .link:hover,
#menu-p0 .nav-dropdown-sm .dropdown-item:focus,
#menu-p0 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-p0 .navbar,
#menu-p0 .nav-dropdown-sm,
#menu-p0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-p0 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-p0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-p0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-p0 .bg-color.transparent.opened .link:hover,
#menu-p0 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-p0 .link[aria-expanded="true"],
#menu-p0 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-p0 .btn {
  font-size: 14px;
}
#content1-p7 P {
  text-align: center;
}
#msg-box8-p8 .mbr-section-title,
#msg-box8-p8 p {
  color: #fff;
}
#msg-box8-p8 .btn {
  font-size: 20px;
}
#msg-box8-p8 .mbr-section-title {
  font-size: 36px;
}
#content1-p9 P {
  text-align: center;
}
#extForm1-pa H2 {
  color: #efefef;
}
#content1-pb P {
  text-align: center;
}
#contacts1-pc SPAN {
  color: #cccccc;
}
#contacts1-pc STRONG {
  color: #cccccc;
}




#msg-box8-pf .mbr-section-title,
#msg-box8-pf p {
  color: #fff;
}
#msg-box8-pf .mbr-section-title {
  font-size: 48px;
}
#header3-pg .mbr-section-title,
#header3-pg .mbr-section-subtitle {
  text-align: center;
}
#header3-pg .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-pg .mbr-section-subtitle {
  text-align: left;
}
#extFeatures7-qj .mbr-section-title {
  font-size: 24px;
}
#extFeatures7-qj H5 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extFeatures7-qk .mbr-section-title {
  font-size: 24px;
}
#extFeatures7-qk H5 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#menu-pj .hide-buttons .nav-btn {
  display: none !important;
}
#menu-pj .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-pj .navbar-toggler {
  color: #ffffff;
}
#menu-pj .close-icon::before,
#menu-pj .close-icon::after {
  background-color: #ffffff;
}
#menu-pj .link,
#menu-pj .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-pj .link {
  font-size: 0.8rem;
}
#menu-pj .dropdown-item,
#menu-pj .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-pj .link:hover,
#menu-pj .dropdown-item:hover,
#menu-pj .link:focus,
#menu-pj .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-pj .link[aria-expanded="true"],
#menu-pj .dropdown-menu {
  background: #0e0e0e;
}
#menu-pj .nav-dropdown-sm .link:focus,
#menu-pj .nav-dropdown-sm .link:hover,
#menu-pj .nav-dropdown-sm .dropdown-item:focus,
#menu-pj .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-pj .navbar,
#menu-pj .nav-dropdown-sm,
#menu-pj .nav-dropdown-sm .link[aria-expanded="true"],
#menu-pj .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-pj .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-pj .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-pj .bg-color.transparent.opened .link:hover,
#menu-pj .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-pj .link[aria-expanded="true"],
#menu-pj .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-pj .btn {
  font-size: 14px;
}
#extFeatures7-py .mbr-section-title {
  font-size: 24px;
}
#extFeatures7-q4 H5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000000;
}
#extFeatures7-pr .mbr-section-title {
  font-size: 24px;
}
#header3-po .mbr-section-title,
#header3-po .mbr-section-subtitle {
  text-align: center;
}
#header3-pp .mbr-section-title,
#header3-pp .mbr-section-subtitle {
  text-align: center;
}
#header3-pp .mbr-section-title {
  font-size: 24px;
  text-align: center;
  color: #464d4b;
}
#header3-pp .mbr-section-title SPAN {
  font-size: 20px;
}
#extMsg-box4-pt SPAN {
  font-size: 24px;
}
#msg-box8-pu .mbr-section-title,
#msg-box8-pu p {
  color: #fff;
}
#msg-box8-pu .btn {
  font-size: 20px;
}
#msg-box8-pu .mbr-section-title {
  font-size: 24px;
  color: #ffffff;
}
#msg-box8-pu .mbr-section-title DIV {
  font-size: 17px;
}
#extForm1-pv H2 {
  color: #efefef;
}
#content1-pw P {
  text-align: center;
}
#contacts1-px SPAN {
  color: #cccccc;
}
#contacts1-px STRONG {
  color: #cccccc;
}

#msg-box8-l1 .mbr-section-title,
#msg-box8-l1 p {
  color: #fff;
}
#msg-box8-l1 .mbr-section-title {
  font-size: 48px;
}
#header3-l2 .mbr-section-title,
#header3-l2 .mbr-section-subtitle {
  text-align: center;
}
#header3-l2 .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header3-l2 .mbr-section-subtitle {
  text-align: left;
}
#header3-l2 .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#header3-l4 .mbr-section-title,
#header3-l4 .mbr-section-subtitle {
  text-align: center;
}
#header3-l4 .mbr-section-title {
  text-align: left;
  font-size: 24px;
}
#menu-l6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-l6 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-l6 .navbar-toggler {
  color: #ffffff;
}
#menu-l6 .close-icon::before,
#menu-l6 .close-icon::after {
  background-color: #ffffff;
}
#menu-l6 .link,
#menu-l6 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-l6 .link {
  font-size: 0.8rem;
}
#menu-l6 .dropdown-item,
#menu-l6 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-l6 .link:hover,
#menu-l6 .dropdown-item:hover,
#menu-l6 .link:focus,
#menu-l6 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-l6 .link[aria-expanded="true"],
#menu-l6 .dropdown-menu {
  background: #0e0e0e;
}
#menu-l6 .nav-dropdown-sm .link:focus,
#menu-l6 .nav-dropdown-sm .link:hover,
#menu-l6 .nav-dropdown-sm .dropdown-item:focus,
#menu-l6 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-l6 .navbar,
#menu-l6 .nav-dropdown-sm,
#menu-l6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-l6 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-l6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-l6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-l6 .bg-color.transparent.opened .link:hover,
#menu-l6 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-l6 .link[aria-expanded="true"],
#menu-l6 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-l6 .btn {
  font-size: 14px;
}
#header3-ld .mbr-section-title,
#header3-ld .mbr-section-subtitle {
  text-align: center;
}
#header3-ld .mbr-section-subtitle {
  font-size: 24px;
}
#header3-ld .mbr-section-title DIV {
  font-size: 36px;
}
#msg-box8-lf .mbr-section-title,
#msg-box8-lf p {
  color: #fff;
}
#msg-box8-lf .btn {
  font-size: 20px;
}
#msg-box8-lf .mbr-section-title {
  font-size: 24px;
}
#extForm1-lg H2 {
  color: #efefef;
}
#content1-lh P {
  text-align: center;
}
#content1-lj P {
  text-align: center;
}
#contacts1-li SPAN {
  color: #cccccc;
}
#contacts1-li STRONG {
  color: #cccccc;
}

#msg-box8-7w .mbr-section-title,
#msg-box8-7w p {
  color: #fff;
}
#msg-box8-7w .mbr-section-title {
  font-size: 48px;
}
#header3-7x .mbr-section-title,
#header3-7x .mbr-section-subtitle {
  text-align: center;
}
#header3-7x .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header3-7x .mbr-section-subtitle {
  text-align: left;
}
#header3-7x .mbr-section-subtitle B {
  font-size: 16px;
  color: #000000;
}
#msg-box8-7y .mbr-section-title,
#msg-box8-7y p {
  color: #fff;
}
#msg-box8-7y .lead P {
  color: #ffffff;
}
#menu-80 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-80 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-80 .navbar-toggler {
  color: #ffffff;
}
#menu-80 .close-icon::before,
#menu-80 .close-icon::after {
  background-color: #ffffff;
}
#menu-80 .link,
#menu-80 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-80 .link {
  font-size: 0.8rem;
}
#menu-80 .dropdown-item,
#menu-80 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-80 .link:hover,
#menu-80 .dropdown-item:hover,
#menu-80 .link:focus,
#menu-80 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-80 .link[aria-expanded="true"],
#menu-80 .dropdown-menu {
  background: #0e0e0e;
}
#menu-80 .nav-dropdown-sm .link:focus,
#menu-80 .nav-dropdown-sm .link:hover,
#menu-80 .nav-dropdown-sm .dropdown-item:focus,
#menu-80 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-80 .navbar,
#menu-80 .nav-dropdown-sm,
#menu-80 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-80 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-80 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-80 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-80 .bg-color.transparent.opened .link:hover,
#menu-80 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-80 .link[aria-expanded="true"],
#menu-80 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-80 .btn {
  font-size: 14px;
}
#header3-83 .mbr-section-title,
#header3-83 .mbr-section-subtitle {
  text-align: center;
}
#header3-83 .mbr-section-title {
  font-size: 36px;
  text-align: center;
}
#msg-box5-81 H3 {
  font-size: 30px;
  text-align: left;
}
#msg-box5-81 P {
  text-align: left;
}
#extForm1-87 H2 {
  color: #efefef;
}
#content1-8b P {
  text-align: center;
  font-size: 20px;
}
#contacts1-89 SPAN {
  color: #cccccc;
}
#contacts1-89 STRONG {
  color: #cccccc;
}

#msg-box8-j .mbr-section-title,
#msg-box8-j p {
  color: #fff;
}
#msg-box8-j .mbr-section-title {
  font-size: 36px;
}
#menu-d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-d .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-d .navbar-toggler {
  color: #ffffff;
}
#menu-d .close-icon::before,
#menu-d .close-icon::after {
  background-color: #ffffff;
}
#menu-d .link,
#menu-d .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-d .link {
  font-size: 0.8rem;
}
#menu-d .dropdown-item,
#menu-d .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-d .link:hover,
#menu-d .dropdown-item:hover,
#menu-d .link:focus,
#menu-d .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-d .link[aria-expanded="true"],
#menu-d .dropdown-menu {
  background: #0e0e0e;
}
#menu-d .nav-dropdown-sm .link:focus,
#menu-d .nav-dropdown-sm .link:hover,
#menu-d .nav-dropdown-sm .dropdown-item:focus,
#menu-d .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-d .navbar,
#menu-d .nav-dropdown-sm,
#menu-d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-d .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-d .bg-color.transparent.opened .link:hover,
#menu-d .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-d .link[aria-expanded="true"],
#menu-d .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-d .btn {
  font-size: 14px;
}
#extForm1-49 H2 {
  color: #efefef;
}
#msg-box8-4a .mbr-section-title,
#msg-box8-4a p {
  color: #fff;
}
#msg-box8-4a .mbr-section-title {
  font-size: 48px;
}
#contacts1-i SPAN {
  color: #cccccc;
}
#contacts1-i STRONG {
  color: #cccccc;
}

#msg-box8-j .mbr-section-title,
#msg-box8-j p {
  color: #fff;
}
#msg-box8-j .mbr-section-title {
  font-size: 36px;
}
#header3-r3 .mbr-section-title,
#header3-r3 .mbr-section-subtitle {
  text-align: center;
}
#header3-r3 .mbr-section-subtitle {
  font-size: 20px;
  color: #464d4b;
}
#header3-r3 .mbr-section-title {
  font-size: 30px;
}
#menu-d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-d .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-d .navbar-toggler {
  color: #ffffff;
}
#menu-d .close-icon::before,
#menu-d .close-icon::after {
  background-color: #ffffff;
}
#menu-d .link,
#menu-d .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-d .link {
  font-size: 0.8rem;
}
#menu-d .dropdown-item,
#menu-d .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-d .link:hover,
#menu-d .dropdown-item:hover,
#menu-d .link:focus,
#menu-d .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-d .link[aria-expanded="true"],
#menu-d .dropdown-menu {
  background: #0e0e0e;
}
#menu-d .nav-dropdown-sm .link:focus,
#menu-d .nav-dropdown-sm .link:hover,
#menu-d .nav-dropdown-sm .dropdown-item:focus,
#menu-d .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-d .navbar,
#menu-d .nav-dropdown-sm,
#menu-d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-d .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-d .bg-color.transparent.opened .link:hover,
#menu-d .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-d .link[aria-expanded="true"],
#menu-d .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-d .btn {
  font-size: 14px;
}
#extForm1-49 H2 {
  color: #efefef;
}
#msg-box8-4a .mbr-section-title,
#msg-box8-4a p {
  color: #fff;
}
#msg-box8-4a .mbr-section-title {
  font-size: 48px;
}
#msg-box8-4a .btn {
  font-size: 14px;
}
#contacts1-i SPAN {
  color: #cccccc;
}
#contacts1-i STRONG {
  color: #cccccc;
}


#msg-box8-s1 .mbr-section-title,
#msg-box8-s1 p {
  color: #fff;
}
#msg-box8-s1 .mbr-section-title {
  font-size: 36px;
}
#menu-s2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-s2 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-s2 .navbar-toggler {
  color: #ffffff;
}
#menu-s2 .close-icon::before,
#menu-s2 .close-icon::after {
  background-color: #ffffff;
}
#menu-s2 .link,
#menu-s2 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-s2 .link {
  font-size: 0.8rem;
}
#menu-s2 .dropdown-item,
#menu-s2 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-s2 .link:hover,
#menu-s2 .dropdown-item:hover,
#menu-s2 .link:focus,
#menu-s2 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-s2 .link[aria-expanded="true"],
#menu-s2 .dropdown-menu {
  background: #0e0e0e;
}
#menu-s2 .nav-dropdown-sm .link:focus,
#menu-s2 .nav-dropdown-sm .link:hover,
#menu-s2 .nav-dropdown-sm .dropdown-item:focus,
#menu-s2 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-s2 .navbar,
#menu-s2 .nav-dropdown-sm,
#menu-s2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-s2 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-s2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-s2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-s2 .bg-color.transparent.opened .link:hover,
#menu-s2 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-s2 .link[aria-expanded="true"],
#menu-s2 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-s2 .btn {
  font-size: 14px;
}
#header3-s3 .mbr-section-title,
#header3-s3 .mbr-section-subtitle {
  text-align: center;
}
#header3-s3 .mbr-section-title {
  font-size: 36px;
}
#content1-s6 P {
  text-align: center;
}
#header1-s8 .mbr-section-title {
  font-size: 36px;
}
#header1-s8 .mbr-section-lead B {
  font-family: 'Droid Sans', sans-serif;
  font-size: 30px;
}
#extForm1-sa H2 {
  color: #efefef;
  font-size: 36px;
}
#msg-box8-sb .mbr-section-title,
#msg-box8-sb p {
  color: #fff;
}
#msg-box8-sb .mbr-section-title {
  font-size: 48px;
}
#contacts1-sd SPAN {
  color: #cccccc;
}
#contacts1-sd STRONG {
  color: #cccccc;
}

#msg-box8-sl .mbr-section-title,
#msg-box8-sl p {
  color: #fff;
}
#msg-box8-sl .mbr-section-title {
  font-size: 48px;
}
#header3-sm .mbr-section-title,
#header3-sm .mbr-section-subtitle {
  text-align: center;
}
#header3-sm .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-sm .mbr-section-subtitle {
  text-align: left;
}
#header3-sm .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#header3-sp .mbr-section-title,
#header3-sp .mbr-section-subtitle {
  text-align: center;
}
#header3-sp .mbr-section-title {
  text-align: left;
  font-size: 24px;
}
#menu-sr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-sr .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-sr .navbar-toggler {
  color: #ffffff;
}
#menu-sr .close-icon::before,
#menu-sr .close-icon::after {
  background-color: #ffffff;
}
#menu-sr .link,
#menu-sr .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-sr .link {
  font-size: 0.8rem;
}
#menu-sr .dropdown-item,
#menu-sr .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-sr .link:hover,
#menu-sr .dropdown-item:hover,
#menu-sr .link:focus,
#menu-sr .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-sr .link[aria-expanded="true"],
#menu-sr .dropdown-menu {
  background: #0e0e0e;
}
#menu-sr .nav-dropdown-sm .link:focus,
#menu-sr .nav-dropdown-sm .link:hover,
#menu-sr .nav-dropdown-sm .dropdown-item:focus,
#menu-sr .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-sr .navbar,
#menu-sr .nav-dropdown-sm,
#menu-sr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-sr .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-sr .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-sr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-sr .bg-color.transparent.opened .link:hover,
#menu-sr .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-sr .link[aria-expanded="true"],
#menu-sr .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-sr .btn {
  font-size: 14px;
}
#msg-box5-ss H3 {
  font-size: 30px;
}
#msg-box5-ss P {
  text-align: left;
}
#content1-sw P {
  text-align: center;
}
#header3-t2 .mbr-section-title,
#header3-t2 .mbr-section-subtitle {
  text-align: center;
}
#header3-t2 .mbr-section-subtitle {
  font-size: 24px;
}
#content1-t1 P {
  text-align: center;
}
#extFeatures7-t4 .mbr-section-subtitle B {
  font-size: 20px;
}
#msg-box8-t6 .mbr-section-title,
#msg-box8-t6 p {
  color: #fff;
}
#msg-box8-t6 .btn {
  font-size: 20px;
}
#msg-box8-t6 .mbr-section-title {
  font-size: 36px;
}
#extForm1-t7 H2 {
  color: #efefef;
}
#content1-t8 P {
  text-align: center;
}
#contacts1-t9 SPAN {
  color: #cccccc;
}
#contacts1-t9 STRONG {
  color: #cccccc;
}

#msg-box8-tf .mbr-section-title,
#msg-box8-tf p {
  color: #fff;
}
#msg-box8-tf .mbr-section-title {
  font-size: 48px;
}
#header3-tg .mbr-section-title,
#header3-tg .mbr-section-subtitle {
  text-align: center;
}
#header3-tg .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-tg .mbr-section-subtitle {
  text-align: left;
}
#header3-tg .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-th .mbr-section-title,
#msg-box8-th p {
  color: #fff;
}
#menu-ti .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ti .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-ti .navbar-toggler {
  color: #ffffff;
}
#menu-ti .close-icon::before,
#menu-ti .close-icon::after {
  background-color: #ffffff;
}
#menu-ti .link,
#menu-ti .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-ti .link {
  font-size: 0.8rem;
}
#menu-ti .dropdown-item,
#menu-ti .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-ti .link:hover,
#menu-ti .dropdown-item:hover,
#menu-ti .link:focus,
#menu-ti .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-ti .link[aria-expanded="true"],
#menu-ti .dropdown-menu {
  background: #0e0e0e;
}
#menu-ti .nav-dropdown-sm .link:focus,
#menu-ti .nav-dropdown-sm .link:hover,
#menu-ti .nav-dropdown-sm .dropdown-item:focus,
#menu-ti .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-ti .navbar,
#menu-ti .nav-dropdown-sm,
#menu-ti .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ti .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-ti .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ti .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ti .bg-color.transparent.opened .link:hover,
#menu-ti .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-ti .link[aria-expanded="true"],
#menu-ti .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-ti .btn {
  font-size: 14px;
}
#msg-box5-tj H3 {
  font-size: 30px;
}
#header3-tm .mbr-section-title,
#header3-tm .mbr-section-subtitle {
  text-align: center;
}
#header3-tm .mbr-section-title {
  font-size: 24px;
  text-align: center;
}
#msg-box8-tp .mbr-section-title,
#msg-box8-tp p {
  color: #fff;
}
#msg-box8-tp .btn {
  font-size: 20px;
}
#extForm1-tq H2 {
  color: #efefef;
}
#content1-tr P {
  text-align: center;
}
#contacts1-ts SPAN {
  color: #cccccc;
}
#contacts1-ts STRONG {
  color: #cccccc;
}

#menu-tz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-tz .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-tz .navbar-toggler {
  color: #ffffff;
}
#menu-tz .close-icon::before,
#menu-tz .close-icon::after {
  background-color: #ffffff;
}
#menu-tz .link,
#menu-tz .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-tz .link {
  font-size: 0.8rem;
}
#menu-tz .dropdown-item,
#menu-tz .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-tz .link:hover,
#menu-tz .dropdown-item:hover,
#menu-tz .link:focus,
#menu-tz .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-tz .link[aria-expanded="true"],
#menu-tz .dropdown-menu {
  background: #0e0e0e;
}
#menu-tz .nav-dropdown-sm .link:focus,
#menu-tz .nav-dropdown-sm .link:hover,
#menu-tz .nav-dropdown-sm .dropdown-item:focus,
#menu-tz .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-tz .navbar,
#menu-tz .nav-dropdown-sm,
#menu-tz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-tz .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-tz .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-tz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-tz .bg-color.transparent.opened .link:hover,
#menu-tz .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-tz .link[aria-expanded="true"],
#menu-tz .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-tz .btn {
  font-size: 14px;
}
#header3-u0 .mbr-section-title,
#header3-u0 .mbr-section-subtitle {
  text-align: center;
}
#header3-u0 .mbr-section-title {
  font-size: 30px;
}
#header3-u0 .mbr-section-subtitle B {
  color: #000000;
  font-size: 24px;
}
#header3-u0 .mbr-section-title SPAN {
  font-size: 18px;
}
#header1-u2 .mbr-section-title {
  font-size: 48px;
}
#extForm1-u4 H2 {
  color: #efefef;
}
#content1-u5 P {
  text-align: center;
}
#contacts1-u6 SPAN {
  color: #cccccc;
}
#contacts1-u6 STRONG {
  color: #cccccc;
}

#menu-u9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-u9 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-u9 .navbar-toggler {
  color: #ffffff;
}
#menu-u9 .close-icon::before,
#menu-u9 .close-icon::after {
  background-color: #ffffff;
}
#menu-u9 .link,
#menu-u9 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-u9 .link {
  font-size: 0.8rem;
}
#menu-u9 .dropdown-item,
#menu-u9 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-u9 .link:hover,
#menu-u9 .dropdown-item:hover,
#menu-u9 .link:focus,
#menu-u9 .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-u9 .link[aria-expanded="true"],
#menu-u9 .dropdown-menu {
  background: #0e0e0e;
}
#menu-u9 .nav-dropdown-sm .link:focus,
#menu-u9 .nav-dropdown-sm .link:hover,
#menu-u9 .nav-dropdown-sm .dropdown-item:focus,
#menu-u9 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-u9 .navbar,
#menu-u9 .nav-dropdown-sm,
#menu-u9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-u9 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-u9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-u9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-u9 .bg-color.transparent.opened .link:hover,
#menu-u9 .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-u9 .link[aria-expanded="true"],
#menu-u9 .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-u9 .btn {
  font-size: 14px;
}
#header3-ua .mbr-section-title,
#header3-ua .mbr-section-subtitle {
  text-align: center;
}
#header3-ua .mbr-section-title {
  font-size: 30px;
}
#header3-ua .mbr-section-subtitle B {
  color: #000000;
  font-size: 24px;
}
#header3-ua .mbr-section-title SPAN {
  font-size: 18px;
}
#header1-uc .mbr-section-title {
  font-size: 48px;
}
#header1-uc .mbr-section-lead {
  font-size: 30px;
}
#extFeatures7-ui H5 {
  text-align: center;
}
#extMsg-box2-uo SPAN {
  color: #ffffff;
}
#extMsg-box2-uo P {
  color: #ffffff;
}
#msg-box8-um .mbr-section-title,
#msg-box8-um .lead {
  color: #fff;
}
#header3-uj .mbr-section-title,
#header3-uj .mbr-section-subtitle {
  text-align: center;
}
#header3-uj .mbr-section-title {
  font-size: 36px;
}
#extForm1-ue H2 {
  color: #efefef;
}
#content1-uf P {
  text-align: center;
}
#contacts1-ug SPAN {
  color: #cccccc;
}
#contacts1-ug STRONG {
  color: #cccccc;
}

#msg-box8-vo .mbr-section-title,
#msg-box8-vo p {
  color: #fff;
}
#msg-box8-vo .mbr-section-title {
  font-size: 48px;
}
#header3-vp .mbr-section-title,
#header3-vp .mbr-section-subtitle {
  text-align: center;
}
#header3-vp .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-vp .mbr-section-subtitle {
  text-align: left;
}
#header3-vp .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-vq .mbr-section-title,
#msg-box8-vq p {
  color: #fff;
}
#menu-vr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-vr .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-vr .navbar-toggler {
  color: #ffffff;
}
#menu-vr .close-icon::before,
#menu-vr .close-icon::after {
  background-color: #ffffff;
}
#menu-vr .link,
#menu-vr .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-vr .link {
  font-size: 0.8rem;
}
#menu-vr .dropdown-item,
#menu-vr .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-vr .link:hover,
#menu-vr .dropdown-item:hover,
#menu-vr .link:focus,
#menu-vr .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-vr .link[aria-expanded="true"],
#menu-vr .dropdown-menu {
  background: #0e0e0e;
}
#menu-vr .nav-dropdown-sm .link:focus,
#menu-vr .nav-dropdown-sm .link:hover,
#menu-vr .nav-dropdown-sm .dropdown-item:focus,
#menu-vr .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-vr .navbar,
#menu-vr .nav-dropdown-sm,
#menu-vr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-vr .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-vr .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-vr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-vr .bg-color.transparent.opened .link:hover,
#menu-vr .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-vr .link[aria-expanded="true"],
#menu-vr .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-vr .btn {
  font-size: 14px;
}
#msg-box5-vs H3 {
  font-size: 30px;
}
#header3-vv .mbr-section-title,
#header3-vv .mbr-section-subtitle {
  text-align: center;
}
#header3-vv .mbr-section-title {
  font-size: 24px;
  text-align: center;
}
#msg-box8-vy .mbr-section-title,
#msg-box8-vy p {
  color: #fff;
}
#msg-box8-vy .btn {
  font-size: 20px;
}
#extForm1-w0 H2 {
  color: #efefef;
}
#content1-w1 P {
  text-align: center;
}
#contacts1-w2 SPAN {
  color: #cccccc;
}
#contacts1-w2 STRONG {
  color: #cccccc;
}

#msg-box8-w8 .mbr-section-title,
#msg-box8-w8 p {
  color: #fff;
}
#msg-box8-w8 .mbr-section-title {
  font-size: 48px;
}
#header3-w9 .mbr-section-title,
#header3-w9 .mbr-section-subtitle {
  text-align: center;
}
#header3-w9 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header3-w9 .mbr-section-subtitle {
  text-align: left;
}
#header3-w9 .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-wa .mbr-section-title,
#msg-box8-wa p {
  color: #fff;
}
#msg-box8-wa .btn {
  font-size: 20px;
}
#msg-box8-wa .mbr-section-title {
  font-size: 36px;
}
#menu-wc .hide-buttons .nav-btn {
  display: none !important;
}
#menu-wc .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-wc .navbar-toggler {
  color: #ffffff;
}
#menu-wc .close-icon::before,
#menu-wc .close-icon::after {
  background-color: #ffffff;
}
#menu-wc .link,
#menu-wc .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-wc .link {
  font-size: 0.8rem;
}
#menu-wc .dropdown-item,
#menu-wc .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-wc .link:hover,
#menu-wc .dropdown-item:hover,
#menu-wc .link:focus,
#menu-wc .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-wc .link[aria-expanded="true"],
#menu-wc .dropdown-menu {
  background: #0e0e0e;
}
#menu-wc .nav-dropdown-sm .link:focus,
#menu-wc .nav-dropdown-sm .link:hover,
#menu-wc .nav-dropdown-sm .dropdown-item:focus,
#menu-wc .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-wc .navbar,
#menu-wc .nav-dropdown-sm,
#menu-wc .nav-dropdown-sm .link[aria-expanded="true"],
#menu-wc .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-wc .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-wc .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-wc .bg-color.transparent.opened .link:hover,
#menu-wc .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-wc .link[aria-expanded="true"],
#menu-wc .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-wc .btn {
  font-size: 14px;
}
#msg-box5-wd H3 {
  font-size: 30px;
}
#content1-wg P {
  text-align: center;
}
#msg-box8-wi .mbr-section-title,
#msg-box8-wi p {
  color: #fff;
}
#msg-box8-wi .btn {
  font-size: 20px;
}
#msg-box8-wi .mbr-section-title {
  font-size: 36px;
}
#content1-wj P {
  text-align: center;
}
#extForm1-wk H2 {
  color: #efefef;
}
#content1-wl P {
  text-align: center;
}
#contacts1-wm SPAN {
  color: #cccccc;
}
#contacts1-wm STRONG {
  color: #cccccc;
}

#msg-box8-wn .mbr-section-title,
#msg-box8-wn p {
  color: #fff;
}
#msg-box8-wn .mbr-section-title {
  font-size: 48px;
}
#header3-wo .mbr-section-title,
#header3-wo .mbr-section-subtitle {
  text-align: center;
}
#header3-wo .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header3-wo .mbr-section-subtitle {
  text-align: left;
}
#header3-wo .mbr-section-subtitle B {
  font-size: 22px;
  color: #000000;
}
#msg-box8-wp .mbr-section-title,
#msg-box8-wp p {
  color: #fff;
}
#menu-wq .hide-buttons .nav-btn {
  display: none !important;
}
#menu-wq .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#menu-wq .navbar-toggler {
  color: #ffffff;
}
#menu-wq .close-icon::before,
#menu-wq .close-icon::after {
  background-color: #ffffff;
}
#menu-wq .link,
#menu-wq .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-wq .link {
  font-size: 0.8rem;
}
#menu-wq .dropdown-item,
#menu-wq .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-wq .link:hover,
#menu-wq .dropdown-item:hover,
#menu-wq .link:focus,
#menu-wq .dropdown-item:focus {
  color: #c1c1c1;
}
#menu-wq .link[aria-expanded="true"],
#menu-wq .dropdown-menu {
  background: #0e0e0e;
}
#menu-wq .nav-dropdown-sm .link:focus,
#menu-wq .nav-dropdown-sm .link:hover,
#menu-wq .nav-dropdown-sm .dropdown-item:focus,
#menu-wq .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-wq .navbar,
#menu-wq .nav-dropdown-sm,
#menu-wq .nav-dropdown-sm .link[aria-expanded="true"],
#menu-wq .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-wq .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-wq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-wq .bg-color.transparent.opened .link:hover,
#menu-wq .bg-color.transparent.opened .link:focus {
  color: #c1c1c1;
}
#menu-wq .link[aria-expanded="true"],
#menu-wq .dropdown-item[aria-expanded="true"] {
  color: #c1c1c1!important;
}
#menu-wq .btn {
  font-size: 14px;
}
#msg-box5-wr H3 {
  font-size: 30px;
}
#header3-wu .mbr-section-title,
#header3-wu .mbr-section-subtitle {
  text-align: center;
}
#header3-wu .mbr-section-title {
  font-size: 24px;
  text-align: center;
}
#msg-box8-wx .mbr-section-title,
#msg-box8-wx p {
  color: #fff;
}
#msg-box8-wx .btn {
  font-size: 20px;
}
#extForm1-wy H2 {
  color: #efefef;
}
#content1-wz P {
  text-align: center;
}
#contacts1-x0 SPAN {
  color: #cccccc;
}
#contacts1-x0 STRONG {
  color: #cccccc;
}
