.subtitleFont {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #faaf40 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #2b0680 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #faaf40;
  border-color: #faaf40;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #e78d06;
  border-color: #e78d06;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e78d06 !important;
  border-color: #e78d06 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #2b0680;
  border-color: #2b0680;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #120337;
  border-color: #120337;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #120337 !important;
  border-color: #120337 !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #cf7d05;
  color: #cf7d05;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #faaf40;
  border-color: #faaf40;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #0a011f;
  color: #0a011f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #2b0680;
  border-color: #2b0680;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2b0680 !important;
  border-color: #2b0680 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #faaf40 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #2b0680 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #2b0680;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #faaf40;
}
.btn-social:hover {
  background: #faaf40;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #faaf40;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #faaf40;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #faaf40;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #faaf40;
}
.lead a,
.lead a:hover {
  color: #faaf40;
}
.lead blockquote {
  border-color: #faaf40;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5612f4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #faaf40;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#ext_menu-33 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-33 .navbar-caption {
  color: #ffffff;
}
#ext_menu-33 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-33 .close-icon::before,
#ext_menu-33 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-33 .link,
#ext_menu-33 .dropdown-item {
  color: #ffffff;
}
#ext_menu-33 .link {
  font-size: 0.75rem;
}
#ext_menu-33 .dropdown-item,
#ext_menu-33 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-33 .link:hover,
#ext_menu-33 .dropdown-item:hover,
#ext_menu-33 .link:focus,
#ext_menu-33 .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-33 .link[aria-expanded="true"],
#ext_menu-33 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-33 .nav-dropdown-sm .link:focus,
#ext_menu-33 .nav-dropdown-sm .link:hover,
#ext_menu-33 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-33 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-33 .navbar,
#ext_menu-33 .nav-dropdown-sm,
#ext_menu-33 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-33 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-33 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-33 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-33 .bg-color.transparent.opened .link:hover,
#ext_menu-33 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-33 .link[aria-expanded="true"],
#ext_menu-33 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-3i .mbr-section-title,
#header3-3i .mbr-section-subtitle {
  text-align: center;
}
#header2-bv .mbr-section-text {
  font-size: 24px;
}
#msg-box5-bn H3 {
  color: #000000;
  font-size: 36px;
}
#header3-ap .mbr-section-title,
#header3-ap .mbr-section-subtitle {
  text-align: center;
}
#header3-ap .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-34 .mbr-section-title,
#header3-34 .mbr-section-subtitle {
  text-align: center;
}
#header3-34 .mbr-section-title {
  font-size: 30px;
  color: #000000;
}
#features1-3 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#contacts2-6 STRONG {
  color: #ffffff;
}
#form1-7 .form-control-label {
  color: #ffffff;
}
#form1-7 SMALL {
  color: #000000;
  text-align: right;
}
#form1-7 .mbr-section-title {
  color: #232323;
  text-align: right;
}
#form1-7 .mbr-section-subtitle {
  color: #ffffff;
  font-size: 23px;
}
#form1-7 .mbr-section-subtitle B {
  font-size: 30px;
}
.cid-tT3A30pNwa {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #3d8eb9;
}
.cid-tT3A30pNwa .fb-page,
.cid-tT3A30pNwa span,
.cid-tT3A30pNwa iframe {
  width: 500px;
  height: 770px;
}
.cid-tT3A30pNwa blockquote {
  display: none;
}
.cid-tT3A30pNwa .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-tT3A30pNwa .mbr-section-title B {
  font-size: 36px;
}
#header3-8i .mbr-section-title,
#header3-8i .mbr-section-subtitle {
  text-align: center;
}
#header3-8i .mbr-section-subtitle B {
  font-size: 19px;
}
#social-buttons2-j .mbr-section-title,
#social-buttons2-j .btn-social {
  color: #232323;
}
#ext_menu-8 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8 .navbar-caption {
  color: #ffffff;
}
#ext_menu-8 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-8 .close-icon::before,
#ext_menu-8 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-8 .link,
#ext_menu-8 .dropdown-item {
  color: #ffffff;
}
#ext_menu-8 .link {
  font-size: 0.75rem;
}
#ext_menu-8 .dropdown-item,
#ext_menu-8 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-8 .link:hover,
#ext_menu-8 .dropdown-item:hover,
#ext_menu-8 .link:focus,
#ext_menu-8 .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-8 .link[aria-expanded="true"],
#ext_menu-8 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-8 .nav-dropdown-sm .link:focus,
#ext_menu-8 .nav-dropdown-sm .link:hover,
#ext_menu-8 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-8 .navbar,
#ext_menu-8 .nav-dropdown-sm,
#ext_menu-8 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8 .bg-color.transparent.opened .link:hover,
#ext_menu-8 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-8 .link[aria-expanded="true"],
#ext_menu-8 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#testimonials1-c .card-block P {
  text-align: left;
}
#testimonials1-c .mbr-section-title {
  color: #ffffff;
}
#ext_menu-f .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-f .navbar-caption {
  color: #ffffff;
}
#ext_menu-f .navbar-toggler {
  color: #ffffff;
}
#ext_menu-f .close-icon::before,
#ext_menu-f .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-f .link,
#ext_menu-f .dropdown-item {
  color: #ffffff;
}
#ext_menu-f .link {
  font-size: 0.75rem;
}
#ext_menu-f .dropdown-item,
#ext_menu-f .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-f .link:hover,
#ext_menu-f .dropdown-item:hover,
#ext_menu-f .link:focus,
#ext_menu-f .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-f .link[aria-expanded="true"],
#ext_menu-f .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-f .nav-dropdown-sm .link:focus,
#ext_menu-f .nav-dropdown-sm .link:hover,
#ext_menu-f .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-f .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-f .navbar,
#ext_menu-f .nav-dropdown-sm,
#ext_menu-f .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-f .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-f .bg-color.transparent.opened .link:hover,
#ext_menu-f .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-f .link[aria-expanded="true"],
#ext_menu-f .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-w .mbr-section-title,
#msg-box8-w p {
  color: #fff;
}
#content1-x P {
  text-align: left;
}
#msg-box8-y .mbr-section-title,
#msg-box8-y p {
  color: #fff;
}
#msg-box8-y .lead P {
  text-align: left;
}
#msg-box8-z .mbr-section-title,
#msg-box8-z p {
  color: #fff;
}
#msg-box8-z .lead P {
  text-align: left;
}
#ext_menu-d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-d .navbar-caption {
  color: #ffffff;
}
#ext_menu-d .navbar-toggler {
  color: #ffffff;
}
#ext_menu-d .close-icon::before,
#ext_menu-d .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-d .link,
#ext_menu-d .dropdown-item {
  color: #ffffff;
}
#ext_menu-d .link {
  font-size: 0.75rem;
}
#ext_menu-d .dropdown-item,
#ext_menu-d .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-d .link:hover,
#ext_menu-d .dropdown-item:hover,
#ext_menu-d .link:focus,
#ext_menu-d .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-d .nav-dropdown-sm .link:focus,
#ext_menu-d .nav-dropdown-sm .link:hover,
#ext_menu-d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-d .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-d .navbar,
#ext_menu-d .nav-dropdown-sm,
#ext_menu-d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-d .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-d .bg-color.transparent.opened .link:hover,
#ext_menu-d .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header2-bl .mbr-section-text {
  font-size: 25px;
}
#header2-bl .mbr-section-title {
  font-size: 36px;
}
#header2-bf .mbr-section-title {
  font-size: 25px;
}
#content1-b6 P {
  font-size: 22px;
  text-align: center;
}
#content1-b6 DIV {
  color: #ffffff;
}
#msg-box3-aw .mbr-section-title,
#msg-box3-aw .lead {
  color: #000;
}
#msg-box3-aw .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#msg-box3-aw .lead P {
  font-size: 30px;
}
#msg-box3-aw .lead {
  color: #ffffff;
}
#msg-box3-av .mbr-section-title,
#msg-box3-av .lead {
  color: #000;
}
#msg-box3-av .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#msg-box3-av .lead P {
  font-size: 30px;
}
#msg-box3-av .lead {
  color: #ffffff;
}
#header2-as .mbr-section-text {
  font-size: 24px;
}
#msg-box4-aa H3 {
  font-size: 30px;
  color: #ffffff;
}
#header2-9v .mbr-section-text {
  font-size: 24px;
}
#content5-99 .mbr-section-title,
#content5-99 .lead {
  color: #fff;
}
#header1-98 .mbr-section-title {
  font-size: 30px;
}
#header3-8s .mbr-section-title,
#header3-8s .mbr-section-subtitle {
  text-align: center;
}
#header3-8s .mbr-section-title {
  font-size: 22px;
  color: #2b0680;
}
#header3-8s .mbr-section-subtitle {
  color: #000000;
}
#header3-8s .mbr-section-subtitle B {
  font-size: 24px;
}
#header3-8s .mbr-section-title DIV {
  font-size: 24px;
}
#features1-8r .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #475577;
}
#msg-box4-8t H3 {
  font-size: 36px;
  color: #ffffff;
}
#header2-8q .mbr-section-text B {
  font-size: 20px;
}
#slider3-89 H2 {
  font-size: 48px;
  color: #000000;
}
#header2-85 .mbr-section-title {
  font-size: 25px;
}
#header2-85 .mbr-section-text {
  font-size: 22px;
}
#header2-84 .mbr-section-title {
  font-size: 36px;
}
#header2-84 .mbr-section-text {
  font-size: 22px;
}
#header6-78 .mbr-section-title {
  color: #28262b;
}
#header6-78 .mbr-section-text {
  color: #565656;
}
#msg-box4-75 DIV {
  font-size: 30px;
}
#header2-6z .mbr-section-text {
  font-size: 24px;
}
#msg-box5-6y H3 {
  font-size: 32px;
}
#header6-4o .mbr-section-title {
  color: #28262b;
  font-size: 32px;
}
#header6-4o .mbr-section-text {
  color: #565656;
}
#header6-49 .mbr-section-title {
  color: #28262b;
}
#header6-49 .mbr-section-text {
  color: #000000;
  font-size: 36px;
}
#header6-41 .mbr-section-title {
  color: #2b0680;
  font-size: 36px;
}
#header6-41 .mbr-section-text {
  color: #ffffff;
}
#header6-41 .mbr-section-text B {
  color: #2b0680;
  font-size: 20px;
}
#msg-box4-40 H3 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box4-40 DIV {
  color: #ffffff;
}
#header6-3u .mbr-section-title {
  color: #ffffff;
}
#header6-3u .mbr-section-text {
  color: #565656;
}
#msg-box6-3v .mbr-section-title,
#msg-box6-3v .lead p {
  color: #fff;
}
#msg-box5-3n H3 {
  font-size: 25px;
  color: #ffffff;
}
#msg-box5-3n B {
  color: #ffffff;
}
#header6-3m .mbr-section-title {
  color: #28262b;
  font-size: 24px;
}
#header6-3m .mbr-section-text {
  color: #000000;
}
#msg-box5-3c B {
  color: #000000;
}
#msg-box6-3b .mbr-section-title,
#msg-box6-3b .lead p {
  color: #fff;
}
#header2-2z .mbr-section-title {
  text-align: right;
}
#header2-2z .mbr-section-text {
  font-size: 24px;
}
#msg-box5-2y H3 {
  font-size: 32px;
}
#header2-2q .mbr-section-text {
  font-size: 20px;
}
#header6-2l .mbr-section-title {
  color: #28262b;
}
#header6-2l .mbr-section-text {
  color: #ffffff;
}
#header6-2g .mbr-section-title {
  color: #28262b;
}
#header6-2g .mbr-section-text {
  color: #565656;
}
#header6-2g .mbr-section-text B {
  font-size: 20px;
  color: #ffffff;
}
#header3-2c .mbr-section-title,
#header3-2c .mbr-section-subtitle {
  text-align: center;
}
#header3-2c .mbr-section-subtitle {
  color: #000000;
}
#header3-2c .mbr-section-subtitle B {
  font-size: 20px;
}
#slider3-28 H2 {
  font-size: 36px;
}
#slider3-10 H2 {
  font-size: 36px;
}
#header2-l .mbr-section-title {
  font-size: 36px;
}
#header4-m .mbr-section-lead {
  font-size: 30px;
}
#header2-n .mbr-section-title {
  font-size: 36px;
}
#header2-o .mbr-section-title {
  font-size: 36px;
}
#header2-o .mbr-section-title DIV {
  font-size: 32px;
}
#header2-p .mbr-section-title {
  font-size: 36px;
}
#header2-q .mbr-section-title {
  font-size: 36px;
}
#header2-r .mbr-section-title {
  font-size: 36px;
}
#header2-s .mbr-section-title {
  font-size: 36px;
}
#header2-u .mbr-section-title {
  font-size: 36px;
}
#header6-v .mbr-section-title {
  color: #28262b;
  font-size: 36px;
}
#header6-v .mbr-section-text {
  color: #565656;
}
#ext_menu-11 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-11 .navbar-caption {
  color: #ffffff;
}
#ext_menu-11 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-11 .close-icon::before,
#ext_menu-11 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-11 .link,
#ext_menu-11 .dropdown-item {
  color: #ffffff;
}
#ext_menu-11 .link {
  font-size: 0.75rem;
}
#ext_menu-11 .dropdown-item,
#ext_menu-11 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-11 .link:hover,
#ext_menu-11 .dropdown-item:hover,
#ext_menu-11 .link:focus,
#ext_menu-11 .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-11 .link[aria-expanded="true"],
#ext_menu-11 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-11 .nav-dropdown-sm .link:focus,
#ext_menu-11 .nav-dropdown-sm .link:hover,
#ext_menu-11 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-11 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-11 .navbar,
#ext_menu-11 .nav-dropdown-sm,
#ext_menu-11 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-11 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-11 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-11 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-11 .bg-color.transparent.opened .link:hover,
#ext_menu-11 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-11 .link[aria-expanded="true"],
#ext_menu-11 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-13 .mbr-section-title,
#header3-13 .mbr-section-subtitle {
  text-align: center;
}
#header3-13 .mbr-section-title SPAN {
  font-size: 24px;
}
#content7-12 P {
  text-align: left;
}
#ext_menu-14 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-14 .navbar-caption {
  color: #ffffff;
}
#ext_menu-14 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-14 .close-icon::before,
#ext_menu-14 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-14 .link,
#ext_menu-14 .dropdown-item {
  color: #ffffff;
}
#ext_menu-14 .link {
  font-size: 0.75rem;
}
#ext_menu-14 .dropdown-item,
#ext_menu-14 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-14 .link:hover,
#ext_menu-14 .dropdown-item:hover,
#ext_menu-14 .link:focus,
#ext_menu-14 .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-14 .link[aria-expanded="true"],
#ext_menu-14 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-14 .nav-dropdown-sm .link:focus,
#ext_menu-14 .nav-dropdown-sm .link:hover,
#ext_menu-14 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-14 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-14 .navbar,
#ext_menu-14 .nav-dropdown-sm,
#ext_menu-14 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-14 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-14 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-14 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-14 .bg-color.transparent.opened .link:hover,
#ext_menu-14 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-14 .link[aria-expanded="true"],
#ext_menu-14 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-16 .mbr-section-title,
#header3-16 .mbr-section-subtitle {
  text-align: center;
}
#header3-16 .mbr-section-title SPAN {
  font-size: 16px;
}
#header3-16 .mbr-section-title {
  text-align: center;
  font-size: 18px;
}
#content7-18 P {
  text-align: left;
}
#ext_menu-1e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1e .navbar-caption {
  color: #ffffff;
}
#ext_menu-1e .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1e .close-icon::before,
#ext_menu-1e .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1e .link,
#ext_menu-1e .dropdown-item {
  color: #ffffff;
}
#ext_menu-1e .link {
  font-size: 0.75rem;
}
#ext_menu-1e .dropdown-item,
#ext_menu-1e .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1e .link:hover,
#ext_menu-1e .dropdown-item:hover,
#ext_menu-1e .link:focus,
#ext_menu-1e .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-1e .link[aria-expanded="true"],
#ext_menu-1e .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-1e .nav-dropdown-sm .link:focus,
#ext_menu-1e .nav-dropdown-sm .link:hover,
#ext_menu-1e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1e .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-1e .navbar,
#ext_menu-1e .nav-dropdown-sm,
#ext_menu-1e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1e .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-1e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1e .bg-color.transparent.opened .link:hover,
#ext_menu-1e .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-1e .link[aria-expanded="true"],
#ext_menu-1e .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-1c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1c .navbar-caption {
  color: #ffffff;
}
#ext_menu-1c .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1c .close-icon::before,
#ext_menu-1c .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1c .link,
#ext_menu-1c .dropdown-item {
  color: #ffffff;
}
#ext_menu-1c .link {
  font-size: 0.75rem;
}
#ext_menu-1c .dropdown-item,
#ext_menu-1c .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1c .link:hover,
#ext_menu-1c .dropdown-item:hover,
#ext_menu-1c .link:focus,
#ext_menu-1c .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-1c .link[aria-expanded="true"],
#ext_menu-1c .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-1c .nav-dropdown-sm .link:focus,
#ext_menu-1c .nav-dropdown-sm .link:hover,
#ext_menu-1c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1c .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-1c .navbar,
#ext_menu-1c .nav-dropdown-sm,
#ext_menu-1c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1c .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-1c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1c .bg-color.transparent.opened .link:hover,
#ext_menu-1c .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-1c .link[aria-expanded="true"],
#ext_menu-1c .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box5-1g P {
  color: #000000;
  font-size: 22px;
}
#msg-box5-1h P {
  font-size: 22px;
}
#msg-box5-1i P {
  font-size: 22px;
}
#msg-box5-1j P {
  font-size: 22px;
}
#ext_menu-1s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1s .navbar-caption {
  color: #ffffff;
}
#ext_menu-1s .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1s .close-icon::before,
#ext_menu-1s .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1s .link,
#ext_menu-1s .dropdown-item {
  color: #ffffff;
}
#ext_menu-1s .link {
  font-size: 0.75rem;
}
#ext_menu-1s .dropdown-item,
#ext_menu-1s .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1s .link:hover,
#ext_menu-1s .dropdown-item:hover,
#ext_menu-1s .link:focus,
#ext_menu-1s .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-1s .link[aria-expanded="true"],
#ext_menu-1s .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-1s .nav-dropdown-sm .link:focus,
#ext_menu-1s .nav-dropdown-sm .link:hover,
#ext_menu-1s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1s .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-1s .navbar,
#ext_menu-1s .nav-dropdown-sm,
#ext_menu-1s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1s .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-1s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1s .bg-color.transparent.opened .link:hover,
#ext_menu-1s .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-1s .link[aria-expanded="true"],
#ext_menu-1s .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1w .mbr-section-title,
#header3-1w .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-4r .mbr-section-title,
#msg-box8-4r p {
  color: #fff;
}
#msg-box8-4r .mbr-section-title {
  font-size: 36px;
}
#msg-box4-1x H3 {
  color: #ffffff;
}
#msg-box4-25 H3 {
  color: #000000;
}
#header3-1y .mbr-section-title,
#header3-1y .mbr-section-subtitle {
  text-align: center;
}
#msg-box4-21 H3 {
  color: #ffffff;
}
#msg-box4-24 H3 {
  color: #ffffff;
}
#msg-box4-aq H3 {
  color: #000000;
  font-size: 36px;
}
#msg-box4-aq DIV {
  color: #000000;
}
#ext_menu-4s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4s .navbar-caption {
  color: #ffffff;
}
#ext_menu-4s .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4s .close-icon::before,
#ext_menu-4s .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4s .link,
#ext_menu-4s .dropdown-item {
  color: #ffffff;
}
#ext_menu-4s .link {
  font-size: 0.75rem;
}
#ext_menu-4s .dropdown-item,
#ext_menu-4s .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-4s .link:hover,
#ext_menu-4s .dropdown-item:hover,
#ext_menu-4s .link:focus,
#ext_menu-4s .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-4s .link[aria-expanded="true"],
#ext_menu-4s .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-4s .nav-dropdown-sm .link:focus,
#ext_menu-4s .nav-dropdown-sm .link:hover,
#ext_menu-4s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4s .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-4s .navbar,
#ext_menu-4s .nav-dropdown-sm,
#ext_menu-4s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4s .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-4s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4s .bg-color.transparent.opened .link:hover,
#ext_menu-4s .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-4s .link[aria-expanded="true"],
#ext_menu-4s .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-4t .mbr-section-title,
#header3-4t .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-4u .mbr-section-title,
#msg-box8-4u p {
  color: #fff;
}
#msg-box8-4u .mbr-section-title {
  font-size: 36px;
}
#header6-74 .mbr-section-title {
  color: #28262b;
}
#header6-74 .mbr-section-text {
  color: #565656;
}
#msg-box4-51 H3 {
  color: #000000;
}
#msg-box4-51 DIV {
  color: #000000;
}
#ext_menu-56 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-56 .navbar-caption {
  color: #ffffff;
}
#ext_menu-56 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-56 .close-icon::before,
#ext_menu-56 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-56 .link,
#ext_menu-56 .dropdown-item {
  color: #ffffff;
}
#ext_menu-56 .link {
  font-size: 0.75rem;
}
#ext_menu-56 .dropdown-item,
#ext_menu-56 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-56 .link:hover,
#ext_menu-56 .dropdown-item:hover,
#ext_menu-56 .link:focus,
#ext_menu-56 .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-56 .link[aria-expanded="true"],
#ext_menu-56 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-56 .nav-dropdown-sm .link:focus,
#ext_menu-56 .nav-dropdown-sm .link:hover,
#ext_menu-56 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-56 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-56 .navbar,
#ext_menu-56 .nav-dropdown-sm,
#ext_menu-56 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-56 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-56 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-56 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-56 .bg-color.transparent.opened .link:hover,
#ext_menu-56 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-56 .link[aria-expanded="true"],
#ext_menu-56 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-57 .mbr-section-title,
#header3-57 .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-58 .mbr-section-title,
#msg-box8-58 p {
  color: #fff;
}
#msg-box8-58 .mbr-section-title {
  font-size: 36px;
}
#msg-box4-ae H3 {
  color: #000000;
}
#msg-box4-ae DIV {
  color: #000000;
}
#msg-box4-ag H3 {
  color: #000000;
}
#msg-box4-ag DIV {
  color: #000000;
}
#msg-box4-ah H3 {
  color: #000000;
}
#msg-box4-ah DIV {
  color: #000000;
}
#msg-box4-ak H3 {
  color: #000000;
}
#msg-box4-ak DIV {
  color: #000000;
}
#msg-box4-am H3 {
  color: #000000;
}
#msg-box4-am DIV {
  color: #000000;
}
#ext_menu-5f .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5f .navbar-caption {
  color: #ffffff;
}
#ext_menu-5f .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5f .close-icon::before,
#ext_menu-5f .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5f .link,
#ext_menu-5f .dropdown-item {
  color: #ffffff;
}
#ext_menu-5f .link {
  font-size: 0.75rem;
}
#ext_menu-5f .dropdown-item,
#ext_menu-5f .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-5f .link:hover,
#ext_menu-5f .dropdown-item:hover,
#ext_menu-5f .link:focus,
#ext_menu-5f .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-5f .link[aria-expanded="true"],
#ext_menu-5f .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-5f .nav-dropdown-sm .link:focus,
#ext_menu-5f .nav-dropdown-sm .link:hover,
#ext_menu-5f .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5f .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-5f .navbar,
#ext_menu-5f .nav-dropdown-sm,
#ext_menu-5f .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5f .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-5f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5f .bg-color.transparent.opened .link:hover,
#ext_menu-5f .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-5f .link[aria-expanded="true"],
#ext_menu-5f .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-5g .mbr-section-title,
#header3-5g .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-5h .mbr-section-title,
#msg-box8-5h p {
  color: #fff;
}
#msg-box8-5h .mbr-section-title {
  font-size: 36px;
}
#msg-box4-5n H3 {
  color: #000000;
}
#msg-box4-5o H3 {
  color: #000000;
}
#msg-box4-5o DIV {
  color: #000000;
}
#msg-box4-5p H3 {
  color: #000000;
}
#msg-box4-5p DIV {
  color: #000000;
}
#header6-68 .mbr-section-title {
  color: #28262b;
}
#header6-68 .mbr-section-text {
  color: #565656;
}
#header6-69 .mbr-section-title {
  color: #28262b;
}
#header6-69 .mbr-section-text {
  color: #565656;
}
#ext_menu-5q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5q .navbar-caption {
  color: #ffffff;
}
#ext_menu-5q .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5q .close-icon::before,
#ext_menu-5q .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5q .link,
#ext_menu-5q .dropdown-item {
  color: #ffffff;
}
#ext_menu-5q .link {
  font-size: 0.75rem;
}
#ext_menu-5q .dropdown-item,
#ext_menu-5q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-5q .link:hover,
#ext_menu-5q .dropdown-item:hover,
#ext_menu-5q .link:focus,
#ext_menu-5q .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-5q .link[aria-expanded="true"],
#ext_menu-5q .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-5q .nav-dropdown-sm .link:focus,
#ext_menu-5q .nav-dropdown-sm .link:hover,
#ext_menu-5q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5q .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-5q .navbar,
#ext_menu-5q .nav-dropdown-sm,
#ext_menu-5q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5q .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-5q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5q .bg-color.transparent.opened .link:hover,
#ext_menu-5q .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-5q .link[aria-expanded="true"],
#ext_menu-5q .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-5r .mbr-section-title,
#header3-5r .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-5s .mbr-section-title,
#msg-box8-5s p {
  color: #fff;
}
#msg-box8-5s .mbr-section-title {
  font-size: 36px;
}
#msg-box4-6c H3 {
  color: #000000;
}
#msg-box4-6d H3 {
  color: #000000;
}
#msg-box4-6d DIV {
  color: #000000;
}
#msg-box4-6e H3 {
  color: #000000;
}
#msg-box4-6e DIV {
  color: #000000;
}
#msg-box4-6f H3 {
  color: #000000;
}
#msg-box4-6h DIV {
  font-size: 36px;
}
#ext_menu-5w .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5w .navbar-caption {
  color: #ffffff;
}
#ext_menu-5w .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5w .close-icon::before,
#ext_menu-5w .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5w .link,
#ext_menu-5w .dropdown-item {
  color: #ffffff;
}
#ext_menu-5w .link {
  font-size: 0.75rem;
}
#ext_menu-5w .dropdown-item,
#ext_menu-5w .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-5w .link:hover,
#ext_menu-5w .dropdown-item:hover,
#ext_menu-5w .link:focus,
#ext_menu-5w .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-5w .link[aria-expanded="true"],
#ext_menu-5w .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-5w .nav-dropdown-sm .link:focus,
#ext_menu-5w .nav-dropdown-sm .link:hover,
#ext_menu-5w .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5w .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-5w .navbar,
#ext_menu-5w .nav-dropdown-sm,
#ext_menu-5w .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5w .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-5w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5w .bg-color.transparent.opened .link:hover,
#ext_menu-5w .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-5w .link[aria-expanded="true"],
#ext_menu-5w .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-5x .mbr-section-title,
#header3-5x .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-5y .mbr-section-title,
#msg-box8-5y p {
  color: #fff;
}
#msg-box8-5y .mbr-section-title {
  font-size: 36px;
}
#msg-box4-7i H3 {
  color: #000000;
}
#msg-box4-7i DIV {
  font-size: 46px;
}
#msg-box4-7u H3 {
  font-size: 46px;
}
#msg-box4-7w DIV {
  font-size: 46px;
}
#msg-box4-7z DIV {
  font-size: 46px;
}
#msg-box4-80 DIV {
  font-size: 46px;
}
#msg-box4-82 DIV {
  font-size: 36px;
}
#ext_menu-5z .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5z .navbar-caption {
  color: #ffffff;
}
#ext_menu-5z .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5z .close-icon::before,
#ext_menu-5z .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5z .link,
#ext_menu-5z .dropdown-item {
  color: #ffffff;
}
#ext_menu-5z .link {
  font-size: 0.75rem;
}
#ext_menu-5z .dropdown-item,
#ext_menu-5z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-5z .link:hover,
#ext_menu-5z .dropdown-item:hover,
#ext_menu-5z .link:focus,
#ext_menu-5z .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-5z .link[aria-expanded="true"],
#ext_menu-5z .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-5z .nav-dropdown-sm .link:focus,
#ext_menu-5z .nav-dropdown-sm .link:hover,
#ext_menu-5z .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5z .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-5z .navbar,
#ext_menu-5z .nav-dropdown-sm,
#ext_menu-5z .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5z .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-5z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5z .bg-color.transparent.opened .link:hover,
#ext_menu-5z .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-5z .link[aria-expanded="true"],
#ext_menu-5z .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-60 .mbr-section-title,
#header3-60 .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-61 .mbr-section-title,
#msg-box8-61 p {
  color: #fff;
}
#msg-box8-61 .mbr-section-title {
  font-size: 36px;
}
#msg-box4-8n H3 {
  color: #000000;
}
#msg-box4-8o H3 {
  color: #000000;
}
#msg-box4-8o DIV {
  color: #000000;
}
#msg-box4-8u H3 {
  color: #000000;
}
#msg-box4-8v H3 {
  color: #000000;
}
#msg-box4-8v DIV {
  color: #000000;
}
#msg-box4-8w H3 {
  color: #000000;
  text-align: left;
}
#msg-box4-8x DIV {
  font-size: 36px;
}
#msg-box4-8y H3 {
  color: #000000;
  text-align: left;
}
#msg-box4-95 H3 {
  color: #000000;
}
#msg-box4-95 DIV {
  color: #000000;
}
#msg-box4-96 H3 {
  color: #000000;
}
#msg-box4-96 DIV {
  color: #000000;
}
#msg-box4-9t H3 {
  color: #000000;
}
#msg-box4-9t DIV {
  color: #000000;
}
#msg-box4-9w H3 {
  color: #000000;
}
#msg-box4-9w DIV {
  color: #000000;
}
#msg-box4-9y H3 {
  color: #000000;
}
#msg-box4-9y DIV {
  color: #000000;
}
#msg-box4-9z H3 {
  color: #000000;
}
#msg-box4-a0 DIV {
  font-size: 36px;
}
#msg-box4-a1 DIV {
  font-size: 36px;
}
#msg-box4-a4 H3 {
  color: #000000;
}
#msg-box4-a4 DIV {
  color: #000000;
}
#msg-box4-a5 H3 {
  color: #000000;
}
#msg-box4-a6 H3 {
  color: #000000;
}
#msg-box4-a6 DIV {
  color: #000000;
}
#msg-box4-a7 H3 {
  color: #000000;
}
#msg-box4-a9 H3 {
  color: #000000;
}
#msg-box4-a9 DIV {
  color: #000000;
}
#msg-box4-ab H3 {
  color: #000000;
}
#msg-box4-ab DIV {
  color: #000000;
}
#msg-box4-ac H3 {
  color: #000000;
}
#msg-box4-ac DIV {
  color: #000000;
}
#msg-box4-ad H3 {
  color: #000000;
}
#msg-box4-ad DIV {
  color: #000000;
}
#msg-box4-af H3 {
  color: #000000;
}
#msg-box4-af DIV {
  color: #000000;
}
#msg-box4-aj H3 {
  color: #000000;
}
#msg-box4-aj DIV {
  color: #000000;
}
#msg-box4-ai H3 {
  color: #000000;
}
#msg-box4-ai DIV {
  color: #000000;
}
#ext_menu-62 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-62 .navbar-caption {
  color: #ffffff;
}
#ext_menu-62 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-62 .close-icon::before,
#ext_menu-62 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-62 .link,
#ext_menu-62 .dropdown-item {
  color: #ffffff;
}
#ext_menu-62 .link {
  font-size: 0.75rem;
}
#ext_menu-62 .dropdown-item,
#ext_menu-62 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-62 .link:hover,
#ext_menu-62 .dropdown-item:hover,
#ext_menu-62 .link:focus,
#ext_menu-62 .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-62 .link[aria-expanded="true"],
#ext_menu-62 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-62 .nav-dropdown-sm .link:focus,
#ext_menu-62 .nav-dropdown-sm .link:hover,
#ext_menu-62 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-62 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-62 .navbar,
#ext_menu-62 .nav-dropdown-sm,
#ext_menu-62 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-62 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-62 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-62 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-62 .bg-color.transparent.opened .link:hover,
#ext_menu-62 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-62 .link[aria-expanded="true"],
#ext_menu-62 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-63 .mbr-section-title,
#header3-63 .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-64 .mbr-section-title,
#msg-box8-64 p {
  color: #fff;
}
#msg-box8-64 .mbr-section-title {
  font-size: 36px;
}
#msg-box4-b8 H3 {
  color: #000000;
}
#msg-box4-b8 DIV {
  color: #000000;
}
#msg-box4-b9 H3 {
  color: #000000;
}
#msg-box4-b9 DIV {
  color: #000000;
}
#msg-box4-bb H3 {
  color: #000000;
}
#msg-box4-bb DIV {
  color: #000000;
}
#msg-box4-bd H3 {
  color: #000000;
}
#msg-box4-bd DIV {
  color: #000000;
}
#msg-box4-be H3 {
  color: #000000;
}
#msg-box4-be DIV {
  color: #000000;
}
#msg-box4-at H3 {
  color: #000000;
}
#msg-box4-at DIV {
  color: #000000;
}
#msg-box4-bg H3 {
  color: #000000;
}
#msg-box4-bg DIV {
  color: #000000;
}
#msg-box4-bh H3 {
  color: #000000;
}
#msg-box4-bh DIV {
  color: #000000;
}
#msg-box4-bi H3 {
  color: #000000;
}
#msg-box4-bi DIV {
  color: #000000;
}
#ext_menu-65 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-65 .navbar-caption {
  color: #ffffff;
}
#ext_menu-65 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-65 .close-icon::before,
#ext_menu-65 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-65 .link,
#ext_menu-65 .dropdown-item {
  color: #ffffff;
}
#ext_menu-65 .link {
  font-size: 0.75rem;
}
#ext_menu-65 .dropdown-item,
#ext_menu-65 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-65 .link:hover,
#ext_menu-65 .dropdown-item:hover,
#ext_menu-65 .link:focus,
#ext_menu-65 .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-65 .link[aria-expanded="true"],
#ext_menu-65 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-65 .nav-dropdown-sm .link:focus,
#ext_menu-65 .nav-dropdown-sm .link:hover,
#ext_menu-65 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-65 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-65 .navbar,
#ext_menu-65 .nav-dropdown-sm,
#ext_menu-65 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-65 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-65 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-65 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-65 .bg-color.transparent.opened .link:hover,
#ext_menu-65 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-65 .link[aria-expanded="true"],
#ext_menu-65 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-66 .mbr-section-title,
#header3-66 .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-67 .mbr-section-title,
#msg-box8-67 p {
  color: #fff;
}
#msg-box8-67 .mbr-section-title {
  font-size: 36px;
}
#ext_menu-7a .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7a .navbar-caption {
  color: #ffffff;
}
#ext_menu-7a .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7a .close-icon::before,
#ext_menu-7a .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7a .link,
#ext_menu-7a .dropdown-item {
  color: #ffffff;
}
#ext_menu-7a .link {
  font-size: 0.75rem;
}
#ext_menu-7a .dropdown-item,
#ext_menu-7a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-7a .link:hover,
#ext_menu-7a .dropdown-item:hover,
#ext_menu-7a .link:focus,
#ext_menu-7a .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-7a .link[aria-expanded="true"],
#ext_menu-7a .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-7a .nav-dropdown-sm .link:focus,
#ext_menu-7a .nav-dropdown-sm .link:hover,
#ext_menu-7a .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7a .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-7a .navbar,
#ext_menu-7a .nav-dropdown-sm,
#ext_menu-7a .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7a .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-7a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7a .bg-color.transparent.opened .link:hover,
#ext_menu-7a .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-7a .link[aria-expanded="true"],
#ext_menu-7a .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box5-7b H3 {
  font-size: 46px;
}
#msg-box5-8p H3 {
  font-size: 46px;
}
#msg-box5-8p P {
  color: #2b0680;
}
#msg-box5-7c P {
  font-size: 20px;
}
#msg-box5-7d P {
  color: #ffffff;
}
#ext_menu-9j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9j .navbar-caption {
  color: #ffffff;
}
#ext_menu-9j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-9j .close-icon::before,
#ext_menu-9j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-9j .link,
#ext_menu-9j .dropdown-item {
  color: #ffffff;
}
#ext_menu-9j .link {
  font-size: 0.75rem;
}
#ext_menu-9j .dropdown-item,
#ext_menu-9j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-9j .link:hover,
#ext_menu-9j .dropdown-item:hover,
#ext_menu-9j .link:focus,
#ext_menu-9j .dropdown-item:focus {
  color: #faaf40;
}
#ext_menu-9j .link[aria-expanded="true"],
#ext_menu-9j .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-9j .nav-dropdown-sm .link:focus,
#ext_menu-9j .nav-dropdown-sm .link:hover,
#ext_menu-9j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9j .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-9j .navbar,
#ext_menu-9j .nav-dropdown-sm,
#ext_menu-9j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9j .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-9j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-9j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9j .bg-color.transparent.opened .link:hover,
#ext_menu-9j .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#ext_menu-9j .link[aria-expanded="true"],
#ext_menu-9j .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-9d .mbr-section-title,
#header3-9d .mbr-section-subtitle {
  text-align: center;
}
#header3-9g .mbr-section-title,
#header3-9g .mbr-section-subtitle {
  text-align: center;
}
#header3-9g .mbr-section-title {
  font-size: 30px;
  color: #b8312f;
}
#header3-9h .mbr-section-title,
#header3-9h .mbr-section-subtitle {
  text-align: center;
}
#header3-9h .mbr-section-title {
  font-size: 30px;
  color: #000000;
}
#msg-box4-9s H3 {
  font-size: 36px;
}
#features1-9i .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#contacts2-9k STRONG {
  color: #ffffff;
}
#form1-9l .form-control-label {
  color: #ffffff;
}
#form1-9l SMALL {
  color: #000000;
  text-align: right;
}
#form1-9l .mbr-section-title {
  color: #232323;
  text-align: right;
}
#form1-9l .mbr-section-subtitle {
  color: #ffffff;
}
#form1-9l .mbr-section-subtitle B {
  font-size: 30px;
}
#social-buttons2-9q .mbr-section-title,
#social-buttons2-9q .btn-social {
  color: #232323;
}
