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



body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Arvo', 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: 'Arvo', serif;
}
.btn {
  border-radius: 2.6em;
}
.mbr-gallery-filter ul li {
  border-radius: 2.6em;
}
.btn-sm,
.mbr-section-subtitle,
.mbr-cards .card-subtitle,
.nav-tabs .nav-link,
.mbr-testimonial .card-block,
.table th {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Arvo', serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Arvo', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #f1c40f !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #3498db !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #34495e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #f4d03f;
  border-color: #f4d03f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f4d03f !important;
  border-color: #f4d03f !important;
}
.btn-secondary {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #34495e;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b07cc6;
  border-color: #b07cc6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b07cc6 !important;
  border-color: #b07cc6 !important;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #34495e;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #5faee3;
  border-color: #5faee3;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5faee3 !important;
  border-color: #5faee3 !important;
}
.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #34495e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #54d98c;
  border-color: #54d98c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54d98c !important;
  border-color: #54d98c !important;
}
.btn-warning {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #34495e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #34495e;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ed7669;
  border-color: #ed7669;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #e8bd0e;
  color: #e8bd0e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #9752b3;
  color: #9752b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #9b59b6 !important;
  border-color: #9b59b6 !important;
}
.btn-info-outline {
  background: none;
  border-color: #2b94d9;
  color: #2b94d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.btn-success-outline {
  background: none;
  border-color: #2cc46c;
  color: #2cc46c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e64433;
  color: #e64433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-primary.btn-text {
  color: #f1c40f;
  background: none;
  border: none;
}
.btn-primary.btn-text:hover,
.btn-primary.btn-text:focus,
.btn-primary.btn-text.focus,
.btn-primary.btn-text:active,
.btn-primary.btn-text.active {
  color: #f4d03f;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #9b59b6;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #b07cc6;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #3498db;
  background: none;
  border: none;
}
.btn-info.btn-text:hover,
.btn-info.btn-text:focus,
.btn-info.btn-text.focus,
.btn-info.btn-text:active,
.btn-info.btn-text.active {
  color: #5faee3;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #2ecc71;
  background: none;
  border: none;
}
.btn-success.btn-text:hover,
.btn-success.btn-text:focus,
.btn-success.btn-text.focus,
.btn-success.btn-text:active,
.btn-success.btn-text.active {
  color: #54d98c;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-warning.btn-text:hover,
.btn-warning.btn-text:focus,
.btn-warning.btn-text.focus,
.btn-warning.btn-text:active,
.btn-warning.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #e74c3c;
  background: none;
  border: none;
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus,
.btn-danger.btn-text.focus,
.btn-danger.btn-text:active,
.btn-danger.btn-text.active {
  color: #ed7669;
  background: none !important;
  border: none !important;
}
.btn-black.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-black.btn-text:hover,
.btn-black.btn-text:focus,
.btn-black.btn-text.focus,
.btn-black.btn-text:active,
.btn-black.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-white.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-white.btn-text:hover,
.btn-white.btn-text:focus,
.btn-white.btn-text.focus,
.btn-white.btn-text:active,
.btn-white.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.text-primary {
  color: #f1c40f !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #3498db !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #f1c40f;
}
.btn-social:hover {
  background: #f1c40f;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #f1c40f;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #f1c40f;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f1c40f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f1c40f;
}
.lead a {
  color: #f1c40f;
}
.lead a:hover {
  color: #f4d03f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf3d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1f0fa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #f1c40f;
}
.scrollToTop_wraper {
  display: none;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #f1c40f;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #f1c40f;
  color: #222;
}
/*end-nav-tabs*/
/*mbr-arrow next and toTop*/
.mbr-arrow a {
  border-radius: 50% !important;
}
.mbr-arrow-up a {
  border-radius: 50% !important;
}
.mbr-arrow a,
.mbr-arrow-up a {
  background: rgba(241, 196, 15, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #f2ca27;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #f1c40f;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(241, 196, 15, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #f1c40f;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #f1c40f;
}
.mbr-slider .carousel-indicators .active {
  background: #f1c40f;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #f1c40f;
}
.mbr-gallery .modal .close:hover {
  background: #f1c40f;
}
.mbr-gallery-filter li.active {
  border-color: #f1c40f;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #f4d03f;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(241, 196, 15, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #f1c40f;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #f1c40f;
}
/*content4*/
.content4 p {
  border-top-color: #f1c40f;
  border-bottom-color: #f1c40f;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #f1c40f;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #f1c40f;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #f1c40f;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #f1c40f;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #f1c40f;
  }
}
.progressbar .progressbar-number {
  background: #f4d03f;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #f1c40f;
}
.countdown2 .bottom1 {
  background: #f4d03f;
}
.countdown2 .bottom2 {
  background: #c29d0b;
}
/*accordion*/
.accordion .panel-heading {
  background: #f4d03f;
  border-bottom: 1px solid #c29d0b;
}
.accordion .panel-heading:hover {
  background: #c29d0b;
}
.accordion .accordion-group .panel:last-child:after {
  background: #c29d0b;
}
/* news */
.news__card:hover {
  background: #f1c40f;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #f1c40f;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #f1c40f;
  opacity: 0.2;
}
.team1 .title1,
.person-info .title1,
.team1 .title2,
.person-info .title2,
.team1 .title3,
.person-info .title3,
.team1 .title4,
.person-info .title4 {
  font-family: 'Arvo', serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Montserrat', sans-serif;
}
.team1 .text1,
.person-info .text1,
.team1 .text2,
.person-info .text2,
.team1 .text3,
.person-info .text3,
.team1 .text4,
.person-info .text4 {
  font-family: 'Open Sans', sans-serif;
}
.person-info .subtitle1,
.person-info .subtitle2,
.person-info .subtitle3,
.person-info .subtitle4 {
  color: #f1c40f;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Arvo', serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Montserrat', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Montserrat', sans-serif;
}
/*end colorM*/
#content3-2r .mbr-section-title,
#content3-2r .mbr-section-subtitle {
  text-align: center;
}
#custom-html-3 {
  /* Type valid CSS here */
}
#custom-html-3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3 p {
  font-size: 60px;
  color: #777;
}
#custom-html-7d {
  /* Type valid CSS here */
}
#custom-html-7d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7d p {
  font-size: 60px;
  color: #777;
}
#custom-html-5k {
  /* Type valid CSS here */
}
#custom-html-5k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5k p {
  font-size: 60px;
  color: #777;
}
#menu-k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-k .navbar-caption {
  color: #ffffff;
}
#menu-k .navbar-toggler {
  color: #ffffff;
}
#menu-k .close-icon::before,
#menu-k .close-icon::after {
  background-color: #ffffff;
}
#menu-k .link,
#menu-k .dropdown-item {
  color: #ffffff;
}
#menu-k .link {
  font-size: 0.875rem;
}
#menu-k .dropdown-item,
#menu-k .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-k .link:hover,
#menu-k .link:focus {
  color: #f1c40f;
}
#menu-k .dropdown-item:hover::before,
#menu-k .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-k .dropdown-item:hover,
#menu-k .dropdown-item:focus {
  color: #ffffff;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-menu {
  background: #222f3d;
}
#menu-k .nav-dropdown-sm .link:focus,
#menu-k .nav-dropdown-sm .link:hover,
#menu-k .nav-dropdown-sm .dropdown-item:focus,
#menu-k .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-k .navbar,
#menu-k .nav-dropdown-sm,
#menu-k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-k .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-k .bg-color.transparent.opened .link:hover,
#menu-k .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#menu-n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-n .navbar-caption {
  color: #ffffff;
}
#menu-n .navbar-toggler {
  color: #ffffff;
}
#menu-n .close-icon::before,
#menu-n .close-icon::after {
  background-color: #ffffff;
}
#menu-n .link,
#menu-n .dropdown-item {
  color: #ffffff;
}
#menu-n .link {
  font-size: 0.875rem;
}
#menu-n .dropdown-item,
#menu-n .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-n .link:hover,
#menu-n .link:focus {
  color: #f1c40f;
}
#menu-n .dropdown-item:hover::before,
#menu-n .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-n .dropdown-item:hover,
#menu-n .dropdown-item:focus {
  color: #ffffff;
}
#menu-n .link[aria-expanded="true"],
#menu-n .dropdown-menu {
  background: #222f3d;
}
#menu-n .nav-dropdown-sm .link:focus,
#menu-n .nav-dropdown-sm .link:hover,
#menu-n .nav-dropdown-sm .dropdown-item:focus,
#menu-n .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-n .navbar,
#menu-n .nav-dropdown-sm,
#menu-n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-n .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-n .bg-color.transparent.opened .link:hover,
#menu-n .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-n .link[aria-expanded="true"],
#menu-n .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#content3-z .mbr-section-title,
#content3-z .mbr-section-subtitle {
  text-align: center;
}
#header3-y .display-1 {
  font-weight: 700;
}
#header3-y .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-y .mbr-section-subtitle {
  color: #34495e;
}
#header3-y .mbr-section-title {
  color: #34495e;
}
#content1-6u P {
  color: #34495e;
}
#custom-html-5g {
  /* Type valid CSS here */
}
#custom-html-5g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5g p {
  font-size: 60px;
  color: #777;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#menu-p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-p .navbar-caption {
  color: #ffffff;
}
#menu-p .navbar-toggler {
  color: #ffffff;
}
#menu-p .close-icon::before,
#menu-p .close-icon::after {
  background-color: #ffffff;
}
#menu-p .link,
#menu-p .dropdown-item {
  color: #ffffff;
}
#menu-p .link {
  font-size: 0.875rem;
}
#menu-p .dropdown-item,
#menu-p .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-p .link:hover,
#menu-p .link:focus {
  color: #f1c40f;
}
#menu-p .dropdown-item:hover::before,
#menu-p .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-p .dropdown-item:hover,
#menu-p .dropdown-item:focus {
  color: #ffffff;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-menu {
  background: #222f3d;
}
#menu-p .nav-dropdown-sm .link:focus,
#menu-p .nav-dropdown-sm .link:hover,
#menu-p .nav-dropdown-sm .dropdown-item:focus,
#menu-p .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-p .navbar,
#menu-p .nav-dropdown-sm,
#menu-p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-p .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-p .bg-color.transparent.opened .link:hover,
#menu-p .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#content3-10 .mbr-section-title,
#content3-10 .mbr-section-subtitle {
  text-align: center;
}
#header3-11 .display-1 {
  font-weight: 700;
}
#header3-11 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-11 .mbr-section-subtitle {
  color: #34495e;
}
#header3-11 .mbr-section-title {
  color: #34495e;
}
#content1-6v P {
  color: #34495e;
}
#custom-html-3i {
  /* Type valid CSS here */
}
#custom-html-3i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3i p {
  font-size: 60px;
  color: #777;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-13 .mbr-section-title,
#content3-13 .mbr-section-subtitle {
  text-align: center;
}
#menu-r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-r .navbar-caption {
  color: #ffffff;
}
#menu-r .navbar-toggler {
  color: #ffffff;
}
#menu-r .close-icon::before,
#menu-r .close-icon::after {
  background-color: #ffffff;
}
#menu-r .link,
#menu-r .dropdown-item {
  color: #ffffff;
}
#menu-r .link {
  font-size: 0.875rem;
}
#menu-r .dropdown-item,
#menu-r .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-r .link:hover,
#menu-r .link:focus {
  color: #f1c40f;
}
#menu-r .dropdown-item:hover::before,
#menu-r .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-r .dropdown-item:hover,
#menu-r .dropdown-item:focus {
  color: #ffffff;
}
#menu-r .link[aria-expanded="true"],
#menu-r .dropdown-menu {
  background: #222f3d;
}
#menu-r .nav-dropdown-sm .link:focus,
#menu-r .nav-dropdown-sm .link:hover,
#menu-r .nav-dropdown-sm .dropdown-item:focus,
#menu-r .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-r .navbar,
#menu-r .nav-dropdown-sm,
#menu-r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-r .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-r .bg-color.transparent.opened .link:hover,
#menu-r .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-r .link[aria-expanded="true"],
#menu-r .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#header3-12 .display-1 {
  font-weight: 700;
}
#header3-12 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-12 .mbr-section-subtitle {
  color: #34495e;
}
#header3-12 .mbr-section-title {
  color: #34495e;
}
#content1-6p P {
  color: #34495e;
}
#content6-6q P {
  color: #34495e;
}
#custom-html-5e {
  /* Type valid CSS here */
}
#custom-html-5e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5e p {
  font-size: 60px;
  color: #777;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#menu-t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-t .navbar-caption {
  color: #ffffff;
}
#menu-t .navbar-toggler {
  color: #ffffff;
}
#menu-t .close-icon::before,
#menu-t .close-icon::after {
  background-color: #ffffff;
}
#menu-t .link,
#menu-t .dropdown-item {
  color: #ffffff;
}
#menu-t .link {
  font-size: 0.875rem;
}
#menu-t .dropdown-item,
#menu-t .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-t .link:hover,
#menu-t .link:focus {
  color: #f1c40f;
}
#menu-t .dropdown-item:hover::before,
#menu-t .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-t .dropdown-item:hover,
#menu-t .dropdown-item:focus {
  color: #ffffff;
}
#menu-t .link[aria-expanded="true"],
#menu-t .dropdown-menu {
  background: #222f3d;
}
#menu-t .nav-dropdown-sm .link:focus,
#menu-t .nav-dropdown-sm .link:hover,
#menu-t .nav-dropdown-sm .dropdown-item:focus,
#menu-t .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-t .navbar,
#menu-t .nav-dropdown-sm,
#menu-t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-t .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-t .bg-color.transparent.opened .link:hover,
#menu-t .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-t .link[aria-expanded="true"],
#menu-t .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#content3-14 .mbr-section-title,
#content3-14 .mbr-section-subtitle {
  text-align: center;
}
#header3-15 .display-1 {
  font-weight: 700;
}
#header3-15 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-15 .mbr-section-subtitle {
  color: #34495e;
}
#header3-15 .mbr-section-title {
  color: #34495e;
}
#content1-6w P {
  color: #34495e;
}
#custom-html-5d {
  /* Type valid CSS here */
}
#custom-html-5d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5d p {
  font-size: 60px;
  color: #777;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-18 .mbr-section-title,
#content3-18 .mbr-section-subtitle {
  text-align: center;
}
#header3-19 .display-1 {
  font-weight: 700;
}
#header3-19 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-19 .mbr-section-subtitle {
  color: #34495e;
}
#header3-19 .mbr-section-title {
  color: #34495e;
}
#content1-6x P {
  color: #34495e;
}
#custom-html-5c {
  /* Type valid CSS here */
}
#custom-html-5c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5c p {
  font-size: 60px;
  color: #777;
}
#menu-17 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-17 .navbar-caption {
  color: #ffffff;
}
#menu-17 .navbar-toggler {
  color: #ffffff;
}
#menu-17 .close-icon::before,
#menu-17 .close-icon::after {
  background-color: #ffffff;
}
#menu-17 .link,
#menu-17 .dropdown-item {
  color: #ffffff;
}
#menu-17 .link {
  font-size: 0.875rem;
}
#menu-17 .dropdown-item,
#menu-17 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-17 .link:hover,
#menu-17 .link:focus {
  color: #f1c40f;
}
#menu-17 .dropdown-item:hover::before,
#menu-17 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-17 .dropdown-item:hover,
#menu-17 .dropdown-item:focus {
  color: #ffffff;
}
#menu-17 .link[aria-expanded="true"],
#menu-17 .dropdown-menu {
  background: #222f3d;
}
#menu-17 .nav-dropdown-sm .link:focus,
#menu-17 .nav-dropdown-sm .link:hover,
#menu-17 .nav-dropdown-sm .dropdown-item:focus,
#menu-17 .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-17 .navbar,
#menu-17 .nav-dropdown-sm,
#menu-17 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-17 .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-17 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-17 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-17 .bg-color.transparent.opened .link:hover,
#menu-17 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-17 .link[aria-expanded="true"],
#menu-17 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-1c .mbr-section-title,
#content3-1c .mbr-section-subtitle {
  text-align: center;
}
#header3-1d .display-1 {
  font-weight: 700;
}
#header3-1d .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-1d .mbr-section-subtitle {
  color: #34495e;
}
#header3-1d .mbr-section-title {
  color: #34495e;
}
#content1-6y P {
  color: #34495e;
}
#custom-html-5b {
  /* Type valid CSS here */
}
#custom-html-5b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5b p {
  font-size: 60px;
  color: #777;
}
#menu-1b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1b .navbar-caption {
  color: #ffffff;
}
#menu-1b .navbar-toggler {
  color: #ffffff;
}
#menu-1b .close-icon::before,
#menu-1b .close-icon::after {
  background-color: #ffffff;
}
#menu-1b .link,
#menu-1b .dropdown-item {
  color: #ffffff;
}
#menu-1b .link {
  font-size: 0.875rem;
}
#menu-1b .dropdown-item,
#menu-1b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1b .link:hover,
#menu-1b .link:focus {
  color: #f1c40f;
}
#menu-1b .dropdown-item:hover::before,
#menu-1b .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1b .dropdown-item:hover,
#menu-1b .dropdown-item:focus {
  color: #ffffff;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-menu {
  background: #222f3d;
}
#menu-1b .nav-dropdown-sm .link:focus,
#menu-1b .nav-dropdown-sm .link:hover,
#menu-1b .nav-dropdown-sm .dropdown-item:focus,
#menu-1b .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-1b .navbar,
#menu-1b .nav-dropdown-sm,
#menu-1b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1b .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-1b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1b .bg-color.transparent.opened .link:hover,
#menu-1b .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-1g .mbr-section-title,
#content3-1g .mbr-section-subtitle {
  text-align: center;
}
#header3-1h .display-1 {
  font-weight: 700;
}
#header3-1h .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-1h .mbr-section-subtitle {
  color: #34495e;
}
#header3-1h .mbr-section-title {
  color: #34495e;
}
#header3-1h .mbr-section-hero .mbr-table-cell {
  height: 200px;
  /* or any other value you prefer */
}
#content1-7i P {
  color: #34495e;
}
#custom-html-31 {
  /* Type valid CSS here */
}
#custom-html-31 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-31 p {
  font-size: 60px;
  color: #777;
}
#menu-1f .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1f .navbar-caption {
  color: #ffffff;
}
#menu-1f .navbar-toggler {
  color: #ffffff;
}
#menu-1f .close-icon::before,
#menu-1f .close-icon::after {
  background-color: #ffffff;
}
#menu-1f .link,
#menu-1f .dropdown-item {
  color: #ffffff;
}
#menu-1f .link {
  font-size: 0.875rem;
}
#menu-1f .dropdown-item,
#menu-1f .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1f .link:hover,
#menu-1f .link:focus {
  color: #f1c40f;
}
#menu-1f .dropdown-item:hover::before,
#menu-1f .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1f .dropdown-item:hover,
#menu-1f .dropdown-item:focus {
  color: #ffffff;
}
#menu-1f .link[aria-expanded="true"],
#menu-1f .dropdown-menu {
  background: #222f3d;
}
#menu-1f .nav-dropdown-sm .link:focus,
#menu-1f .nav-dropdown-sm .link:hover,
#menu-1f .nav-dropdown-sm .dropdown-item:focus,
#menu-1f .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-1f .navbar,
#menu-1f .nav-dropdown-sm,
#menu-1f .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1f .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-1f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1f .bg-color.transparent.opened .link:hover,
#menu-1f .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1f .link[aria-expanded="true"],
#menu-1f .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-1i .mbr-section-title,
#content3-1i .mbr-section-subtitle {
  text-align: center;
}
#header3-1j .display-1 {
  font-weight: 700;
}
#header3-1j .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-1j .mbr-section-subtitle {
  color: #34495e;
}
#header3-1j .mbr-section-title {
  color: #34495e;
}
#content1-74 P {
  color: #34495e;
}
#custom-html-54 {
  /* Type valid CSS here */
}
#custom-html-54 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-54 p {
  font-size: 60px;
  color: #777;
}
#menu-1l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1l .navbar-caption {
  color: #ffffff;
}
#menu-1l .navbar-toggler {
  color: #ffffff;
}
#menu-1l .close-icon::before,
#menu-1l .close-icon::after {
  background-color: #ffffff;
}
#menu-1l .link,
#menu-1l .dropdown-item {
  color: #ffffff;
}
#menu-1l .link {
  font-size: 0.875rem;
}
#menu-1l .dropdown-item,
#menu-1l .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1l .link:hover,
#menu-1l .link:focus {
  color: #f1c40f;
}
#menu-1l .dropdown-item:hover::before,
#menu-1l .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1l .dropdown-item:hover,
#menu-1l .dropdown-item:focus {
  color: #ffffff;
}
#menu-1l .link[aria-expanded="true"],
#menu-1l .dropdown-menu {
  background: #222f3d;
}
#menu-1l .nav-dropdown-sm .link:focus,
#menu-1l .nav-dropdown-sm .link:hover,
#menu-1l .nav-dropdown-sm .dropdown-item:focus,
#menu-1l .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-1l .navbar,
#menu-1l .nav-dropdown-sm,
#menu-1l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1l .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-1l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1l .bg-color.transparent.opened .link:hover,
#menu-1l .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1l .link[aria-expanded="true"],
#menu-1l .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-1m .mbr-section-title,
#content3-1m .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .display-1 {
  font-weight: 700;
}
#header3-1n .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-1n .mbr-section-subtitle {
  color: #34495e;
}
#header3-1n .mbr-section-title {
  color: #34495e;
}
#content1-73 P {
  color: #34495e;
}
#custom-html-55 {
  /* Type valid CSS here */
}
#custom-html-55 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-55 p {
  font-size: 60px;
  color: #777;
}
#menu-1p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p .navbar-caption {
  color: #ffffff;
}
#menu-1p .navbar-toggler {
  color: #ffffff;
}
#menu-1p .close-icon::before,
#menu-1p .close-icon::after {
  background-color: #ffffff;
}
#menu-1p .link,
#menu-1p .dropdown-item {
  color: #ffffff;
}
#menu-1p .link {
  font-size: 0.875rem;
}
#menu-1p .dropdown-item,
#menu-1p .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1p .link:hover,
#menu-1p .link:focus {
  color: #f1c40f;
}
#menu-1p .dropdown-item:hover::before,
#menu-1p .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1p .dropdown-item:hover,
#menu-1p .dropdown-item:focus {
  color: #ffffff;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-menu {
  background: #222f3d;
}
#menu-1p .nav-dropdown-sm .link:focus,
#menu-1p .nav-dropdown-sm .link:hover,
#menu-1p .nav-dropdown-sm .dropdown-item:focus,
#menu-1p .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-1p .navbar,
#menu-1p .nav-dropdown-sm,
#menu-1p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1p .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-1p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1p .bg-color.transparent.opened .link:hover,
#menu-1p .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-1q .mbr-section-title,
#content3-1q .mbr-section-subtitle {
  text-align: center;
}
#header3-1r .display-1 {
  font-weight: 700;
}
#header3-1r .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-1r .mbr-section-subtitle {
  color: #34495e;
}
#header3-1r .mbr-section-title {
  color: #34495e;
}
#content1-72 P {
  color: #34495e;
}
#custom-html-56 {
  /* Type valid CSS here */
}
#custom-html-56 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-56 p {
  font-size: 60px;
  color: #777;
}
#menu-1t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1t .navbar-caption {
  color: #ffffff;
}
#menu-1t .navbar-toggler {
  color: #ffffff;
}
#menu-1t .close-icon::before,
#menu-1t .close-icon::after {
  background-color: #ffffff;
}
#menu-1t .link,
#menu-1t .dropdown-item {
  color: #ffffff;
}
#menu-1t .link {
  font-size: 0.875rem;
}
#menu-1t .dropdown-item,
#menu-1t .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1t .link:hover,
#menu-1t .link:focus {
  color: #f1c40f;
}
#menu-1t .dropdown-item:hover::before,
#menu-1t .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1t .dropdown-item:hover,
#menu-1t .dropdown-item:focus {
  color: #ffffff;
}
#menu-1t .link[aria-expanded="true"],
#menu-1t .dropdown-menu {
  background: #222f3d;
}
#menu-1t .nav-dropdown-sm .link:focus,
#menu-1t .nav-dropdown-sm .link:hover,
#menu-1t .nav-dropdown-sm .dropdown-item:focus,
#menu-1t .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-1t .navbar,
#menu-1t .nav-dropdown-sm,
#menu-1t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1t .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-1t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1t .bg-color.transparent.opened .link:hover,
#menu-1t .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1t .link[aria-expanded="true"],
#menu-1t .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-1u .mbr-section-title,
#content3-1u .mbr-section-subtitle {
  text-align: center;
}
#header3-1v .display-1 {
  font-weight: 700;
}
#header3-1v .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-1v .mbr-section-subtitle {
  color: #34495e;
}
#header3-1v .mbr-section-title {
  color: #34495e;
}
#content2-6o DIV {
  color: #34495e;
}
#custom-html-3a {
  /* Type valid CSS here */
}
#custom-html-3a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3a p {
  font-size: 60px;
  color: #777;
}
#menu-1x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1x .navbar-caption {
  color: #ffffff;
}
#menu-1x .navbar-toggler {
  color: #ffffff;
}
#menu-1x .close-icon::before,
#menu-1x .close-icon::after {
  background-color: #ffffff;
}
#menu-1x .link,
#menu-1x .dropdown-item {
  color: #ffffff;
}
#menu-1x .link {
  font-size: 0.875rem;
}
#menu-1x .dropdown-item,
#menu-1x .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1x .link:hover,
#menu-1x .link:focus {
  color: #f1c40f;
}
#menu-1x .dropdown-item:hover::before,
#menu-1x .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-1x .dropdown-item:hover,
#menu-1x .dropdown-item:focus {
  color: #ffffff;
}
#menu-1x .link[aria-expanded="true"],
#menu-1x .dropdown-menu {
  background: #222f3d;
}
#menu-1x .nav-dropdown-sm .link:focus,
#menu-1x .nav-dropdown-sm .link:hover,
#menu-1x .nav-dropdown-sm .dropdown-item:focus,
#menu-1x .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-1x .navbar,
#menu-1x .nav-dropdown-sm,
#menu-1x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1x .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-1x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1x .bg-color.transparent.opened .link:hover,
#menu-1x .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-1x .link[aria-expanded="true"],
#menu-1x .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-1y .mbr-section-title,
#content3-1y .mbr-section-subtitle {
  text-align: center;
}
#header3-1z .display-1 {
  font-weight: 700;
}
#header3-1z .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-1z .mbr-section-subtitle {
  color: #34495e;
}
#header3-1z .mbr-section-title {
  color: #34495e;
}
#content1-71 P {
  color: #34495e;
}
#custom-html-58 {
  /* Type valid CSS here */
}
#custom-html-58 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-58 p {
  font-size: 60px;
  color: #777;
}
#menu-21 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-21 .navbar-caption {
  color: #ffffff;
}
#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;
}
#menu-21 .link {
  font-size: 0.875rem;
}
#menu-21 .dropdown-item,
#menu-21 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-21 .link:hover,
#menu-21 .link:focus {
  color: #f1c40f;
}
#menu-21 .dropdown-item:hover::before,
#menu-21 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-21 .dropdown-item:hover,
#menu-21 .dropdown-item:focus {
  color: #ffffff;
}
#menu-21 .link[aria-expanded="true"],
#menu-21 .dropdown-menu {
  background: #222f3d;
}
#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: #2f4154!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: #34495e;
}
#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: #f1c40f;
}
#menu-21 .link[aria-expanded="true"],
#menu-21 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-22 .mbr-section-title,
#content3-22 .mbr-section-subtitle {
  text-align: center;
}
#header3-23 .display-1 {
  font-weight: 700;
}
#header3-23 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-23 .mbr-section-subtitle {
  color: #34495e;
}
#header3-23 .mbr-section-title {
  color: #34495e;
}
#content1-70 P {
  color: #34495e;
}
#custom-html-59 {
  /* Type valid CSS here */
}
#custom-html-59 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-59 p {
  font-size: 60px;
  color: #777;
}
#menu-25 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-25 .navbar-caption {
  color: #ffffff;
}
#menu-25 .navbar-toggler {
  color: #ffffff;
}
#menu-25 .close-icon::before,
#menu-25 .close-icon::after {
  background-color: #ffffff;
}
#menu-25 .link,
#menu-25 .dropdown-item {
  color: #ffffff;
}
#menu-25 .link {
  font-size: 0.875rem;
}
#menu-25 .dropdown-item,
#menu-25 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-25 .link:hover,
#menu-25 .link:focus {
  color: #f1c40f;
}
#menu-25 .dropdown-item:hover::before,
#menu-25 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-25 .dropdown-item:hover,
#menu-25 .dropdown-item:focus {
  color: #ffffff;
}
#menu-25 .link[aria-expanded="true"],
#menu-25 .dropdown-menu {
  background: #222f3d;
}
#menu-25 .nav-dropdown-sm .link:focus,
#menu-25 .nav-dropdown-sm .link:hover,
#menu-25 .nav-dropdown-sm .dropdown-item:focus,
#menu-25 .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-25 .navbar,
#menu-25 .nav-dropdown-sm,
#menu-25 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-25 .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-25 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-25 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-25 .bg-color.transparent.opened .link:hover,
#menu-25 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-25 .link[aria-expanded="true"],
#menu-25 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-26 .mbr-section-title,
#content3-26 .mbr-section-subtitle {
  text-align: center;
}
#header3-27 .display-1 {
  font-weight: 700;
}
#header3-27 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-27 .mbr-section-subtitle {
  color: #34495e;
}
#header3-27 .mbr-section-title {
  color: #34495e;
}
#content1-6z P {
  color: #34495e;
}
#custom-html-5a {
  /* Type valid CSS here */
}
#custom-html-5a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5a p {
  font-size: 60px;
  color: #777;
}
#menu-29 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-29 .navbar-caption {
  color: #ffffff;
}
#menu-29 .navbar-toggler {
  color: #ffffff;
}
#menu-29 .close-icon::before,
#menu-29 .close-icon::after {
  background-color: #ffffff;
}
#menu-29 .link,
#menu-29 .dropdown-item {
  color: #ffffff;
}
#menu-29 .link {
  font-size: 0.875rem;
}
#menu-29 .dropdown-item,
#menu-29 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-29 .link:hover,
#menu-29 .link:focus {
  color: #f1c40f;
}
#menu-29 .dropdown-item:hover::before,
#menu-29 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-29 .dropdown-item:hover,
#menu-29 .dropdown-item:focus {
  color: #ffffff;
}
#menu-29 .link[aria-expanded="true"],
#menu-29 .dropdown-menu {
  background: #222f3d;
}
#menu-29 .nav-dropdown-sm .link:focus,
#menu-29 .nav-dropdown-sm .link:hover,
#menu-29 .nav-dropdown-sm .dropdown-item:focus,
#menu-29 .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-29 .navbar,
#menu-29 .nav-dropdown-sm,
#menu-29 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-29 .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-29 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-29 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-29 .bg-color.transparent.opened .link:hover,
#menu-29 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-29 .link[aria-expanded="true"],
#menu-29 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-2a .mbr-section-title,
#content3-2a .mbr-section-subtitle {
  text-align: center;
}
#header3-2b .display-1 {
  font-weight: 700;
}
#header3-2b .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-2b .mbr-section-subtitle {
  color: #34495e;
}
#header3-2b .mbr-section-title {
  color: #34495e;
}
#content1-7h P {
  color: #34495e;
}
#custom-html-33 {
  /* Type valid CSS here */
}
#custom-html-33 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-33 p {
  font-size: 60px;
  color: #777;
}
#menu-2d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2d .navbar-caption {
  color: #ffffff;
}
#menu-2d .navbar-toggler {
  color: #ffffff;
}
#menu-2d .close-icon::before,
#menu-2d .close-icon::after {
  background-color: #ffffff;
}
#menu-2d .link,
#menu-2d .dropdown-item {
  color: #ffffff;
}
#menu-2d .link {
  font-size: 0.875rem;
}
#menu-2d .dropdown-item,
#menu-2d .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2d .link:hover,
#menu-2d .link:focus {
  color: #f1c40f;
}
#menu-2d .dropdown-item:hover::before,
#menu-2d .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2d .dropdown-item:hover,
#menu-2d .dropdown-item:focus {
  color: #ffffff;
}
#menu-2d .link[aria-expanded="true"],
#menu-2d .dropdown-menu {
  background: #222f3d;
}
#menu-2d .nav-dropdown-sm .link:focus,
#menu-2d .nav-dropdown-sm .link:hover,
#menu-2d .nav-dropdown-sm .dropdown-item:focus,
#menu-2d .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-2d .navbar,
#menu-2d .nav-dropdown-sm,
#menu-2d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2d .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-2d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2d .bg-color.transparent.opened .link:hover,
#menu-2d .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2d .link[aria-expanded="true"],
#menu-2d .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-2i .mbr-section-title,
#content3-2i .mbr-section-subtitle {
  text-align: center;
}
#header3-2j .display-1 {
  font-weight: 700;
}
#header3-2j .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-2j .mbr-section-subtitle {
  color: #34495e;
}
#header3-2j .mbr-section-title {
  color: #34495e;
}
#content1-77 P {
  color: #34495e;
}
#content6-7a DIV {
  color: #34495e;
}
#content6-7b DIV {
  color: #34495e;
}
#custom-html-79 {
  /* Type valid CSS here */
}
#custom-html-79 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-79 p {
  font-size: 60px;
  color: #777;
}
#custom-html-53 {
  /* Type valid CSS here */
}
#custom-html-53 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-53 p {
  font-size: 60px;
  color: #777;
}
#menu-2l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2l .navbar-caption {
  color: #ffffff;
}
#menu-2l .navbar-toggler {
  color: #ffffff;
}
#menu-2l .close-icon::before,
#menu-2l .close-icon::after {
  background-color: #ffffff;
}
#menu-2l .link,
#menu-2l .dropdown-item {
  color: #ffffff;
}
#menu-2l .link {
  font-size: 0.875rem;
}
#menu-2l .dropdown-item,
#menu-2l .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2l .link:hover,
#menu-2l .link:focus {
  color: #f1c40f;
}
#menu-2l .dropdown-item:hover::before,
#menu-2l .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2l .dropdown-item:hover,
#menu-2l .dropdown-item:focus {
  color: #ffffff;
}
#menu-2l .link[aria-expanded="true"],
#menu-2l .dropdown-menu {
  background: #222f3d;
}
#menu-2l .nav-dropdown-sm .link:focus,
#menu-2l .nav-dropdown-sm .link:hover,
#menu-2l .nav-dropdown-sm .dropdown-item:focus,
#menu-2l .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-2l .navbar,
#menu-2l .nav-dropdown-sm,
#menu-2l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2l .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-2l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2l .bg-color.transparent.opened .link:hover,
#menu-2l .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2l .link[aria-expanded="true"],
#menu-2l .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#content3-76 .mbr-section-title,
#content3-76 .mbr-section-subtitle {
  text-align: center;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-2s .mbr-section-title,
#content3-2s .mbr-section-subtitle {
  text-align: center;
}
#custom-html-32 {
  /* Type valid CSS here */
}
#custom-html-32 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-32 p {
  font-size: 60px;
  color: #777;
}
#menu-2v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2v .navbar-caption {
  color: #ffffff;
}
#menu-2v .navbar-toggler {
  color: #ffffff;
}
#menu-2v .close-icon::before,
#menu-2v .close-icon::after {
  background-color: #ffffff;
}
#menu-2v .link,
#menu-2v .dropdown-item {
  color: #ffffff;
}
#menu-2v .link {
  font-size: 0.875rem;
}
#menu-2v .dropdown-item,
#menu-2v .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2v .link:hover,
#menu-2v .link:focus {
  color: #f1c40f;
}
#menu-2v .dropdown-item:hover::before,
#menu-2v .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-2v .dropdown-item:hover,
#menu-2v .dropdown-item:focus {
  color: #ffffff;
}
#menu-2v .link[aria-expanded="true"],
#menu-2v .dropdown-menu {
  background: #222f3d;
}
#menu-2v .nav-dropdown-sm .link:focus,
#menu-2v .nav-dropdown-sm .link:hover,
#menu-2v .nav-dropdown-sm .dropdown-item:focus,
#menu-2v .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-2v .navbar,
#menu-2v .nav-dropdown-sm,
#menu-2v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2v .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-2v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2v .bg-color.transparent.opened .link:hover,
#menu-2v .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-2v .link[aria-expanded="true"],
#menu-2v .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#menu-3p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3p .navbar-caption {
  color: #ffffff;
}
#menu-3p .navbar-toggler {
  color: #ffffff;
}
#menu-3p .close-icon::before,
#menu-3p .close-icon::after {
  background-color: #ffffff;
}
#menu-3p .link,
#menu-3p .dropdown-item {
  color: #ffffff;
}
#menu-3p .link {
  font-size: 0.875rem;
}
#menu-3p .dropdown-item,
#menu-3p .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3p .link:hover,
#menu-3p .link:focus {
  color: #f1c40f;
}
#menu-3p .dropdown-item:hover::before,
#menu-3p .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-3p .dropdown-item:hover,
#menu-3p .dropdown-item:focus {
  color: #ffffff;
}
#menu-3p .link[aria-expanded="true"],
#menu-3p .dropdown-menu {
  background: #222f3d;
}
#menu-3p .nav-dropdown-sm .link:focus,
#menu-3p .nav-dropdown-sm .link:hover,
#menu-3p .nav-dropdown-sm .dropdown-item:focus,
#menu-3p .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-3p .navbar,
#menu-3p .nav-dropdown-sm,
#menu-3p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3p .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-3p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3p .bg-color.transparent.opened .link:hover,
#menu-3p .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-3p .link[aria-expanded="true"],
#menu-3p .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#content3-3q .mbr-section-title,
#content3-3q .mbr-section-subtitle {
  text-align: center;
}
#header3-3r .display-1 {
  font-weight: 700;
}
#header3-3r .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-3r .mbr-section-subtitle {
  color: #34495e;
}
#header3-3r .mbr-section-title {
  color: #34495e;
}
#content1-6t P {
  color: #34495e;
}
#custom-html-5h {
  /* Type valid CSS here */
}
#custom-html-5h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5h p {
  font-size: 60px;
  color: #777;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-4w .mbr-section-title,
#content3-4w .mbr-section-subtitle {
  text-align: center;
}
#content2-52 DIV {
  color: #2c3e50;
  text-align: left;
}
#custom-html-4y {
  /* Type valid CSS here */
}
#custom-html-4y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4y p {
  font-size: 60px;
  color: #777;
}
#menu-51 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-51 .navbar-caption {
  color: #ffffff;
}
#menu-51 .navbar-toggler {
  color: #ffffff;
}
#menu-51 .close-icon::before,
#menu-51 .close-icon::after {
  background-color: #ffffff;
}
#menu-51 .link,
#menu-51 .dropdown-item {
  color: #ffffff;
}
#menu-51 .link {
  font-size: 0.875rem;
}
#menu-51 .dropdown-item,
#menu-51 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-51 .link:hover,
#menu-51 .link:focus {
  color: #f1c40f;
}
#menu-51 .dropdown-item:hover::before,
#menu-51 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-51 .dropdown-item:hover,
#menu-51 .dropdown-item:focus {
  color: #ffffff;
}
#menu-51 .link[aria-expanded="true"],
#menu-51 .dropdown-menu {
  background: #222f3d;
}
#menu-51 .nav-dropdown-sm .link:focus,
#menu-51 .nav-dropdown-sm .link:hover,
#menu-51 .nav-dropdown-sm .dropdown-item:focus,
#menu-51 .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-51 .navbar,
#menu-51 .nav-dropdown-sm,
#menu-51 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-51 .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-51 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-51 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-51 .bg-color.transparent.opened .link:hover,
#menu-51 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-51 .link[aria-expanded="true"],
#menu-51 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-53 .mbr-section-title,
#content3-53 .mbr-section-subtitle {
  text-align: center;
}
#content2-54 DIV {
  color: #2c3e50;
}
#custom-html-55 {
  /* Type valid CSS here */
}
#custom-html-55 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-55 p {
  font-size: 60px;
  color: #777;
}
#menu-58 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-58 .navbar-caption {
  color: #ffffff;
}
#menu-58 .navbar-toggler {
  color: #ffffff;
}
#menu-58 .close-icon::before,
#menu-58 .close-icon::after {
  background-color: #ffffff;
}
#menu-58 .link,
#menu-58 .dropdown-item {
  color: #ffffff;
}
#menu-58 .link {
  font-size: 0.875rem;
}
#menu-58 .dropdown-item,
#menu-58 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-58 .link:hover,
#menu-58 .link:focus {
  color: #f1c40f;
}
#menu-58 .dropdown-item:hover::before,
#menu-58 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-58 .dropdown-item:hover,
#menu-58 .dropdown-item:focus {
  color: #ffffff;
}
#menu-58 .link[aria-expanded="true"],
#menu-58 .dropdown-menu {
  background: #222f3d;
}
#menu-58 .nav-dropdown-sm .link:focus,
#menu-58 .nav-dropdown-sm .link:hover,
#menu-58 .nav-dropdown-sm .dropdown-item:focus,
#menu-58 .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-58 .navbar,
#menu-58 .nav-dropdown-sm,
#menu-58 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-58 .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-58 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-58 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-58 .bg-color.transparent.opened .link:hover,
#menu-58 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-58 .link[aria-expanded="true"],
#menu-58 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content1-5q P {
  text-align: center;
}
#custom-html-7f {
  /* Type valid CSS here */
}
#custom-html-7f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7f p {
  font-size: 60px;
  color: #777;
}
#custom-html-7t {
  /* Type valid CSS here */
}
#custom-html-7t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7t p {
  font-size: 60px;
  color: #777;
}
#menu-5m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5m .navbar-caption {
  color: #ffffff;
}
#menu-5m .navbar-toggler {
  color: #ffffff;
}
#menu-5m .close-icon::before,
#menu-5m .close-icon::after {
  background-color: #ffffff;
}
#menu-5m .link,
#menu-5m .dropdown-item {
  color: #ffffff;
}
#menu-5m .link {
  font-size: 0.875rem;
}
#menu-5m .dropdown-item,
#menu-5m .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5m .link:hover,
#menu-5m .link:focus {
  color: #f1c40f;
}
#menu-5m .dropdown-item:hover::before,
#menu-5m .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-5m .dropdown-item:hover,
#menu-5m .dropdown-item:focus {
  color: #ffffff;
}
#menu-5m .link[aria-expanded="true"],
#menu-5m .dropdown-menu {
  background: #222f3d;
}
#menu-5m .nav-dropdown-sm .link:focus,
#menu-5m .nav-dropdown-sm .link:hover,
#menu-5m .nav-dropdown-sm .dropdown-item:focus,
#menu-5m .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-5m .navbar,
#menu-5m .nav-dropdown-sm,
#menu-5m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5m .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-5m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5m .bg-color.transparent.opened .link:hover,
#menu-5m .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-5m .link[aria-expanded="true"],
#menu-5m .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#custom-html-7u {
  /* Type valid CSS here */
}
#custom-html-7u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7u p {
  font-size: 60px;
  color: #777;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-5w .mbr-section-title,
#content3-5w .mbr-section-subtitle {
  text-align: center;
}
#header3-5x .display-1 {
  font-weight: 700;
}
#header3-5x .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-5x .mbr-section-subtitle {
  color: #34495e;
}
#header3-5x .mbr-section-title {
  color: #34495e;
}
#content2-64 DIV {
  color: #000000;
}
#content2-64 P {
  color: #34495e;
}
#custom-html-75 {
  /* Type valid CSS here */
}
#custom-html-75 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-75 p {
  font-size: 60px;
  color: #777;
}
#custom-html-5y {
  /* Type valid CSS here */
}
#custom-html-5y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5y p {
  font-size: 60px;
  color: #777;
}
#menu-62 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-62 .navbar-caption {
  color: #ffffff;
}
#menu-62 .navbar-toggler {
  color: #ffffff;
}
#menu-62 .close-icon::before,
#menu-62 .close-icon::after {
  background-color: #ffffff;
}
#menu-62 .link,
#menu-62 .dropdown-item {
  color: #ffffff;
}
#menu-62 .link {
  font-size: 0.875rem;
}
#menu-62 .dropdown-item,
#menu-62 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-62 .link:hover,
#menu-62 .link:focus {
  color: #f1c40f;
}
#menu-62 .dropdown-item:hover::before,
#menu-62 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-62 .dropdown-item:hover,
#menu-62 .dropdown-item:focus {
  color: #ffffff;
}
#menu-62 .link[aria-expanded="true"],
#menu-62 .dropdown-menu {
  background: #222f3d;
}
#menu-62 .nav-dropdown-sm .link:focus,
#menu-62 .nav-dropdown-sm .link:hover,
#menu-62 .nav-dropdown-sm .dropdown-item:focus,
#menu-62 .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-62 .navbar,
#menu-62 .nav-dropdown-sm,
#menu-62 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-62 .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-62 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-62 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-62 .bg-color.transparent.opened .link:hover,
#menu-62 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-62 .link[aria-expanded="true"],
#menu-62 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#header3-7m .display-1 {
  font-weight: 700;
}
#header3-7m .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-7m .mbr-section-subtitle {
  color: #34495e;
}
#header3-7m .mbr-section-title {
  color: #34495e;
}
#content1-7n P {
  color: #34495e;
}
#custom-html-7r {
  /* Type valid CSS here */
}
#custom-html-7r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7r p {
  font-size: 60px;
  color: #777;
}
#menu-7k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7k .navbar-caption {
  color: #ffffff;
}
#menu-7k .navbar-toggler {
  color: #ffffff;
}
#menu-7k .close-icon::before,
#menu-7k .close-icon::after {
  background-color: #ffffff;
}
#menu-7k .link,
#menu-7k .dropdown-item {
  color: #ffffff;
}
#menu-7k .link {
  font-size: 0.875rem;
}
#menu-7k .dropdown-item,
#menu-7k .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-7k .link:hover,
#menu-7k .link:focus {
  color: #f1c40f;
}
#menu-7k .dropdown-item:hover::before,
#menu-7k .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-7k .dropdown-item:hover,
#menu-7k .dropdown-item:focus {
  color: #ffffff;
}
#menu-7k .link[aria-expanded="true"],
#menu-7k .dropdown-menu {
  background: #222f3d;
}
#menu-7k .nav-dropdown-sm .link:focus,
#menu-7k .nav-dropdown-sm .link:hover,
#menu-7k .nav-dropdown-sm .dropdown-item:focus,
#menu-7k .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-7k .navbar,
#menu-7k .nav-dropdown-sm,
#menu-7k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7k .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-7k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-7k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7k .bg-color.transparent.opened .link:hover,
#menu-7k .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-7k .link[aria-expanded="true"],
#menu-7k .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-7v .mbr-section-title,
#content3-7v .mbr-section-subtitle {
  text-align: center;
}
#content3-83 .mbr-section-title,
#content3-83 .mbr-section-subtitle {
  text-align: center;
}
#custom-html-82 {
  /* Type valid CSS here */
}
#custom-html-82 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-82 p {
  font-size: 60px;
  color: #777;
}
#custom-html-7y {
  /* Type valid CSS here */
}
#custom-html-7y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7y p {
  font-size: 60px;
  color: #777;
}
#menu-80 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-80 .navbar-caption {
  color: #ffffff;
}
#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;
}
#menu-80 .link {
  font-size: 0.875rem;
}
#menu-80 .dropdown-item,
#menu-80 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-80 .link:hover,
#menu-80 .link:focus {
  color: #f1c40f;
}
#menu-80 .dropdown-item:hover::before,
#menu-80 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-80 .dropdown-item:hover,
#menu-80 .dropdown-item:focus {
  color: #ffffff;
}
#menu-80 .link[aria-expanded="true"],
#menu-80 .dropdown-menu {
  background: #222f3d;
}
#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: #2f4154!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: #34495e;
}
#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: #f1c40f;
}
#menu-80 .link[aria-expanded="true"],
#menu-80 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#menu-84 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-84 .navbar-caption {
  color: #ffffff;
}
#menu-84 .navbar-toggler {
  color: #ffffff;
}
#menu-84 .close-icon::before,
#menu-84 .close-icon::after {
  background-color: #ffffff;
}
#menu-84 .link,
#menu-84 .dropdown-item {
  color: #ffffff;
}
#menu-84 .link {
  font-size: 0.875rem;
}
#menu-84 .dropdown-item,
#menu-84 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-84 .link:hover,
#menu-84 .link:focus {
  color: #f1c40f;
}
#menu-84 .dropdown-item:hover::before,
#menu-84 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-84 .dropdown-item:hover,
#menu-84 .dropdown-item:focus {
  color: #ffffff;
}
#menu-84 .link[aria-expanded="true"],
#menu-84 .dropdown-menu {
  background: #222f3d;
}
#menu-84 .nav-dropdown-sm .link:focus,
#menu-84 .nav-dropdown-sm .link:hover,
#menu-84 .nav-dropdown-sm .dropdown-item:focus,
#menu-84 .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-84 .navbar,
#menu-84 .nav-dropdown-sm,
#menu-84 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-84 .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-84 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-84 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-84 .bg-color.transparent.opened .link:hover,
#menu-84 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-84 .link[aria-expanded="true"],
#menu-84 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-8o .mbr-section-title,
#content3-8o .mbr-section-subtitle {
  text-align: center;
}
#menu-8a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8a .navbar-caption {
  color: #ffffff;
}
#menu-8a .navbar-toggler {
  color: #ffffff;
}
#menu-8a .close-icon::before,
#menu-8a .close-icon::after {
  background-color: #ffffff;
}
#menu-8a .link,
#menu-8a .dropdown-item {
  color: #ffffff;
}
#menu-8a .link {
  font-size: 0.875rem;
}
#menu-8a .dropdown-item,
#menu-8a .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-8a .link:hover,
#menu-8a .link:focus {
  color: #f1c40f;
}
#menu-8a .dropdown-item:hover::before,
#menu-8a .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-8a .dropdown-item:hover,
#menu-8a .dropdown-item:focus {
  color: #ffffff;
}
#menu-8a .link[aria-expanded="true"],
#menu-8a .dropdown-menu {
  background: #222f3d;
}
#menu-8a .nav-dropdown-sm .link:focus,
#menu-8a .nav-dropdown-sm .link:hover,
#menu-8a .nav-dropdown-sm .dropdown-item:focus,
#menu-8a .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-8a .navbar,
#menu-8a .nav-dropdown-sm,
#menu-8a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8a .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-8a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8a .bg-color.transparent.opened .link:hover,
#menu-8a .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-8a .link[aria-expanded="true"],
#menu-8a .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#custom-html-8b {
  /* Type valid CSS here */
}
#custom-html-8b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8b p {
  font-size: 60px;
  color: #777;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-8p .mbr-section-title,
#content3-8p .mbr-section-subtitle {
  text-align: center;
}
#content3-8w .mbr-section-title,
#content3-8w .mbr-section-subtitle {
  text-align: center;
}
#custom-html-8v {
  /* Type valid CSS here */
}
#custom-html-8v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8v p {
  font-size: 60px;
  color: #777;
}
#menu-8s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8s .navbar-caption {
  color: #ffffff;
}
#menu-8s .navbar-toggler {
  color: #ffffff;
}
#menu-8s .close-icon::before,
#menu-8s .close-icon::after {
  background-color: #ffffff;
}
#menu-8s .link,
#menu-8s .dropdown-item {
  color: #ffffff;
}
#menu-8s .link {
  font-size: 0.875rem;
}
#menu-8s .dropdown-item,
#menu-8s .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-8s .link:hover,
#menu-8s .link:focus {
  color: #f1c40f;
}
#menu-8s .dropdown-item:hover::before,
#menu-8s .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-8s .dropdown-item:hover,
#menu-8s .dropdown-item:focus {
  color: #ffffff;
}
#menu-8s .link[aria-expanded="true"],
#menu-8s .dropdown-menu {
  background: #222f3d;
}
#menu-8s .nav-dropdown-sm .link:focus,
#menu-8s .nav-dropdown-sm .link:hover,
#menu-8s .nav-dropdown-sm .dropdown-item:focus,
#menu-8s .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-8s .navbar,
#menu-8s .nav-dropdown-sm,
#menu-8s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8s .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-8s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8s .bg-color.transparent.opened .link:hover,
#menu-8s .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-8s .link[aria-expanded="true"],
#menu-8s .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#custom-html-8t {
  /* Type valid CSS here */
}
#custom-html-8t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8t p {
  font-size: 60px;
  color: #777;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#content3-44 .mbr-section-title,
#content3-44 .mbr-section-subtitle {
  text-align: center;
}
#header2-8l .mbr-section-title,
#header2-8l .mbr-section-subtitle,
#header2-8l .btn {
  color: #fff;
}
#header2-8l .mbr-section-title {
  font-weight: 700;
}
#form3-45 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-45 .form-control-label {
  color: undefined;
}
#custom-html-4u {
  /* Type valid CSS here */
}
#custom-html-4u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4u p {
  font-size: 60px;
  color: #777;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-94 .mbr-section-subtitle,
#footer3-94 .mbr-section-text {
  color: #fff;
}
#footer3-94 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
#menu-k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-k .navbar-caption {
  color: #ffffff;
}
#menu-k .navbar-toggler {
  color: #ffffff;
}
#menu-k .close-icon::before,
#menu-k .close-icon::after {
  background-color: #ffffff;
}
#menu-k .link,
#menu-k .dropdown-item {
  color: #ffffff;
}
#menu-k .link {
  font-size: 0.875rem;
}
#menu-k .dropdown-item,
#menu-k .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-k .link:hover,
#menu-k .link:focus {
  color: #f1c40f;
}
#menu-k .dropdown-item:hover::before,
#menu-k .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-k .dropdown-item:hover,
#menu-k .dropdown-item:focus {
  color: #ffffff;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-menu {
  background: #222f3d;
}
#menu-k .nav-dropdown-sm .link:focus,
#menu-k .nav-dropdown-sm .link:hover,
#menu-k .nav-dropdown-sm .dropdown-item:focus,
#menu-k .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-k .navbar,
#menu-k .nav-dropdown-sm,
#menu-k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-k .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-k .bg-color.transparent.opened .link:hover,
#menu-k .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#content3-98 .mbr-section-title,
#content3-98 .mbr-section-subtitle {
  text-align: center;
}
#menu-9b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9b .navbar-caption {
  color: #ffffff;
}
#menu-9b .navbar-toggler {
  color: #ffffff;
}
#menu-9b .close-icon::before,
#menu-9b .close-icon::after {
  background-color: #ffffff;
}
#menu-9b .link,
#menu-9b .dropdown-item {
  color: #ffffff;
}
#menu-9b .link {
  font-size: 0.875rem;
}
#menu-9b .dropdown-item,
#menu-9b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-9b .link:hover,
#menu-9b .link:focus {
  color: #f1c40f;
}
#menu-9b .dropdown-item:hover::before,
#menu-9b .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-9b .dropdown-item:hover,
#menu-9b .dropdown-item:focus {
  color: #ffffff;
}
#menu-9b .link[aria-expanded="true"],
#menu-9b .dropdown-menu {
  background: #222f3d;
}
#menu-9b .nav-dropdown-sm .link:focus,
#menu-9b .nav-dropdown-sm .link:hover,
#menu-9b .nav-dropdown-sm .dropdown-item:focus,
#menu-9b .nav-dropdown-sm .dropdown-item:hover {
  background: #2f4154!important;
}
#menu-9b .navbar,
#menu-9b .nav-dropdown-sm,
#menu-9b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9b .nav-dropdown-sm .dropdown-menu {
  background: #34495e;
}
#menu-9b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9b .bg-color.transparent.opened .link:hover,
#menu-9b .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-9b .link[aria-expanded="true"],
#menu-9b .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#custom-html-9c {
  /* Type valid CSS here */
}
#custom-html-9c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9c p {
  font-size: 60px;
  color: #777;
}
#footer3-9d .mbr-section-subtitle,
#footer3-9d .mbr-section-text {
  color: #fff;
}
#footer3-9d .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer3-9d .mbr-section-subtitle,
#footer3-9d .mbr-section-text {
  color: #fff;
}
#footer3-9d .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f1c40f;
}
