@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700);



body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Ubuntu', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Ubuntu', 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: 'Oxygen', 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: 'Oxygen', 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: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #3c66d1 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #3c66d1 !important;
}
.bg-warning {
  background-color: #2b0680 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #3c66d1;
  border-color: #3c66d1;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #25469c;
  border-color: #25469c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #25469c !important;
  border-color: #25469c !important;
}
.btn-secondary {
  background-color: #a9bef2;
  border-color: #a9bef2;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #678ce8;
  border-color: #678ce8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #678ce8 !important;
  border-color: #678ce8 !important;
}
.btn-info {
  background-color: #3c66d1;
  border-color: #3c66d1;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #25469c;
  border-color: #25469c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #25469c !important;
  border-color: #25469c !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: #203d87;
  color: #203d87;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3c66d1;
  border-color: #3c66d1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c66d1 !important;
  border-color: #3c66d1 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #507be5;
  color: #507be5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a9bef2;
  border-color: #a9bef2;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a9bef2 !important;
  border-color: #a9bef2 !important;
}
.btn-info-outline {
  background: none;
  border-color: #203d87;
  color: #203d87;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #3c66d1;
  border-color: #3c66d1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3c66d1 !important;
  border-color: #3c66d1 !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: #3c66d1 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #3c66d1 !important;
}
.text-warning {
  color: #2b0680 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #3c66d1;
}
.alert-warning {
  background-color: #2b0680;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #3c66d1;
}
.btn-social:hover {
  background: #3c66d1;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #3c66d1;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #3c66d1;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #3c66d1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #3c66d1;
}
.lead a,
.lead a:hover {
  color: #3c66d1;
}
.lead blockquote {
  border-color: #3c66d1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1e8f8;
}
.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: #e1e8f8;
}
.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: #3c66d1;
}
.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;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Oxygen', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Oxygen', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.features6 .feature-title {
  font-family: 'Oxygen', sans-serif;
}
.features6 .description {
  font-family: 'Ubuntu', sans-serif;
}
.count,
.counter-title {
  font-family: 'Oxygen', sans-serif;
}
.counter-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.mbr-iconfont-counters1 {
  color: #3c66d1;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Oxygen', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extHeader5 .container label {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Oxygen', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Oxygen', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Oxygen', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Oxygen', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extHeader13 h4 {
  font-family: 'Oxygen', sans-serif;
}
.extHeader13 .number {
  font-family: 'Oxygen', sans-serif;
}
.extHeader13 .period {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extHeader13 .dot {
  font-family: 'Oxygen', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Oxygen', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extFeatures .feature-text {
  font-family: 'Ubuntu', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Oxygen', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #3c66d1;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Oxygen', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Oxygen', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extForm2 .container h3 {
  font-family: 'Oxygen', sans-serif;
}
.extForm2 .container p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #3c66d1;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extPricingTable1 .mbr-plan-label {
  background: #3c66d1;
}
.extCounters2 h4 {
  font-family: 'Oxygen', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extCounters3 .count {
  font-family: 'Oxygen', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Oxygen', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #3c66d1;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #3c66d1;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #3c66d1;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Oxygen', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Oxygen', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #3c66d1;
}
.extAccordion1 .panel-heading a {
  font-family: 'Ubuntu', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #3c66d1;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Ubuntu', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #3c66d1;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #3c66d1;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #3c66d1;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extMsg-box1 .container h3 {
  font-family: 'Oxygen', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extMsg-box1 h4 {
  font-family: 'Oxygen', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Oxygen', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Oxygen', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #3c66d1 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #3c66d1;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #3c66d1;
}
.theme-border {
  border: 1px solid #3c66d1;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-r .mbr-section-title,
#msg-box8-r p {
  color: #fff;
}
#header3-78 .mbr-section-title,
#header3-78 .mbr-section-subtitle {
  text-align: center;
}
#header3-78 H3 {
  font-size: 32px;
  color: #7c706b;
}
.cid-sQh9fZTUAS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQh9fZTUAS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sQh9fZTUAS .form-control,
.cid-sQh9fZTUAS .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQh9fZTUAS .form-control::-webkit-input-placeholder,
.cid-sQh9fZTUAS .field-input::-webkit-input-placeholder,
.cid-sQh9fZTUAS .form-control::-webkit-input-placeholder,
.cid-sQh9fZTUAS .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sQh9fZTUAS .form-control:-moz-placeholder,
.cid-sQh9fZTUAS .field-input:-moz-placeholder,
.cid-sQh9fZTUAS .form-control:-moz-placeholder,
.cid-sQh9fZTUAS .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sQh9fZTUAS .form-control:hover,
.cid-sQh9fZTUAS .field-input:hover,
.cid-sQh9fZTUAS .form-control:focus,
.cid-sQh9fZTUAS .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sQh9fZTUAS .form-control:hover::-webkit-input-placeholder,
.cid-sQh9fZTUAS .field-input:hover::-webkit-input-placeholder,
.cid-sQh9fZTUAS .form-control:focus::-webkit-input-placeholder,
.cid-sQh9fZTUAS .field-input:focus::-webkit-input-placeholder,
.cid-sQh9fZTUAS .form-control:hover::-webkit-input-placeholder,
.cid-sQh9fZTUAS .field-input:hover::-webkit-input-placeholder,
.cid-sQh9fZTUAS .form-control:focus::-webkit-input-placeholder,
.cid-sQh9fZTUAS .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sQh9fZTUAS .form-control:hover:-moz-placeholder,
.cid-sQh9fZTUAS .field-input:hover:-moz-placeholder,
.cid-sQh9fZTUAS .form-control:focus:-moz-placeholder,
.cid-sQh9fZTUAS .field-input:focus:-moz-placeholder,
.cid-sQh9fZTUAS .form-control:hover:-moz-placeholder,
.cid-sQh9fZTUAS .field-input:hover:-moz-placeholder,
.cid-sQh9fZTUAS .form-control:focus:-moz-placeholder,
.cid-sQh9fZTUAS .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sQh9fZTUAS .jq-number__spin:hover,
.cid-sQh9fZTUAS .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sQh9fZTUAS .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQh9fZTUAS .jq-selectbox li,
.cid-sQh9fZTUAS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQh9fZTUAS .jq-selectbox li:hover,
.cid-sQh9fZTUAS .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sQh9fZTUAS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sQh9fZTUAS .jq-number__spin.minus:hover:after,
.cid-sQh9fZTUAS .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sQh9fZTUAS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sQh9fZTUAS .jq-number__spin.minus:after,
.cid-sQh9fZTUAS .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sQh9fZTUAS input::-webkit-clear-button {
  display: none;
}
.cid-sQh9fZTUAS input::-webkit-inner-spin-button {
  display: none;
}
.cid-sQh9fZTUAS input::-webkit-outer-spin-button {
  display: none;
}
.cid-sQh9fZTUAS input::-webkit-calendar-picker-indicator {
  display: none;
}
#header3-79 .mbr-section-title,
#header3-79 .mbr-section-subtitle {
  text-align: center;
}
#header3-79 H3 {
  font-size: 32px;
  color: #7c706b;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c1 P {
  text-align: center;
  color: #28324e;
}
#content1-1kx P {
  text-align: center;
}
#content1-1kx DIV {
  text-align: center;
}
#buttons1-1o9 .btn {
  font-size: 14px;
}
#content1-1ws P {
  text-align: center;
  font-size: 17px;
}
#buttons1-2be .btn {
  font-size: 16px;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
.cid-v6kir1F4s5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6kir1F4s5 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-v6kir1F4s5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v6kir1F4s5 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-v6kir1F4s5 .mbr-image-title {
  text-align: center;
  color: #41a85f;
}
#header3-nx .mbr-section-title,
#header3-nx .mbr-section-subtitle {
  text-align: center;
}
#header3-nx .mbr-section-title {
  color: #3b67d9;
  font-size: 24px;
}
#header3-nx .mbr-section-subtitle {
  color: #3b67d9;
}
#header3-nx .mbr-section-subtitle B {
  font-size: 20px;
}
#content1-1zd {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#content1-1zd .mbr-section-title,
#content1-1zd .mbr-section-subtitle {
  text-align: center;
}
#content1-1zd .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#content1-1zd .title-2 {
  font-size: 16px;
  color: #2b0680;
  text-align: center;
}
#content1-1zd .mbr-section-subtitle {
  text-align: left;
}
#content1-1zd a:link {
  color: blue;
}
#content1-1zd a:visited {
  color: blue;
}
#content1-1zd a:hover {
  color: red;
}
#content1-1zd a:active {
  color: blue;
}
#custom-html-29g {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#custom-html-29g .mbr-section-title,
#custom-html-29g .mbr-section-subtitle {
  text-align: center;
}
#custom-html-29g .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#custom-html-29g .mbr-section-subtitle {
  text-align: left;
}
#custom-html-29g a:link {
  color: blue;
}
#custom-html-29g a:visited {
  color: blue;
}
#custom-html-29g a:hover {
  color: green;
}
#custom-html-29g a:active {
  color: green;
}
#custom-html-29i {
  /* Type valid CSS here */
}
#custom-html-29i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-29i p {
  font-size: 60px;
  color: #777;
}
#msg-box5-27k H3 {
  font-size: 24px;
  text-align: left;
}
#msg-box5-27k P {
  text-align: left;
}
#custom-html-27t {
  /* Type valid CSS here */
}
#custom-html-27t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-27t p {
  font-size: 60px;
  color: #777;
}
#msg-box5-265 H3 {
  font-size: 24px;
  text-align: left;
}
#msg-box5-265 P {
  text-align: left;
}
#custom-html-267 {
  /* Type valid CSS here */
}
#custom-html-267 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-267 p {
  font-size: 60px;
  color: #777;
}
#msg-box5-1z6 H3 {
  font-size: 24px;
}
#msg-box5-1z6 .btn {
  font-size: 14px;
}
#header3-1zl .mbr-section-title,
#header3-1zl .mbr-section-subtitle {
  text-align: center;
}
#header3-1zl .mbr-section-title {
  font-size: 25px;
  color: #232323;
}
#msg-box5-1zo H3 {
  font-size: 24px;
  color: #3b67d9;
}
#msg-box5-1zo .btn {
  font-size: 15px;
}
#msg-box5-1zq H3 {
  font-size: 24px;
  color: #3b67d9;
}
#msg-box5-1zq .btn {
  font-size: 15px;
}
#msg-box5-1zr H3 {
  font-size: 24px;
  color: #3b67d9;
}
#msg-box5-1zr .btn {
  font-size: 15px;
}
#header3-205 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-205 .mbr-section-title,
#header3-205 .mbr-section-subtitle {
  text-align: center;
}
#header3-205 .mbr-section-title,
#header3-205 .mbr-section-subtitle {
  text-align: center;
}
#header3-205 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-205 .mbr-section-subtitle {
  text-align: left;
}
#header3-205 a:link {
  color: blue;
}
#header3-205 a:visited {
  color: blue;
}
#header3-205 a:hover {
  color: red;
}
#header3-205 a:active {
  color: blue;
}
#header3-209 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-209 .mbr-section-title,
#header3-209 .mbr-section-subtitle {
  text-align: center;
}
#header3-209 .mbr-section-title,
#header3-209 .mbr-section-subtitle {
  text-align: center;
}
#header3-209 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-209 .mbr-section-subtitle {
  text-align: left;
}
#header3-209 a:link {
  color: blue;
}
#header3-209 a:visited {
  color: blue;
}
#header3-209 a:hover {
  color: red;
}
#header3-209 a:active {
  color: blue;
}
#header3-20b {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-20b .mbr-section-title,
#header3-20b .mbr-section-subtitle {
  text-align: center;
}
#header3-20b .mbr-section-title,
#header3-20b .mbr-section-subtitle {
  text-align: center;
}
#header3-20b .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-20b .mbr-section-subtitle {
  text-align: left;
}
#header3-20b a:link {
  color: blue;
}
#header3-20b a:visited {
  color: blue;
}
#header3-20b a:hover {
  color: red;
}
#header3-20b a:active {
  color: blue;
}
#header3-1yz {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1yz .mbr-section-title,
#header3-1yz .mbr-section-subtitle {
  text-align: center;
}
#header3-1yz .mbr-section-title,
#header3-1yz .mbr-section-subtitle {
  text-align: center;
}
#header3-1yz .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1yz .mbr-section-subtitle {
  text-align: left;
}
#header3-1yz a:link {
  color: blue;
}
#header3-1yz a:visited {
  color: blue;
}
#header3-1yz a:hover {
  color: red;
}
#header3-1yz a:active {
  color: blue;
}
#custom-html-13i img {
  max-width: 100%;
  height: auto;
}
#custom-html-ra {
  /* Type valid CSS here */
}
#custom-html-ra div {
  padding: 80px 0;
  color: #777;
  text-align: right;
}
#custom-html-ra p {
  font-size: 60px;
  color: #777;
}
#features1-3s .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #8c8c8c;
}
#features1-3s .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #8c8c8c;
}
#features1-3s .btn {
  font-size: 16px;
}
#features1-3s .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #2d1e1e;
}
#features1-3s .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #2d1e1e;
}
#features1-3s .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#custom-html-5o .mbr-section-title,
#custom-html-5o .mbr-section-subtitle {
  text-align: center;
}
#custom-html-5o SMALL {
  color: #b8312f;
  font-size: 20px;
}
#custom-html-5o H3 {
  font-size: 46px;
}
#custom-html-5o img {
  max-width: 100%;
  height: auto;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-bw P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-1j .mbr-section-title,
#msg-box8-1j p {
  color: #fff;
}
.cid-sbewrbzGoY {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sbewrbzGoY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sbewrbzGoY .form-control,
.cid-sbewrbzGoY .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sbewrbzGoY .form-control::-webkit-input-placeholder,
.cid-sbewrbzGoY .field-input::-webkit-input-placeholder,
.cid-sbewrbzGoY .form-control::-webkit-input-placeholder,
.cid-sbewrbzGoY .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sbewrbzGoY .form-control:-moz-placeholder,
.cid-sbewrbzGoY .field-input:-moz-placeholder,
.cid-sbewrbzGoY .form-control:-moz-placeholder,
.cid-sbewrbzGoY .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sbewrbzGoY .form-control:hover,
.cid-sbewrbzGoY .field-input:hover,
.cid-sbewrbzGoY .form-control:focus,
.cid-sbewrbzGoY .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sbewrbzGoY .form-control:hover::-webkit-input-placeholder,
.cid-sbewrbzGoY .field-input:hover::-webkit-input-placeholder,
.cid-sbewrbzGoY .form-control:focus::-webkit-input-placeholder,
.cid-sbewrbzGoY .field-input:focus::-webkit-input-placeholder,
.cid-sbewrbzGoY .form-control:hover::-webkit-input-placeholder,
.cid-sbewrbzGoY .field-input:hover::-webkit-input-placeholder,
.cid-sbewrbzGoY .form-control:focus::-webkit-input-placeholder,
.cid-sbewrbzGoY .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sbewrbzGoY .form-control:hover:-moz-placeholder,
.cid-sbewrbzGoY .field-input:hover:-moz-placeholder,
.cid-sbewrbzGoY .form-control:focus:-moz-placeholder,
.cid-sbewrbzGoY .field-input:focus:-moz-placeholder,
.cid-sbewrbzGoY .form-control:hover:-moz-placeholder,
.cid-sbewrbzGoY .field-input:hover:-moz-placeholder,
.cid-sbewrbzGoY .form-control:focus:-moz-placeholder,
.cid-sbewrbzGoY .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sbewrbzGoY .jq-number__spin:hover,
.cid-sbewrbzGoY .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sbewrbzGoY .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sbewrbzGoY .jq-selectbox li,
.cid-sbewrbzGoY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sbewrbzGoY .jq-selectbox li:hover,
.cid-sbewrbzGoY .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sbewrbzGoY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sbewrbzGoY .jq-number__spin.minus:hover:after,
.cid-sbewrbzGoY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sbewrbzGoY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sbewrbzGoY .jq-number__spin.minus:after,
.cid-sbewrbzGoY .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sbewrbzGoY input::-webkit-clear-button {
  display: none;
}
.cid-sbewrbzGoY input::-webkit-inner-spin-button {
  display: none;
}
.cid-sbewrbzGoY input::-webkit-outer-spin-button {
  display: none;
}
.cid-sbewrbzGoY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sDl0GlrIGy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sDl0GlrIGy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDl0GlrIGy .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDl0GlrIGy .form-control:focus,
.cid-sDl0GlrIGy .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sDl0GlrIGy .form-group {
  margin-bottom: 1rem;
}
.cid-sDl0GlrIGy input::-webkit-input-placeholder,
.cid-sDl0GlrIGy textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDl0GlrIGy input:-moz-placeholder,
.cid-sDl0GlrIGy textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDl0GlrIGy .jq-selectbox li,
.cid-sDl0GlrIGy .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sDl0GlrIGy .jq-selectbox li:hover,
.cid-sDl0GlrIGy .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sDl0GlrIGy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sDl0GlrIGy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sDl0GlrIGy .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sDl0GlrIGy .text-block {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDl0GlrIGy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sDl0GlrIGy .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDl0GlrIGy .input-group-btn {
  display: block;
}
.cid-sDl0GlrIGy textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sDl0GlrIGy .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDl0GlrIGy .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sDl0GlrIGy .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sDl0GlrIGy h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sDl0GlrIGy .block-content {
    padding: 0;
  }
  .cid-sDl0GlrIGy .form-block {
    padding: 1rem;
  }
}
.cid-sDK2TR1pce {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDK2TR1pce .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDK2TR1pce .form-control,
.cid-sDK2TR1pce .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDK2TR1pce .form-control::-webkit-input-placeholder,
.cid-sDK2TR1pce .field-input::-webkit-input-placeholder,
.cid-sDK2TR1pce .form-control::-webkit-input-placeholder,
.cid-sDK2TR1pce .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sDK2TR1pce .form-control:-moz-placeholder,
.cid-sDK2TR1pce .field-input:-moz-placeholder,
.cid-sDK2TR1pce .form-control:-moz-placeholder,
.cid-sDK2TR1pce .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sDK2TR1pce .form-control:hover,
.cid-sDK2TR1pce .field-input:hover,
.cid-sDK2TR1pce .form-control:focus,
.cid-sDK2TR1pce .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sDK2TR1pce .form-control:hover::-webkit-input-placeholder,
.cid-sDK2TR1pce .field-input:hover::-webkit-input-placeholder,
.cid-sDK2TR1pce .form-control:focus::-webkit-input-placeholder,
.cid-sDK2TR1pce .field-input:focus::-webkit-input-placeholder,
.cid-sDK2TR1pce .form-control:hover::-webkit-input-placeholder,
.cid-sDK2TR1pce .field-input:hover::-webkit-input-placeholder,
.cid-sDK2TR1pce .form-control:focus::-webkit-input-placeholder,
.cid-sDK2TR1pce .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sDK2TR1pce .form-control:hover:-moz-placeholder,
.cid-sDK2TR1pce .field-input:hover:-moz-placeholder,
.cid-sDK2TR1pce .form-control:focus:-moz-placeholder,
.cid-sDK2TR1pce .field-input:focus:-moz-placeholder,
.cid-sDK2TR1pce .form-control:hover:-moz-placeholder,
.cid-sDK2TR1pce .field-input:hover:-moz-placeholder,
.cid-sDK2TR1pce .form-control:focus:-moz-placeholder,
.cid-sDK2TR1pce .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sDK2TR1pce .jq-number__spin:hover,
.cid-sDK2TR1pce .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDK2TR1pce .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDK2TR1pce .jq-selectbox li,
.cid-sDK2TR1pce .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDK2TR1pce .jq-selectbox li:hover,
.cid-sDK2TR1pce .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sDK2TR1pce .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDK2TR1pce .jq-number__spin.minus:hover:after,
.cid-sDK2TR1pce .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDK2TR1pce .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDK2TR1pce .jq-number__spin.minus:after,
.cid-sDK2TR1pce .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sDK2TR1pce input::-webkit-clear-button {
  display: none;
}
.cid-sDK2TR1pce input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDK2TR1pce input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDK2TR1pce input::-webkit-calendar-picker-indicator {
  display: none;
}
#slider2-xl .mbr-section-title,
#slider2-xl .mbr-section-lead {
  color: #fff;
}
#custom-html-10y {
  /* Type valid CSS here */
}
#custom-html-10y table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-10y th,
#custom-html-10y td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#custom-html-10y table.myTable {
  table-layout: auto;
  width: 100%;
}
#slider-so {
  /*H2 {
  text-align: center;
  font-size: 30px;
  color: #f3c649;
}*/
}
#slider-so H2 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  #slider-so H2 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
  }
}
#slider-so P {
  text-align: left;
}
#slider-so .btn {
  font-size: 17px;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c2 P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-1r .mbr-section-title,
#msg-box8-1r p {
  color: #fff;
}
#header3-1u .mbr-section-title,
#header3-1u .mbr-section-subtitle {
  text-align: center;
}
#header3-1u H3 {
  font-size: 32px;
  color: #464646;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c6 P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-22 .mbr-section-title,
#msg-box8-22 p {
  color: #fff;
}
#header3-nt .mbr-section-title,
#header3-nt .mbr-section-subtitle {
  text-align: center;
}
#header3-nt .mbr-section-title {
  text-align: center;
  font-size: 30px;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c7 P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-2q .mbr-section-title,
#msg-box8-2q p {
  color: #fff;
}
#header3-2r .mbr-section-title,
#header3-2r .mbr-section-subtitle {
  text-align: center;
}
#header3-2r H3 {
  font-size: 32px;
  color: #7c706b;
}
#header3-2r .mbr-section-title {
  font-size: 24px;
}
#content1-ix DIV {
  color: #ff0000;
}
#content1-ix P {
  text-align: center;
}
#custom-html-27q {
  /*
   general styles
*/
  /*
** Style the iframe
** =========================
*/
  /*
    css commmon to all iframes
*/
  /*
    css particular to this iframe
*/
  /*
   padding-bottom = h/w as %
*/
}
#custom-html-27q .center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}
#custom-html-27q .set-margin-cicis-menu-to-go {
  margin: 20px;
}
#custom-html-27q .set-padding-cicis-menu-to-go {
  padding: 20px;
}
#custom-html-27q .set-border-cicis-menu-to-go {
  border: 5px inset #4f4f4f;
}
#custom-html-27q set-box-shadow-cicis-menu-to-go {
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
#custom-html-27q .responsive-wrapper {
  position: relative;
  height: 0;
  /* gets height from padding-bottom */
  overflow: hidden;
  /* put following styles (necessary for overflow and 
     scrolling handling) inline in .embed-responsive-element-wrapper around iframe because not stable in CSS
    -webkit-overflow-scrolling: touch; 
                      overflow: auto; */
}
#custom-html-27q .responsive-wrapper img,
#custom-html-27q .responsive-wrapper object,
#custom-html-27q .responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-27q #Iframe-Cicis-Menu-To-Go {
  /*max-width: 666.67px;
  max-height: 600px;*/
  max-width: 1920px;
  max-height: 1080px;
  overflow: hidden;
}
#custom-html-27q .responsive-wrapper-padding-bottom-90pct {
  padding-bottom: 90%;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-bx P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.85rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-2z .mbr-section-title,
#msg-box8-2z p {
  color: #fff;
}
#content1-3c P {
  font-size: 20px;
  text-align: center;
}
#gallery3-35 .mbr-gallery-item > div > span {
  text-align: center;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c9 P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-40 .mbr-section-title,
#msg-box8-40 p {
  color: #fff;
}
#header3-41 .mbr-section-title,
#header3-41 .mbr-section-subtitle {
  text-align: center;
}
#header3-41 H3 {
  font-size: 32px;
  color: #464646;
}
#extTable1-ch {
  /* DivTable.com */
  
}
#extTable1-ch .divTable {
  display: table;
  width: 100%;
}
#extTable1-ch .divTableRow {
  display: table-row;
}
#extTable1-ch .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
#extTable1-ch .divTableCell,
#extTable1-ch .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
#extTable1-ch .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
#extTable1-ch .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
#extTable1-ch .divTableBody {
  display: table-row-group;
}
#extTable1-ch TD {
  text-align: left;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
#header3-p2 .mbr-section-title,
#header3-p2 .mbr-section-subtitle {
  text-align: center;
}
#header3-p2 .mbr-section-title {
  font-size: 24px;
}
#header3-p2 .mbr-section-subtitle {
  font-size: 19px;
}
#custom-html-102 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#custom-html-102 table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-102 th,
#custom-html-102 td {
  border: 1px solid #cccccc;
  padding: 3px 10px;
}
#custom-html-102 table.myTable {
  table-layout: auto;
  width: 50%;
}
#custom-html-102 a:link {
  color: blue;
}
#custom-html-102 a:visited {
  color: blue;
}
#custom-html-102 a:hover {
  color: red;
}
#custom-html-102 a:active {
  color: blue;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-ca P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-69 .mbr-section-title,
#msg-box8-69 p {
  color: #fff;
}
#header3-6d .mbr-section-title,
#header3-6d .mbr-section-subtitle {
  text-align: center;
}
#header3-6d SMALL {
  font-size: 20px;
}
#header3-6d .mbr-section-title {
  font-size: 25px;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-cb P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-6k .mbr-section-title,
#msg-box8-6k p {
  color: #fff;
}
#msg-box8-6k .mbr-section-title {
  font-size: 46px;
}
#header3-6l .mbr-section-title,
#header3-6l .mbr-section-subtitle {
  text-align: center;
}
#header3-6l H3 {
  font-size: 32px;
  color: #464646;
}
#header3-153 .mbr-section-title,
#header3-153 .mbr-section-subtitle {
  text-align: center;
}
#header3-153 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-153 .mbr-section-subtitle {
  text-align: left;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-cc P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-6q .mbr-section-title,
#msg-box8-6q p {
  color: #fff;
}
#header3-6u .mbr-section-title,
#header3-6u .mbr-section-subtitle {
  text-align: center;
}
#header3-6u SMALL {
  font-size: 21px;
}
#header3-6u .mbr-section-title {
  color: #d14841;
  font-size: 25px;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-bz P {
  text-align: center;
  color: #28324e;
}

#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-6w .mbr-section-title,
#msg-box8-6w p {
  color: #fff;
}
#header3-6x .mbr-section-title,
#header3-6x .mbr-section-subtitle {
  text-align: center;
}
#header3-6x SMALL {
  font-size: 17px;
}
#header3-6x H3 {
  font-size: 32px;
}
#header3-6x SPAN {
  font-family: 'Lora', serif;
  font-size: 17px;
}
#header3-6x B {
  color: #f97352;
}
#custom-html-6z {
  /* Type valid CSS here */
}
#custom-html-6z .my-image {
  width: 100%;
}
#custom-html-6z .zipfield {
  display: none;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c0 P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-71 .mbr-section-title,
#msg-box8-71 p {
  color: #fff;
}
#msg-box8-71 .btn {
  font-size: 16px;
}
#header3-74 .mbr-section-title,
#header3-74 .mbr-section-subtitle {
  text-align: center;
}
#header3-74 H3 {
  font-size: 32px;
  color: #7c706b;
}
#header3-74 .mbr-section-title {
  text-align: center;
  font-size: 24px;
}
#header3-167 .mbr-section-title,
#header3-167 .mbr-section-subtitle {
  text-align: center;
}
#header3-167 H3 {
  font-size: 32px;
  color: #7c706b;
}
#header3-167 .mbr-section-title {
  text-align: center;
  font-size: 25px;
}
#content1-1pt P {
  text-align: center;
  font-size: 17px;
}
#content1-1pt DIV {
  color: #2b0680;
}
#header3-bp .mbr-section-title,
#header3-bp .mbr-section-subtitle {
  text-align: center;
}
#header3-bp H3 {
  font-size: 32px;
  color: #7c706b;
}
#header3-bp .mbr-section-title {
  text-align: center;
  font-size: 25px;
}
#content1-21k P {
  text-align: center;
  font-size: 17px;
}
#content1-21k DIV {
  color: #2b0680;
}
#content1-17t P {
  text-align: center;
  font-size: 17px;
}
#content1-17t DIV {
  color: #000000;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-by P {
  text-align: center;
  color: #28324e;
}

#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-80 .mbr-section-title,
#msg-box8-80 p {
  color: #fff;
}
#msg-box8-80 .mbr-section-title {
  font-size: 46px;
}
#header3-81 .mbr-section-title,
#header3-81 .mbr-section-subtitle {
  text-align: center;
}
#header3-81 H3 {
  font-size: 32px;
  color: #464646;
}
#content1-84 P {
  font-family: 'Raleway', sans-serif;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c8 P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-9a .mbr-section-title,
#msg-box8-9a p {
  color: #fff;
}
#content1-9c P {
  font-size: 18px;
  text-align: center;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c4 P {
  text-align: center;
  color: #28324e;
}
#menu-ai .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ai .navbar-caption {
  color: #ffffff;
}
#menu-ai .navbar-toggler {
  color: #6a4e4e;
}
#menu-ai .close-icon::before,
#menu-ai .close-icon::after {
  background-color: #6a4e4e;
}
#menu-ai .link,
#menu-ai .dropdown-item {
  color: #6a4e4e;
}
#menu-ai .link {
  font-size: 0.85rem;
}
#menu-ai .dropdown-item,
#menu-ai .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-ai .link:hover,
#menu-ai .dropdown-item:hover,
#menu-ai .link:focus,
#menu-ai .dropdown-item:focus {
  color: #3c66d1;
}
#menu-ai .link[aria-expanded="true"],
#menu-ai .dropdown-menu {
  background: #e6e6e6;
}
#menu-ai .nav-dropdown-sm .link:focus,
#menu-ai .nav-dropdown-sm .link:hover,
#menu-ai .nav-dropdown-sm .dropdown-item:focus,
#menu-ai .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ai .navbar,
#menu-ai .nav-dropdown-sm,
#menu-ai .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ai .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ai .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-ai .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ai .bg-color.transparent.opened .link:hover,
#menu-ai .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-ai .link[aria-expanded="true"],
#menu-ai .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#content1-c3 P {
  text-align: center;
  color: #28324e;
}
.cid-rVpnzpsNZX.popup-builder {
  background-color: #ffffff;
}
.cid-rVpnzpsNZX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVpnzpsNZX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVpnzpsNZX .modal-content,
.cid-rVpnzpsNZX .modal-dialog {
  height: auto;
}
.cid-rVpnzpsNZX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVpnzpsNZX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVpnzpsNZX .form-wrapper .mbr-form .form-group,
  .cid-rVpnzpsNZX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVpnzpsNZX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVpnzpsNZX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVpnzpsNZX .mbr-text {
  text-align: center;
}
.cid-rVpnzpsNZX .pt-0 {
  padding-top: 0 !important;
}
.cid-rVpnzpsNZX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVpnzpsNZX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVpnzpsNZX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVpnzpsNZX .modal-open {
  overflow: hidden;
}
.cid-rVpnzpsNZX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVpnzpsNZX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVpnzpsNZX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVpnzpsNZX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rVpnzpsNZX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVpnzpsNZX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVpnzpsNZX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVpnzpsNZX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rVpnzpsNZX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVpnzpsNZX .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVpnzpsNZX .modal-backdrop.show {
  opacity: .5;
}
.cid-rVpnzpsNZX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVpnzpsNZX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVpnzpsNZX .modal-header .close:hover {
  opacity: 1;
}
.cid-rVpnzpsNZX .modal-header .close:focus {
  outline: none;
}
.cid-rVpnzpsNZX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVpnzpsNZX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVpnzpsNZX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVpnzpsNZX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVpnzpsNZX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVpnzpsNZX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVpnzpsNZX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVpnzpsNZX .modal-sm {
    max-width: 300px;
  }
  .cid-rVpnzpsNZX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVpnzpsNZX .modal-lg,
  .cid-rVpnzpsNZX .modal-xl {
    max-width: 800px;
  }
  .cid-rVpnzpsNZX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVpnzpsNZX .modal-xl {
    max-width: 1140px;
  }
  .cid-rVpnzpsNZX .container {
    max-width: 1140px;
  }
}
.cid-rVpnzpsNZX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVpnzpsNZX .container {
    max-width: 720px;
  }
}
.cid-rVpnzpsNZX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVpnzpsNZX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rVpnzpsNZX .form-group {
  margin-bottom: 1rem;
}
.cid-rVpnzpsNZX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVpnzpsNZX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVpnzpsNZX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-ci .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ci .navbar-caption {
  color: #ffffff;
}
#menu-ci .navbar-toggler {
  color: #6a4e4e;
}
#menu-ci .close-icon::before,
#menu-ci .close-icon::after {
  background-color: #6a4e4e;
}
#menu-ci .link,
#menu-ci .dropdown-item {
  color: #6a4e4e;
}
#menu-ci .link {
  font-size: 0.8rem;
}
#menu-ci .dropdown-item,
#menu-ci .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-ci .link:hover,
#menu-ci .dropdown-item:hover,
#menu-ci .link:focus,
#menu-ci .dropdown-item:focus {
  color: #3c66d1;
}
#menu-ci .link[aria-expanded="true"],
#menu-ci .dropdown-menu {
  background: #e6e6e6;
}
#menu-ci .nav-dropdown-sm .link:focus,
#menu-ci .nav-dropdown-sm .link:hover,
#menu-ci .nav-dropdown-sm .dropdown-item:focus,
#menu-ci .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ci .navbar,
#menu-ci .nav-dropdown-sm,
#menu-ci .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ci .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ci .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-ci .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ci .bg-color.transparent.opened .link:hover,
#menu-ci .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-ci .link[aria-expanded="true"],
#menu-ci .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-cj .mbr-section-title,
#msg-box8-cj p {
  color: #fff;
}
#header3-ck .mbr-section-title,
#header3-ck .mbr-section-subtitle {
  text-align: center;
}
#header3-ck H3 {
  font-size: 32px;
  color: #7c706b;
}
#header3-ck .mbr-section-title {
  font-size: 24px;
}
#content1-iz DIV {
  color: #ff0000;
}
#content1-iz P {
  text-align: center;
}
#custom-html-cl {
  /*
   general styles
*/
  /*
** Style the iframe
** =========================
*/
  /*
    css commmon to all iframes
*/
  /*
    css particular to this iframe
*/
  /*
   padding-bottom = h/w as %
*/
}
#custom-html-cl .center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}
#custom-html-cl .set-margin-cicis-menu-to-go {
  margin: 20px;
}
#custom-html-cl .set-padding-cicis-menu-to-go {
  padding: 20px;
}
#custom-html-cl .set-border-cicis-menu-to-go {
  border: 5px inset #4f4f4f;
}
#custom-html-cl set-box-shadow-cicis-menu-to-go {
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
#custom-html-cl .responsive-wrapper {
  position: relative;
  height: 0;
  /* gets height from padding-bottom */
  overflow: hidden;
  /* put following styles (necessary for overflow and 
     scrolling handling) inline in .embed-responsive-element-wrapper around iframe because not stable in CSS
    -webkit-overflow-scrolling: touch; 
                      overflow: auto; */
}
#custom-html-cl .responsive-wrapper img,
#custom-html-cl .responsive-wrapper object,
#custom-html-cl .responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-cl #Iframe-Cicis-Menu-To-Go {
  /*max-width: 666.67px;
  max-height: 600px;*/
  max-width: 1920px;
  max-height: 1080px;
  overflow: hidden;
}
#custom-html-cl .responsive-wrapper-padding-bottom-90pct {
  padding-bottom: 90%;
}
#contacts1-cm P {
  color: #6a4e4e;
}
#content1-cn P {
  text-align: center;
  color: #28324e;
}

#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-h7 .mbr-section-title,
#msg-box8-h7 p {
  color: #fff;
}
#msg-box8-h7 .btn {
  font-size: 16px;
}
#content1-8m P {
  font-size: 16px;
  color: #b8312f;
  text-align: left;
}
#content1-8m B {
  text-align: center;
  font-size: 15px;
}
#content1-9x P {
  text-align: left;
}
#features4-8n .card-subtitle {
  color: #2b0680;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#features4-8n .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features4-8n .btn {
  font-size: 15px;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c5 P {
  text-align: center;
  color: #28324e;
}
#menu-k6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-k6 .navbar-caption {
  color: #ffffff;
}
#menu-k6 .navbar-toggler {
  color: #6a4e4e;
}
#menu-k6 .close-icon::before,
#menu-k6 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-k6 .link,
#menu-k6 .dropdown-item {
  color: #6a4e4e;
}
#menu-k6 .link {
  font-size: 0.8rem;
}
#menu-k6 .dropdown-item,
#menu-k6 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-k6 .link:hover,
#menu-k6 .dropdown-item:hover,
#menu-k6 .link:focus,
#menu-k6 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-k6 .link[aria-expanded="true"],
#menu-k6 .dropdown-menu {
  background: #e6e6e6;
}
#menu-k6 .nav-dropdown-sm .link:focus,
#menu-k6 .nav-dropdown-sm .link:hover,
#menu-k6 .nav-dropdown-sm .dropdown-item:focus,
#menu-k6 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-k6 .navbar,
#menu-k6 .nav-dropdown-sm,
#menu-k6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-k6 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-k6 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-k6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-k6 .bg-color.transparent.opened .link:hover,
#menu-k6 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-k6 .link[aria-expanded="true"],
#menu-k6 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#custom-html-kf .mbr-section-title,
#custom-html-kf .mbr-section-subtitle {
  text-align: center;
}
#custom-html-kf SMALL {
  color: #b8312f;
  font-size: 20px;
}
#custom-html-kf H3 {
  font-size: 46px;
}
#contacts1-kd P {
  color: #6a4e4e;
}
#content1-ke P {
  text-align: center;
  color: #28324e;
}
#menu-ku .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ku .navbar-caption {
  color: #ffffff;
}
#menu-ku .navbar-toggler {
  color: #6a4e4e;
}
#menu-ku .close-icon::before,
#menu-ku .close-icon::after {
  background-color: #6a4e4e;
}
#menu-ku .link,
#menu-ku .dropdown-item {
  color: #6a4e4e;
}
#menu-ku .link {
  font-size: 0.85rem;
}
#menu-ku .dropdown-item,
#menu-ku .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-ku .link:hover,
#menu-ku .dropdown-item:hover,
#menu-ku .link:focus,
#menu-ku .dropdown-item:focus {
  color: #3c66d1;
}
#menu-ku .link[aria-expanded="true"],
#menu-ku .dropdown-menu {
  background: #e6e6e6;
}
#menu-ku .nav-dropdown-sm .link:focus,
#menu-ku .nav-dropdown-sm .link:hover,
#menu-ku .nav-dropdown-sm .dropdown-item:focus,
#menu-ku .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ku .navbar,
#menu-ku .nav-dropdown-sm,
#menu-ku .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ku .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ku .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-ku .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ku .bg-color.transparent.opened .link:hover,
#menu-ku .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-ku .link[aria-expanded="true"],
#menu-ku .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#content1-kw P {
  text-align: center;
  color: #28324e;
}
.cid-rVi5aV6p05.popup-builder {
  background-color: #ffffff;
}
.cid-rVi5aV6p05.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVi5aV6p05.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVi5aV6p05 .modal-content,
.cid-rVi5aV6p05 .modal-dialog {
  height: auto;
}
.cid-rVi5aV6p05 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVi5aV6p05 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVi5aV6p05 .form-wrapper .mbr-form .form-group,
  .cid-rVi5aV6p05 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVi5aV6p05 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVi5aV6p05 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVi5aV6p05 .mbr-text {
  text-align: center;
}
.cid-rVi5aV6p05 .pt-0 {
  padding-top: 0 !important;
}
.cid-rVi5aV6p05 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVi5aV6p05 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVi5aV6p05 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVi5aV6p05 .modal-open {
  overflow: hidden;
}
.cid-rVi5aV6p05 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVi5aV6p05 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVi5aV6p05 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVi5aV6p05 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rVi5aV6p05 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVi5aV6p05 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVi5aV6p05 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVi5aV6p05 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rVi5aV6p05 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVi5aV6p05 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVi5aV6p05 .modal-backdrop.show {
  opacity: .5;
}
.cid-rVi5aV6p05 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVi5aV6p05 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVi5aV6p05 .modal-header .close:hover {
  opacity: 1;
}
.cid-rVi5aV6p05 .modal-header .close:focus {
  outline: none;
}
.cid-rVi5aV6p05 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVi5aV6p05 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVi5aV6p05 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVi5aV6p05 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVi5aV6p05 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVi5aV6p05 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVi5aV6p05 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVi5aV6p05 .modal-sm {
    max-width: 300px;
  }
  .cid-rVi5aV6p05 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVi5aV6p05 .modal-lg,
  .cid-rVi5aV6p05 .modal-xl {
    max-width: 800px;
  }
  .cid-rVi5aV6p05 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVi5aV6p05 .modal-xl {
    max-width: 1140px;
  }
  .cid-rVi5aV6p05 .container {
    max-width: 1140px;
  }
}
.cid-rVi5aV6p05 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVi5aV6p05 .container {
    max-width: 720px;
  }
}
.cid-rVi5aV6p05 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVi5aV6p05 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rVi5aV6p05 .form-group {
  margin-bottom: 1rem;
}
.cid-rVi5aV6p05 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVi5aV6p05 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVi5aV6p05 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#content1-nk P {
  text-align: center;
}
#menu-lh .hide-buttons .nav-btn {
  display: none !important;
}
#menu-lh .navbar-caption {
  color: #ffffff;
}
#menu-lh .navbar-toggler {
  color: #6a4e4e;
}
#menu-lh .close-icon::before,
#menu-lh .close-icon::after {
  background-color: #6a4e4e;
}
#menu-lh .link,
#menu-lh .dropdown-item {
  color: #6a4e4e;
}
#menu-lh .link {
  font-size: 0.85rem;
}
#menu-lh .dropdown-item,
#menu-lh .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-lh .link:hover,
#menu-lh .dropdown-item:hover,
#menu-lh .link:focus,
#menu-lh .dropdown-item:focus {
  color: #3c66d1;
}
#menu-lh .link[aria-expanded="true"],
#menu-lh .dropdown-menu {
  background: #e6e6e6;
}
#menu-lh .nav-dropdown-sm .link:focus,
#menu-lh .nav-dropdown-sm .link:hover,
#menu-lh .nav-dropdown-sm .dropdown-item:focus,
#menu-lh .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-lh .navbar,
#menu-lh .nav-dropdown-sm,
#menu-lh .nav-dropdown-sm .link[aria-expanded="true"],
#menu-lh .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-lh .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-lh .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-lh .bg-color.transparent.opened .link:hover,
#menu-lh .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-lh .link[aria-expanded="true"],
#menu-lh .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#custom-html-li img {
  max-width: 100%;
  height: auto;
}
#header3-lj {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-lj .mbr-section-title,
#header3-lj .mbr-section-subtitle {
  text-align: center;
}
#header3-lj a:link {
  color: blue;
}
#header3-lj a:visited {
  color: blue;
}
#header3-lj a:hover {
  color: red;
}
#header3-lj a:active {
  color: blue;
}
#header3-lj .mbr-section-title,
#header3-lj .mbr-section-subtitle {
  text-align: center;
}
#header3-lj .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-lj .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-lj .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-ll {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-ll .mbr-section-title,
#header3-ll .mbr-section-subtitle {
  text-align: center;
}
#header3-ll a:link {
  color: blue;
}
#header3-ll a:visited {
  color: blue;
}
#header3-ll a:hover {
  color: red;
}
#header3-ll a:active {
  color: blue;
}
#header3-ll .mbr-section-title,
#header3-ll .mbr-section-subtitle {
  text-align: center;
}
#header3-ll .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-ll .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-ll .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-lm .mbr-section-title,
#header3-lm .mbr-section-subtitle {
  text-align: center;
}
#header3-lm .mbr-section-title,
#header3-lm .mbr-section-subtitle {
  text-align: center;
}
#header3-lm .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-lm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-lm .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-ln .mbr-section-title,
#header3-ln .mbr-section-subtitle {
  text-align: center;
}
#header3-ln .mbr-section-title {
  color: #2b0680;
  text-align: center;
  font-size: 25px;
}
#header3-ln .mbr-section-subtitle {
  color: #000000;
}
#msg-box5-lo H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-lo P {
  text-align: left;
}
#msg-box5-lq H3 {
  font-size: 24px;
  text-align: left;
}
#msg-box5-lq P {
  text-align: left;
}
#msg-box5-ls H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-ls P {
  text-align: left;
}
#msg-box5-lu H3 {
  font-size: 24px;
  text-align: left;
}
#msg-box5-lu P {
  text-align: left;
}
#msg-box5-lw H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-lw P {
  text-align: left;
}
#features1-lx .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#features1-lx .btn {
  font-size: 16px;
}
#features1-lx .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lx .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#extTable1-ly {
  /* DivTable.com */
  
  
}
#extTable1-ly .divTable {
  display: table;
  width: 100%;
}
#extTable1-ly .divTableRow {
  display: table-row;
}
#extTable1-ly .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
#extTable1-ly .divTableCell,
#extTable1-ly .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
#extTable1-ly .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
#extTable1-ly .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
#extTable1-ly .divTableBody {
  display: table-row-group;
}
#extTable1-ly .mbr-section-title {
  font-size: 22px;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
}
#extTable1-ly TD {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
#extTable1-ly TH {
  text-align: left;
}
#custom-html-m0 .mbr-section-title,
#custom-html-m0 .mbr-section-subtitle {
  text-align: center;
}
#custom-html-m0 SMALL {
  color: #b8312f;
  font-size: 20px;
}
#custom-html-m0 H3 {
  font-size: 46px;
}
#contacts1-m1 P {
  color: #6a4e4e;
}
#content1-m2 P {
  text-align: center;
  color: #28324e;
}
#menu-mi .hide-buttons .nav-btn {
  display: none !important;
}
#menu-mi .navbar-caption {
  color: #ffffff;
}
#menu-mi .navbar-toggler {
  color: #6a4e4e;
}
#menu-mi .close-icon::before,
#menu-mi .close-icon::after {
  background-color: #6a4e4e;
}
#menu-mi .link,
#menu-mi .dropdown-item {
  color: #6a4e4e;
}
#menu-mi .link {
  font-size: 0.85rem;
}
#menu-mi .dropdown-item,
#menu-mi .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-mi .link:hover,
#menu-mi .dropdown-item:hover,
#menu-mi .link:focus,
#menu-mi .dropdown-item:focus {
  color: #3c66d1;
}
#menu-mi .link[aria-expanded="true"],
#menu-mi .dropdown-menu {
  background: #e6e6e6;
}
#menu-mi .nav-dropdown-sm .link:focus,
#menu-mi .nav-dropdown-sm .link:hover,
#menu-mi .nav-dropdown-sm .dropdown-item:focus,
#menu-mi .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-mi .navbar,
#menu-mi .nav-dropdown-sm,
#menu-mi .nav-dropdown-sm .link[aria-expanded="true"],
#menu-mi .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-mi .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-mi .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-mi .bg-color.transparent.opened .link:hover,
#menu-mi .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-mi .link[aria-expanded="true"],
#menu-mi .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-mj .mbr-section-title,
#msg-box8-mj p {
  color: #fff;
}
#header3-mk .mbr-section-title,
#header3-mk .mbr-section-subtitle {
  text-align: center;
}
#header3-mk H3 {
  font-size: 32px;
  color: #464646;
}
#extTable1-ml {
  /* DivTable.com */
  
}
#extTable1-ml .divTable {
  display: table;
  width: 100%;
}
#extTable1-ml .divTableRow {
  display: table-row;
}
#extTable1-ml .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
#extTable1-ml .divTableCell,
#extTable1-ml .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
#extTable1-ml .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
#extTable1-ml .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
#extTable1-ml .divTableBody {
  display: table-row-group;
}
#extTable1-ml TD {
  text-align: left;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
#extTable1-mm {
  /* DivTable.com */
  
}
#extTable1-mm .divTable {
  display: table;
  width: 100%;
}
#extTable1-mm .divTableRow {
  display: table-row;
}
#extTable1-mm .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
#extTable1-mm .divTableCell,
#extTable1-mm .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
#extTable1-mm .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
#extTable1-mm .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
#extTable1-mm .divTableBody {
  display: table-row-group;
}
#extTable1-mm .mbr-section-title {
  font-size: 19px;
  text-align: center;
}
#extTable1-mm TD {
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
#extTable1-mm TH {
  text-align: left;
}
#contacts1-mn P {
  color: #6a4e4e;
}
#content1-mo P {
  text-align: center;
  color: #28324e;
}
#menu-nc .hide-buttons .nav-btn {
  display: none !important;
}
#menu-nc .navbar-caption {
  color: #ffffff;
}
#menu-nc .navbar-toggler {
  color: #6a4e4e;
}
#menu-nc .close-icon::before,
#menu-nc .close-icon::after {
  background-color: #6a4e4e;
}
#menu-nc .link,
#menu-nc .dropdown-item {
  color: #6a4e4e;
}
#menu-nc .link {
  font-size: 0.85rem;
}
#menu-nc .dropdown-item,
#menu-nc .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-nc .link:hover,
#menu-nc .dropdown-item:hover,
#menu-nc .link:focus,
#menu-nc .dropdown-item:focus {
  color: #3c66d1;
}
#menu-nc .link[aria-expanded="true"],
#menu-nc .dropdown-menu {
  background: #e6e6e6;
}
#menu-nc .nav-dropdown-sm .link:focus,
#menu-nc .nav-dropdown-sm .link:hover,
#menu-nc .nav-dropdown-sm .dropdown-item:focus,
#menu-nc .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-nc .navbar,
#menu-nc .nav-dropdown-sm,
#menu-nc .nav-dropdown-sm .link[aria-expanded="true"],
#menu-nc .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-nc .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-nc .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-nc .bg-color.transparent.opened .link:hover,
#menu-nc .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-nc .link[aria-expanded="true"],
#menu-nc .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-nd .mbr-section-title,
#msg-box8-nd p {
  color: #fff;
}
#header3-ne .mbr-section-title,
#header3-ne .mbr-section-subtitle {
  text-align: center;
}
#header3-ne SMALL {
  font-size: 20px;
}
#header3-ne .mbr-section-title {
  text-align: center;
  font-size: 25px;
}
#header3-ne .mbr-section-subtitle {
  color: #b8312f;
}
#contacts1-ng P {
  color: #6a4e4e;
}
#content1-nh P {
  text-align: center;
  color: #28324e;
}
#menu-o0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-o0 .navbar-caption {
  color: #ffffff;
}
#menu-o0 .navbar-toggler {
  color: #6a4e4e;
}
#menu-o0 .close-icon::before,
#menu-o0 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-o0 .link,
#menu-o0 .dropdown-item {
  color: #6a4e4e;
}
#menu-o0 .link {
  font-size: 0.8rem;
}
#menu-o0 .dropdown-item,
#menu-o0 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-o0 .link:hover,
#menu-o0 .dropdown-item:hover,
#menu-o0 .link:focus,
#menu-o0 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-o0 .link[aria-expanded="true"],
#menu-o0 .dropdown-menu {
  background: #e6e6e6;
}
#menu-o0 .nav-dropdown-sm .link:focus,
#menu-o0 .nav-dropdown-sm .link:hover,
#menu-o0 .nav-dropdown-sm .dropdown-item:focus,
#menu-o0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-o0 .navbar,
#menu-o0 .nav-dropdown-sm,
#menu-o0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-o0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-o0 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-o0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-o0 .bg-color.transparent.opened .link:hover,
#menu-o0 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-o0 .link[aria-expanded="true"],
#menu-o0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#content1-o2 P {
  text-align: center;
  color: #28324e;
}
.cid-rZCQBMh0Hx.popup-builder {
  background-color: #ffffff;
}
.cid-rZCQBMh0Hx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rZCQBMh0Hx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rZCQBMh0Hx .modal-content,
.cid-rZCQBMh0Hx .modal-dialog {
  height: auto;
}
.cid-rZCQBMh0Hx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rZCQBMh0Hx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rZCQBMh0Hx .form-wrapper .mbr-form .form-group,
  .cid-rZCQBMh0Hx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rZCQBMh0Hx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rZCQBMh0Hx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZCQBMh0Hx .mbr-text {
  text-align: center;
}
.cid-rZCQBMh0Hx .pt-0 {
  padding-top: 0 !important;
}
.cid-rZCQBMh0Hx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rZCQBMh0Hx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rZCQBMh0Hx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rZCQBMh0Hx .modal-open {
  overflow: hidden;
}
.cid-rZCQBMh0Hx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rZCQBMh0Hx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rZCQBMh0Hx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rZCQBMh0Hx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rZCQBMh0Hx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rZCQBMh0Hx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rZCQBMh0Hx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rZCQBMh0Hx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rZCQBMh0Hx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rZCQBMh0Hx .modal-backdrop.fade {
  opacity: 0;
}
.cid-rZCQBMh0Hx .modal-backdrop.show {
  opacity: .5;
}
.cid-rZCQBMh0Hx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rZCQBMh0Hx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rZCQBMh0Hx .modal-header .close:hover {
  opacity: 1;
}
.cid-rZCQBMh0Hx .modal-header .close:focus {
  outline: none;
}
.cid-rZCQBMh0Hx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rZCQBMh0Hx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rZCQBMh0Hx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rZCQBMh0Hx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rZCQBMh0Hx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rZCQBMh0Hx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rZCQBMh0Hx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rZCQBMh0Hx .modal-sm {
    max-width: 300px;
  }
  .cid-rZCQBMh0Hx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rZCQBMh0Hx .modal-lg,
  .cid-rZCQBMh0Hx .modal-xl {
    max-width: 800px;
  }
  .cid-rZCQBMh0Hx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rZCQBMh0Hx .modal-xl {
    max-width: 1140px;
  }
  .cid-rZCQBMh0Hx .container {
    max-width: 1140px;
  }
}
.cid-rZCQBMh0Hx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rZCQBMh0Hx .container {
    max-width: 720px;
  }
}
.cid-rZCQBMh0Hx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rZCQBMh0Hx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rZCQBMh0Hx .form-group {
  margin-bottom: 1rem;
}
.cid-rZCQBMh0Hx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rZCQBMh0Hx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rZCQBMh0Hx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

#menu-pm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-pm .navbar-caption {
  color: #ffffff;
}
#menu-pm .navbar-toggler {
  color: #6a4e4e;
}
#menu-pm .close-icon::before,
#menu-pm .close-icon::after {
  background-color: #6a4e4e;
}
#menu-pm .link,
#menu-pm .dropdown-item {
  color: #6a4e4e;
}
#menu-pm .link {
  font-size: 0.8rem;
}
#menu-pm .dropdown-item,
#menu-pm .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-pm .link:hover,
#menu-pm .dropdown-item:hover,
#menu-pm .link:focus,
#menu-pm .dropdown-item:focus {
  color: #3c66d1;
}
#menu-pm .link[aria-expanded="true"],
#menu-pm .dropdown-menu {
  background: #e6e6e6;
}
#menu-pm .nav-dropdown-sm .link:focus,
#menu-pm .nav-dropdown-sm .link:hover,
#menu-pm .nav-dropdown-sm .dropdown-item:focus,
#menu-pm .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-pm .navbar,
#menu-pm .nav-dropdown-sm,
#menu-pm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-pm .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-pm .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-pm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-pm .bg-color.transparent.opened .link:hover,
#menu-pm .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-pm .link[aria-expanded="true"],
#menu-pm .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-pn .mbr-section-title,
#msg-box8-pn p {
  color: #fff;
}
#msg-box8-pn .btn {
  font-size: 16px;
}
#content1-po P {
  font-size: 16px;
  color: #b8312f;
  text-align: left;
}
#content1-po B {
  text-align: center;
  font-size: 15px;
}
#content1-pp P {
  text-align: left;
}
#custom-html-pt {
  /*<style>*/
  /* </style>*/
}
#custom-html-pt .iframe-container {
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
  height: 600px;
}
@media only screen and (max-width: 992px) {
  #custom-html-pt .iframe-container {
    width: 80%;
    height: 1000px;
  }
}
@media only screen and (max-width: 600px) {
  #custom-html-pt .iframe-container {
    width: 100%;
    height: 1200px;
  }
}
#features4-pq .card-subtitle {
  color: #2b0680;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#features4-pq .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features4-pq .btn {
  font-size: 15px;
}
#contacts1-pr P {
  color: #6a4e4e;
}
#content1-ps P {
  text-align: center;
  color: #28324e;
}

#menu-tw .hide-buttons .nav-btn {
  display: none !important;
}
#menu-tw .navbar-caption {
  color: #ffffff;
}
#menu-tw .navbar-toggler {
  color: #6a4e4e;
}
#menu-tw .close-icon::before,
#menu-tw .close-icon::after {
  background-color: #6a4e4e;
}
#menu-tw .link,
#menu-tw .dropdown-item {
  color: #6a4e4e;
}
#menu-tw .link {
  font-size: 0.8rem;
}
#menu-tw .dropdown-item,
#menu-tw .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-tw .link:hover,
#menu-tw .dropdown-item:hover,
#menu-tw .link:focus,
#menu-tw .dropdown-item:focus {
  color: #3c66d1;
}
#menu-tw .link[aria-expanded="true"],
#menu-tw .dropdown-menu {
  background: #e6e6e6;
}
#menu-tw .nav-dropdown-sm .link:focus,
#menu-tw .nav-dropdown-sm .link:hover,
#menu-tw .nav-dropdown-sm .dropdown-item:focus,
#menu-tw .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-tw .navbar,
#menu-tw .nav-dropdown-sm,
#menu-tw .nav-dropdown-sm .link[aria-expanded="true"],
#menu-tw .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-tw .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-tw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-tw .bg-color.transparent.opened .link:hover,
#menu-tw .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-tw .link[aria-expanded="true"],
#menu-tw .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-tx .mbr-section-title,
#msg-box8-tx p {
  color: #fff;
}
#msg-box8-tx .btn {
  font-size: 16px;
}
#msg-box8-tx .lead P {
  font-size: 22px;
}
#msg-box8-tx .mbr-section-title {
  color: #ffffff;
}
#content1-ty P {
  font-size: 17px;
  color: #b8312f;
  text-align: left;
}
#content1-ty B {
  text-align: center;
  font-size: 15px;
}
#content1-tz P {
  text-align: left;
}
#content1-tz DIV {
  color: #b8312f;
}
#buttons1-u5 .btn {
  font-size: 14px;
}
#header3-u1 .mbr-section-title,
#header3-u1 .mbr-section-subtitle {
  text-align: center;
}
#header3-u1 .mbr-section-title {
  text-align: center;
  font-size: 18px;
  color: #2b0680;
}
#header3-u1 .mbr-section-subtitle {
  color: #2b0680;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-u2 P {
  color: #6a4e4e;
}
#content1-u3 P {
  text-align: center;
  color: #28324e;
}


#menu-un .hide-buttons .nav-btn {
  display: none !important;
}
#menu-un .navbar-caption {
  color: #ffffff;
}
#menu-un .navbar-toggler {
  color: #6a4e4e;
}
#menu-un .close-icon::before,
#menu-un .close-icon::after {
  background-color: #6a4e4e;
}
#menu-un .link,
#menu-un .dropdown-item {
  color: #6a4e4e;
}
#menu-un .link {
  font-size: 0.85rem;
}
#menu-un .dropdown-item,
#menu-un .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-un .link:hover,
#menu-un .dropdown-item:hover,
#menu-un .link:focus,
#menu-un .dropdown-item:focus {
  color: #3c66d1;
}
#menu-un .link[aria-expanded="true"],
#menu-un .dropdown-menu {
  background: #e6e6e6;
}
#menu-un .nav-dropdown-sm .link:focus,
#menu-un .nav-dropdown-sm .link:hover,
#menu-un .nav-dropdown-sm .dropdown-item:focus,
#menu-un .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-un .navbar,
#menu-un .nav-dropdown-sm,
#menu-un .nav-dropdown-sm .link[aria-expanded="true"],
#menu-un .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-un .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-un .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-un .bg-color.transparent.opened .link:hover,
#menu-un .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-un .link[aria-expanded="true"],
#menu-un .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-uo .mbr-section-title,
#msg-box8-uo p {
  color: #fff;
}
#msg-box8-uo .btn {
  font-size: 16px;
}
#msg-box8-uo .lead P {
  font-size: 22px;
}
#msg-box8-uo .mbr-section-title {
  color: #ffffff;
}
#content1-uq P {
  text-align: left;
}
#content1-uq DIV {
  color: #000000;
}
#features4-uw .card-subtitle {
  color: #2b0680;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#features4-uw .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features4-uw .btn {
  font-size: 15px;
}
#header3-us .mbr-section-title,
#header3-us .mbr-section-subtitle {
  text-align: center;
}
#header3-us .mbr-section-title {
  text-align: center;
  font-size: 18px;
  color: #2b0680;
}
#header3-us .mbr-section-subtitle {
  color: #2b0680;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-ut P {
  color: #6a4e4e;
}
#content1-uu P {
  text-align: center;
  color: #28324e;
}
#buttons1-vp .btn {
  font-size: 14px;
}
#buttons1-vq .btn {
  font-size: 14px;
}
#menu-vr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-vr .navbar-caption {
  color: #ffffff;
}
#menu-vr .navbar-toggler {
  color: #6a4e4e;
}
#menu-vr .close-icon::before,
#menu-vr .close-icon::after {
  background-color: #6a4e4e;
}
#menu-vr .link,
#menu-vr .dropdown-item {
  color: #6a4e4e;
}
#menu-vr .link {
  font-size: 0.8rem;
}
#menu-vr .dropdown-item,
#menu-vr .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-vr .link:hover,
#menu-vr .dropdown-item:hover,
#menu-vr .link:focus,
#menu-vr .dropdown-item:focus {
  color: #3c66d1;
}
#menu-vr .link[aria-expanded="true"],
#menu-vr .dropdown-menu {
  background: #e6e6e6;
}
#menu-vr .nav-dropdown-sm .link:focus,
#menu-vr .nav-dropdown-sm .link:hover,
#menu-vr .nav-dropdown-sm .dropdown-item:focus,
#menu-vr .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-vr .navbar,
#menu-vr .nav-dropdown-sm,
#menu-vr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-vr .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-vr .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-vr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-vr .bg-color.transparent.opened .link:hover,
#menu-vr .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-vr .link[aria-expanded="true"],
#menu-vr .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-vt .mbr-section-title,
#header3-vt .mbr-section-subtitle {
  text-align: center;
}
#header3-vt .mbr-section-title {
  color: #3b67d9;
  font-size: 24px;
}
#header3-vt .mbr-section-subtitle {
  color: #ff0000;
}
#header3-vt .mbr-section-subtitle B {
  font-size: 20px;
}
#header3-vv {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-vv .mbr-section-title,
#header3-vv .mbr-section-subtitle {
  text-align: center;
}
#header3-vv a:link {
  color: blue;
}
#header3-vv a:visited {
  color: blue;
}
#header3-vv a:hover {
  color: red;
}
#header3-vv a:active {
  color: blue;
}
#header3-vv .mbr-section-title,
#header3-vv .mbr-section-subtitle {
  text-align: center;
}
#header3-vv .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-vv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-vv .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-vv img {
  max-width: 100%;
  height: auto;
}
#header3-vw {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-vw .mbr-section-title,
#header3-vw .mbr-section-subtitle {
  text-align: center;
}
#header3-vw a:link {
  color: blue;
}
#header3-vw a:visited {
  color: blue;
}
#header3-vw a:hover {
  color: red;
}
#header3-vw a:active {
  color: blue;
}
#header3-vw .mbr-section-title,
#header3-vw .mbr-section-subtitle {
  text-align: center;
}
#header3-vw .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-vw .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-vw .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-vw img {
  max-width: 100%;
  height: auto;
}
#header3-vx {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-vx .mbr-section-title,
#header3-vx .mbr-section-subtitle {
  text-align: center;
}
#header3-vx a:link {
  color: blue;
}
#header3-vx a:visited {
  color: blue;
}
#header3-vx a:hover {
  color: red;
}
#header3-vx a:active {
  color: blue;
}
#header3-vx .mbr-section-title,
#header3-vx .mbr-section-subtitle {
  text-align: center;
}
#header3-vx .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-vx .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-vx .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-vx img {
  max-width: 100%;
  height: auto;
}
#msg-box5-vy P {
  text-align: left;
}
#msg-box5-vy H3 {
  text-align: left;
  font-size: 24px;
}
#custom-html-vz {
  /* Type valid CSS here */
}
#msg-box5-w0 H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-w0 P {
  text-align: left;
}
#custom-html-w1 {
  /* Type valid CSS here */
}
#msg-box5-w2 H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-w2 P {
  text-align: left;
}
#custom-html-w3 {
  /* Type valid CSS here */
}
#msg-box5-w4 H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-w4 P {
  text-align: left;
}
#custom-html-w5 {
  /* Type valid CSS here */
}
#msg-box5-w6 H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-w6 P {
  text-align: left;
}
#custom-html-w7 {
  /* Type valid CSS here */
}
#msg-box5-w8 H3 {
  font-size: 24px;
  text-align: left;
  color: #b8312f;
}
#msg-box5-w8 P {
  text-align: left;
}
#custom-html-w9 {
  /* Type valid CSS here */
}
#msg-box5-wa H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-wa P {
  text-align: left;
}
#custom-html-wb {
  /* Type valid CSS here */
}
#msg-box5-wc H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-wc P {
  text-align: left;
}
#header3-wd {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-wd .mbr-section-title,
#header3-wd .mbr-section-subtitle {
  text-align: center;
}
#header3-wd table {
  border-collapse: collapse;
  border: 1px;
}
#header3-wd th,
#header3-wd td {
  border: 1px solid #000000;
  padding: 3px 10px;
}
#header3-wd table.myTable {
  table-layout: auto;
  width: 100%;
}
#header3-wd a:link {
  color: blue;
  text-decoration: underline;
}
#header3-wd a:visited {
  color: blue;
}
#header3-wd a:hover {
  color: red;
}
#header3-wd a:active {
  color: blue;
}
#header3-wd .mbr-section-title,
#header3-wd .mbr-section-subtitle {
  text-align: center;
}
#header3-wd .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-wd .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-wd .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-wf {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-wf .mbr-section-title,
#header3-wf .mbr-section-subtitle {
  text-align: center;
}
#header3-wf a:link {
  color: blue;
  text-decoration: underline;
}
#header3-wf a:visited {
  color: blue;
}
#header3-wf a:hover {
  color: red;
}
#header3-wf a:active {
  color: blue;
}
#header3-wf .mbr-section-title,
#header3-wf .mbr-section-subtitle {
  text-align: center;
}
#header3-wf .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-wf .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-wf .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-wg .mbr-section-title,
#header3-wg .mbr-section-subtitle {
  text-align: center;
}
#header3-wg .mbr-section-title {
  font-size: 24px;
}
#header3-wg .mbr-section-subtitle {
  color: #000000;
}
#custom-html-wi {
  /* Type valid CSS here */
}
#msg-box5-wj H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-wj P {
  text-align: left;
}
#msg-box5-wl H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-wl P {
  text-align: left;
}
#custom-html-wm {
  /* Type valid CSS here */
}
#custom-html-wm div {
  padding: 80px 0;
  color: #777;
  text-align: right;
}
#custom-html-wm p {
  font-size: 60px;
  color: #777;
}
#features1-wn .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #8c8c8c;
}
#features1-wn .btn {
  font-size: 16px;
}
#features1-wn .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #2d1e1e;
}
#features1-wn .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #2d1e1e;
}
#features1-wn .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#header3-wo .mbr-section-title,
#header3-wo .mbr-section-subtitle {
  text-align: center;
}
#header3-wo .mbr-section-title {
  font-size: 24px;
}
#header3-wo .mbr-section-subtitle {
  font-size: 19px;
}
#custom-html-wp {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#custom-html-wp table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-wp th,
#custom-html-wp td {
  border: 1px solid #cccccc;
  padding: 3px 10px;
}
#custom-html-wp table.myTable {
  table-layout: auto;
  width: 100%;
}
#custom-html-wp a:link {
  color: blue;
}
#custom-html-wp a:visited {
  color: blue;
}
#custom-html-wp a:hover {
  color: red;
}
#custom-html-wp a:active {
  color: blue;
}
#custom-html-wq .mbr-section-title,
#custom-html-wq .mbr-section-subtitle {
  text-align: center;
}
#custom-html-wq SMALL {
  color: #b8312f;
  font-size: 20px;
}
#custom-html-wq H3 {
  font-size: 46px;
}
#contacts1-wr P {
  color: #6a4e4e;
}
#content1-ws P {
  text-align: center;
  color: #28324e;
}
#menu-wz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-wz .navbar-caption {
  color: #ffffff;
}
#menu-wz .navbar-toggler {
  color: #6a4e4e;
}
#menu-wz .close-icon::before,
#menu-wz .close-icon::after {
  background-color: #6a4e4e;
}
#menu-wz .link,
#menu-wz .dropdown-item {
  color: #6a4e4e;
}
#menu-wz .link {
  font-size: 0.8rem;
}
#menu-wz .dropdown-item,
#menu-wz .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-wz .link:hover,
#menu-wz .dropdown-item:hover,
#menu-wz .link:focus,
#menu-wz .dropdown-item:focus {
  color: #3c66d1;
}
#menu-wz .link[aria-expanded="true"],
#menu-wz .dropdown-menu {
  background: #e6e6e6;
}
#menu-wz .nav-dropdown-sm .link:focus,
#menu-wz .nav-dropdown-sm .link:hover,
#menu-wz .nav-dropdown-sm .dropdown-item:focus,
#menu-wz .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-wz .navbar,
#menu-wz .nav-dropdown-sm,
#menu-wz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-wz .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-wz .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-wz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-wz .bg-color.transparent.opened .link:hover,
#menu-wz .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-wz .link[aria-expanded="true"],
#menu-wz .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-x0 .mbr-section-title,
#msg-box8-x0 p {
  color: #fff;
}
#msg-box8-x0 .btn {
  font-size: 16px;
}
#header3-x1 .mbr-section-title,
#header3-x1 .mbr-section-subtitle {
  text-align: center;
}
#header3-x1 H3 {
  font-size: 32px;
  color: #7c706b;
}
#header3-x1 .mbr-section-title {
  text-align: center;
  font-size: 24px;
}
#content1-x2 P {
  text-align: center;
  font-size: 17px;
}
#header3-x3 .mbr-section-title,
#header3-x3 .mbr-section-subtitle {
  text-align: center;
}
#header3-x3 .mbr-section-title,
#header3-x3 .mbr-section-subtitle {
  text-align: center;
}
#header3-x3 .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-x3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-x3 .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-x5 .mbr-section-title,
#header3-x5 .mbr-section-subtitle {
  text-align: center;
}
#header3-x5 H3 {
  font-size: 32px;
  color: #7c706b;
}
#header3-x5 .mbr-section-title {
  text-align: center;
  font-size: 25px;
}
#content1-x6 P {
  text-align: center;
  font-size: 17px;
}
#content1-x6 DIV {
  color: #b8312f;
}
#contacts1-x7 P {
  color: #6a4e4e;
}
#content1-x8 P {
  text-align: center;
  color: #28324e;
}
#menu-zd .hide-buttons .nav-btn {
  display: none !important;
}
#menu-zd .navbar-caption {
  color: #ffffff;
}
#menu-zd .navbar-toggler {
  color: #6a4e4e;
}
#menu-zd .close-icon::before,
#menu-zd .close-icon::after {
  background-color: #6a4e4e;
}
#menu-zd .link,
#menu-zd .dropdown-item {
  color: #6a4e4e;
}
#menu-zd .link {
  font-size: 0.8rem;
}
#menu-zd .dropdown-item,
#menu-zd .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-zd .link:hover,
#menu-zd .dropdown-item:hover,
#menu-zd .link:focus,
#menu-zd .dropdown-item:focus {
  color: #3c66d1;
}
#menu-zd .link[aria-expanded="true"],
#menu-zd .dropdown-menu {
  background: #e6e6e6;
}
#menu-zd .nav-dropdown-sm .link:focus,
#menu-zd .nav-dropdown-sm .link:hover,
#menu-zd .nav-dropdown-sm .dropdown-item:focus,
#menu-zd .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-zd .navbar,
#menu-zd .nav-dropdown-sm,
#menu-zd .nav-dropdown-sm .link[aria-expanded="true"],
#menu-zd .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-zd .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-zd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-zd .bg-color.transparent.opened .link:hover,
#menu-zd .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-zd .link[aria-expanded="true"],
#menu-zd .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-ze .mbr-section-title,
#msg-box8-ze p {
  color: #fff;
}
#custom-html-zn img {
  max-width: 100%;
  height: auto;
}
#contacts1-zl P {
  color: #6a4e4e;
}
#content1-zm P {
  text-align: center;
  color: #28324e;
}
#menu-10z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-10z .navbar-caption {
  color: #ffffff;
}
#menu-10z .navbar-toggler {
  color: #6a4e4e;
}
#menu-10z .close-icon::before,
#menu-10z .close-icon::after {
  background-color: #6a4e4e;
}
#menu-10z .link,
#menu-10z .dropdown-item {
  color: #6a4e4e;
}
#menu-10z .link {
  font-size: 0.8rem;
}
#menu-10z .dropdown-item,
#menu-10z .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-10z .link:hover,
#menu-10z .dropdown-item:hover,
#menu-10z .link:focus,
#menu-10z .dropdown-item:focus {
  color: #3c66d1;
}
#menu-10z .link[aria-expanded="true"],
#menu-10z .dropdown-menu {
  background: #e6e6e6;
}
#menu-10z .nav-dropdown-sm .link:focus,
#menu-10z .nav-dropdown-sm .link:hover,
#menu-10z .nav-dropdown-sm .dropdown-item:focus,
#menu-10z .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-10z .navbar,
#menu-10z .nav-dropdown-sm,
#menu-10z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-10z .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-10z .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-10z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-10z .bg-color.transparent.opened .link:hover,
#menu-10z .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-10z .link[aria-expanded="true"],
#menu-10z .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-110 .mbr-section-title,
#msg-box8-110 p {
  color: #fff;
}
#custom-html-115 {
  /* Type valid CSS here */
}
#custom-html-115 table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-115 th,
#custom-html-115 td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#custom-html-115 table.myTable {
  table-layout: auto;
  width: 100%;
}
#custom-html-11d img {
  max-width: 100%;
  height: auto;
}
#contacts1-118 P {
  color: #6a4e4e;
}
#content1-119 P {
  text-align: center;
  color: #28324e;
}
.cid-sGmHNt2kCy.popup-builder {
  background-color: #ffffff;
}
.cid-sGmHNt2kCy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGmHNt2kCy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGmHNt2kCy .modal-content,
.cid-sGmHNt2kCy .modal-dialog {
  height: auto;
}
.cid-sGmHNt2kCy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGmHNt2kCy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGmHNt2kCy .form-wrapper .mbr-form .form-group,
  .cid-sGmHNt2kCy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGmHNt2kCy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGmHNt2kCy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGmHNt2kCy .mbr-text {
  text-align: center;
}
.cid-sGmHNt2kCy .pt-0 {
  padding-top: 0 !important;
}
.cid-sGmHNt2kCy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGmHNt2kCy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGmHNt2kCy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGmHNt2kCy .modal-open {
  overflow: hidden;
}
.cid-sGmHNt2kCy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGmHNt2kCy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGmHNt2kCy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGmHNt2kCy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sGmHNt2kCy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGmHNt2kCy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGmHNt2kCy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGmHNt2kCy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sGmHNt2kCy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGmHNt2kCy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGmHNt2kCy .modal-backdrop.show {
  opacity: .5;
}
.cid-sGmHNt2kCy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sGmHNt2kCy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGmHNt2kCy .modal-header .close:hover {
  opacity: 1;
}
.cid-sGmHNt2kCy .modal-header .close:focus {
  outline: none;
}
.cid-sGmHNt2kCy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGmHNt2kCy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sGmHNt2kCy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sGmHNt2kCy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGmHNt2kCy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGmHNt2kCy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGmHNt2kCy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGmHNt2kCy .modal-sm {
    max-width: 300px;
  }
  .cid-sGmHNt2kCy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGmHNt2kCy .modal-lg,
  .cid-sGmHNt2kCy .modal-xl {
    max-width: 800px;
  }
  .cid-sGmHNt2kCy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGmHNt2kCy .modal-xl {
    max-width: 1140px;
  }
  .cid-sGmHNt2kCy .container {
    max-width: 1140px;
  }
}
.cid-sGmHNt2kCy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGmHNt2kCy .container {
    max-width: 720px;
  }
}
.cid-sGmHNt2kCy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGmHNt2kCy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sGmHNt2kCy .form-group {
  margin-bottom: 1rem;
}
.cid-sGmHNt2kCy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sGmHNt2kCy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGmHNt2kCy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-143 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-143 .navbar-caption {
  color: #ffffff;
}
#menu-143 .navbar-toggler {
  color: #6a4e4e;
}
#menu-143 .close-icon::before,
#menu-143 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-143 .link,
#menu-143 .dropdown-item {
  color: #6a4e4e;
}
#menu-143 .link {
  font-size: 0.85rem;
}
#menu-143 .dropdown-item,
#menu-143 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-143 .link:hover,
#menu-143 .dropdown-item:hover,
#menu-143 .link:focus,
#menu-143 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-143 .link[aria-expanded="true"],
#menu-143 .dropdown-menu {
  background: #e6e6e6;
}
#menu-143 .nav-dropdown-sm .link:focus,
#menu-143 .nav-dropdown-sm .link:hover,
#menu-143 .nav-dropdown-sm .dropdown-item:focus,
#menu-143 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-143 .navbar,
#menu-143 .nav-dropdown-sm,
#menu-143 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-143 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-143 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-143 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-143 .bg-color.transparent.opened .link:hover,
#menu-143 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-143 .link[aria-expanded="true"],
#menu-143 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#buttons1-144 .btn {
  font-size: 12px;
}
#custom-html-145 img {
  max-width: 90%;
  height: auto;
}
#content1-146 P {
  text-align: center;
}
#content1-146 DIV {
  color: #d14841;
}
#header3-147 .mbr-section-title,
#header3-147 .mbr-section-subtitle {
  text-align: center;
}
#header3-147 .mbr-section-title,
#header3-147 .mbr-section-subtitle {
  text-align: center;
}
#header3-147 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-147 .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-148 H3 {
  font-size: 24px;
}
#msg-box5-148 .btn {
  font-size: 14px;
}
#custom-html-149 {
  /* Type valid CSS here */
}
#msg-box5-14a H3 {
  font-size: 24px;
}
#msg-box5-14a .btn {
  font-size: 14px;
}
#custom-html-14b {
  /* Type valid CSS here */
}
#msg-box5-14c H3 {
  font-size: 24px;
}
#msg-box5-14c .btn {
  font-size: 14px;
}
#custom-html-14d {
  /* Type valid CSS here */
}
#msg-box5-14e H3 {
  font-size: 24px;
}
#msg-box5-14e .btn {
  font-size: 14px;
}
#custom-html-14f {
  /* Type valid CSS here */
}
#msg-box5-14g H3 {
  font-size: 24px;
}
#msg-box5-14g .btn {
  font-size: 14px;
}
#custom-html-14h {
  /* Type valid CSS here */
}
#msg-box5-14i H3 {
  font-size: 24px;
}
#msg-box5-14i .btn {
  font-size: 14px;
}
#custom-html-14j {
  /* Type valid CSS here */
}
#msg-box5-14k H3 {
  font-size: 24px;
}
#msg-box5-14k .btn {
  font-size: 14px;
}
#custom-html-14l {
  /* Type valid CSS here */
}
#msg-box5-14m H3 {
  font-size: 24px;
}
#msg-box5-14m .btn {
  font-size: 14px;
}
#custom-html-14n {
  /* Type valid CSS here */
}
#msg-box5-14o H3 {
  font-size: 24px;
}
#msg-box5-14o .btn {
  font-size: 14px;
}
#custom-html-14p {
  /* Type valid CSS here */
}
#custom-html-14p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-14p p {
  font-size: 60px;
  color: #777;
}
#header3-14q .mbr-section-title,
#header3-14q .mbr-section-subtitle {
  text-align: center;
}
#header3-14q .mbr-section-title,
#header3-14q .mbr-section-subtitle {
  text-align: center;
}
#header3-14q .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-14q .mbr-section-subtitle {
  text-align: left;
}
#contacts1-14r P {
  color: #6a4e4e;
}
#content1-14s P {
  text-align: center;
  color: #28324e;
}
#menu-121 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-121 .navbar-caption {
  color: #ffffff;
}
#menu-121 .navbar-toggler {
  color: #6a4e4e;
}
#menu-121 .close-icon::before,
#menu-121 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-121 .link,
#menu-121 .dropdown-item {
  color: #6a4e4e;
}
#menu-121 .link {
  font-size: 0.85rem;
}
#menu-121 .dropdown-item,
#menu-121 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-121 .link:hover,
#menu-121 .dropdown-item:hover,
#menu-121 .link:focus,
#menu-121 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-121 .link[aria-expanded="true"],
#menu-121 .dropdown-menu {
  background: #e6e6e6;
}
#menu-121 .nav-dropdown-sm .link:focus,
#menu-121 .nav-dropdown-sm .link:hover,
#menu-121 .nav-dropdown-sm .dropdown-item:focus,
#menu-121 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-121 .navbar,
#menu-121 .nav-dropdown-sm,
#menu-121 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-121 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-121 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-121 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-121 .bg-color.transparent.opened .link:hover,
#menu-121 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-121 .link[aria-expanded="true"],
#menu-121 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#buttons1-122 .btn {
  font-size: 12px;
}
#custom-html-123 img {
  max-width: 90%;
  height: auto;
}
#content1-124 P {
  text-align: center;
}
#content1-124 DIV {
  color: #d14841;
}
#header3-12z .mbr-section-title,
#header3-12z .mbr-section-subtitle {
  text-align: center;
}
#header3-12z .mbr-section-title,
#header3-12z .mbr-section-subtitle {
  text-align: center;
}
#header3-12z .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-12z .mbr-section-subtitle {
  text-align: left;
}
#custom-html-12h {
  /* Type valid CSS here */
}
#custom-html-12l {
  /* Type valid CSS here */
}
#custom-html-12j {
  /* Type valid CSS here */
}
#custom-html-12m {
  /* Type valid CSS here */
}
#custom-html-12e {
  /* Type valid CSS here */
}
#custom-html-12c {
  /* Type valid CSS here */
}
#custom-html-12i {
  /* Type valid CSS here */
}
#custom-html-134 {
  /* Type valid CSS here */
}
#custom-html-134 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-134 p {
  font-size: 60px;
  color: #777;
}
#header3-13c .mbr-section-title,
#header3-13c .mbr-section-subtitle {
  text-align: center;
}
#header3-13c .mbr-section-title,
#header3-13c .mbr-section-subtitle {
  text-align: center;
}
#header3-13c .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-13c .mbr-section-subtitle {
  text-align: left;
}
#contacts1-127 P {
  color: #6a4e4e;
}
#content1-128 P {
  text-align: center;
  color: #28324e;
}
#buttons1-156 .btn {
  font-size: 14px;
}
#buttons1-157 .btn {
  font-size: 14px;
}
#menu-158 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-158 .navbar-caption {
  color: #ffffff;
}
#menu-158 .navbar-toggler {
  color: #6a4e4e;
}
#menu-158 .close-icon::before,
#menu-158 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-158 .link,
#menu-158 .dropdown-item {
  color: #6a4e4e;
}
#menu-158 .link {
  font-size: 0.8rem;
}
#menu-158 .dropdown-item,
#menu-158 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-158 .link:hover,
#menu-158 .dropdown-item:hover,
#menu-158 .link:focus,
#menu-158 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-158 .link[aria-expanded="true"],
#menu-158 .dropdown-menu {
  background: #e6e6e6;
}
#menu-158 .nav-dropdown-sm .link:focus,
#menu-158 .nav-dropdown-sm .link:hover,
#menu-158 .nav-dropdown-sm .dropdown-item:focus,
#menu-158 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-158 .navbar,
#menu-158 .nav-dropdown-sm,
#menu-158 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-158 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-158 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-158 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-158 .bg-color.transparent.opened .link:hover,
#menu-158 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-158 .link[aria-expanded="true"],
#menu-158 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#custom-html-159 img {
  max-width: 90%;
  height: auto;
}
#content1-15a P {
  text-align: center;
}
#content1-15a DIV {
  color: #d14841;
}
#custom-html-15b img {
  max-width: 100%;
  height: auto;
}
#buttons1-15c .btn {
  font-size: 14px;
}
#header3-15f .mbr-section-title,
#header3-15f .mbr-section-subtitle {
  text-align: center;
}
#header3-15f .mbr-section-title {
  color: #3b67d9;
  font-size: 24px;
}
#header3-15f .mbr-section-subtitle {
  color: #ff0000;
}
#header3-15f .mbr-section-subtitle B {
  font-size: 20px;
}
#header3-15h {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-15h .mbr-section-title,
#header3-15h .mbr-section-subtitle {
  text-align: center;
}
#header3-15h a:link {
  color: blue;
}
#header3-15h a:visited {
  color: blue;
}
#header3-15h a:hover {
  color: red;
}
#header3-15h a:active {
  color: blue;
}
#header3-15h .mbr-section-title,
#header3-15h .mbr-section-subtitle {
  text-align: center;
}
#header3-15h .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-15h .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-15h .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-15h img {
  max-width: 100%;
  height: auto;
}
#msg-box5-15i H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-15i P {
  text-align: left;
}
#msg-box5-15k H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-15k P {
  text-align: left;
}
#msg-box5-15m H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-15m P {
  text-align: left;
}
#custom-html-15n {
  /* Type valid CSS here */
}
#msg-box5-15o H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-15o P {
  text-align: left;
}
#header3-15p {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-15p .mbr-section-title,
#header3-15p .mbr-section-subtitle {
  text-align: center;
}
#header3-15p a:link {
  color: blue;
}
#header3-15p a:visited {
  color: blue;
}
#header3-15p a:hover {
  color: red;
}
#header3-15p a:active {
  color: blue;
}
#header3-15p .mbr-section-title,
#header3-15p .mbr-section-subtitle {
  text-align: center;
}
#header3-15p .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-15p .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-15p .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-15p img {
  max-width: 100%;
  height: auto;
}
#header3-15q {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-15q .mbr-section-title,
#header3-15q .mbr-section-subtitle {
  text-align: center;
}
#header3-15q a:link {
  color: blue;
}
#header3-15q a:visited {
  color: blue;
}
#header3-15q a:hover {
  color: red;
}
#header3-15q a:active {
  color: blue;
}
#header3-15q .mbr-section-title,
#header3-15q .mbr-section-subtitle {
  text-align: center;
}
#header3-15q .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-15q .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-15q .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-15q img {
  max-width: 100%;
  height: auto;
}
#header3-15r {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-15r .mbr-section-title,
#header3-15r .mbr-section-subtitle {
  text-align: center;
}
#header3-15r a:link {
  color: blue;
}
#header3-15r a:visited {
  color: blue;
}
#header3-15r a:hover {
  color: red;
}
#header3-15r a:active {
  color: blue;
}
#header3-15r .mbr-section-title,
#header3-15r .mbr-section-subtitle {
  text-align: center;
}
#header3-15r .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-15r .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-15r .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-15r img {
  max-width: 100%;
  height: auto;
}
#header3-15s {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-15s .mbr-section-title,
#header3-15s .mbr-section-subtitle {
  text-align: center;
}
#header3-15s a:link {
  color: blue;
}
#header3-15s a:visited {
  color: blue;
}
#header3-15s a:hover {
  color: red;
}
#header3-15s a:active {
  color: blue;
}
#header3-15s .mbr-section-title,
#header3-15s .mbr-section-subtitle {
  text-align: center;
}
#header3-15s .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-15s .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-15s .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-15s img {
  max-width: 100%;
  height: auto;
}
#header3-15t {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-15t .mbr-section-title,
#header3-15t .mbr-section-subtitle {
  text-align: center;
}
#header3-15t a:link {
  color: blue;
}
#header3-15t a:visited {
  color: blue;
}
#header3-15t a:hover {
  color: red;
}
#header3-15t a:active {
  color: blue;
}
#header3-15t .mbr-section-title,
#header3-15t .mbr-section-subtitle {
  text-align: center;
}
#header3-15t .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-15t .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-15t .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-15t img {
  max-width: 100%;
  height: auto;
}
#header3-15u {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-15u .mbr-section-title,
#header3-15u .mbr-section-subtitle {
  text-align: center;
}
#header3-15u table {
  border-collapse: collapse;
  border: 1px;
}
#header3-15u th,
#header3-15u td {
  border: 1px solid #000000;
  padding: 3px 10px;
}
#header3-15u table.myTable {
  table-layout: auto;
  width: 50%;
}
#header3-15u a:link {
  color: blue;
  text-decoration: underline;
}
#header3-15u a:visited {
  color: blue;
}
#header3-15u a:hover {
  color: red;
}
#header3-15u a:active {
  color: blue;
}
#header3-15u .mbr-section-title,
#header3-15u .mbr-section-subtitle {
  text-align: center;
}
#header3-15u .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-15u .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-15u .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-15w {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-15w .mbr-section-title,
#header3-15w .mbr-section-subtitle {
  text-align: center;
}
#header3-15w a:link {
  color: blue;
  text-decoration: underline;
}
#header3-15w a:visited {
  color: blue;
}
#header3-15w a:hover {
  color: red;
}
#header3-15w a:active {
  color: blue;
}
#header3-15w .mbr-section-title,
#header3-15w .mbr-section-subtitle {
  text-align: center;
}
#header3-15w .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-15w .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-15w .mbr-section-subtitle B {
  font-size: 19px;
}
#custom-html-15x img {
  max-width: 100%;
  height: auto;
}
#header3-15y .mbr-section-title,
#header3-15y .mbr-section-subtitle {
  text-align: center;
}
#header3-15y .mbr-section-title {
  font-size: 24px;
}
#header3-15y .mbr-section-subtitle {
  color: #000000;
}
#custom-html-160 {
  /* Type valid CSS here */
}
#custom-html-160 div {
  padding: 80px 0;
  color: #777;
  text-align: right;
}
#custom-html-160 p {
  font-size: 60px;
  color: #777;
}
#features1-161 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #8c8c8c;
}
#features1-161 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #8c8c8c;
}
#features1-161 .btn {
  font-size: 16px;
}
#features1-161 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #2d1e1e;
}
#features1-161 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #2d1e1e;
}
#features1-161 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#header3-162 .mbr-section-title,
#header3-162 .mbr-section-subtitle {
  text-align: center;
}
#header3-162 .mbr-section-title {
  font-size: 24px;
}
#header3-162 .mbr-section-subtitle {
  font-size: 19px;
}
#custom-html-163 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#custom-html-163 table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-163 th,
#custom-html-163 td {
  border: 1px solid #cccccc;
  padding: 3px 10px;
}
#custom-html-163 table.myTable {
  table-layout: auto;
  width: 50%;
}
#custom-html-163 a:link {
  color: blue;
}
#custom-html-163 a:visited {
  color: blue;
}
#custom-html-163 a:hover {
  color: red;
}
#custom-html-163 a:active {
  color: blue;
}
#custom-html-164 .mbr-section-title,
#custom-html-164 .mbr-section-subtitle {
  text-align: center;
}
#custom-html-164 SMALL {
  color: #b8312f;
  font-size: 20px;
}
#custom-html-164 H3 {
  font-size: 46px;
}
#contacts1-165 P {
  color: #6a4e4e;
}
#content1-166 P {
  text-align: center;
  color: #28324e;
}
#custom-html-17v {
  /* Type valid CSS here */
}
#menu-176 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-176 .navbar-caption {
  color: #ffffff;
}
#menu-176 .navbar-toggler {
  color: #6a4e4e;
}
#menu-176 .close-icon::before,
#menu-176 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-176 .link,
#menu-176 .dropdown-item {
  color: #6a4e4e;
}
#menu-176 .link {
  font-size: 0.8rem;
}
#menu-176 .dropdown-item,
#menu-176 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-176 .link:hover,
#menu-176 .dropdown-item:hover,
#menu-176 .link:focus,
#menu-176 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-176 .link[aria-expanded="true"],
#menu-176 .dropdown-menu {
  background: #e6e6e6;
}
#menu-176 .nav-dropdown-sm .link:focus,
#menu-176 .nav-dropdown-sm .link:hover,
#menu-176 .nav-dropdown-sm .dropdown-item:focus,
#menu-176 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-176 .navbar,
#menu-176 .nav-dropdown-sm,
#menu-176 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-176 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-176 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-176 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-176 .bg-color.transparent.opened .link:hover,
#menu-176 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-176 .link[aria-expanded="true"],
#menu-176 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-177 .mbr-section-title,
#header3-177 .mbr-section-subtitle {
  text-align: center;
}
#header3-177 .mbr-section-title,
#header3-177 .mbr-section-subtitle {
  text-align: center;
}
#header3-177 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-177 .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-178 H3 {
  font-size: 24px;
}
#msg-box5-178 .btn {
  font-size: 14px;
}
#custom-html-179 {
  /* Type valid CSS here */
}
#msg-box5-17a H3 {
  font-size: 24px;
}
#msg-box5-17a .btn {
  font-size: 14px;
}
#custom-html-17b {
  /* Type valid CSS here */
}
#msg-box5-17c H3 {
  font-size: 24px;
}
#msg-box5-17c .btn {
  font-size: 14px;
}
#custom-html-17d {
  /* Type valid CSS here */
}
#custom-html-17d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-17d p {
  font-size: 60px;
  color: #777;
}
#header3-17e .mbr-section-title,
#header3-17e .mbr-section-subtitle {
  text-align: center;
}
#header3-17e .mbr-section-title,
#header3-17e .mbr-section-subtitle {
  text-align: center;
}
#header3-17e .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-17e .mbr-section-subtitle {
  text-align: left;
}
#contacts1-17f P {
  color: #6a4e4e;
}
#content1-17g P {
  text-align: center;
  color: #28324e;
}
#menu-168 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-168 .navbar-caption {
  color: #ffffff;
}
#menu-168 .navbar-toggler {
  color: #6a4e4e;
}
#menu-168 .close-icon::before,
#menu-168 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-168 .link,
#menu-168 .dropdown-item {
  color: #6a4e4e;
}
#menu-168 .link {
  font-size: 0.8rem;
}
#menu-168 .dropdown-item,
#menu-168 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-168 .link:hover,
#menu-168 .dropdown-item:hover,
#menu-168 .link:focus,
#menu-168 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-168 .link[aria-expanded="true"],
#menu-168 .dropdown-menu {
  background: #e6e6e6;
}
#menu-168 .nav-dropdown-sm .link:focus,
#menu-168 .nav-dropdown-sm .link:hover,
#menu-168 .nav-dropdown-sm .dropdown-item:focus,
#menu-168 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-168 .navbar,
#menu-168 .nav-dropdown-sm,
#menu-168 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-168 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-168 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-168 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-168 .bg-color.transparent.opened .link:hover,
#menu-168 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-168 .link[aria-expanded="true"],
#menu-168 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-16c .mbr-section-title,
#header3-16c .mbr-section-subtitle {
  text-align: center;
}
#header3-16c .mbr-section-title,
#header3-16c .mbr-section-subtitle {
  text-align: center;
}
#header3-16c .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-16c .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1mj H3 {
  font-size: 24px;
}
#msg-box5-1mj .btn {
  font-size: 14px;
}
#custom-html-16g {
  /* Type valid CSS here */
}
#msg-box5-1mi H3 {
  font-size: 24px;
}
#msg-box5-1mi .btn {
  font-size: 14px;
}
#msg-box5-1mh H3 {
  font-size: 24px;
}
#msg-box5-1mh .btn {
  font-size: 14px;
}
#msg-box5-1mf H3 {
  font-size: 24px;
}
#msg-box5-1mf .btn {
  font-size: 14px;
}
#msg-box5-1m9 H3 {
  font-size: 24px;
}
#msg-box5-1m9 .btn {
  font-size: 14px;
}
#msg-box5-1ma H3 {
  font-size: 24px;
}
#msg-box5-1ma .btn {
  font-size: 14px;
}
#msg-box5-1mb H3 {
  font-size: 24px;
}
#msg-box5-1mb .btn {
  font-size: 14px;
}
#msg-box5-1mc H3 {
  font-size: 24px;
}
#msg-box5-1mc .btn {
  font-size: 14px;
}
#msg-box5-16h H3 {
  font-size: 24px;
}
#msg-box5-16h .btn {
  font-size: 14px;
}
#custom-html-16i {
  /* Type valid CSS here */
}
#msg-box5-16j H3 {
  font-size: 24px;
}
#msg-box5-16j .btn {
  font-size: 14px;
}
#custom-html-16u {
  /* Type valid CSS here */
}
#custom-html-16u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-16u p {
  font-size: 60px;
  color: #777;
}
#header3-16v .mbr-section-title,
#header3-16v .mbr-section-subtitle {
  text-align: center;
}
#header3-16v .mbr-section-title,
#header3-16v .mbr-section-subtitle {
  text-align: center;
}
#header3-16v .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-16v .mbr-section-subtitle {
  text-align: left;
}
#contacts1-16w P {
  color: #6a4e4e;
}
#content1-16x P {
  text-align: center;
  color: #28324e;
}


#menu-181 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-181 .navbar-caption {
  color: #ffffff;
}
#menu-181 .navbar-toggler {
  color: #6a4e4e;
}
#menu-181 .close-icon::before,
#menu-181 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-181 .link,
#menu-181 .dropdown-item {
  color: #6a4e4e;
}
#menu-181 .link {
  font-size: 0.8rem;
}
#menu-181 .dropdown-item,
#menu-181 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-181 .link:hover,
#menu-181 .dropdown-item:hover,
#menu-181 .link:focus,
#menu-181 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-181 .link[aria-expanded="true"],
#menu-181 .dropdown-menu {
  background: #e6e6e6;
}
#menu-181 .nav-dropdown-sm .link:focus,
#menu-181 .nav-dropdown-sm .link:hover,
#menu-181 .nav-dropdown-sm .dropdown-item:focus,
#menu-181 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-181 .navbar,
#menu-181 .nav-dropdown-sm,
#menu-181 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-181 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-181 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-181 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-181 .bg-color.transparent.opened .link:hover,
#menu-181 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-181 .link[aria-expanded="true"],
#menu-181 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-182 .mbr-section-title,
#msg-box8-182 p {
  color: #fff;
}
#msg-box8-182 .btn {
  font-size: 16px;
}
#msg-box8-182 .lead P {
  font-size: 22px;
}
#content1-183 P {
  font-size: 17px;
  color: #b8312f;
  text-align: left;
}
#content1-183 B {
  text-align: center;
  font-size: 15px;
}
#content1-184 P {
  text-align: left;
}
#features4-185 .card-subtitle {
  color: #2b0680;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#features4-185 .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features4-185 .btn {
  font-size: 15px;
}
#header3-186 .mbr-section-title,
#header3-186 .mbr-section-subtitle {
  text-align: center;
}
#header3-186 .mbr-section-title {
  text-align: center;
  font-size: 18px;
  color: #2b0680;
}
#header3-186 .mbr-section-subtitle {
  color: #2b0680;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-187 P {
  color: #6a4e4e;
}
#content1-188 P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-h7 .mbr-section-title,
#msg-box8-h7 p {
  color: #fff;
}
#msg-box8-h7 .btn {
  font-size: 16px;
}
#msg-box8-h7 .lead P {
  font-size: 22px;
}
#header3-189 .mbr-section-title,
#header3-189 .mbr-section-subtitle {
  text-align: center;
}
#header3-189 .mbr-section-title,
#header3-189 .mbr-section-subtitle {
  text-align: center;
}
#header3-189 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-189 .mbr-section-subtitle {
  text-align: left;
}
#features4-8n {
  
}
#features4-8n .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features4-8n .card-subtitle {
  color: #2b0680;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#features4-8n .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features4-8n .btn {
  font-size: 15px;
}
#header3-18a .mbr-section-title,
#header3-18a .mbr-section-subtitle {
  text-align: center;
}
#header3-18a .mbr-section-title,
#header3-18a .mbr-section-subtitle {
  text-align: center;
}
#header3-18a .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-18a .mbr-section-subtitle {
  text-align: left;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-c5 P {
  text-align: center;
  color: #28324e;
}
#menu-18i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-18i .navbar-caption {
  color: #ffffff;
}
#menu-18i .navbar-toggler {
  color: #6a4e4e;
}
#menu-18i .close-icon::before,
#menu-18i .close-icon::after {
  background-color: #6a4e4e;
}
#menu-18i .link,
#menu-18i .dropdown-item {
  color: #6a4e4e;
}
#menu-18i .link {
  font-size: 0.8rem;
}
#menu-18i .dropdown-item,
#menu-18i .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-18i .link:hover,
#menu-18i .dropdown-item:hover,
#menu-18i .link:focus,
#menu-18i .dropdown-item:focus {
  color: #3c66d1;
}
#menu-18i .link[aria-expanded="true"],
#menu-18i .dropdown-menu {
  background: #e6e6e6;
}
#menu-18i .nav-dropdown-sm .link:focus,
#menu-18i .nav-dropdown-sm .link:hover,
#menu-18i .nav-dropdown-sm .dropdown-item:focus,
#menu-18i .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-18i .navbar,
#menu-18i .nav-dropdown-sm,
#menu-18i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18i .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-18i .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-18i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-18i .bg-color.transparent.opened .link:hover,
#menu-18i .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-18i .link[aria-expanded="true"],
#menu-18i .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-18j .mbr-section-title,
#msg-box8-18j p {
  color: #fff;
}
#header3-18k .mbr-section-title,
#header3-18k .mbr-section-subtitle {
  text-align: center;
}
#header3-18k SMALL {
  font-size: 20px;
}
#header3-18k .mbr-section-title {
  text-align: center;
  font-size: 25px;
}
#header3-18k .mbr-section-subtitle {
  color: #b8312f;
}
#contacts1-18l P {
  color: #6a4e4e;
}
#content1-18m P {
  text-align: center;
  color: #28324e;
}
#menu-18c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-18c .navbar-caption {
  color: #ffffff;
}
#menu-18c .navbar-toggler {
  color: #6a4e4e;
}
#menu-18c .close-icon::before,
#menu-18c .close-icon::after {
  background-color: #6a4e4e;
}
#menu-18c .link,
#menu-18c .dropdown-item {
  color: #6a4e4e;
}
#menu-18c .link {
  font-size: 0.8rem;
}
#menu-18c .dropdown-item,
#menu-18c .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-18c .link:hover,
#menu-18c .dropdown-item:hover,
#menu-18c .link:focus,
#menu-18c .dropdown-item:focus {
  color: #3c66d1;
}
#menu-18c .link[aria-expanded="true"],
#menu-18c .dropdown-menu {
  background: #e6e6e6;
}
#menu-18c .nav-dropdown-sm .link:focus,
#menu-18c .nav-dropdown-sm .link:hover,
#menu-18c .nav-dropdown-sm .dropdown-item:focus,
#menu-18c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-18c .navbar,
#menu-18c .nav-dropdown-sm,
#menu-18c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18c .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-18c .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-18c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-18c .bg-color.transparent.opened .link:hover,
#menu-18c .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-18c .link[aria-expanded="true"],
#menu-18c .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#custom-html-18e .mbr-section-title,
#custom-html-18e .mbr-section-subtitle {
  text-align: center;
}
#custom-html-18e SMALL {
  color: #b8312f;
  font-size: 20px;
}
#custom-html-18e H3 {
  font-size: 46px;
}
#contacts1-18f P {
  color: #6a4e4e;
}
#content1-18g P {
  text-align: center;
  color: #28324e;
}
#menu-18t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-18t .navbar-caption {
  color: #ffffff;
}
#menu-18t .navbar-toggler {
  color: #6a4e4e;
}
#menu-18t .close-icon::before,
#menu-18t .close-icon::after {
  background-color: #6a4e4e;
}
#menu-18t .link,
#menu-18t .dropdown-item {
  color: #6a4e4e;
}
#menu-18t .link {
  font-size: 0.8rem;
}
#menu-18t .dropdown-item,
#menu-18t .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-18t .link:hover,
#menu-18t .dropdown-item:hover,
#menu-18t .link:focus,
#menu-18t .dropdown-item:focus {
  color: #3c66d1;
}
#menu-18t .link[aria-expanded="true"],
#menu-18t .dropdown-menu {
  background: #e6e6e6;
}
#menu-18t .nav-dropdown-sm .link:focus,
#menu-18t .nav-dropdown-sm .link:hover,
#menu-18t .nav-dropdown-sm .dropdown-item:focus,
#menu-18t .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-18t .navbar,
#menu-18t .nav-dropdown-sm,
#menu-18t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18t .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-18t .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-18t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-18t .bg-color.transparent.opened .link:hover,
#menu-18t .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-18t .link[aria-expanded="true"],
#menu-18t .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-18u .mbr-section-title,
#msg-box8-18u p {
  color: #fff;
}
#header3-18v .mbr-section-title,
#header3-18v .mbr-section-subtitle {
  text-align: center;
}
#header3-18v H3 {
  font-size: 32px;
  color: #7c706b;
}
.cid-sThzkHaYqP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sThzkHaYqP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sThzkHaYqP .form-control,
.cid-sThzkHaYqP .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sThzkHaYqP .form-control::-webkit-input-placeholder,
.cid-sThzkHaYqP .field-input::-webkit-input-placeholder,
.cid-sThzkHaYqP .form-control::-webkit-input-placeholder,
.cid-sThzkHaYqP .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sThzkHaYqP .form-control:-moz-placeholder,
.cid-sThzkHaYqP .field-input:-moz-placeholder,
.cid-sThzkHaYqP .form-control:-moz-placeholder,
.cid-sThzkHaYqP .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sThzkHaYqP .form-control:hover,
.cid-sThzkHaYqP .field-input:hover,
.cid-sThzkHaYqP .form-control:focus,
.cid-sThzkHaYqP .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sThzkHaYqP .form-control:hover::-webkit-input-placeholder,
.cid-sThzkHaYqP .field-input:hover::-webkit-input-placeholder,
.cid-sThzkHaYqP .form-control:focus::-webkit-input-placeholder,
.cid-sThzkHaYqP .field-input:focus::-webkit-input-placeholder,
.cid-sThzkHaYqP .form-control:hover::-webkit-input-placeholder,
.cid-sThzkHaYqP .field-input:hover::-webkit-input-placeholder,
.cid-sThzkHaYqP .form-control:focus::-webkit-input-placeholder,
.cid-sThzkHaYqP .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sThzkHaYqP .form-control:hover:-moz-placeholder,
.cid-sThzkHaYqP .field-input:hover:-moz-placeholder,
.cid-sThzkHaYqP .form-control:focus:-moz-placeholder,
.cid-sThzkHaYqP .field-input:focus:-moz-placeholder,
.cid-sThzkHaYqP .form-control:hover:-moz-placeholder,
.cid-sThzkHaYqP .field-input:hover:-moz-placeholder,
.cid-sThzkHaYqP .form-control:focus:-moz-placeholder,
.cid-sThzkHaYqP .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sThzkHaYqP .jq-number__spin:hover,
.cid-sThzkHaYqP .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sThzkHaYqP .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sThzkHaYqP .jq-selectbox li,
.cid-sThzkHaYqP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sThzkHaYqP .jq-selectbox li:hover,
.cid-sThzkHaYqP .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sThzkHaYqP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sThzkHaYqP .jq-number__spin.minus:hover:after,
.cid-sThzkHaYqP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sThzkHaYqP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sThzkHaYqP .jq-number__spin.minus:after,
.cid-sThzkHaYqP .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sThzkHaYqP input::-webkit-clear-button {
  display: none;
}
.cid-sThzkHaYqP input::-webkit-inner-spin-button {
  display: none;
}
.cid-sThzkHaYqP input::-webkit-outer-spin-button {
  display: none;
}
.cid-sThzkHaYqP input::-webkit-calendar-picker-indicator {
  display: none;
}
#contacts1-18z P {
  color: #6a4e4e;
}
#content1-190 P {
  text-align: center;
  color: #28324e;
}
#menu-105 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-105 .navbar-caption {
  color: #ffffff;
}
#menu-105 .navbar-toggler {
  color: #6a4e4e;
}
#menu-105 .close-icon::before,
#menu-105 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-105 .link,
#menu-105 .dropdown-item {
  color: #6a4e4e;
}
#menu-105 .link {
  font-size: 0.85rem;
}
#menu-105 .dropdown-item,
#menu-105 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-105 .link:hover,
#menu-105 .dropdown-item:hover,
#menu-105 .link:focus,
#menu-105 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-105 .link[aria-expanded="true"],
#menu-105 .dropdown-menu {
  background: #e6e6e6;
}
#menu-105 .nav-dropdown-sm .link:focus,
#menu-105 .nav-dropdown-sm .link:hover,
#menu-105 .nav-dropdown-sm .dropdown-item:focus,
#menu-105 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-105 .navbar,
#menu-105 .nav-dropdown-sm,
#menu-105 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-105 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-105 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-105 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-105 .bg-color.transparent.opened .link:hover,
#menu-105 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-105 .link[aria-expanded="true"],
#menu-105 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#buttons1-106 .btn {
  font-size: 12px;
}
#custom-html-107 img {
  max-width: 90%;
  height: auto;
}
#content1-108 P {
  text-align: center;
}
#content1-108 DIV {
  color: #d14841;
}
#header3-13a .mbr-section-title,
#header3-13a .mbr-section-subtitle {
  text-align: center;
}
#header3-14t .mbr-section-title,
#header3-14t .mbr-section-subtitle {
  text-align: center;
}
#header3-14t .mbr-section-title,
#header3-14t .mbr-section-subtitle {
  text-align: center;
}
#header3-14t .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-14t .mbr-section-subtitle {
  text-align: left;
}
#custom-html-10c {
  /* Type valid CSS here */
}
#msg-box5-10d H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-10d P {
  text-align: left;
}
#custom-html-10e {
  /* Type valid CSS here */
}
#msg-box5-10h H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-10h .btn {
  font-size: 14px;
}
#header3-10o .mbr-section-title,
#header3-10o .mbr-section-subtitle {
  text-align: center;
}
#header3-10o .mbr-section-title {
  font-size: 30px;
}
.cid-sFpVzQLmge {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFpVzQLmge .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFpVzQLmge .form-control,
.cid-sFpVzQLmge .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFpVzQLmge .form-control::-webkit-input-placeholder,
.cid-sFpVzQLmge .field-input::-webkit-input-placeholder,
.cid-sFpVzQLmge .form-control::-webkit-input-placeholder,
.cid-sFpVzQLmge .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sFpVzQLmge .form-control:-moz-placeholder,
.cid-sFpVzQLmge .field-input:-moz-placeholder,
.cid-sFpVzQLmge .form-control:-moz-placeholder,
.cid-sFpVzQLmge .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sFpVzQLmge .form-control:hover,
.cid-sFpVzQLmge .field-input:hover,
.cid-sFpVzQLmge .form-control:focus,
.cid-sFpVzQLmge .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sFpVzQLmge .form-control:hover::-webkit-input-placeholder,
.cid-sFpVzQLmge .field-input:hover::-webkit-input-placeholder,
.cid-sFpVzQLmge .form-control:focus::-webkit-input-placeholder,
.cid-sFpVzQLmge .field-input:focus::-webkit-input-placeholder,
.cid-sFpVzQLmge .form-control:hover::-webkit-input-placeholder,
.cid-sFpVzQLmge .field-input:hover::-webkit-input-placeholder,
.cid-sFpVzQLmge .form-control:focus::-webkit-input-placeholder,
.cid-sFpVzQLmge .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sFpVzQLmge .form-control:hover:-moz-placeholder,
.cid-sFpVzQLmge .field-input:hover:-moz-placeholder,
.cid-sFpVzQLmge .form-control:focus:-moz-placeholder,
.cid-sFpVzQLmge .field-input:focus:-moz-placeholder,
.cid-sFpVzQLmge .form-control:hover:-moz-placeholder,
.cid-sFpVzQLmge .field-input:hover:-moz-placeholder,
.cid-sFpVzQLmge .form-control:focus:-moz-placeholder,
.cid-sFpVzQLmge .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sFpVzQLmge .jq-number__spin:hover,
.cid-sFpVzQLmge .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFpVzQLmge .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFpVzQLmge .jq-selectbox li,
.cid-sFpVzQLmge .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFpVzQLmge .jq-selectbox li:hover,
.cid-sFpVzQLmge .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sFpVzQLmge .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFpVzQLmge .jq-number__spin.minus:hover:after,
.cid-sFpVzQLmge .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFpVzQLmge .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFpVzQLmge .jq-number__spin.minus:after,
.cid-sFpVzQLmge .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sFpVzQLmge input::-webkit-clear-button {
  display: none;
}
.cid-sFpVzQLmge input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFpVzQLmge input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFpVzQLmge input::-webkit-calendar-picker-indicator {
  display: none;
}
#header3-13e .mbr-section-title,
#header3-13e .mbr-section-subtitle {
  text-align: center;
}
#header3-13e .mbr-section-title {
  font-size: 21px;
  color: #2b0680;
}
#features1-150 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-13l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-13l .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-13l .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-13o .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-13p .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-14v .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-152 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-152 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#contacts1-10s P {
  color: #6a4e4e;
}
#content1-10t P {
  text-align: center;
  color: #28324e;
}
.cid-sFZl3c9WSt.popup-builder {
  background-color: #ffffff;
}
.cid-sFZl3c9WSt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sFZl3c9WSt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sFZl3c9WSt .modal-content,
.cid-sFZl3c9WSt .modal-dialog {
  height: auto;
}
.cid-sFZl3c9WSt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sFZl3c9WSt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sFZl3c9WSt .form-wrapper .mbr-form .form-group,
  .cid-sFZl3c9WSt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sFZl3c9WSt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sFZl3c9WSt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFZl3c9WSt .mbr-text {
  text-align: center;
}
.cid-sFZl3c9WSt .pt-0 {
  padding-top: 0 !important;
}
.cid-sFZl3c9WSt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sFZl3c9WSt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sFZl3c9WSt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sFZl3c9WSt .modal-open {
  overflow: hidden;
}
.cid-sFZl3c9WSt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sFZl3c9WSt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sFZl3c9WSt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sFZl3c9WSt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sFZl3c9WSt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sFZl3c9WSt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sFZl3c9WSt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sFZl3c9WSt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sFZl3c9WSt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sFZl3c9WSt .modal-backdrop.fade {
  opacity: 0;
}
.cid-sFZl3c9WSt .modal-backdrop.show {
  opacity: .5;
}
.cid-sFZl3c9WSt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sFZl3c9WSt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sFZl3c9WSt .modal-header .close:hover {
  opacity: 1;
}
.cid-sFZl3c9WSt .modal-header .close:focus {
  outline: none;
}
.cid-sFZl3c9WSt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-sFZl3c9WSt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sFZl3c9WSt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sFZl3c9WSt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sFZl3c9WSt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sFZl3c9WSt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sFZl3c9WSt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sFZl3c9WSt .modal-sm {
    max-width: 300px;
  }
  .cid-sFZl3c9WSt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sFZl3c9WSt .modal-lg,
  .cid-sFZl3c9WSt .modal-xl {
    max-width: 800px;
  }
  .cid-sFZl3c9WSt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sFZl3c9WSt .modal-xl {
    max-width: 1140px;
  }
  .cid-sFZl3c9WSt .container {
    max-width: 1140px;
  }
}
.cid-sFZl3c9WSt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sFZl3c9WSt .container {
    max-width: 720px;
  }
}
.cid-sFZl3c9WSt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sFZl3c9WSt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sFZl3c9WSt .form-group {
  margin-bottom: 1rem;
}
.cid-sFZl3c9WSt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sFZl3c9WSt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFZl3c9WSt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-1d6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1d6 .navbar-caption {
  color: #ffffff;
}
#menu-1d6 .navbar-toggler {
  color: #6a4e4e;
}
#menu-1d6 .close-icon::before,
#menu-1d6 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1d6 .link,
#menu-1d6 .dropdown-item {
  color: #6a4e4e;
}
#menu-1d6 .link {
  font-size: 0.8rem;
}
#menu-1d6 .dropdown-item,
#menu-1d6 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1d6 .link:hover,
#menu-1d6 .dropdown-item:hover,
#menu-1d6 .link:focus,
#menu-1d6 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1d6 .link[aria-expanded="true"],
#menu-1d6 .dropdown-menu {
  background: #e6e6e6;
}
#menu-1d6 .nav-dropdown-sm .link:focus,
#menu-1d6 .nav-dropdown-sm .link:hover,
#menu-1d6 .nav-dropdown-sm .dropdown-item:focus,
#menu-1d6 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1d6 .navbar,
#menu-1d6 .nav-dropdown-sm,
#menu-1d6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1d6 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1d6 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1d6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1d6 .bg-color.transparent.opened .link:hover,
#menu-1d6 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1d6 .link[aria-expanded="true"],
#menu-1d6 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#buttons1-1d7 .btn {
  font-size: 12px;
}
#content1-1dw P {
  text-align: center;
  font-size: 32px;
}
#content1-1dw DIV {
  color: #41a85f;
}
#content1-1dx P {
  text-align: center;
}
#content1-1dx DIV {
  color: #d14841;
}
#header3-1da .mbr-section-title,
#header3-1da .mbr-section-subtitle {
  text-align: center;
}
#header3-1da .mbr-section-title,
#header3-1da .mbr-section-subtitle {
  text-align: center;
}
#header3-1da .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1da .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1db H3 {
  font-size: 24px;
}
#msg-box5-1db .btn {
  font-size: 14px;
}
#custom-html-1dc {
  /* Type valid CSS here */
}
#msg-box5-1dd H3 {
  font-size: 24px;
}
#msg-box5-1dd .btn {
  font-size: 14px;
}
#custom-html-1de {
  /* Type valid CSS here */
}
#msg-box5-1df H3 {
  font-size: 24px;
}
#msg-box5-1df .btn {
  font-size: 14px;
}
#custom-html-1dg {
  /* Type valid CSS here */
}
#msg-box5-1dh H3 {
  font-size: 24px;
}
#msg-box5-1dh .btn {
  font-size: 14px;
}
#custom-html-1di {
  /* Type valid CSS here */
}
#msg-box5-1dj H3 {
  font-size: 24px;
}
#msg-box5-1dj .btn {
  font-size: 14px;
}
#custom-html-1dk {
  /* Type valid CSS here */
}
#msg-box5-1dl H3 {
  font-size: 24px;
}
#msg-box5-1dl .btn {
  font-size: 14px;
}
#custom-html-1dm {
  /* Type valid CSS here */
}
#msg-box5-1dn H3 {
  font-size: 24px;
}
#msg-box5-1dn .btn {
  font-size: 14px;
}
#custom-html-1do {
  /* Type valid CSS here */
}
#msg-box5-1dp H3 {
  font-size: 24px;
}
#msg-box5-1dp .btn {
  font-size: 14px;
}
#custom-html-1dq {
  /* Type valid CSS here */
}
#msg-box5-1dr H3 {
  font-size: 24px;
}
#msg-box5-1dr .btn {
  font-size: 14px;
}
#custom-html-1ds {
  /* Type valid CSS here */
}
#custom-html-1ds div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ds p {
  font-size: 60px;
  color: #777;
}
#header3-1dt .mbr-section-title,
#header3-1dt .mbr-section-subtitle {
  text-align: center;
}
#header3-1dt .mbr-section-title,
#header3-1dt .mbr-section-subtitle {
  text-align: center;
}
#header3-1dt .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1dt .mbr-section-subtitle {
  text-align: left;
}
#contacts1-1du P {
  color: #6a4e4e;
}
#content1-1dv P {
  text-align: center;
  color: #28324e;
}
#buttons1-1h8 .btn {
  font-size: 12px;
}
#menu-1dy .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1dy .navbar-caption {
  color: #ffffff;
}
#menu-1dy .navbar-toggler {
  color: #6a4e4e;
}
#menu-1dy .close-icon::before,
#menu-1dy .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1dy .link,
#menu-1dy .dropdown-item {
  color: #6a4e4e;
}
#menu-1dy .link {
  font-size: 0.8rem;
}
#menu-1dy .dropdown-item,
#menu-1dy .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1dy .link:hover,
#menu-1dy .dropdown-item:hover,
#menu-1dy .link:focus,
#menu-1dy .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1dy .link[aria-expanded="true"],
#menu-1dy .dropdown-menu {
  background: #e6e6e6;
}
#menu-1dy .nav-dropdown-sm .link:focus,
#menu-1dy .nav-dropdown-sm .link:hover,
#menu-1dy .nav-dropdown-sm .dropdown-item:focus,
#menu-1dy .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1dy .navbar,
#menu-1dy .nav-dropdown-sm,
#menu-1dy .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1dy .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1dy .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1dy .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1dy .bg-color.transparent.opened .link:hover,
#menu-1dy .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1dy .link[aria-expanded="true"],
#menu-1dy .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#content1-1ei P {
  text-align: center;
  font-size: 32px;
}
#content1-1ei DIV {
  color: #41a85f;
}
#content1-1ej P {
  text-align: center;
}
#content1-1ej DIV {
  color: #d14841;
}
#header3-1e2 .mbr-section-title,
#header3-1e2 .mbr-section-subtitle {
  text-align: center;
}
#header3-1e2 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1e2 .mbr-section-subtitle {
  text-align: left;
}
#custom-html-1e4 {
  /* Type valid CSS here */
}
#custom-html-1e4 table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-1e4 th,
#custom-html-1e4 td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#custom-html-1e4 table.myTable {
  table-layout: auto;
  width: 100%;
}
#contacts1-1e5 P {
  color: #6a4e4e;
}
#content1-1e6 P {
  text-align: center;
  color: #28324e;
}
.cid-te8piXPZYm.popup-builder {
  background-color: #ffffff;
}
.cid-te8piXPZYm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-te8piXPZYm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-te8piXPZYm .modal-content,
.cid-te8piXPZYm .modal-dialog {
  height: auto;
}
.cid-te8piXPZYm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-te8piXPZYm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-te8piXPZYm .form-wrapper .mbr-form .form-group,
  .cid-te8piXPZYm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-te8piXPZYm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-te8piXPZYm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te8piXPZYm .mbr-text {
  text-align: center;
}
.cid-te8piXPZYm .pt-0 {
  padding-top: 0 !important;
}
.cid-te8piXPZYm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-te8piXPZYm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-te8piXPZYm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-te8piXPZYm .modal-open {
  overflow: hidden;
}
.cid-te8piXPZYm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-te8piXPZYm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-te8piXPZYm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-te8piXPZYm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-te8piXPZYm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-te8piXPZYm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-te8piXPZYm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-te8piXPZYm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-te8piXPZYm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-te8piXPZYm .modal-backdrop.fade {
  opacity: 0;
}
.cid-te8piXPZYm .modal-backdrop.show {
  opacity: .5;
}
.cid-te8piXPZYm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-te8piXPZYm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-te8piXPZYm .modal-header .close:hover {
  opacity: 1;
}
.cid-te8piXPZYm .modal-header .close:focus {
  outline: none;
}
.cid-te8piXPZYm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-te8piXPZYm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-te8piXPZYm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-te8piXPZYm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-te8piXPZYm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-te8piXPZYm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-te8piXPZYm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-te8piXPZYm .modal-sm {
    max-width: 300px;
  }
  .cid-te8piXPZYm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-te8piXPZYm .modal-lg,
  .cid-te8piXPZYm .modal-xl {
    max-width: 800px;
  }
  .cid-te8piXPZYm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-te8piXPZYm .modal-xl {
    max-width: 1140px;
  }
  .cid-te8piXPZYm .container {
    max-width: 1140px;
  }
}
.cid-te8piXPZYm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-te8piXPZYm .container {
    max-width: 720px;
  }
}
.cid-te8piXPZYm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-te8piXPZYm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-te8piXPZYm .form-group {
  margin-bottom: 1rem;
}
.cid-te8piXPZYm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-te8piXPZYm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-te8piXPZYm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-1eq .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1eq .navbar-caption {
  color: #ffffff;
}
#menu-1eq .navbar-toggler {
  color: #6a4e4e;
}
#menu-1eq .close-icon::before,
#menu-1eq .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1eq .link,
#menu-1eq .dropdown-item {
  color: #6a4e4e;
}
#menu-1eq .link {
  font-size: 0.85rem;
}
#menu-1eq .dropdown-item,
#menu-1eq .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1eq .link:hover,
#menu-1eq .dropdown-item:hover,
#menu-1eq .link:focus,
#menu-1eq .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1eq .link[aria-expanded="true"],
#menu-1eq .dropdown-menu {
  background: #e6e6e6;
}
#menu-1eq .nav-dropdown-sm .link:focus,
#menu-1eq .nav-dropdown-sm .link:hover,
#menu-1eq .nav-dropdown-sm .dropdown-item:focus,
#menu-1eq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1eq .navbar,
#menu-1eq .nav-dropdown-sm,
#menu-1eq .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1eq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1eq .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1eq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1eq .bg-color.transparent.opened .link:hover,
#menu-1eq .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1eq .link[aria-expanded="true"],
#menu-1eq .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#custom-html-1es img {
  max-width: 90%;
  height: auto;
}
#content1-1et P {
  text-align: center;
  font-size: 32px;
}
#content1-1et DIV {
  color: #41a85f;
}
#content1-1eu P {
  text-align: center;
}
#content1-1eu DIV {
  color: #d14841;
}
#content1-1gd P {
  text-align: center;
  font-size: 32px;
}
#content1-1gd DIV {
  color: #41a85f;
}
#content1-1ge P {
  text-align: center;
}
#content1-1ge DIV {
  color: #d14841;
}
#header3-1ew .mbr-section-title,
#header3-1ew .mbr-section-subtitle {
  text-align: center;
}
#header3-1ew .mbr-section-title,
#header3-1ew .mbr-section-subtitle {
  text-align: center;
}
#header3-1ew .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1ew .mbr-section-subtitle {
  text-align: left;
}
#contacts1-1fg P {
  color: #6a4e4e;
}
#content1-1fh P {
  text-align: center;
  color: #28324e;
}
#menu-11e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11e .navbar-caption {
  color: #ffffff;
}
#menu-11e .navbar-toggler {
  color: #6a4e4e;
}
#menu-11e .close-icon::before,
#menu-11e .close-icon::after {
  background-color: #6a4e4e;
}
#menu-11e .link,
#menu-11e .dropdown-item {
  color: #6a4e4e;
}
#menu-11e .link {
  font-size: 0.8rem;
}
#menu-11e .dropdown-item,
#menu-11e .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-11e .link:hover,
#menu-11e .dropdown-item:hover,
#menu-11e .link:focus,
#menu-11e .dropdown-item:focus {
  color: #3c66d1;
}
#menu-11e .link[aria-expanded="true"],
#menu-11e .dropdown-menu {
  background: #e6e6e6;
}
#menu-11e .nav-dropdown-sm .link:focus,
#menu-11e .nav-dropdown-sm .link:hover,
#menu-11e .nav-dropdown-sm .dropdown-item:focus,
#menu-11e .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-11e .navbar,
#menu-11e .nav-dropdown-sm,
#menu-11e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-11e .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-11e .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-11e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-11e .bg-color.transparent.opened .link:hover,
#menu-11e .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-11e .link[aria-expanded="true"],
#menu-11e .dropdown-item[aria-expanded="true"] {
  color: #3c66d1 !important;
}
#buttons1-11f .btn {
  font-size: 12px;
}
#custom-html-11g img {
  max-width: 90%;
  height: auto;
}
#content1-11h P {
  text-align: center;
}
#content1-11h DIV {
  color: #d14841;
}
#header3-120 .mbr-section-title,
#header3-120 .mbr-section-subtitle {
  text-align: center;
}
#header3-120 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-120 .mbr-section-subtitle {
  text-align: left;
}
#custom-html-11z {
  /* Type valid CSS here */
}
#custom-html-11z table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-11z th,
#custom-html-11z td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#custom-html-11z table.myTable {
  table-layout: auto;
  width: 100%;
}
#contacts1-11w P {
  color: #6a4e4e;
}
#content1-11x P {
  text-align: center;
  color: #28324e;
}
.cid-sGrIkWPrsU.popup-builder {
  background-color: #ffffff;
}
.cid-sGrIkWPrsU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGrIkWPrsU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGrIkWPrsU .modal-content,
.cid-sGrIkWPrsU .modal-dialog {
  height: auto;
}
.cid-sGrIkWPrsU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGrIkWPrsU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGrIkWPrsU .form-wrapper .mbr-form .form-group,
  .cid-sGrIkWPrsU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGrIkWPrsU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGrIkWPrsU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGrIkWPrsU .mbr-text {
  text-align: center;
}
.cid-sGrIkWPrsU .pt-0 {
  padding-top: 0 !important;
}
.cid-sGrIkWPrsU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGrIkWPrsU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGrIkWPrsU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGrIkWPrsU .modal-open {
  overflow: hidden;
}
.cid-sGrIkWPrsU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGrIkWPrsU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGrIkWPrsU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGrIkWPrsU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sGrIkWPrsU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGrIkWPrsU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGrIkWPrsU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGrIkWPrsU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sGrIkWPrsU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGrIkWPrsU .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGrIkWPrsU .modal-backdrop.show {
  opacity: .5;
}
.cid-sGrIkWPrsU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sGrIkWPrsU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGrIkWPrsU .modal-header .close:hover {
  opacity: 1;
}
.cid-sGrIkWPrsU .modal-header .close:focus {
  outline: none;
}
.cid-sGrIkWPrsU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-sGrIkWPrsU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sGrIkWPrsU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sGrIkWPrsU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGrIkWPrsU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGrIkWPrsU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGrIkWPrsU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGrIkWPrsU .modal-sm {
    max-width: 300px;
  }
  .cid-sGrIkWPrsU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGrIkWPrsU .modal-lg,
  .cid-sGrIkWPrsU .modal-xl {
    max-width: 800px;
  }
  .cid-sGrIkWPrsU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGrIkWPrsU .modal-xl {
    max-width: 1140px;
  }
  .cid-sGrIkWPrsU .container {
    max-width: 1140px;
  }
}
.cid-sGrIkWPrsU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGrIkWPrsU .container {
    max-width: 720px;
  }
}
.cid-sGrIkWPrsU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGrIkWPrsU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sGrIkWPrsU .form-group {
  margin-bottom: 1rem;
}
.cid-sGrIkWPrsU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sGrIkWPrsU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGrIkWPrsU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#buttons1-1hm .btn {
  font-size: 12px;
}
#menu-1hn .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1hn .navbar-caption {
  color: #ffffff;
}
#menu-1hn .navbar-toggler {
  color: #6a4e4e;
}
#menu-1hn .close-icon::before,
#menu-1hn .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1hn .link,
#menu-1hn .dropdown-item {
  color: #6a4e4e;
}
#menu-1hn .link {
  font-size: 0.8rem;
}
#menu-1hn .dropdown-item,
#menu-1hn .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1hn .link:hover,
#menu-1hn .dropdown-item:hover,
#menu-1hn .link:focus,
#menu-1hn .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1hn .link[aria-expanded="true"],
#menu-1hn .dropdown-menu {
  background: #e6e6e6;
}
#menu-1hn .nav-dropdown-sm .link:focus,
#menu-1hn .nav-dropdown-sm .link:hover,
#menu-1hn .nav-dropdown-sm .dropdown-item:focus,
#menu-1hn .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1hn .navbar,
#menu-1hn .nav-dropdown-sm,
#menu-1hn .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1hn .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1hn .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1hn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1hn .bg-color.transparent.opened .link:hover,
#menu-1hn .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1hn .link[aria-expanded="true"],
#menu-1hn .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#content1-1ho P {
  text-align: center;
  font-size: 32px;
}
#content1-1ho DIV {
  color: #41a85f;
}
#content1-1hp P {
  text-align: center;
}
#content1-1hp DIV {
  color: #d14841;
}
#header3-1hq .mbr-section-title,
#header3-1hq .mbr-section-subtitle {
  text-align: center;
}
#header3-1hq .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1hq .mbr-section-subtitle {
  text-align: left;
}
#custom-html-1hs {
  /* Type valid CSS here */
}
#custom-html-1hs table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-1hs th,
#custom-html-1hs td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#custom-html-1hs table.myTable {
  table-layout: auto;
  width: 100%;
}
#contacts1-1ht P {
  color: #6a4e4e;
}
#content1-1hu P {
  text-align: center;
  color: #28324e;
}
.cid-tgRQ2h4T2u.popup-builder {
  background-color: #ffffff;
}
.cid-tgRQ2h4T2u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tgRQ2h4T2u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tgRQ2h4T2u .modal-content,
.cid-tgRQ2h4T2u .modal-dialog {
  height: auto;
}
.cid-tgRQ2h4T2u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tgRQ2h4T2u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tgRQ2h4T2u .form-wrapper .mbr-form .form-group,
  .cid-tgRQ2h4T2u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tgRQ2h4T2u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tgRQ2h4T2u .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgRQ2h4T2u .mbr-text {
  text-align: center;
}
.cid-tgRQ2h4T2u .pt-0 {
  padding-top: 0 !important;
}
.cid-tgRQ2h4T2u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tgRQ2h4T2u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tgRQ2h4T2u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tgRQ2h4T2u .modal-open {
  overflow: hidden;
}
.cid-tgRQ2h4T2u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tgRQ2h4T2u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tgRQ2h4T2u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tgRQ2h4T2u .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tgRQ2h4T2u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tgRQ2h4T2u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tgRQ2h4T2u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tgRQ2h4T2u .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tgRQ2h4T2u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tgRQ2h4T2u .modal-backdrop.fade {
  opacity: 0;
}
.cid-tgRQ2h4T2u .modal-backdrop.show {
  opacity: .5;
}
.cid-tgRQ2h4T2u .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tgRQ2h4T2u .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tgRQ2h4T2u .modal-header .close:hover {
  opacity: 1;
}
.cid-tgRQ2h4T2u .modal-header .close:focus {
  outline: none;
}
.cid-tgRQ2h4T2u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-tgRQ2h4T2u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tgRQ2h4T2u .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tgRQ2h4T2u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tgRQ2h4T2u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tgRQ2h4T2u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tgRQ2h4T2u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tgRQ2h4T2u .modal-sm {
    max-width: 300px;
  }
  .cid-tgRQ2h4T2u .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tgRQ2h4T2u .modal-lg,
  .cid-tgRQ2h4T2u .modal-xl {
    max-width: 800px;
  }
  .cid-tgRQ2h4T2u .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tgRQ2h4T2u .modal-xl {
    max-width: 1140px;
  }
  .cid-tgRQ2h4T2u .container {
    max-width: 1140px;
  }
}
.cid-tgRQ2h4T2u .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tgRQ2h4T2u .container {
    max-width: 720px;
  }
}
.cid-tgRQ2h4T2u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tgRQ2h4T2u .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tgRQ2h4T2u .form-group {
  margin-bottom: 1rem;
}
.cid-tgRQ2h4T2u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tgRQ2h4T2u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tgRQ2h4T2u .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-1iy .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1iy .navbar-caption {
  color: #ffffff;
}
#menu-1iy .navbar-toggler {
  color: #6a4e4e;
}
#menu-1iy .close-icon::before,
#menu-1iy .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1iy .link,
#menu-1iy .dropdown-item {
  color: #6a4e4e;
}
#menu-1iy .link {
  font-size: 0.8rem;
}
#menu-1iy .dropdown-item,
#menu-1iy .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1iy .link:hover,
#menu-1iy .dropdown-item:hover,
#menu-1iy .link:focus,
#menu-1iy .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1iy .link[aria-expanded="true"],
#menu-1iy .dropdown-menu {
  background: #e6e6e6;
}
#menu-1iy .nav-dropdown-sm .link:focus,
#menu-1iy .nav-dropdown-sm .link:hover,
#menu-1iy .nav-dropdown-sm .dropdown-item:focus,
#menu-1iy .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1iy .navbar,
#menu-1iy .nav-dropdown-sm,
#menu-1iy .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1iy .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1iy .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1iy .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1iy .bg-color.transparent.opened .link:hover,
#menu-1iy .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1iy .link[aria-expanded="true"],
#menu-1iy .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#buttons1-1iz .btn {
  font-size: 12px;
}
#custom-html-1j0 img {
  max-width: 90%;
  height: auto;
}
#content1-1j1 P {
  text-align: center;
  font-size: 32px;
}
#content1-1j1 DIV {
  color: #41a85f;
}
#content1-1j2 P {
  text-align: center;
}
#content1-1j2 DIV {
  color: #d14841;
}
#header3-1j3 .mbr-section-title,
#header3-1j3 .mbr-section-subtitle {
  text-align: center;
}
#header3-1j4 .mbr-section-title,
#header3-1j4 .mbr-section-subtitle {
  text-align: center;
}
#header3-1j4 .mbr-section-title,
#header3-1j4 .mbr-section-subtitle {
  text-align: center;
}
#header3-1j4 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1j4 .mbr-section-subtitle {
  text-align: left;
}
#custom-html-1j8 {
  /* Type valid CSS here */
}
#msg-box5-1j9 H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-1j9 P {
  text-align: left;
}
#custom-html-1ja {
  /* Type valid CSS here */
}
#msg-box5-1jb H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-1jb .btn {
  font-size: 14px;
}
#header3-1jd .mbr-section-title,
#header3-1jd .mbr-section-subtitle {
  text-align: center;
}
#header3-1jd .mbr-section-title {
  font-size: 30px;
}
.cid-thHsFMAvdZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thHsFMAvdZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-thHsFMAvdZ .form-control,
.cid-thHsFMAvdZ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-thHsFMAvdZ .form-control::-webkit-input-placeholder,
.cid-thHsFMAvdZ .field-input::-webkit-input-placeholder,
.cid-thHsFMAvdZ .form-control::-webkit-input-placeholder,
.cid-thHsFMAvdZ .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-thHsFMAvdZ .form-control:-moz-placeholder,
.cid-thHsFMAvdZ .field-input:-moz-placeholder,
.cid-thHsFMAvdZ .form-control:-moz-placeholder,
.cid-thHsFMAvdZ .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-thHsFMAvdZ .form-control:hover,
.cid-thHsFMAvdZ .field-input:hover,
.cid-thHsFMAvdZ .form-control:focus,
.cid-thHsFMAvdZ .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-thHsFMAvdZ .form-control:hover::-webkit-input-placeholder,
.cid-thHsFMAvdZ .field-input:hover::-webkit-input-placeholder,
.cid-thHsFMAvdZ .form-control:focus::-webkit-input-placeholder,
.cid-thHsFMAvdZ .field-input:focus::-webkit-input-placeholder,
.cid-thHsFMAvdZ .form-control:hover::-webkit-input-placeholder,
.cid-thHsFMAvdZ .field-input:hover::-webkit-input-placeholder,
.cid-thHsFMAvdZ .form-control:focus::-webkit-input-placeholder,
.cid-thHsFMAvdZ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-thHsFMAvdZ .form-control:hover:-moz-placeholder,
.cid-thHsFMAvdZ .field-input:hover:-moz-placeholder,
.cid-thHsFMAvdZ .form-control:focus:-moz-placeholder,
.cid-thHsFMAvdZ .field-input:focus:-moz-placeholder,
.cid-thHsFMAvdZ .form-control:hover:-moz-placeholder,
.cid-thHsFMAvdZ .field-input:hover:-moz-placeholder,
.cid-thHsFMAvdZ .form-control:focus:-moz-placeholder,
.cid-thHsFMAvdZ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-thHsFMAvdZ .jq-number__spin:hover,
.cid-thHsFMAvdZ .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-thHsFMAvdZ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-thHsFMAvdZ .jq-selectbox li,
.cid-thHsFMAvdZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-thHsFMAvdZ .jq-selectbox li:hover,
.cid-thHsFMAvdZ .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-thHsFMAvdZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-thHsFMAvdZ .jq-number__spin.minus:hover:after,
.cid-thHsFMAvdZ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-thHsFMAvdZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-thHsFMAvdZ .jq-number__spin.minus:after,
.cid-thHsFMAvdZ .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-thHsFMAvdZ input::-webkit-clear-button {
  display: none;
}
.cid-thHsFMAvdZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-thHsFMAvdZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-thHsFMAvdZ input::-webkit-calendar-picker-indicator {
  display: none;
}
#header3-1jh .mbr-section-title,
#header3-1jh .mbr-section-subtitle {
  text-align: center;
}
#header3-1jh .mbr-section-title {
  font-size: 21px;
  color: #2b0680;
}
#features1-1ji .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1jj .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1jk .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1jl .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1jm .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1jm .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1jm .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1jn .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1jo .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1jo .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1jo .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1jp .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1jp .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#contacts1-1jq P {
  color: #6a4e4e;
}
#content1-1jr P {
  text-align: center;
  color: #28324e;
}
.cid-thHsFNjm8V.popup-builder {
  background-color: #ffffff;
}
.cid-thHsFNjm8V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-thHsFNjm8V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-thHsFNjm8V .modal-content,
.cid-thHsFNjm8V .modal-dialog {
  height: auto;
}
.cid-thHsFNjm8V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-thHsFNjm8V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-thHsFNjm8V .form-wrapper .mbr-form .form-group,
  .cid-thHsFNjm8V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-thHsFNjm8V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-thHsFNjm8V .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thHsFNjm8V .mbr-text {
  text-align: center;
}
.cid-thHsFNjm8V .pt-0 {
  padding-top: 0 !important;
}
.cid-thHsFNjm8V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-thHsFNjm8V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-thHsFNjm8V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-thHsFNjm8V .modal-open {
  overflow: hidden;
}
.cid-thHsFNjm8V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-thHsFNjm8V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-thHsFNjm8V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-thHsFNjm8V .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-thHsFNjm8V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-thHsFNjm8V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-thHsFNjm8V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-thHsFNjm8V .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-thHsFNjm8V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-thHsFNjm8V .modal-backdrop.fade {
  opacity: 0;
}
.cid-thHsFNjm8V .modal-backdrop.show {
  opacity: .5;
}
.cid-thHsFNjm8V .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-thHsFNjm8V .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-thHsFNjm8V .modal-header .close:hover {
  opacity: 1;
}
.cid-thHsFNjm8V .modal-header .close:focus {
  outline: none;
}
.cid-thHsFNjm8V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-thHsFNjm8V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-thHsFNjm8V .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-thHsFNjm8V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-thHsFNjm8V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-thHsFNjm8V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-thHsFNjm8V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-thHsFNjm8V .modal-sm {
    max-width: 300px;
  }
  .cid-thHsFNjm8V .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-thHsFNjm8V .modal-lg,
  .cid-thHsFNjm8V .modal-xl {
    max-width: 800px;
  }
  .cid-thHsFNjm8V .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-thHsFNjm8V .modal-xl {
    max-width: 1140px;
  }
  .cid-thHsFNjm8V .container {
    max-width: 1140px;
  }
}
.cid-thHsFNjm8V .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-thHsFNjm8V .container {
    max-width: 720px;
  }
}
.cid-thHsFNjm8V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-thHsFNjm8V .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-thHsFNjm8V .form-group {
  margin-bottom: 1rem;
}
.cid-thHsFNjm8V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-thHsFNjm8V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thHsFNjm8V .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-1ko .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ko .navbar-caption {
  color: #ffffff;
}
#menu-1ko .navbar-toggler {
  color: #6a4e4e;
}
#menu-1ko .close-icon::before,
#menu-1ko .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1ko .link,
#menu-1ko .dropdown-item {
  color: #6a4e4e;
}
#menu-1ko .link {
  font-size: 0.8rem;
}
#menu-1ko .dropdown-item,
#menu-1ko .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1ko .link:hover,
#menu-1ko .dropdown-item:hover,
#menu-1ko .link:focus,
#menu-1ko .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1ko .link[aria-expanded="true"],
#menu-1ko .dropdown-menu {
  background: #e6e6e6;
}
#menu-1ko .nav-dropdown-sm .link:focus,
#menu-1ko .nav-dropdown-sm .link:hover,
#menu-1ko .nav-dropdown-sm .dropdown-item:focus,
#menu-1ko .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1ko .navbar,
#menu-1ko .nav-dropdown-sm,
#menu-1ko .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ko .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1ko .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1ko .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ko .bg-color.transparent.opened .link:hover,
#menu-1ko .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1ko .link[aria-expanded="true"],
#menu-1ko .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#buttons1-1kp .btn {
  font-size: 12px;
}
#content1-1kq P {
  text-align: center;
  font-size: 32px;
}
#content1-1kq DIV {
  color: #41a85f;
}
#content1-1kr P {
  text-align: center;
}
#content1-1kr DIV {
  color: #d14841;
}
#msg-box5-1ks H3 {
  font-size: 24px;
}
#msg-box5-1ks .btn {
  font-size: 14px;
}
#contacts1-1kt P {
  color: #6a4e4e;
}
#content1-1ku P {
  text-align: center;
  color: #28324e;
}
#menu-1gi .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1gi .navbar-caption {
  color: #ffffff;
}
#menu-1gi .navbar-toggler {
  color: #6a4e4e;
}
#menu-1gi .close-icon::before,
#menu-1gi .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1gi .link,
#menu-1gi .dropdown-item {
  color: #6a4e4e;
}
#menu-1gi .link {
  font-size: 0.8rem;
}
#menu-1gi .dropdown-item,
#menu-1gi .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1gi .link:hover,
#menu-1gi .dropdown-item:hover,
#menu-1gi .link:focus,
#menu-1gi .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1gi .link[aria-expanded="true"],
#menu-1gi .dropdown-menu {
  background: #e6e6e6;
}
#menu-1gi .nav-dropdown-sm .link:focus,
#menu-1gi .nav-dropdown-sm .link:hover,
#menu-1gi .nav-dropdown-sm .dropdown-item:focus,
#menu-1gi .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1gi .navbar,
#menu-1gi .nav-dropdown-sm,
#menu-1gi .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1gi .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1gi .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1gi .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1gi .bg-color.transparent.opened .link:hover,
#menu-1gi .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1gi .link[aria-expanded="true"],
#menu-1gi .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#buttons1-1gj .btn {
  font-size: 12px;
}
#content1-1hb P {
  text-align: center;
  font-size: 32px;
}
#content1-1hb DIV {
  color: #41a85f;
}
#content1-1ha P {
  text-align: center;
}
#content1-1ha DIV {
  color: #d14841;
}
#msg-box5-1gn H3 {
  font-size: 24px;
}
#msg-box5-1gn .btn {
  font-size: 14px;
}
#contacts1-1h6 P {
  color: #6a4e4e;
}
#content1-1h7 P {
  text-align: center;
  color: #28324e;
}
#custom-html-1ky {
  /* Type valid CSS here */
}
#custom-html-1ky div {
  padding-top: 80px;
  color: #777;
  text-align: center;
}
#custom-html-1ky p {
  font-size: 20px;
  color: #777;
}
#content1-1kz P {
  text-align: center;
}
#content1-1kz DIV {
  text-align: center;
}
#header3-1l0 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1l0 .mbr-section-title,
#header3-1l0 .mbr-section-subtitle {
  text-align: center;
}
#header3-1l0 .mbr-section-title,
#header3-1l0 .mbr-section-subtitle {
  text-align: center;
}
#header3-1l0 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1l0 .mbr-section-subtitle {
  text-align: left;
}
#header3-1l0 a:link {
  color: blue;
}
#header3-1l0 a:visited {
  color: blue;
}
#header3-1l0 a:hover {
  color: red;
}
#header3-1l0 a:active {
  color: blue;
}
#content1-1sc P {
  text-align: center;
}
#content1-1sc DIV {
  text-align: center;
}
#buttons1-1l1 .btn {
  font-size: 14px;
}
#buttons1-1l2 .btn {
  font-size: 14px;
}
#menu-1l3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1l3 .navbar-caption {
  color: #ffffff;
}
#menu-1l3 .navbar-toggler {
  color: #6a4e4e;
}
#menu-1l3 .close-icon::before,
#menu-1l3 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1l3 .link,
#menu-1l3 .dropdown-item {
  color: #6a4e4e;
}
#menu-1l3 .link {
  font-size: 0.8rem;
}
#menu-1l3 .dropdown-item,
#menu-1l3 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1l3 .link:hover,
#menu-1l3 .dropdown-item:hover,
#menu-1l3 .link:focus,
#menu-1l3 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1l3 .link[aria-expanded="true"],
#menu-1l3 .dropdown-menu {
  background: #e6e6e6;
}
#menu-1l3 .nav-dropdown-sm .link:focus,
#menu-1l3 .nav-dropdown-sm .link:hover,
#menu-1l3 .nav-dropdown-sm .dropdown-item:focus,
#menu-1l3 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1l3 .navbar,
#menu-1l3 .nav-dropdown-sm,
#menu-1l3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1l3 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1l3 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1l3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1l3 .bg-color.transparent.opened .link:hover,
#menu-1l3 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1l3 .link[aria-expanded="true"],
#menu-1l3 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#header3-1l5 .mbr-section-title,
#header3-1l5 .mbr-section-subtitle {
  text-align: center;
}
#header3-1l5 .mbr-section-title {
  color: #3b67d9;
  font-size: 24px;
}
#header3-1l5 .mbr-section-subtitle {
  color: #ff0000;
}
#header3-1l5 .mbr-section-subtitle B {
  font-size: 20px;
}
#content1-1l6 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#content1-1l6 .mbr-section-title,
#content1-1l6 .mbr-section-subtitle {
  text-align: center;
}
#content1-1l6 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#content1-1l6 .title-2 {
  font-size: 16px;
  color: #2b0680;
  text-align: center;
}
#content1-1l6 .mbr-section-subtitle {
  text-align: left;
}
#content1-1l6 a:link {
  color: blue;
}
#content1-1l6 a:visited {
  color: blue;
}
#content1-1l6 a:hover {
  color: red;
}
#content1-1l6 a:active {
  color: blue;
}
#custom-html-1l7 {
  /* Type valid CSS here */
}
#custom-html-1l7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1l7 p {
  font-size: 60px;
  color: #777;
}
#msg-box5-1l8 H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-1l8 P {
  text-align: left;
}
#msg-box5-1l8 .btn {
  font-size: 14px;
}
#header3-1l9 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1l9 .mbr-section-title,
#header3-1l9 .mbr-section-subtitle {
  text-align: center;
}
#header3-1l9 .mbr-section-title,
#header3-1l9 .mbr-section-subtitle {
  text-align: center;
}
#header3-1l9 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1l9 .mbr-section-subtitle {
  text-align: left;
}
#header3-1l9 a:link {
  color: blue;
}
#header3-1l9 a:visited {
  color: blue;
}
#header3-1l9 a:hover {
  color: red;
}
#header3-1l9 a:active {
  color: blue;
}
#header3-1la {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1la .mbr-section-title,
#header3-1la .mbr-section-subtitle {
  text-align: center;
}
#header3-1la a:link {
  color: blue;
}
#header3-1la a:visited {
  color: blue;
}
#header3-1la a:hover {
  color: red;
}
#header3-1la a:active {
  color: blue;
}
#header3-1la .mbr-section-title,
#header3-1la .mbr-section-subtitle {
  text-align: center;
}
#header3-1la .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1la .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1la .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-1la img {
  max-width: 100%;
  height: auto;
}
#header3-1lb {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1lb .mbr-section-title,
#header3-1lb .mbr-section-subtitle {
  text-align: center;
}
#header3-1lb a:link {
  color: blue;
}
#header3-1lb a:visited {
  color: blue;
}
#header3-1lb a:hover {
  color: red;
}
#header3-1lb a:active {
  color: blue;
}
#header3-1lb .mbr-section-title,
#header3-1lb .mbr-section-subtitle {
  text-align: center;
}
#header3-1lb .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1lb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1lb .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-1lb img {
  max-width: 100%;
  height: auto;
}
#header3-1lc {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1lc .mbr-section-title,
#header3-1lc .mbr-section-subtitle {
  text-align: center;
}
#header3-1lc a:link {
  color: blue;
}
#header3-1lc a:visited {
  color: blue;
}
#header3-1lc a:hover {
  color: red;
}
#header3-1lc a:active {
  color: blue;
}
#header3-1lc .mbr-section-title,
#header3-1lc .mbr-section-subtitle {
  text-align: center;
}
#header3-1lc .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1lc .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1lc .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-1lc img {
  max-width: 100%;
  height: auto;
}
#header3-1ld {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1ld .mbr-section-title,
#header3-1ld .mbr-section-subtitle {
  text-align: center;
}
#header3-1ld a:link {
  color: blue;
}
#header3-1ld a:visited {
  color: blue;
}
#header3-1ld a:hover {
  color: red;
}
#header3-1ld a:active {
  color: blue;
}
#header3-1ld .mbr-section-title,
#header3-1ld .mbr-section-subtitle {
  text-align: center;
}
#header3-1ld .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1ld .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1ld .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-1ld img {
  max-width: 100%;
  height: auto;
}
#header3-1le {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1le .mbr-section-title,
#header3-1le .mbr-section-subtitle {
  text-align: center;
}
#header3-1le a:link {
  color: blue;
}
#header3-1le a:visited {
  color: blue;
}
#header3-1le a:hover {
  color: red;
}
#header3-1le a:active {
  color: blue;
}
#header3-1le .mbr-section-title,
#header3-1le .mbr-section-subtitle {
  text-align: center;
}
#header3-1le .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1le .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1le .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-1le img {
  max-width: 100%;
  height: auto;
}
#header3-1lf .mbr-section-title,
#header3-1lf .mbr-section-subtitle {
  text-align: center;
}
#header3-1lf .mbr-section-title {
  font-size: 24px;
  color: #ffffff;
}
#header3-1lf .mbr-section-subtitle {
  font-size: 19px;
  color: #ffffff;
}
#header3-1lg {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1lg .mbr-section-title,
#header3-1lg .mbr-section-subtitle {
  text-align: center;
}
#header3-1lg table {
  border-collapse: collapse;
  border: 1px;
}
#header3-1lg th,
#header3-1lg td {
  border: 1px solid #000000;
  padding: 3px 10px;
}
#header3-1lg table.myTable {
  table-layout: auto;
  width: 50%;
}
#header3-1lg a:link {
  color: blue;
  text-decoration: underline;
}
#header3-1lg a:visited {
  color: blue;
}
#header3-1lg a:hover {
  color: red;
}
#header3-1lg a:active {
  color: blue;
}
#header3-1lg .mbr-section-title,
#header3-1lg .mbr-section-subtitle {
  text-align: center;
}
#header3-1lg .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1lg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1lg .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-1li {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1li .mbr-section-title,
#header3-1li .mbr-section-subtitle {
  text-align: center;
}
#header3-1li a:link {
  color: blue;
  text-decoration: underline;
}
#header3-1li a:visited {
  color: blue;
}
#header3-1li a:hover {
  color: red;
}
#header3-1li a:active {
  color: blue;
}
#header3-1li .mbr-section-title,
#header3-1li .mbr-section-subtitle {
  text-align: center;
}
#header3-1li .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1li .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1li .mbr-section-subtitle B {
  font-size: 19px;
}
#custom-html-1lj img {
  max-width: 100%;
  height: auto;
}
#custom-html-1lk {
  /* Type valid CSS here */
}
#custom-html-1lk div {
  padding: 80px 0;
  color: #777;
  text-align: right;
}
#custom-html-1lk p {
  font-size: 60px;
  color: #777;
}
#features1-1ll .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #8c8c8c;
}
#features1-1ll .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #8c8c8c;
}
#features1-1ll .btn {
  font-size: 16px;
}
#features1-1ll .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #2d1e1e;
}
#features1-1ll .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #2d1e1e;
}
#features1-1ll .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#custom-html-1lm .mbr-section-title,
#custom-html-1lm .mbr-section-subtitle {
  text-align: center;
}
#custom-html-1lm SMALL {
  color: #b8312f;
  font-size: 20px;
}
#custom-html-1lm H3 {
  font-size: 46px;
}
#custom-html-1lm img {
  max-width: 100%;
  height: auto;
}
#contacts1-1ln P {
  color: #6a4e4e;
}
#content1-1lo P {
  text-align: center;
  color: #28324e;
}
#menu-1lx .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1lx .navbar-caption {
  color: #ffffff;
}
#menu-1lx .navbar-toggler {
  color: #6a4e4e;
}
#menu-1lx .close-icon::before,
#menu-1lx .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1lx .link,
#menu-1lx .dropdown-item {
  color: #6a4e4e;
}
#menu-1lx .link {
  font-size: 0.8rem;
}
#menu-1lx .dropdown-item,
#menu-1lx .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1lx .link:hover,
#menu-1lx .dropdown-item:hover,
#menu-1lx .link:focus,
#menu-1lx .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1lx .link[aria-expanded="true"],
#menu-1lx .dropdown-menu {
  background: #e6e6e6;
}
#menu-1lx .nav-dropdown-sm .link:focus,
#menu-1lx .nav-dropdown-sm .link:hover,
#menu-1lx .nav-dropdown-sm .dropdown-item:focus,
#menu-1lx .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1lx .navbar,
#menu-1lx .nav-dropdown-sm,
#menu-1lx .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1lx .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1lx .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1lx .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1lx .bg-color.transparent.opened .link:hover,
#menu-1lx .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1lx .link[aria-expanded="true"],
#menu-1lx .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-1ly .mbr-section-title,
#msg-box8-1ly p {
  color: #fff;
}
#header3-1m0 .mbr-section-title,
#header3-1m0 .mbr-section-subtitle {
  text-align: center;
}
#header3-1m0 .mbr-section-title {
  text-align: center;
  font-size: 30px;
}
#buttons1-1m7 .btn {
  font-size: 14px;
}
#contacts1-1m3 P {
  color: #6a4e4e;
}
#content1-1m4 P {
  text-align: center;
  color: #28324e;
}
#menu-rv .hide-buttons .nav-btn {
  display: none !important;
}
#menu-rv .navbar-caption {
  color: #ffffff;
}
#menu-rv .navbar-toggler {
  color: #6a4e4e;
}
#menu-rv .close-icon::before,
#menu-rv .close-icon::after {
  background-color: #6a4e4e;
}
#menu-rv .link,
#menu-rv .dropdown-item {
  color: #6a4e4e;
}
#menu-rv .link {
  font-size: 0.8rem;
}
#menu-rv .dropdown-item,
#menu-rv .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-rv .link:hover,
#menu-rv .dropdown-item:hover,
#menu-rv .link:focus,
#menu-rv .dropdown-item:focus {
  color: #3c66d1;
}
#menu-rv .link[aria-expanded="true"],
#menu-rv .dropdown-menu {
  background: #e6e6e6;
}
#menu-rv .nav-dropdown-sm .link:focus,
#menu-rv .nav-dropdown-sm .link:hover,
#menu-rv .nav-dropdown-sm .dropdown-item:focus,
#menu-rv .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-rv .navbar,
#menu-rv .nav-dropdown-sm,
#menu-rv .nav-dropdown-sm .link[aria-expanded="true"],
#menu-rv .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-rv .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-rv .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-rv .bg-color.transparent.opened .link:hover,
#menu-rv .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-rv .link[aria-expanded="true"],
#menu-rv .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-rw .mbr-section-title,
#msg-box8-rw p {
  color: #fff;
}
#msg-box8-rw .lead {
  color: #ffffff;
}
#msg-box8-rw .lead P {
  text-align: center;
}
#header3-s7 .mbr-section-title,
#header3-s7 .mbr-section-subtitle {
  text-align: center;
}
#header3-s7 .mbr-section-title {
  font-size: 24px;
}
#buttons1-sb .btn {
  font-size: 14px;
}
#custom-html-sd {
  /* Type valid CSS here */
}
#header3-se .mbr-section-title,
#header3-se .mbr-section-subtitle {
  text-align: center;
}
#header3-se .mbr-section-title {
  font-size: 24px;
}
#custom-html-s6 {
  /* Type valid CSS here */
}
#content1-sg table {
  border-collapse: collapse;
  border: 1px;
}
#content1-sg th,
#content1-sg td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#content1-sg table.myTable {
  table-layout: auto;
  width: 100%;
}
#contacts1-s2 P {
  color: #6a4e4e;
}
#content1-s3 P {
  text-align: center;
  color: #28324e;
}
#menu-1of .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1of .navbar-caption {
  color: #ffffff;
}
#menu-1of .navbar-toggler {
  color: #6a4e4e;
}
#menu-1of .close-icon::before,
#menu-1of .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1of .link,
#menu-1of .dropdown-item {
  color: #6a4e4e;
}
#menu-1of .link {
  font-size: 0.8rem;
}
#menu-1of .dropdown-item,
#menu-1of .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1of .link:hover,
#menu-1of .dropdown-item:hover,
#menu-1of .link:focus,
#menu-1of .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1of .link[aria-expanded="true"],
#menu-1of .dropdown-menu {
  background: #e6e6e6;
}
#menu-1of .nav-dropdown-sm .link:focus,
#menu-1of .nav-dropdown-sm .link:hover,
#menu-1of .nav-dropdown-sm .dropdown-item:focus,
#menu-1of .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1of .navbar,
#menu-1of .nav-dropdown-sm,
#menu-1of .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1of .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1of .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1of .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1of .bg-color.transparent.opened .link:hover,
#menu-1of .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1of .link[aria-expanded="true"],
#menu-1of .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1og .mbr-section-title,
#header3-1og .mbr-section-subtitle {
  text-align: center;
}
#header3-1og .mbr-section-title,
#header3-1og .mbr-section-subtitle {
  text-align: center;
}
#header3-1og .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1og .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1oh H3 {
  font-size: 24px;
}
#msg-box5-1oh .btn {
  font-size: 14px;
}
#msg-box5-1oi H3 {
  font-size: 24px;
}
#msg-box5-1oi .btn {
  font-size: 14px;
}
#msg-box5-1oj H3 {
  font-size: 24px;
}
#msg-box5-1oj .btn {
  font-size: 14px;
}
#msg-box5-1ok H3 {
  font-size: 24px;
}
#msg-box5-1ok .btn {
  font-size: 14px;
}
#msg-box5-1ol H3 {
  font-size: 24px;
}
#msg-box5-1ol .btn {
  font-size: 14px;
}
#msg-box5-1om H3 {
  font-size: 24px;
}
#msg-box5-1om .btn {
  font-size: 14px;
}
#msg-box5-1on H3 {
  font-size: 24px;
}
#msg-box5-1on .btn {
  font-size: 14px;
}
#msg-box5-1oo H3 {
  font-size: 24px;
}
#msg-box5-1oo .btn {
  font-size: 14px;
}
#msg-box5-1op H3 {
  font-size: 24px;
}
#msg-box5-1op .btn {
  font-size: 14px;
}
#custom-html-1oq {
  /* Type valid CSS here */
}
#custom-html-1oq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1oq p {
  font-size: 60px;
  color: #777;
}
#header3-1or .mbr-section-title,
#header3-1or .mbr-section-subtitle {
  text-align: center;
}
#header3-1or .mbr-section-title,
#header3-1or .mbr-section-subtitle {
  text-align: center;
}
#header3-1or .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1or .mbr-section-subtitle {
  text-align: left;
}
#contacts1-1os P {
  color: #6a4e4e;
}
#content1-1ot P {
  text-align: center;
  color: #28324e;
}
#custom-html-1ou {
  /* Type valid CSS here */
}
#menu-u7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-u7 .navbar-caption {
  color: #ffffff;
}
#menu-u7 .navbar-toggler {
  color: #6a4e4e;
}
#menu-u7 .close-icon::before,
#menu-u7 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-u7 .link,
#menu-u7 .dropdown-item {
  color: #6a4e4e;
}
#menu-u7 .link {
  font-size: 0.8rem;
}
#menu-u7 .dropdown-item,
#menu-u7 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-u7 .link:hover,
#menu-u7 .dropdown-item:hover,
#menu-u7 .link:focus,
#menu-u7 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-u7 .link[aria-expanded="true"],
#menu-u7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-u7 .nav-dropdown-sm .link:focus,
#menu-u7 .nav-dropdown-sm .link:hover,
#menu-u7 .nav-dropdown-sm .dropdown-item:focus,
#menu-u7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-u7 .navbar,
#menu-u7 .nav-dropdown-sm,
#menu-u7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-u7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-u7 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-u7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-u7 .bg-color.transparent.opened .link:hover,
#menu-u7 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-u7 .link[aria-expanded="true"],
#menu-u7 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-u8 .mbr-section-title,
#msg-box8-u8 p {
  color: #fff;
}
#msg-box8-u8 .btn {
  font-size: 16px;
}
#msg-box8-u8 .lead P {
  font-size: 22px;
}
.cid-srDJOlJLZv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srDJOlJLZv h4 {
  display: flex;
  color: #232323;
}
.cid-srDJOlJLZv .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-srDJOlJLZv .wrap {
  display: flex;
}
.cid-srDJOlJLZv .icon {
  background: #149dcc;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-srDJOlJLZv img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-srDJOlJLZv .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-srDJOlJLZv p {
  margin: 0;
}
.cid-srDJOlJLZv .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-srDJOlJLZv .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-srDJOlJLZv .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-srDJOlJLZv .panel-group {
  width: 100%;
}
.cid-srDJOlJLZv .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-srDJOlJLZv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-srDJOlJLZv .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-srDJOlJLZv .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-srDJOlJLZv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srDJOlJLZv .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-srDJOlJLZv .card .panel-body {
  background: #ffffff;
}
.cid-srDJOlJLZv .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-srDJOlJLZv .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-srDJOlJLZv .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-srDJOlJLZv .header-text,
.cid-srDJOlJLZv .sign {
  color: #232323;
  font-size: 17px;
}
#content1-ua P {
  text-align: left;
}
#content1-ua DIV {
  color: #b8312f;
}
#buttons1-ub .btn {
  font-size: 14px;
}
#contacts1-ud P {
  color: #6a4e4e;
}
#content1-ue P {
  text-align: center;
  color: #28324e;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #6a4e4e;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #6a4e4e;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #6a4e4e;
}
#menu-8k .link {
  font-size: 0.8rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-8k .link:hover,
#menu-8k .dropdown-item:hover,
#menu-8k .link:focus,
#menu-8k .dropdown-item:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #e6e6e6;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8k .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-y .mbr-section-title,
#msg-box8-y p {
  color: #fff;
}
#msg-box8-y .btn {
  font-size: 16px;
}
#header3-oz .mbr-section-title,
#header3-oz .mbr-section-subtitle {
  text-align: center;
}
#header3-oz .mbr-section-title {
  font-size: 24px;
}
#header3-oz .mbr-section-subtitle {
  font-size: 19px;
}
#custom-html-101 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#custom-html-101 table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-101 th,
#custom-html-101 td {
  border: 1px solid #cccccc;
  padding: 3px 10px;
}
#custom-html-101 table.myTable {
  table-layout: auto;
  width: 50%;
}
#custom-html-101 a:link {
  color: blue;
}
#custom-html-101 a:visited {
  color: blue;
}
#custom-html-101 a:hover {
  color: red;
}
#custom-html-101 a:active {
  color: blue;
}
#header3-lc {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-lc .mbr-section-title,
#header3-lc .mbr-section-subtitle {
  text-align: center;
}
#header3-lc a:link {
  color: blue;
}
#header3-lc a:visited {
  color: blue;
}
#header3-lc a:hover {
  color: red;
}
#header3-lc a:active {
  color: blue;
}
#header3-lc .mbr-section-title,
#header3-lc .mbr-section-subtitle {
  text-align: center;
}
#header3-lc .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-lc .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-lc .mbr-section-subtitle B {
  font-size: 19px;
}
#contacts1-bu P {
  color: #6a4e4e;
}
#content1-bv P {
  text-align: center;
  color: #28324e;
}
#menu-1ar .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ar .navbar-caption {
  color: #ffffff;
}
#menu-1ar .navbar-toggler {
  color: #6a4e4e;
}
#menu-1ar .close-icon::before,
#menu-1ar .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1ar .link,
#menu-1ar .dropdown-item {
  color: #6a4e4e;
}
#menu-1ar .link {
  font-size: 0.8rem;
}
#menu-1ar .dropdown-item,
#menu-1ar .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1ar .link:hover,
#menu-1ar .dropdown-item:hover,
#menu-1ar .link:focus,
#menu-1ar .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1ar .link[aria-expanded="true"],
#menu-1ar .dropdown-menu {
  background: #e6e6e6;
}
#menu-1ar .nav-dropdown-sm .link:focus,
#menu-1ar .nav-dropdown-sm .link:hover,
#menu-1ar .nav-dropdown-sm .dropdown-item:focus,
#menu-1ar .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1ar .navbar,
#menu-1ar .nav-dropdown-sm,
#menu-1ar .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ar .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1ar .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1ar .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ar .bg-color.transparent.opened .link:hover,
#menu-1ar .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1ar .link[aria-expanded="true"],
#menu-1ar .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1as .mbr-section-title,
#header3-1as .mbr-section-subtitle {
  text-align: center;
}
#header3-1as .mbr-section-title,
#header3-1as .mbr-section-subtitle {
  text-align: center;
}
#header3-1as .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1as .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1at H3 {
  font-size: 24px;
}
#msg-box5-1at .btn {
  font-size: 14px;
}
#msg-box5-1bh H3 {
  font-size: 24px;
}
#msg-box5-1bh .btn {
  font-size: 14px;
}
#msg-box5-1bi H3 {
  font-size: 24px;
}
#msg-box5-1bi .btn {
  font-size: 14px;
}
#msg-box5-1bj H3 {
  font-size: 24px;
}
#msg-box5-1bj .btn {
  font-size: 14px;
}
#msg-box5-1bk H3 {
  font-size: 24px;
}
#msg-box5-1bk .btn {
  font-size: 14px;
}
#msg-box5-1bl H3 {
  font-size: 24px;
}
#msg-box5-1bl .btn {
  font-size: 14px;
}
#custom-html-1b6 {
  /* Type valid CSS here */
}
#header3-1az .mbr-section-title,
#header3-1az .mbr-section-subtitle {
  text-align: center;
}
#header3-1az .mbr-section-title,
#header3-1az .mbr-section-subtitle {
  text-align: center;
}
#header3-1az .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1az .mbr-section-subtitle {
  text-align: left;
}
#contacts1-1b0 P {
  color: #6a4e4e;
}
#content1-1b1 P {
  text-align: center;
  color: #28324e;
}
#menu-1q2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1q2 .navbar-caption {
  color: #ffffff;
}
#menu-1q2 .navbar-toggler {
  color: #6a4e4e;
}
#menu-1q2 .close-icon::before,
#menu-1q2 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1q2 .link,
#menu-1q2 .dropdown-item {
  color: #6a4e4e;
}
#menu-1q2 .link {
  font-size: 0.8rem;
}
#menu-1q2 .dropdown-item,
#menu-1q2 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1q2 .link:hover,
#menu-1q2 .dropdown-item:hover,
#menu-1q2 .link:focus,
#menu-1q2 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1q2 .link[aria-expanded="true"],
#menu-1q2 .dropdown-menu {
  background: #e6e6e6;
}
#menu-1q2 .nav-dropdown-sm .link:focus,
#menu-1q2 .nav-dropdown-sm .link:hover,
#menu-1q2 .nav-dropdown-sm .dropdown-item:focus,
#menu-1q2 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1q2 .navbar,
#menu-1q2 .nav-dropdown-sm,
#menu-1q2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1q2 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1q2 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1q2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1q2 .bg-color.transparent.opened .link:hover,
#menu-1q2 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1q2 .link[aria-expanded="true"],
#menu-1q2 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1q3 .mbr-section-title,
#header3-1q3 .mbr-section-subtitle {
  text-align: center;
}
#header3-1q3 .mbr-section-title,
#header3-1q3 .mbr-section-subtitle {
  text-align: center;
}
#header3-1q3 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1q3 .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1q5 H3 {
  font-size: 24px;
}
#msg-box5-1q5 .btn {
  font-size: 14px;
}
#msg-box5-1q6 H3 {
  font-size: 24px;
}
#msg-box5-1q6 .btn {
  font-size: 14px;
}
#msg-box5-1q7 H3 {
  font-size: 24px;
}
#msg-box5-1q7 .btn {
  font-size: 14px;
}
#msg-box5-1q8 H3 {
  font-size: 24px;
}
#msg-box5-1q8 .btn {
  font-size: 14px;
}
#msg-box5-1q9 H3 {
  font-size: 24px;
}
#msg-box5-1q9 .btn {
  font-size: 14px;
}
#msg-box5-1qa H3 {
  font-size: 24px;
}
#msg-box5-1qa .btn {
  font-size: 14px;
}
#custom-html-1qb {
  /* Type valid CSS here */
}
#contacts1-1qd P {
  color: #6a4e4e;
}
#content1-1qe P {
  text-align: center;
  color: #28324e;
}
#menu-1qp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1qp .navbar-caption {
  color: #ffffff;
}
#menu-1qp .navbar-toggler {
  color: #6a4e4e;
}
#menu-1qp .close-icon::before,
#menu-1qp .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1qp .link,
#menu-1qp .dropdown-item {
  color: #6a4e4e;
}
#menu-1qp .link {
  font-size: 0.8rem;
}
#menu-1qp .dropdown-item,
#menu-1qp .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1qp .link:hover,
#menu-1qp .dropdown-item:hover,
#menu-1qp .link:focus,
#menu-1qp .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1qp .link[aria-expanded="true"],
#menu-1qp .dropdown-menu {
  background: #e6e6e6;
}
#menu-1qp .nav-dropdown-sm .link:focus,
#menu-1qp .nav-dropdown-sm .link:hover,
#menu-1qp .nav-dropdown-sm .dropdown-item:focus,
#menu-1qp .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1qp .navbar,
#menu-1qp .nav-dropdown-sm,
#menu-1qp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1qp .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1qp .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1qp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1qp .bg-color.transparent.opened .link:hover,
#menu-1qp .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1qp .link[aria-expanded="true"],
#menu-1qp .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1qq .mbr-section-title,
#header3-1qq .mbr-section-subtitle {
  text-align: center;
}
#header3-1qq .mbr-section-title,
#header3-1qq .mbr-section-subtitle {
  text-align: center;
}
#header3-1qq .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1qq .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1qs H3 {
  font-size: 24px;
}
#msg-box5-1qs .btn {
  font-size: 14px;
}
#msg-box5-1qt H3 {
  font-size: 24px;
}
#msg-box5-1qt .btn {
  font-size: 14px;
}
#msg-box5-1qu H3 {
  font-size: 24px;
}
#msg-box5-1qu .btn {
  font-size: 14px;
}
#msg-box5-1qv H3 {
  font-size: 24px;
}
#msg-box5-1qv .btn {
  font-size: 14px;
}
#msg-box5-1qw H3 {
  font-size: 24px;
}
#msg-box5-1qw .btn {
  font-size: 14px;
}
#msg-box5-1qx H3 {
  font-size: 24px;
}
#msg-box5-1qx .btn {
  font-size: 14px;
}
#custom-html-1qy {
  /* Type valid CSS here */
}
#header3-1qz .mbr-section-title,
#header3-1qz .mbr-section-subtitle {
  text-align: center;
}
#header3-1qz .mbr-section-title,
#header3-1qz .mbr-section-subtitle {
  text-align: center;
}
#header3-1qz .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1qz .mbr-section-subtitle {
  text-align: left;
}
#contacts1-1r0 P {
  color: #6a4e4e;
}
#content1-1r1 P {
  text-align: center;
  color: #28324e;
}
#msg-box8-1r6 .mbr-section-title,
#msg-box8-1r6 p {
  color: #fff;
}
#msg-box8-1r6 .lead P {
  font-size: 20px;
}
#msg-box8-1r6 .mbr-section-title DIV {
  text-align: center;
  font-size: 36px;
}
#header3-1r7 .mbr-section-title,
#header3-1r7 .mbr-section-subtitle {
  text-align: center;
}
#header3-1r7 H3 {
  font-size: 32px;
  color: #7c706b;
}
#custom-html-1rg {
  /* Type valid CSS here 

div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
p {
  font-size: 60px;
  color: #777;
}
*/
}
.cid-tHKemJhIVO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHKemJhIVO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tHKemJhIVO .form-control,
.cid-tHKemJhIVO .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tHKemJhIVO .form-control::-webkit-input-placeholder,
.cid-tHKemJhIVO .field-input::-webkit-input-placeholder,
.cid-tHKemJhIVO .form-control::-webkit-input-placeholder,
.cid-tHKemJhIVO .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tHKemJhIVO .form-control:-moz-placeholder,
.cid-tHKemJhIVO .field-input:-moz-placeholder,
.cid-tHKemJhIVO .form-control:-moz-placeholder,
.cid-tHKemJhIVO .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tHKemJhIVO .form-control:hover,
.cid-tHKemJhIVO .field-input:hover,
.cid-tHKemJhIVO .form-control:focus,
.cid-tHKemJhIVO .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tHKemJhIVO .form-control:hover::-webkit-input-placeholder,
.cid-tHKemJhIVO .field-input:hover::-webkit-input-placeholder,
.cid-tHKemJhIVO .form-control:focus::-webkit-input-placeholder,
.cid-tHKemJhIVO .field-input:focus::-webkit-input-placeholder,
.cid-tHKemJhIVO .form-control:hover::-webkit-input-placeholder,
.cid-tHKemJhIVO .field-input:hover::-webkit-input-placeholder,
.cid-tHKemJhIVO .form-control:focus::-webkit-input-placeholder,
.cid-tHKemJhIVO .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tHKemJhIVO .form-control:hover:-moz-placeholder,
.cid-tHKemJhIVO .field-input:hover:-moz-placeholder,
.cid-tHKemJhIVO .form-control:focus:-moz-placeholder,
.cid-tHKemJhIVO .field-input:focus:-moz-placeholder,
.cid-tHKemJhIVO .form-control:hover:-moz-placeholder,
.cid-tHKemJhIVO .field-input:hover:-moz-placeholder,
.cid-tHKemJhIVO .form-control:focus:-moz-placeholder,
.cid-tHKemJhIVO .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tHKemJhIVO .jq-number__spin:hover,
.cid-tHKemJhIVO .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tHKemJhIVO .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tHKemJhIVO .jq-selectbox li,
.cid-tHKemJhIVO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tHKemJhIVO .jq-selectbox li:hover,
.cid-tHKemJhIVO .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tHKemJhIVO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tHKemJhIVO .jq-number__spin.minus:hover:after,
.cid-tHKemJhIVO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tHKemJhIVO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tHKemJhIVO .jq-number__spin.minus:after,
.cid-tHKemJhIVO .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tHKemJhIVO input::-webkit-clear-button {
  display: none;
}
.cid-tHKemJhIVO input::-webkit-inner-spin-button {
  display: none;
}
.cid-tHKemJhIVO input::-webkit-outer-spin-button {
  display: none;
}
.cid-tHKemJhIVO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u5GXuUKOJa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u5GXuUKOJa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
#header3-1r9 .mbr-section-title,
#header3-1r9 .mbr-section-subtitle {
  text-align: center;
}
#header3-1r9 H3 {
  font-size: 32px;
  color: #7c706b;
}
#contacts1-1rb P {
  color: #6a4e4e;
}
#content1-1rc P {
  text-align: center;
  color: #28324e;
}
#menu-1cd .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1cd .navbar-caption {
  color: #ffffff;
}
#menu-1cd .navbar-toggler {
  color: #6a4e4e;
}
#menu-1cd .close-icon::before,
#menu-1cd .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1cd .link,
#menu-1cd .dropdown-item {
  color: #6a4e4e;
}
#menu-1cd .link {
  font-size: 0.8rem;
}
#menu-1cd .dropdown-item,
#menu-1cd .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1cd .link:hover,
#menu-1cd .dropdown-item:hover,
#menu-1cd .link:focus,
#menu-1cd .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1cd .link[aria-expanded="true"],
#menu-1cd .dropdown-menu {
  background: #e6e6e6;
}
#menu-1cd .nav-dropdown-sm .link:focus,
#menu-1cd .nav-dropdown-sm .link:hover,
#menu-1cd .nav-dropdown-sm .dropdown-item:focus,
#menu-1cd .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1cd .navbar,
#menu-1cd .nav-dropdown-sm,
#menu-1cd .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1cd .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1cd .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1cd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1cd .bg-color.transparent.opened .link:hover,
#menu-1cd .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1cd .link[aria-expanded="true"],
#menu-1cd .dropdown-item[aria-expanded="true"] {
  color: #3c66d1 !important;
}
#buttons1-1ce .btn {
  font-size: 12px;
}
#custom-html-1cf img {
  max-width: 90%;
  height: auto;
}
#content1-1d5 P {
  text-align: center;
  font-size: 32px;
}
#content1-1d5 DIV {
  color: #41a85f;
}
#content1-1cg P {
  text-align: center;
}
#content1-1cg DIV {
  color: #d14841;
}
#header3-1ch .mbr-section-title,
#header3-1ch .mbr-section-subtitle {
  text-align: center;
}
#header3-1ci .mbr-section-title,
#header3-1ci .mbr-section-subtitle {
  text-align: center;
}
#header3-1ci .mbr-section-title,
#header3-1ci .mbr-section-subtitle {
  text-align: center;
}
#header3-1ci .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1ci .mbr-section-subtitle {
  text-align: left;
}
#custom-html-1cm {
  /* Type valid CSS here */
}
#msg-box5-1cn H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-1cn P {
  text-align: left;
}
#custom-html-1co {
  /* Type valid CSS here */
}
#msg-box5-1cp H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-1cp .btn {
  font-size: 14px;
}
#header3-1cr .mbr-section-title,
#header3-1cr .mbr-section-subtitle {
  text-align: center;
}
#header3-1cr .mbr-section-title {
  font-size: 30px;
}
.cid-te4qg39ly7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te4qg39ly7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-te4qg39ly7 .form-control,
.cid-te4qg39ly7 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-te4qg39ly7 .form-control::-webkit-input-placeholder,
.cid-te4qg39ly7 .field-input::-webkit-input-placeholder,
.cid-te4qg39ly7 .form-control::-webkit-input-placeholder,
.cid-te4qg39ly7 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-te4qg39ly7 .form-control:-moz-placeholder,
.cid-te4qg39ly7 .field-input:-moz-placeholder,
.cid-te4qg39ly7 .form-control:-moz-placeholder,
.cid-te4qg39ly7 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-te4qg39ly7 .form-control:hover,
.cid-te4qg39ly7 .field-input:hover,
.cid-te4qg39ly7 .form-control:focus,
.cid-te4qg39ly7 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-te4qg39ly7 .form-control:hover::-webkit-input-placeholder,
.cid-te4qg39ly7 .field-input:hover::-webkit-input-placeholder,
.cid-te4qg39ly7 .form-control:focus::-webkit-input-placeholder,
.cid-te4qg39ly7 .field-input:focus::-webkit-input-placeholder,
.cid-te4qg39ly7 .form-control:hover::-webkit-input-placeholder,
.cid-te4qg39ly7 .field-input:hover::-webkit-input-placeholder,
.cid-te4qg39ly7 .form-control:focus::-webkit-input-placeholder,
.cid-te4qg39ly7 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-te4qg39ly7 .form-control:hover:-moz-placeholder,
.cid-te4qg39ly7 .field-input:hover:-moz-placeholder,
.cid-te4qg39ly7 .form-control:focus:-moz-placeholder,
.cid-te4qg39ly7 .field-input:focus:-moz-placeholder,
.cid-te4qg39ly7 .form-control:hover:-moz-placeholder,
.cid-te4qg39ly7 .field-input:hover:-moz-placeholder,
.cid-te4qg39ly7 .form-control:focus:-moz-placeholder,
.cid-te4qg39ly7 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-te4qg39ly7 .jq-number__spin:hover,
.cid-te4qg39ly7 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-te4qg39ly7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-te4qg39ly7 .jq-selectbox li,
.cid-te4qg39ly7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-te4qg39ly7 .jq-selectbox li:hover,
.cid-te4qg39ly7 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-te4qg39ly7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-te4qg39ly7 .jq-number__spin.minus:hover:after,
.cid-te4qg39ly7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-te4qg39ly7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-te4qg39ly7 .jq-number__spin.minus:after,
.cid-te4qg39ly7 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-te4qg39ly7 input::-webkit-clear-button {
  display: none;
}
.cid-te4qg39ly7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-te4qg39ly7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-te4qg39ly7 input::-webkit-calendar-picker-indicator {
  display: none;
}
#header3-1cv .mbr-section-title,
#header3-1cv .mbr-section-subtitle {
  text-align: center;
}
#header3-1cv .mbr-section-title {
  font-size: 21px;
  color: #2b0680;
}
#features1-1hy .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1hz .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1i0 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1cw .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1cx .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1cx .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1cx .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1cy .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1hx .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1hx .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1hx .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1i2 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1i2 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#contacts1-1d2 P {
  color: #6a4e4e;
}
#content1-1d3 P {
  text-align: center;
  color: #28324e;
}
.cid-te4qg4aVmz.popup-builder {
  background-color: #ffffff;
}
.cid-te4qg4aVmz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-te4qg4aVmz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-te4qg4aVmz .modal-content,
.cid-te4qg4aVmz .modal-dialog {
  height: auto;
}
.cid-te4qg4aVmz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-te4qg4aVmz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-te4qg4aVmz .form-wrapper .mbr-form .form-group,
  .cid-te4qg4aVmz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-te4qg4aVmz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-te4qg4aVmz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te4qg4aVmz .mbr-text {
  text-align: center;
}
.cid-te4qg4aVmz .pt-0 {
  padding-top: 0 !important;
}
.cid-te4qg4aVmz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-te4qg4aVmz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-te4qg4aVmz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-te4qg4aVmz .modal-open {
  overflow: hidden;
}
.cid-te4qg4aVmz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-te4qg4aVmz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-te4qg4aVmz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-te4qg4aVmz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-te4qg4aVmz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-te4qg4aVmz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-te4qg4aVmz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-te4qg4aVmz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-te4qg4aVmz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-te4qg4aVmz .modal-backdrop.fade {
  opacity: 0;
}
.cid-te4qg4aVmz .modal-backdrop.show {
  opacity: .5;
}
.cid-te4qg4aVmz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-te4qg4aVmz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-te4qg4aVmz .modal-header .close:hover {
  opacity: 1;
}
.cid-te4qg4aVmz .modal-header .close:focus {
  outline: none;
}
.cid-te4qg4aVmz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-te4qg4aVmz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-te4qg4aVmz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-te4qg4aVmz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-te4qg4aVmz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-te4qg4aVmz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-te4qg4aVmz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-te4qg4aVmz .modal-sm {
    max-width: 300px;
  }
  .cid-te4qg4aVmz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-te4qg4aVmz .modal-lg,
  .cid-te4qg4aVmz .modal-xl {
    max-width: 800px;
  }
  .cid-te4qg4aVmz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-te4qg4aVmz .modal-xl {
    max-width: 1140px;
  }
  .cid-te4qg4aVmz .container {
    max-width: 1140px;
  }
}
.cid-te4qg4aVmz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-te4qg4aVmz .container {
    max-width: 720px;
  }
}
.cid-te4qg4aVmz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-te4qg4aVmz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-te4qg4aVmz .form-group {
  margin-bottom: 1rem;
}
.cid-te4qg4aVmz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-te4qg4aVmz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-te4qg4aVmz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#buttons1-1tk .btn {
  font-size: 12px;
}
#menu-1tl .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1tl .navbar-caption {
  color: #ffffff;
}
#menu-1tl .navbar-toggler {
  color: #6a4e4e;
}
#menu-1tl .close-icon::before,
#menu-1tl .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1tl .link,
#menu-1tl .dropdown-item {
  color: #6a4e4e;
}
#menu-1tl .link {
  font-size: 0.8rem;
}
#menu-1tl .dropdown-item,
#menu-1tl .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1tl .link:hover,
#menu-1tl .dropdown-item:hover,
#menu-1tl .link:focus,
#menu-1tl .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1tl .link[aria-expanded="true"],
#menu-1tl .dropdown-menu {
  background: #e6e6e6;
}
#menu-1tl .nav-dropdown-sm .link:focus,
#menu-1tl .nav-dropdown-sm .link:hover,
#menu-1tl .nav-dropdown-sm .dropdown-item:focus,
#menu-1tl .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1tl .navbar,
#menu-1tl .nav-dropdown-sm,
#menu-1tl .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1tl .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1tl .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1tl .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1tl .bg-color.transparent.opened .link:hover,
#menu-1tl .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1tl .link[aria-expanded="true"],
#menu-1tl .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#content1-1tm P {
  text-align: center;
  font-size: 32px;
}
#content1-1tm DIV {
  color: #41a85f;
}
#content1-1tn P {
  text-align: center;
}
#content1-1tn DIV {
  color: #d14841;
}
#header3-1to .mbr-section-title,
#header3-1to .mbr-section-subtitle {
  text-align: center;
}
#header3-1to .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1to .mbr-section-subtitle {
  text-align: left;
}
#buttons1-1tu .btn {
  font-size: 16px;
}
#buttons1-1tv .btn {
  font-size: 16px;
}
#buttons1-1tw .btn {
  font-size: 16px;
}
#buttons1-1tx .btn {
  font-size: 16px;
}
#buttons1-1ty .btn {
  font-size: 16px;
}
#buttons1-1tz .btn {
  font-size: 16px;
}
#buttons1-1u0 .btn {
  font-size: 16px;
}
#buttons1-1u1 .btn {
  font-size: 16px;
}
#buttons1-1u2 .btn {
  font-size: 16px;
}
#buttons1-1u3 .btn {
  font-size: 16px;
}
#buttons1-1u4 .btn {
  font-size: 16px;
}
#contacts1-1tr P {
  color: #6a4e4e;
}
#content1-1ts P {
  text-align: center;
  color: #28324e;
}
#buttons1-1t7 .btn {
  font-size: 12px;
}
#menu-1t8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1t8 .navbar-caption {
  color: #ffffff;
}
#menu-1t8 .navbar-toggler {
  color: #6a4e4e;
}
#menu-1t8 .close-icon::before,
#menu-1t8 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1t8 .link,
#menu-1t8 .dropdown-item {
  color: #6a4e4e;
}
#menu-1t8 .link {
  font-size: 0.8rem;
}
#menu-1t8 .dropdown-item,
#menu-1t8 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1t8 .link:hover,
#menu-1t8 .dropdown-item:hover,
#menu-1t8 .link:focus,
#menu-1t8 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1t8 .link[aria-expanded="true"],
#menu-1t8 .dropdown-menu {
  background: #e6e6e6;
}
#menu-1t8 .nav-dropdown-sm .link:focus,
#menu-1t8 .nav-dropdown-sm .link:hover,
#menu-1t8 .nav-dropdown-sm .dropdown-item:focus,
#menu-1t8 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1t8 .navbar,
#menu-1t8 .nav-dropdown-sm,
#menu-1t8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1t8 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1t8 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1t8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1t8 .bg-color.transparent.opened .link:hover,
#menu-1t8 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1t8 .link[aria-expanded="true"],
#menu-1t8 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1 !important;
}
#content1-1t9 P {
  text-align: center;
  font-size: 32px;
}
#content1-1t9 DIV {
  color: #41a85f;
}
#content1-1ta P {
  text-align: center;
}
#content1-1ta DIV {
  color: #d14841;
}
#header3-1tb .mbr-section-title,
#header3-1tb .mbr-section-subtitle {
  text-align: center;
}
#header3-1tb .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1tb .mbr-section-subtitle {
  text-align: left;
}
#custom-html-1tj {
  /* Type valid CSS here */
}
#custom-html-1tj table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-1tj th,
#custom-html-1tj td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#custom-html-1tj table.myTable {
  table-layout: auto;
  width: 100%;
}
#contacts1-1td P {
  color: #6a4e4e;
}
#content1-1te P {
  text-align: center;
  color: #28324e;
}
.cid-tN2TX0NZ4q.popup-builder {
  background-color: #ffffff;
}
.cid-tN2TX0NZ4q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tN2TX0NZ4q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tN2TX0NZ4q .modal-content,
.cid-tN2TX0NZ4q .modal-dialog {
  height: auto;
}
.cid-tN2TX0NZ4q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tN2TX0NZ4q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tN2TX0NZ4q .form-wrapper .mbr-form .form-group,
  .cid-tN2TX0NZ4q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tN2TX0NZ4q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tN2TX0NZ4q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tN2TX0NZ4q .mbr-text {
  text-align: center;
}
.cid-tN2TX0NZ4q .pt-0 {
  padding-top: 0 !important;
}
.cid-tN2TX0NZ4q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tN2TX0NZ4q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tN2TX0NZ4q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tN2TX0NZ4q .modal-open {
  overflow: hidden;
}
.cid-tN2TX0NZ4q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tN2TX0NZ4q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tN2TX0NZ4q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tN2TX0NZ4q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tN2TX0NZ4q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tN2TX0NZ4q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tN2TX0NZ4q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tN2TX0NZ4q .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tN2TX0NZ4q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tN2TX0NZ4q .modal-backdrop.fade {
  opacity: 0;
}
.cid-tN2TX0NZ4q .modal-backdrop.show {
  opacity: .5;
}
.cid-tN2TX0NZ4q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tN2TX0NZ4q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tN2TX0NZ4q .modal-header .close:hover {
  opacity: 1;
}
.cid-tN2TX0NZ4q .modal-header .close:focus {
  outline: none;
}
.cid-tN2TX0NZ4q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-tN2TX0NZ4q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tN2TX0NZ4q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tN2TX0NZ4q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tN2TX0NZ4q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tN2TX0NZ4q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tN2TX0NZ4q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tN2TX0NZ4q .modal-sm {
    max-width: 300px;
  }
  .cid-tN2TX0NZ4q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tN2TX0NZ4q .modal-lg,
  .cid-tN2TX0NZ4q .modal-xl {
    max-width: 800px;
  }
  .cid-tN2TX0NZ4q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tN2TX0NZ4q .modal-xl {
    max-width: 1140px;
  }
  .cid-tN2TX0NZ4q .container {
    max-width: 1140px;
  }
}
.cid-tN2TX0NZ4q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tN2TX0NZ4q .container {
    max-width: 720px;
  }
}
.cid-tN2TX0NZ4q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tN2TX0NZ4q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tN2TX0NZ4q .form-group {
  margin-bottom: 1rem;
}
.cid-tN2TX0NZ4q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tN2TX0NZ4q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tN2TX0NZ4q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-1u5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1u5 .navbar-caption {
  color: #ffffff;
}
#menu-1u5 .navbar-toggler {
  color: #6a4e4e;
}
#menu-1u5 .close-icon::before,
#menu-1u5 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1u5 .link,
#menu-1u5 .dropdown-item {
  color: #6a4e4e;
}
#menu-1u5 .link {
  font-size: 0.8rem;
}
#menu-1u5 .dropdown-item,
#menu-1u5 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1u5 .link:hover,
#menu-1u5 .dropdown-item:hover,
#menu-1u5 .link:focus,
#menu-1u5 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1u5 .link[aria-expanded="true"],
#menu-1u5 .dropdown-menu {
  background: #e6e6e6;
}
#menu-1u5 .nav-dropdown-sm .link:focus,
#menu-1u5 .nav-dropdown-sm .link:hover,
#menu-1u5 .nav-dropdown-sm .dropdown-item:focus,
#menu-1u5 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1u5 .navbar,
#menu-1u5 .nav-dropdown-sm,
#menu-1u5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1u5 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1u5 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1u5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1u5 .bg-color.transparent.opened .link:hover,
#menu-1u5 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1u5 .link[aria-expanded="true"],
#menu-1u5 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#buttons1-1u6 .btn {
  font-size: 12px;
}
#custom-html-1u7 img {
  max-width: 90%;
  height: auto;
}
#content1-1u8 P {
  text-align: center;
}
#content1-1u8 DIV {
  color: #d14841;
}
#header3-1u9 .mbr-section-title,
#header3-1u9 .mbr-section-subtitle {
  text-align: center;
}
#header3-1u9 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1u9 .mbr-section-subtitle {
  text-align: left;
}
#custom-html-1ub {
  /* Type valid CSS here */
}
#custom-html-1ub table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-1ub th,
#custom-html-1ub td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#custom-html-1ub table.myTable {
  table-layout: auto;
  width: 100%;
}
#contacts1-1uc P {
  color: #6a4e4e;
}
#content1-1ud P {
  text-align: center;
  color: #28324e;
}
.cid-tQ21q0qApK.popup-builder {
  background-color: #ffffff;
}
.cid-tQ21q0qApK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tQ21q0qApK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tQ21q0qApK .modal-content,
.cid-tQ21q0qApK .modal-dialog {
  height: auto;
}
.cid-tQ21q0qApK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tQ21q0qApK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tQ21q0qApK .form-wrapper .mbr-form .form-group,
  .cid-tQ21q0qApK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tQ21q0qApK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tQ21q0qApK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQ21q0qApK .mbr-text {
  text-align: center;
}
.cid-tQ21q0qApK .pt-0 {
  padding-top: 0 !important;
}
.cid-tQ21q0qApK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tQ21q0qApK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tQ21q0qApK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tQ21q0qApK .modal-open {
  overflow: hidden;
}
.cid-tQ21q0qApK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tQ21q0qApK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tQ21q0qApK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tQ21q0qApK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tQ21q0qApK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tQ21q0qApK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tQ21q0qApK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tQ21q0qApK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tQ21q0qApK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tQ21q0qApK .modal-backdrop.fade {
  opacity: 0;
}
.cid-tQ21q0qApK .modal-backdrop.show {
  opacity: .5;
}
.cid-tQ21q0qApK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tQ21q0qApK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tQ21q0qApK .modal-header .close:hover {
  opacity: 1;
}
.cid-tQ21q0qApK .modal-header .close:focus {
  outline: none;
}
.cid-tQ21q0qApK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-tQ21q0qApK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tQ21q0qApK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tQ21q0qApK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tQ21q0qApK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tQ21q0qApK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tQ21q0qApK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tQ21q0qApK .modal-sm {
    max-width: 300px;
  }
  .cid-tQ21q0qApK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tQ21q0qApK .modal-lg,
  .cid-tQ21q0qApK .modal-xl {
    max-width: 800px;
  }
  .cid-tQ21q0qApK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tQ21q0qApK .modal-xl {
    max-width: 1140px;
  }
  .cid-tQ21q0qApK .container {
    max-width: 1140px;
  }
}
.cid-tQ21q0qApK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tQ21q0qApK .container {
    max-width: 720px;
  }
}
.cid-tQ21q0qApK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tQ21q0qApK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tQ21q0qApK .form-group {
  margin-bottom: 1rem;
}
.cid-tQ21q0qApK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tQ21q0qApK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tQ21q0qApK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#custom-html-27p {
  /* Type valid CSS here */
}
#custom-html-27p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-27p p {
  font-size: 60px;
  color: #777;
}
#menu-1uw .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1uw .navbar-caption {
  color: #ffffff;
}
#menu-1uw .navbar-toggler {
  color: #6a4e4e;
}
#menu-1uw .close-icon::before,
#menu-1uw .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1uw .link,
#menu-1uw .dropdown-item {
  color: #6a4e4e;
}
#menu-1uw .link {
  font-size: 0.8rem;
}
#menu-1uw .dropdown-item,
#menu-1uw .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1uw .link:hover,
#menu-1uw .dropdown-item:hover,
#menu-1uw .link:focus,
#menu-1uw .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1uw .link[aria-expanded="true"],
#menu-1uw .dropdown-menu {
  background: #e6e6e6;
}
#menu-1uw .nav-dropdown-sm .link:focus,
#menu-1uw .nav-dropdown-sm .link:hover,
#menu-1uw .nav-dropdown-sm .dropdown-item:focus,
#menu-1uw .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1uw .navbar,
#menu-1uw .nav-dropdown-sm,
#menu-1uw .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1uw .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1uw .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1uw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1uw .bg-color.transparent.opened .link:hover,
#menu-1uw .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1uw .link[aria-expanded="true"],
#menu-1uw .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#header3-293 .mbr-section-title,
#header3-293 .mbr-section-subtitle {
  text-align: center;
}
#content1-1v4 P {
  text-align: center;
}
#content1-1v4 DIV {
  text-align: center;
}
#buttons1-1v5 .btn {
  font-size: 14px;
}
#menu-1v6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1v6 .navbar-caption {
  color: #ffffff;
}
#menu-1v6 .navbar-toggler {
  color: #6a4e4e;
}
#menu-1v6 .close-icon::before,
#menu-1v6 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1v6 .link,
#menu-1v6 .dropdown-item {
  color: #6a4e4e;
}
#menu-1v6 .link {
  font-size: 0.8rem;
}
#menu-1v6 .dropdown-item,
#menu-1v6 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1v6 .link:hover,
#menu-1v6 .dropdown-item:hover,
#menu-1v6 .link:focus,
#menu-1v6 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1v6 .link[aria-expanded="true"],
#menu-1v6 .dropdown-menu {
  background: #e6e6e6;
}
#menu-1v6 .nav-dropdown-sm .link:focus,
#menu-1v6 .nav-dropdown-sm .link:hover,
#menu-1v6 .nav-dropdown-sm .dropdown-item:focus,
#menu-1v6 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1v6 .navbar,
#menu-1v6 .nav-dropdown-sm,
#menu-1v6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1v6 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1v6 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1v6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1v6 .bg-color.transparent.opened .link:hover,
#menu-1v6 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1v6 .link[aria-expanded="true"],
#menu-1v6 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#content1-1v7 P {
  text-align: center;
}
#content1-1v7 DIV {
  color: #3c66d1;
}
#header3-1v8 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1v8 .mbr-section-title,
#header3-1v8 .mbr-section-subtitle {
  text-align: center;
}
#header3-1v8 .mbr-section-title,
#header3-1v8 .mbr-section-subtitle {
  text-align: center;
}
#header3-1v8 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1v8 .mbr-section-subtitle {
  text-align: left;
}
#header3-1v8 a:link {
  color: blue;
}
#header3-1v8 a:visited {
  color: blue;
}
#header3-1v8 a:hover {
  color: green;
}
#header3-1v8 a:active {
  color: green;
}
#header3-1v9 {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1v9 .mbr-section-title,
#header3-1v9 .mbr-section-subtitle {
  text-align: center;
}
#header3-1v9 .mbr-section-title,
#header3-1v9 .mbr-section-subtitle {
  text-align: center;
}
#header3-1v9 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1v9 .mbr-section-subtitle {
  text-align: left;
}
#header3-1v9 a:link {
  color: blue;
}
#header3-1v9 a:visited {
  color: blue;
}
#header3-1v9 a:hover {
  color: red;
}
#header3-1v9 a:active {
  color: blue;
}
#header3-1va .mbr-section-title,
#header3-1va .mbr-section-subtitle {
  text-align: center;
}
#header3-1va .mbr-section-title {
  color: #3b67d9;
  font-size: 24px;
}
#header3-1va .mbr-section-subtitle {
  color: #3b67d9;
}
#header3-1va .mbr-section-subtitle B {
  font-size: 20px;
}
#content1-1vb {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#content1-1vb .mbr-section-title,
#content1-1vb .mbr-section-subtitle {
  text-align: center;
}
#content1-1vb .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#content1-1vb .title-2 {
  font-size: 16px;
  color: #2b0680;
  text-align: center;
}
#content1-1vb .mbr-section-subtitle {
  text-align: left;
}
#content1-1vb a:link {
  color: blue;
}
#content1-1vb a:visited {
  color: blue;
}
#content1-1vb a:hover {
  color: red;
}
#content1-1vb a:active {
  color: blue;
}
#msg-box5-1vd H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-1vd P {
  text-align: left;
}
#msg-box5-1vf H3 {
  font-size: 24px;
}
#msg-box5-1vf .btn {
  font-size: 15px;
}
#custom-html-1vg {
  /* Type valid CSS here */
}
#msg-box5-1vh H3 {
  text-align: left;
  font-size: 24px;
  color: #000000;
}
#msg-box5-1vh P {
  text-align: left;
}
#msg-box5-1vh I {
  font-size: 20px;
}
#msg-box5-1vh .btn {
  font-size: 14px;
}
#custom-html-1vi {
  /* Type valid CSS here */
}
#custom-html-1vi div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1vi p {
  font-size: 60px;
  color: #777;
}
#header3-1vj {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1vj .mbr-section-title,
#header3-1vj .mbr-section-subtitle {
  text-align: center;
}
#header3-1vj .mbr-section-title,
#header3-1vj .mbr-section-subtitle {
  text-align: center;
}
#header3-1vj .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1vj .mbr-section-subtitle {
  text-align: left;
}
#header3-1vj a:link {
  color: blue;
}
#header3-1vj a:visited {
  color: blue;
}
#header3-1vj a:hover {
  color: red;
}
#header3-1vj a:active {
  color: blue;
}
#header3-1vk {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1vk .mbr-section-title,
#header3-1vk .mbr-section-subtitle {
  text-align: center;
}
#header3-1vk a:link {
  color: blue;
}
#header3-1vk a:visited {
  color: blue;
}
#header3-1vk a:hover {
  color: red;
}
#header3-1vk a:active {
  color: blue;
}
#header3-1vk .mbr-section-title,
#header3-1vk .mbr-section-subtitle {
  text-align: center;
}
#header3-1vk .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1vk .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1vk .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-1vk img {
  max-width: 100%;
  height: auto;
}
#header3-1vl {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1vl .mbr-section-title,
#header3-1vl .mbr-section-subtitle {
  text-align: center;
}
#header3-1vl a:link {
  color: blue;
}
#header3-1vl a:visited {
  color: blue;
}
#header3-1vl a:hover {
  color: red;
}
#header3-1vl a:active {
  color: blue;
}
#header3-1vl .mbr-section-title,
#header3-1vl .mbr-section-subtitle {
  text-align: center;
}
#header3-1vl .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1vl .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1vl .mbr-section-subtitle B {
  font-size: 19px;
}
#header3-1vl img {
  max-width: 100%;
  height: auto;
}
#header3-1vm {
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#header3-1vm .mbr-section-title,
#header3-1vm .mbr-section-subtitle {
  text-align: center;
}
#header3-1vm a:link {
  color: blue;
  text-decoration: underline;
}
#header3-1vm a:visited {
  color: blue;
}
#header3-1vm a:hover {
  color: red;
}
#header3-1vm a:active {
  color: blue;
}
#header3-1vm .mbr-section-title,
#header3-1vm .mbr-section-subtitle {
  text-align: center;
}
#header3-1vm .mbr-section-title {
  font-size: 25px;
  color: #ff0000;
}
#header3-1vm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-1vm .mbr-section-subtitle B {
  font-size: 19px;
}
#custom-html-1vn img {
  max-width: 100%;
  height: auto;
}
#custom-html-1vo {
  /* Type valid CSS here */
}
#custom-html-1vo div {
  padding: 80px 0;
  color: #777;
  text-align: right;
}
#custom-html-1vo p {
  font-size: 60px;
  color: #777;
}
#features1-1vp .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #8c8c8c;
}
#features1-1vp .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #8c8c8c;
}
#features1-1vp .btn {
  font-size: 16px;
}
#features1-1vp .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #2d1e1e;
}
#features1-1vp .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #2d1e1e;
}
#features1-1vp .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#custom-html-1vq .mbr-section-title,
#custom-html-1vq .mbr-section-subtitle {
  text-align: center;
}
#custom-html-1vq SMALL {
  color: #b8312f;
  font-size: 20px;
}
#custom-html-1vq H3 {
  font-size: 46px;
}
#custom-html-1vq img {
  max-width: 100%;
  height: auto;
}
#contacts1-1vr P {
  color: #6a4e4e;
}
#content1-1vs P {
  text-align: center;
  color: #28324e;
}
#menu-1vu .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1vu .navbar-caption {
  color: #ffffff;
}
#menu-1vu .navbar-toggler {
  color: #6a4e4e;
}
#menu-1vu .close-icon::before,
#menu-1vu .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1vu .link,
#menu-1vu .dropdown-item {
  color: #6a4e4e;
}
#menu-1vu .link {
  font-size: 0.8rem;
}
#menu-1vu .dropdown-item,
#menu-1vu .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1vu .link:hover,
#menu-1vu .dropdown-item:hover,
#menu-1vu .link:focus,
#menu-1vu .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1vu .link[aria-expanded="true"],
#menu-1vu .dropdown-menu {
  background: #e6e6e6;
}
#menu-1vu .nav-dropdown-sm .link:focus,
#menu-1vu .nav-dropdown-sm .link:hover,
#menu-1vu .nav-dropdown-sm .dropdown-item:focus,
#menu-1vu .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1vu .navbar,
#menu-1vu .nav-dropdown-sm,
#menu-1vu .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1vu .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1vu .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1vu .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1vu .bg-color.transparent.opened .link:hover,
#menu-1vu .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1vu .link[aria-expanded="true"],
#menu-1vu .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#header3-1vv .mbr-section-title,
#header3-1vv .mbr-section-subtitle {
  text-align: center;
}
#header3-1vv .mbr-section-title,
#header3-1vv .mbr-section-subtitle {
  text-align: center;
}
#header3-1vv .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1vv .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1vw H3 {
  font-size: 24px;
}
#msg-box5-1vw .btn {
  font-size: 14px;
}
#msg-box5-1vx H3 {
  font-size: 24px;
}
#msg-box5-1vx .btn {
  font-size: 14px;
}
#msg-box5-1vy H3 {
  font-size: 24px;
}
#msg-box5-1vy .btn {
  font-size: 14px;
}
#msg-box5-1vz H3 {
  font-size: 24px;
}
#msg-box5-1vz .btn {
  font-size: 14px;
}
#msg-box5-1w0 H3 {
  font-size: 24px;
}
#msg-box5-1w0 .btn {
  font-size: 14px;
}
#msg-box5-1w1 H3 {
  font-size: 24px;
}
#msg-box5-1w1 .btn {
  font-size: 14px;
}
#msg-box5-1w2 H3 {
  font-size: 24px;
}
#msg-box5-1w2 .btn {
  font-size: 14px;
}
#msg-box5-1w3 H3 {
  font-size: 24px;
}
#msg-box5-1w3 .btn {
  font-size: 14px;
}
#msg-box5-1w4 H3 {
  font-size: 24px;
}
#msg-box5-1w4 .btn {
  font-size: 14px;
}
#custom-html-1w5 {
  /* Type valid CSS here */
}
#custom-html-1w5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1w5 p {
  font-size: 60px;
  color: #777;
}
#contacts1-1w7 P {
  color: #6a4e4e;
}
#content1-1w8 P {
  text-align: center;
  color: #28324e;
}
#custom-html-1w9 {
  /* Type valid CSS here */
}
#menu-1xi .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1xi .navbar-caption {
  color: #ffffff;
}
#menu-1xi .navbar-toggler {
  color: #6a4e4e;
}
#menu-1xi .close-icon::before,
#menu-1xi .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1xi .link,
#menu-1xi .dropdown-item {
  color: #6a4e4e;
}
#menu-1xi .link {
  font-size: 0.8rem;
}
#menu-1xi .dropdown-item,
#menu-1xi .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1xi .link:hover,
#menu-1xi .dropdown-item:hover,
#menu-1xi .link:focus,
#menu-1xi .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1xi .link[aria-expanded="true"],
#menu-1xi .dropdown-menu {
  background: #e6e6e6;
}
#menu-1xi .nav-dropdown-sm .link:focus,
#menu-1xi .nav-dropdown-sm .link:hover,
#menu-1xi .nav-dropdown-sm .dropdown-item:focus,
#menu-1xi .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1xi .navbar,
#menu-1xi .nav-dropdown-sm,
#menu-1xi .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1xi .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1xi .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1xi .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1xi .bg-color.transparent.opened .link:hover,
#menu-1xi .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1xi .link[aria-expanded="true"],
#menu-1xi .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1xj .mbr-section-title,
#header3-1xj .mbr-section-subtitle {
  text-align: center;
}
#header3-1xj .mbr-section-title,
#header3-1xj .mbr-section-subtitle {
  text-align: center;
}
#header3-1xj .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1xj .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1xl H3 {
  font-size: 24px;
}
#msg-box5-1xl .btn {
  font-size: 14px;
}
#msg-box5-1xm H3 {
  font-size: 24px;
}
#msg-box5-1xm .btn {
  font-size: 14px;
}
#msg-box5-1xn H3 {
  font-size: 24px;
}
#msg-box5-1xn .btn {
  font-size: 14px;
}
#msg-box5-1xo H3 {
  font-size: 24px;
}
#msg-box5-1xo .btn {
  font-size: 14px;
}
#msg-box5-1xp H3 {
  font-size: 24px;
}
#msg-box5-1xp .btn {
  font-size: 14px;
}
#msg-box5-1xq H3 {
  font-size: 24px;
}
#msg-box5-1xq .btn {
  font-size: 14px;
}
#custom-html-1xr {
  /* Type valid CSS here */
}
#contacts1-1xt P {
  color: #6a4e4e;
}
#content1-1xu P {
  text-align: center;
  color: #28324e;
}

#menu-1pf .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1pf .navbar-caption {
  color: #ffffff;
}
#menu-1pf .navbar-toggler {
  color: #6a4e4e;
}
#menu-1pf .close-icon::before,
#menu-1pf .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1pf .link,
#menu-1pf .dropdown-item {
  color: #6a4e4e;
}
#menu-1pf .link {
  font-size: 0.8rem;
}
#menu-1pf .dropdown-item,
#menu-1pf .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1pf .link:hover,
#menu-1pf .dropdown-item:hover,
#menu-1pf .link:focus,
#menu-1pf .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1pf .link[aria-expanded="true"],
#menu-1pf .dropdown-menu {
  background: #e6e6e6;
}
#menu-1pf .nav-dropdown-sm .link:focus,
#menu-1pf .nav-dropdown-sm .link:hover,
#menu-1pf .nav-dropdown-sm .dropdown-item:focus,
#menu-1pf .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1pf .navbar,
#menu-1pf .nav-dropdown-sm,
#menu-1pf .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1pf .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1pf .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1pf .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1pf .bg-color.transparent.opened .link:hover,
#menu-1pf .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1pf .link[aria-expanded="true"],
#menu-1pf .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-1pg .mbr-section-title,
#msg-box8-1pg p {
  color: #fff;
}
#msg-box8-1pg .btn {
  font-size: 16px;
}
#msg-box8-1pg .lead P {
  font-size: 22px;
}
#header3-1ph .mbr-section-title,
#header3-1ph .mbr-section-subtitle {
  text-align: center;
}
#header3-1ph .mbr-section-title,
#header3-1ph .mbr-section-subtitle {
  text-align: center;
}
#header3-1ph .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1ph .mbr-section-subtitle {
  text-align: left;
}
#features4-1pn .card-subtitle {
  color: #2b0680;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#features4-1pn .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features4-1pn .btn {
  font-size: 15px;
}
#header3-1x2 .mbr-section-title,
#header3-1x2 .mbr-section-subtitle {
  text-align: center;
}
#header3-1x2 .mbr-section-title,
#header3-1x2 .mbr-section-subtitle {
  text-align: center;
}
#header3-1x2 .mbr-section-title {
  font-size: 18px;
  color: #2b0680;
}
#header3-1x2 .mbr-section-subtitle {
  text-align: left;
}
#contacts1-1pk P {
  color: #6a4e4e;
}
#content1-1pl P {
  text-align: center;
  color: #28324e;
}
#menu-l4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-l4 .navbar-caption {
  color: #ffffff;
}
#menu-l4 .navbar-toggler {
  color: #6a4e4e;
}
#menu-l4 .close-icon::before,
#menu-l4 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-l4 .link,
#menu-l4 .dropdown-item {
  color: #6a4e4e;
}
#menu-l4 .link {
  font-size: 0.8rem;
}
#menu-l4 .dropdown-item,
#menu-l4 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-l4 .link:hover,
#menu-l4 .dropdown-item:hover,
#menu-l4 .link:focus,
#menu-l4 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-l4 .link[aria-expanded="true"],
#menu-l4 .dropdown-menu {
  background: #e6e6e6;
}
#menu-l4 .nav-dropdown-sm .link:focus,
#menu-l4 .nav-dropdown-sm .link:hover,
#menu-l4 .nav-dropdown-sm .dropdown-item:focus,
#menu-l4 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-l4 .navbar,
#menu-l4 .nav-dropdown-sm,
#menu-l4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-l4 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-l4 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-l4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-l4 .bg-color.transparent.opened .link:hover,
#menu-l4 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-l4 .link[aria-expanded="true"],
#menu-l4 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-l5 .mbr-section-title,
#msg-box8-l5 p {
  color: #fff;
}
#msg-box8-l5 .btn {
  font-size: 16px;
}
#custom-html-l8 .responsiveCal {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
#custom-html-l8 .responsiveCal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contacts1-la P {
  color: #6a4e4e;
}
#content1-lb P {
  text-align: center;
  color: #28324e;
}
#menu-1y6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1y6 .navbar-caption {
  color: #ffffff;
}
#menu-1y6 .navbar-toggler {
  color: #6a4e4e;
}
#menu-1y6 .close-icon::before,
#menu-1y6 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1y6 .link,
#menu-1y6 .dropdown-item {
  color: #6a4e4e;
}
#menu-1y6 .link {
  font-size: 0.8rem;
}
#menu-1y6 .dropdown-item,
#menu-1y6 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1y6 .link:hover,
#menu-1y6 .dropdown-item:hover,
#menu-1y6 .link:focus,
#menu-1y6 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1y6 .link[aria-expanded="true"],
#menu-1y6 .dropdown-menu {
  background: #e6e6e6;
}
#menu-1y6 .nav-dropdown-sm .link:focus,
#menu-1y6 .nav-dropdown-sm .link:hover,
#menu-1y6 .nav-dropdown-sm .dropdown-item:focus,
#menu-1y6 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1y6 .navbar,
#menu-1y6 .nav-dropdown-sm,
#menu-1y6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1y6 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1y6 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1y6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1y6 .bg-color.transparent.opened .link:hover,
#menu-1y6 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1y6 .link[aria-expanded="true"],
#menu-1y6 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-1y7 .mbr-section-title,
#msg-box8-1y7 p {
  color: #fff;
}
#msg-box8-1y7 .btn {
  font-size: 16px;
}
#msg-box8-1y7 .lead P {
  font-size: 22px;
}
#content1-1yd P {
  text-align: center;
  font-size: 20px;
}
#content1-1yd DIV {
  color: #d14841;
}
#contacts1-1yb P {
  color: #6a4e4e;
}
#content1-1yc P {
  text-align: center;
  color: #28324e;
}
#menu-1yh .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1yh .navbar-caption {
  color: #ffffff;
}
#menu-1yh .navbar-toggler {
  color: #6a4e4e;
}
#menu-1yh .close-icon::before,
#menu-1yh .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1yh .link,
#menu-1yh .dropdown-item {
  color: #6a4e4e;
}
#menu-1yh .link {
  font-size: 0.8rem;
}
#menu-1yh .dropdown-item,
#menu-1yh .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1yh .link:hover,
#menu-1yh .dropdown-item:hover,
#menu-1yh .link:focus,
#menu-1yh .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1yh .link[aria-expanded="true"],
#menu-1yh .dropdown-menu {
  background: #e6e6e6;
}
#menu-1yh .nav-dropdown-sm .link:focus,
#menu-1yh .nav-dropdown-sm .link:hover,
#menu-1yh .nav-dropdown-sm .dropdown-item:focus,
#menu-1yh .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1yh .navbar,
#menu-1yh .nav-dropdown-sm,
#menu-1yh .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1yh .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1yh .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1yh .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1yh .bg-color.transparent.opened .link:hover,
#menu-1yh .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1yh .link[aria-expanded="true"],
#menu-1yh .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1yi .mbr-section-title,
#header3-1yi .mbr-section-subtitle {
  text-align: center;
}
#header3-1yi .mbr-section-title,
#header3-1yi .mbr-section-subtitle {
  text-align: center;
}
#header3-1yi .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1yi .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1yk H3 {
  font-size: 24px;
}
#msg-box5-1yk .btn {
  font-size: 14px;
}
#msg-box5-1yl H3 {
  font-size: 24px;
}
#msg-box5-1yl .btn {
  font-size: 14px;
}
#msg-box5-1ym H3 {
  font-size: 24px;
}
#msg-box5-1ym .btn {
  font-size: 14px;
}
#msg-box5-1yn H3 {
  font-size: 24px;
}
#msg-box5-1yn .btn {
  font-size: 14px;
}
#msg-box5-1yo H3 {
  font-size: 24px;
}
#msg-box5-1yo .btn {
  font-size: 14px;
}
#msg-box5-1yp H3 {
  font-size: 24px;
}
#msg-box5-1yp .btn {
  font-size: 14px;
}
#custom-html-1yq {
  /* Type valid CSS here */
}
#header3-1yr .mbr-section-title,
#header3-1yr .mbr-section-subtitle {
  text-align: center;
}
#header3-1yr .mbr-section-title,
#header3-1yr .mbr-section-subtitle {
  text-align: center;
}
#header3-1yr .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1yr .mbr-section-subtitle {
  text-align: left;
}
#contacts1-1ys P {
  color: #6a4e4e;
}
#content1-1yt P {
  text-align: center;
  color: #28324e;
}
#menu-1se .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1se .navbar-caption {
  color: #ffffff;
}
#menu-1se .navbar-toggler {
  color: #6a4e4e;
}
#menu-1se .close-icon::before,
#menu-1se .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1se .link,
#menu-1se .dropdown-item {
  color: #6a4e4e;
}
#menu-1se .link {
  font-size: 0.8rem;
}
#menu-1se .dropdown-item,
#menu-1se .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1se .link:hover,
#menu-1se .dropdown-item:hover,
#menu-1se .link:focus,
#menu-1se .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1se .link[aria-expanded="true"],
#menu-1se .dropdown-menu {
  background: #e6e6e6;
}
#menu-1se .nav-dropdown-sm .link:focus,
#menu-1se .nav-dropdown-sm .link:hover,
#menu-1se .nav-dropdown-sm .dropdown-item:focus,
#menu-1se .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1se .navbar,
#menu-1se .nav-dropdown-sm,
#menu-1se .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1se .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1se .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1se .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1se .bg-color.transparent.opened .link:hover,
#menu-1se .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1se .link[aria-expanded="true"],
#menu-1se .dropdown-item[aria-expanded="true"] {
  color: #3c66d1 !important;
}
#buttons1-1sf .btn {
  font-size: 12px;
}
#custom-html-1tg img {
  max-width: 90%;
  height: auto;
}
#content1-1sg P {
  text-align: center;
  font-size: 32px;
}
#content1-1sg DIV {
  color: #41a85f;
}
#content1-1sh P {
  text-align: center;
}
#content1-1sh DIV {
  color: #d14841;
}
#header3-1si .mbr-section-title,
#header3-1si .mbr-section-subtitle {
  text-align: center;
}
#header3-1sj .mbr-section-title,
#header3-1sj .mbr-section-subtitle {
  text-align: center;
}
#header3-1sj .mbr-section-title,
#header3-1sj .mbr-section-subtitle {
  text-align: center;
}
#header3-1sj .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1sj .mbr-section-subtitle {
  text-align: left;
}
#custom-html-1th {
  /* Type valid CSS here */
}
#msg-box5-1sn H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-1sn P {
  text-align: left;
}
#custom-html-1ti {
  /* Type valid CSS here */
}
#msg-box5-1so H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-1so .btn {
  font-size: 14px;
}
#header3-1sq .mbr-section-title,
#header3-1sq .mbr-section-subtitle {
  text-align: center;
}
#header3-1sq .mbr-section-title {
  font-size: 30px;
}
.cid-tN2l6d9UTV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN2l6d9UTV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tN2l6d9UTV .form-control,
.cid-tN2l6d9UTV .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tN2l6d9UTV .form-control::-webkit-input-placeholder,
.cid-tN2l6d9UTV .field-input::-webkit-input-placeholder,
.cid-tN2l6d9UTV .form-control::-webkit-input-placeholder,
.cid-tN2l6d9UTV .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tN2l6d9UTV .form-control:-moz-placeholder,
.cid-tN2l6d9UTV .field-input:-moz-placeholder,
.cid-tN2l6d9UTV .form-control:-moz-placeholder,
.cid-tN2l6d9UTV .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tN2l6d9UTV .form-control:hover,
.cid-tN2l6d9UTV .field-input:hover,
.cid-tN2l6d9UTV .form-control:focus,
.cid-tN2l6d9UTV .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tN2l6d9UTV .form-control:hover::-webkit-input-placeholder,
.cid-tN2l6d9UTV .field-input:hover::-webkit-input-placeholder,
.cid-tN2l6d9UTV .form-control:focus::-webkit-input-placeholder,
.cid-tN2l6d9UTV .field-input:focus::-webkit-input-placeholder,
.cid-tN2l6d9UTV .form-control:hover::-webkit-input-placeholder,
.cid-tN2l6d9UTV .field-input:hover::-webkit-input-placeholder,
.cid-tN2l6d9UTV .form-control:focus::-webkit-input-placeholder,
.cid-tN2l6d9UTV .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tN2l6d9UTV .form-control:hover:-moz-placeholder,
.cid-tN2l6d9UTV .field-input:hover:-moz-placeholder,
.cid-tN2l6d9UTV .form-control:focus:-moz-placeholder,
.cid-tN2l6d9UTV .field-input:focus:-moz-placeholder,
.cid-tN2l6d9UTV .form-control:hover:-moz-placeholder,
.cid-tN2l6d9UTV .field-input:hover:-moz-placeholder,
.cid-tN2l6d9UTV .form-control:focus:-moz-placeholder,
.cid-tN2l6d9UTV .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tN2l6d9UTV .jq-number__spin:hover,
.cid-tN2l6d9UTV .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tN2l6d9UTV .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tN2l6d9UTV .jq-selectbox li,
.cid-tN2l6d9UTV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tN2l6d9UTV .jq-selectbox li:hover,
.cid-tN2l6d9UTV .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tN2l6d9UTV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tN2l6d9UTV .jq-number__spin.minus:hover:after,
.cid-tN2l6d9UTV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tN2l6d9UTV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tN2l6d9UTV .jq-number__spin.minus:after,
.cid-tN2l6d9UTV .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tN2l6d9UTV input::-webkit-clear-button {
  display: none;
}
.cid-tN2l6d9UTV input::-webkit-inner-spin-button {
  display: none;
}
.cid-tN2l6d9UTV input::-webkit-outer-spin-button {
  display: none;
}
.cid-tN2l6d9UTV input::-webkit-calendar-picker-indicator {
  display: none;
}
#header3-1su .mbr-section-title,
#header3-1su .mbr-section-subtitle {
  text-align: center;
}
#header3-1su .mbr-section-title {
  font-size: 21px;
  color: #2b0680;
}
#features1-1sv .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1sw .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1sx .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1sy .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1sz .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1sz .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1sz .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1t0 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1t1 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1t1 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1t1 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-1t2 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1t2 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#contacts1-1t3 P {
  color: #6a4e4e;
}
#content1-1t4 P {
  text-align: center;
  color: #28324e;
}
.cid-tN2l6dXcxO.popup-builder {
  background-color: #ffffff;
}
.cid-tN2l6dXcxO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tN2l6dXcxO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tN2l6dXcxO .modal-content,
.cid-tN2l6dXcxO .modal-dialog {
  height: auto;
}
.cid-tN2l6dXcxO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tN2l6dXcxO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tN2l6dXcxO .form-wrapper .mbr-form .form-group,
  .cid-tN2l6dXcxO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tN2l6dXcxO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tN2l6dXcxO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tN2l6dXcxO .mbr-text {
  text-align: center;
}
.cid-tN2l6dXcxO .pt-0 {
  padding-top: 0 !important;
}
.cid-tN2l6dXcxO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tN2l6dXcxO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tN2l6dXcxO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tN2l6dXcxO .modal-open {
  overflow: hidden;
}
.cid-tN2l6dXcxO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tN2l6dXcxO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tN2l6dXcxO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tN2l6dXcxO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tN2l6dXcxO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tN2l6dXcxO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tN2l6dXcxO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tN2l6dXcxO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tN2l6dXcxO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tN2l6dXcxO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tN2l6dXcxO .modal-backdrop.show {
  opacity: .5;
}
.cid-tN2l6dXcxO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tN2l6dXcxO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tN2l6dXcxO .modal-header .close:hover {
  opacity: 1;
}
.cid-tN2l6dXcxO .modal-header .close:focus {
  outline: none;
}
.cid-tN2l6dXcxO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-tN2l6dXcxO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tN2l6dXcxO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tN2l6dXcxO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tN2l6dXcxO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tN2l6dXcxO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tN2l6dXcxO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tN2l6dXcxO .modal-sm {
    max-width: 300px;
  }
  .cid-tN2l6dXcxO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tN2l6dXcxO .modal-lg,
  .cid-tN2l6dXcxO .modal-xl {
    max-width: 800px;
  }
  .cid-tN2l6dXcxO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tN2l6dXcxO .modal-xl {
    max-width: 1140px;
  }
  .cid-tN2l6dXcxO .container {
    max-width: 1140px;
  }
}
.cid-tN2l6dXcxO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tN2l6dXcxO .container {
    max-width: 720px;
  }
}
.cid-tN2l6dXcxO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tN2l6dXcxO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tN2l6dXcxO .form-group {
  margin-bottom: 1rem;
}
.cid-tN2l6dXcxO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tN2l6dXcxO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tN2l6dXcxO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-22v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-22v .navbar-caption {
  color: #ffffff;
}
#menu-22v .navbar-toggler {
  color: #6a4e4e;
}
#menu-22v .close-icon::before,
#menu-22v .close-icon::after {
  background-color: #6a4e4e;
}
#menu-22v .link,
#menu-22v .dropdown-item {
  color: #6a4e4e;
}
#menu-22v .link {
  font-size: 0.8rem;
}
#menu-22v .dropdown-item,
#menu-22v .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-22v .link:hover,
#menu-22v .dropdown-item:hover,
#menu-22v .link:focus,
#menu-22v .dropdown-item:focus {
  color: #3c66d1;
}
#menu-22v .link[aria-expanded="true"],
#menu-22v .dropdown-menu {
  background: #e6e6e6;
}
#menu-22v .nav-dropdown-sm .link:focus,
#menu-22v .nav-dropdown-sm .link:hover,
#menu-22v .nav-dropdown-sm .dropdown-item:focus,
#menu-22v .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-22v .navbar,
#menu-22v .nav-dropdown-sm,
#menu-22v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-22v .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-22v .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-22v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-22v .bg-color.transparent.opened .link:hover,
#menu-22v .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-22v .link[aria-expanded="true"],
#menu-22v .dropdown-item[aria-expanded="true"] {
  color: #3c66d1 !important;
}
#buttons1-22w .btn {
  font-size: 12px;
}
#custom-html-22x img {
  max-width: 90%;
  height: auto;
}
#content1-22y P {
  text-align: center;
}
#content1-22y DIV {
  color: #d14841;
}
#header3-235 .mbr-section-title,
#header3-235 .mbr-section-subtitle {
  text-align: center;
}
#header3-235 .mbr-section-title,
#header3-235 .mbr-section-subtitle {
  text-align: center;
}
#header3-235 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-235 .mbr-section-subtitle {
  text-align: left;
}
#custom-html-231 {
  /* Type valid CSS here */
}
#custom-html-231 table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-231 th,
#custom-html-231 td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#custom-html-231 table.myTable {
  table-layout: auto;
  width: 100%;
}
#contacts1-232 P {
  color: #6a4e4e;
}
#content1-233 P {
  text-align: center;
  color: #28324e;
}
.cid-uoDLJHMHCV.popup-builder {
  background-color: #ffffff;
}
.cid-uoDLJHMHCV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoDLJHMHCV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoDLJHMHCV .modal-content,
.cid-uoDLJHMHCV .modal-dialog {
  height: auto;
}
.cid-uoDLJHMHCV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoDLJHMHCV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoDLJHMHCV .form-wrapper .mbr-form .form-group,
  .cid-uoDLJHMHCV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoDLJHMHCV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoDLJHMHCV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoDLJHMHCV .mbr-text {
  text-align: center;
}
.cid-uoDLJHMHCV .pt-0 {
  padding-top: 0 !important;
}
.cid-uoDLJHMHCV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoDLJHMHCV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoDLJHMHCV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoDLJHMHCV .modal-open {
  overflow: hidden;
}
.cid-uoDLJHMHCV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoDLJHMHCV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoDLJHMHCV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoDLJHMHCV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uoDLJHMHCV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoDLJHMHCV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoDLJHMHCV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoDLJHMHCV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uoDLJHMHCV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoDLJHMHCV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoDLJHMHCV .modal-backdrop.show {
  opacity: .5;
}
.cid-uoDLJHMHCV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uoDLJHMHCV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoDLJHMHCV .modal-header .close:hover {
  opacity: 1;
}
.cid-uoDLJHMHCV .modal-header .close:focus {
  outline: none;
}
.cid-uoDLJHMHCV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-uoDLJHMHCV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uoDLJHMHCV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uoDLJHMHCV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoDLJHMHCV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoDLJHMHCV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoDLJHMHCV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoDLJHMHCV .modal-sm {
    max-width: 300px;
  }
  .cid-uoDLJHMHCV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uoDLJHMHCV .modal-lg,
  .cid-uoDLJHMHCV .modal-xl {
    max-width: 800px;
  }
  .cid-uoDLJHMHCV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uoDLJHMHCV .modal-xl {
    max-width: 1140px;
  }
  .cid-uoDLJHMHCV .container {
    max-width: 1140px;
  }
}
.cid-uoDLJHMHCV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uoDLJHMHCV .container {
    max-width: 720px;
  }
}
.cid-uoDLJHMHCV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoDLJHMHCV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uoDLJHMHCV .form-group {
  margin-bottom: 1rem;
}
.cid-uoDLJHMHCV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoDLJHMHCV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoDLJHMHCV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-1mm .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1mm .navbar-caption {
  color: #ffffff;
}
#menu-1mm .navbar-toggler {
  color: #6a4e4e;
}
#menu-1mm .close-icon::before,
#menu-1mm .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1mm .link,
#menu-1mm .dropdown-item {
  color: #6a4e4e;
}
#menu-1mm .link {
  font-size: 0.8rem;
}
#menu-1mm .dropdown-item,
#menu-1mm .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1mm .link:hover,
#menu-1mm .dropdown-item:hover,
#menu-1mm .link:focus,
#menu-1mm .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1mm .link[aria-expanded="true"],
#menu-1mm .dropdown-menu {
  background: #e6e6e6;
}
#menu-1mm .nav-dropdown-sm .link:focus,
#menu-1mm .nav-dropdown-sm .link:hover,
#menu-1mm .nav-dropdown-sm .dropdown-item:focus,
#menu-1mm .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1mm .navbar,
#menu-1mm .nav-dropdown-sm,
#menu-1mm .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1mm .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1mm .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1mm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1mm .bg-color.transparent.opened .link:hover,
#menu-1mm .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1mm .link[aria-expanded="true"],
#menu-1mm .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#header3-1mn .mbr-section-title,
#header3-1mn .mbr-section-subtitle {
  text-align: center;
}
#header3-1mn .mbr-section-title,
#header3-1mn .mbr-section-subtitle {
  text-align: center;
}
#header3-1mn .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1mn .mbr-section-subtitle {
  text-align: left;
}
#header3-1ov .mbr-section-title,
#header3-1ov .mbr-section-subtitle {
  text-align: center;
}
#header3-1ov .mbr-section-title,
#header3-1ov .mbr-section-subtitle {
  text-align: center;
}
#header3-1ov .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1ov .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1mo H3 {
  font-size: 24px;
}
#msg-box5-1mo .btn {
  font-size: 14px;
}
#msg-box5-1n4 H3 {
  font-size: 24px;
}
#msg-box5-1n4 .btn {
  font-size: 14px;
}
#msg-box5-1n6 H3 {
  font-size: 24px;
}
#msg-box5-1n6 .btn {
  font-size: 14px;
}
#msg-box5-1n7 H3 {
  font-size: 24px;
}
#msg-box5-1n7 .btn {
  font-size: 14px;
}
#msg-box5-1nc H3 {
  font-size: 24px;
}
#msg-box5-1nc .btn {
  font-size: 14px;
}
#msg-box5-1n8 H3 {
  font-size: 24px;
}
#msg-box5-1n8 .btn {
  font-size: 14px;
}
#msg-box5-1ne H3 {
  font-size: 24px;
}
#msg-box5-1ne .btn {
  font-size: 14px;
}
#msg-box5-1nb H3 {
  font-size: 24px;
}
#msg-box5-1nb .btn {
  font-size: 14px;
}
#msg-box5-1n9 H3 {
  font-size: 24px;
}
#msg-box5-1n9 .btn {
  font-size: 14px;
}
#custom-html-1n0 {
  /* Type valid CSS here */
}
#custom-html-1n0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1n0 p {
  font-size: 60px;
  color: #777;
}
#contacts1-1n2 P {
  color: #6a4e4e;
}
#content1-1n3 P {
  text-align: center;
  color: #28324e;
}
#custom-html-1n5 {
  /* Type valid CSS here */
}
#menu-1ug .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1ug .navbar-caption {
  color: #ffffff;
}
#menu-1ug .navbar-toggler {
  color: #6a4e4e;
}
#menu-1ug .close-icon::before,
#menu-1ug .close-icon::after {
  background-color: #6a4e4e;
}
#menu-1ug .link,
#menu-1ug .dropdown-item {
  color: #6a4e4e;
}
#menu-1ug .link {
  font-size: 0.8rem;
}
#menu-1ug .dropdown-item,
#menu-1ug .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1ug .link:hover,
#menu-1ug .dropdown-item:hover,
#menu-1ug .link:focus,
#menu-1ug .dropdown-item:focus {
  color: #3c66d1;
}
#menu-1ug .link[aria-expanded="true"],
#menu-1ug .dropdown-menu {
  background: #e6e6e6;
}
#menu-1ug .nav-dropdown-sm .link:focus,
#menu-1ug .nav-dropdown-sm .link:hover,
#menu-1ug .nav-dropdown-sm .dropdown-item:focus,
#menu-1ug .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1ug .navbar,
#menu-1ug .nav-dropdown-sm,
#menu-1ug .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1ug .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1ug .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-1ug .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1ug .bg-color.transparent.opened .link:hover,
#menu-1ug .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-1ug .link[aria-expanded="true"],
#menu-1ug .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#header3-1uh .mbr-section-title,
#header3-1uh .mbr-section-subtitle {
  text-align: center;
}
#header3-1uh .mbr-section-title,
#header3-1uh .mbr-section-subtitle {
  text-align: center;
}
#header3-1uh .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1uh .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-1ui H3 {
  font-size: 24px;
}
#msg-box5-1ui .btn {
  font-size: 14px;
}
#msg-box5-1uj H3 {
  font-size: 24px;
}
#msg-box5-1uj .btn {
  font-size: 14px;
}
#msg-box5-1uk H3 {
  font-size: 24px;
}
#msg-box5-1uk .btn {
  font-size: 14px;
}
#msg-box5-1ul H3 {
  font-size: 24px;
}
#msg-box5-1ul .btn {
  font-size: 14px;
}
#msg-box5-1um H3 {
  font-size: 24px;
}
#msg-box5-1um .btn {
  font-size: 14px;
}
#msg-box5-1un H3 {
  font-size: 24px;
}
#msg-box5-1un .btn {
  font-size: 14px;
}
#msg-box5-1uo H3 {
  font-size: 24px;
}
#msg-box5-1uo .btn {
  font-size: 14px;
}
#msg-box5-1up H3 {
  font-size: 24px;
}
#msg-box5-1up .btn {
  font-size: 14px;
}
#msg-box5-1uq H3 {
  font-size: 24px;
}
#msg-box5-1uq .btn {
  font-size: 14px;
}
#custom-html-1ur {
  /* Type valid CSS here */
}
#custom-html-1ur div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ur p {
  font-size: 60px;
  color: #777;
}
#header3-1us .mbr-section-title,
#header3-1us .mbr-section-subtitle {
  text-align: center;
}
#header3-1us .mbr-section-title,
#header3-1us .mbr-section-subtitle {
  text-align: center;
}
#header3-1us .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-1us .mbr-section-subtitle {
  text-align: left;
}
#contacts1-1ut P {
  color: #6a4e4e;
}
#content1-1uu P {
  text-align: center;
  color: #28324e;
}
#custom-html-1uv {
  /* Type valid CSS here */
}
#menu-247 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-247 .navbar-caption {
  color: #ffffff;
}
#menu-247 .navbar-toggler {
  color: #6a4e4e;
}
#menu-247 .close-icon::before,
#menu-247 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-247 .link,
#menu-247 .dropdown-item {
  color: #6a4e4e;
}
#menu-247 .link {
  font-size: 0.8rem;
}
#menu-247 .dropdown-item,
#menu-247 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-247 .link:hover,
#menu-247 .dropdown-item:hover,
#menu-247 .link:focus,
#menu-247 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-247 .link[aria-expanded="true"],
#menu-247 .dropdown-menu {
  background: #e6e6e6;
}
#menu-247 .nav-dropdown-sm .link:focus,
#menu-247 .nav-dropdown-sm .link:hover,
#menu-247 .nav-dropdown-sm .dropdown-item:focus,
#menu-247 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-247 .navbar,
#menu-247 .nav-dropdown-sm,
#menu-247 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-247 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-247 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-247 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-247 .bg-color.transparent.opened .link:hover,
#menu-247 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-247 .link[aria-expanded="true"],
#menu-247 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#header3-248 .mbr-section-title,
#header3-248 .mbr-section-subtitle {
  text-align: center;
}
#header3-248 .mbr-section-title,
#header3-248 .mbr-section-subtitle {
  text-align: center;
}
#header3-248 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-248 .mbr-section-subtitle {
  text-align: left;
}
#header3-249 .mbr-section-title,
#header3-249 .mbr-section-subtitle {
  text-align: center;
}
#header3-249 .mbr-section-title,
#header3-249 .mbr-section-subtitle {
  text-align: center;
}
#header3-249 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-249 .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-24a H3 {
  font-size: 24px;
}
#msg-box5-24a .btn {
  font-size: 14px;
}
#msg-box5-24c H3 {
  font-size: 24px;
}
#msg-box5-24c .btn {
  font-size: 14px;
}
#msg-box5-24d H3 {
  font-size: 24px;
}
#msg-box5-24d .btn {
  font-size: 14px;
}
#msg-box5-24e H3 {
  font-size: 24px;
}
#msg-box5-24e .btn {
  font-size: 14px;
}
#msg-box5-24f H3 {
  font-size: 24px;
}
#msg-box5-24f .btn {
  font-size: 14px;
}
#msg-box5-24g H3 {
  font-size: 24px;
}
#msg-box5-24g .btn {
  font-size: 14px;
}
#msg-box5-24i H3 {
  font-size: 24px;
}
#msg-box5-24i .btn {
  font-size: 14px;
}
#custom-html-24j {
  /* Type valid CSS here */
}
#custom-html-24j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-24j p {
  font-size: 60px;
  color: #777;
}
#contacts1-24k P {
  color: #6a4e4e;
}
#content1-24l P {
  text-align: center;
  color: #28324e;
}
#custom-html-24m {
  /* Type valid CSS here */
}

#menu-25e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-25e .navbar-caption {
  color: #ffffff;
}
#menu-25e .navbar-toggler {
  color: #6a4e4e;
}
#menu-25e .close-icon::before,
#menu-25e .close-icon::after {
  background-color: #6a4e4e;
}
#menu-25e .link,
#menu-25e .dropdown-item {
  color: #6a4e4e;
}
#menu-25e .link {
  font-size: 0.8rem;
}
#menu-25e .dropdown-item,
#menu-25e .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-25e .link:hover,
#menu-25e .dropdown-item:hover,
#menu-25e .link:focus,
#menu-25e .dropdown-item:focus {
  color: #3c66d1;
}
#menu-25e .link[aria-expanded="true"],
#menu-25e .dropdown-menu {
  background: #e6e6e6;
}
#menu-25e .nav-dropdown-sm .link:focus,
#menu-25e .nav-dropdown-sm .link:hover,
#menu-25e .nav-dropdown-sm .dropdown-item:focus,
#menu-25e .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-25e .navbar,
#menu-25e .nav-dropdown-sm,
#menu-25e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-25e .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-25e .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-25e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-25e .bg-color.transparent.opened .link:hover,
#menu-25e .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-25e .link[aria-expanded="true"],
#menu-25e .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-25f .mbr-section-title,
#msg-box8-25f p {
  color: #fff;
}
#msg-box8-25f .btn {
  font-size: 16px;
}
#msg-box8-25f .lead P {
  font-size: 22px;
}
#header3-25g .mbr-section-title,
#header3-25g .mbr-section-subtitle {
  text-align: center;
}
#header3-25g .mbr-section-title,
#header3-25g .mbr-section-subtitle {
  text-align: center;
}
#header3-25g .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-25g .mbr-section-subtitle {
  text-align: left;
}
#features4-25h .card-subtitle {
  color: #2b0680;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#features4-25h .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features4-25h .btn {
  font-size: 15px;
}
#header3-25i .mbr-section-title,
#header3-25i .mbr-section-subtitle {
  text-align: center;
}
#header3-25i .mbr-section-title,
#header3-25i .mbr-section-subtitle {
  text-align: center;
}
#header3-25i .mbr-section-title {
  font-size: 18px;
  color: #2b0680;
}
#header3-25i .mbr-section-subtitle {
  text-align: left;
}
#contacts1-25j P {
  color: #6a4e4e;
}
#content1-25k P {
  text-align: center;
  color: #28324e;
}
#menu-268 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-268 .navbar-caption {
  color: #ffffff;
}
#menu-268 .navbar-toggler {
  color: #6a4e4e;
}
#menu-268 .close-icon::before,
#menu-268 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-268 .link,
#menu-268 .dropdown-item {
  color: #6a4e4e;
}
#menu-268 .link {
  font-size: 0.8rem;
}
#menu-268 .dropdown-item,
#menu-268 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-268 .link:hover,
#menu-268 .dropdown-item:hover,
#menu-268 .link:focus,
#menu-268 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-268 .link[aria-expanded="true"],
#menu-268 .dropdown-menu {
  background: #e6e6e6;
}
#menu-268 .nav-dropdown-sm .link:focus,
#menu-268 .nav-dropdown-sm .link:hover,
#menu-268 .nav-dropdown-sm .dropdown-item:focus,
#menu-268 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-268 .navbar,
#menu-268 .nav-dropdown-sm,
#menu-268 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-268 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-268 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-268 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-268 .bg-color.transparent.opened .link:hover,
#menu-268 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-268 .link[aria-expanded="true"],
#menu-268 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1 !important;
}
#buttons1-269 .btn {
  font-size: 12px;
}
#custom-html-26a img {
  max-width: 90%;
  height: auto;
}
#content1-26b P {
  text-align: center;
}
#content1-26b DIV {
  color: #d14841;
}
#header3-26c .mbr-section-title,
#header3-26c .mbr-section-subtitle {
  text-align: center;
}
#header3-26c .mbr-section-title,
#header3-26c .mbr-section-subtitle {
  text-align: center;
}
#header3-26c .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-26c .mbr-section-subtitle {
  text-align: left;
}
#custom-html-26e {
  /* Type valid CSS here */
}
#custom-html-26e table {
  border-collapse: collapse;
  border: 1px;
}
#custom-html-26e th,
#custom-html-26e td {
  border: 1px solid #eeeeee;
  padding: 3px 10px;
}
#custom-html-26e table.myTable {
  table-layout: auto;
  width: 100%;
}
#contacts1-26f P {
  color: #6a4e4e;
}
#content1-26g P {
  text-align: center;
  color: #28324e;
}
.cid-uSPaxT3oxr.popup-builder {
  background-color: #ffffff;
}
.cid-uSPaxT3oxr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSPaxT3oxr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSPaxT3oxr .modal-content,
.cid-uSPaxT3oxr .modal-dialog {
  height: auto;
}
.cid-uSPaxT3oxr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSPaxT3oxr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSPaxT3oxr .form-wrapper .mbr-form .form-group,
  .cid-uSPaxT3oxr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSPaxT3oxr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSPaxT3oxr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSPaxT3oxr .mbr-text {
  text-align: center;
}
.cid-uSPaxT3oxr .pt-0 {
  padding-top: 0 !important;
}
.cid-uSPaxT3oxr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSPaxT3oxr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSPaxT3oxr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSPaxT3oxr .modal-open {
  overflow: hidden;
}
.cid-uSPaxT3oxr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSPaxT3oxr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSPaxT3oxr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSPaxT3oxr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSPaxT3oxr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSPaxT3oxr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSPaxT3oxr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSPaxT3oxr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSPaxT3oxr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSPaxT3oxr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSPaxT3oxr .modal-backdrop.show {
  opacity: .5;
}
.cid-uSPaxT3oxr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSPaxT3oxr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSPaxT3oxr .modal-header .close:hover {
  opacity: 1;
}
.cid-uSPaxT3oxr .modal-header .close:focus {
  outline: none;
}
.cid-uSPaxT3oxr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-uSPaxT3oxr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSPaxT3oxr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSPaxT3oxr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSPaxT3oxr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSPaxT3oxr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSPaxT3oxr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSPaxT3oxr .modal-sm {
    max-width: 300px;
  }
  .cid-uSPaxT3oxr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSPaxT3oxr .modal-lg,
  .cid-uSPaxT3oxr .modal-xl {
    max-width: 800px;
  }
  .cid-uSPaxT3oxr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSPaxT3oxr .modal-xl {
    max-width: 1140px;
  }
  .cid-uSPaxT3oxr .container {
    max-width: 1140px;
  }
}
.cid-uSPaxT3oxr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSPaxT3oxr .container {
    max-width: 720px;
  }
}
.cid-uSPaxT3oxr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSPaxT3oxr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSPaxT3oxr .form-group {
  margin-bottom: 1rem;
}
.cid-uSPaxT3oxr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSPaxT3oxr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSPaxT3oxr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-26i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-26i .navbar-caption {
  color: #ffffff;
}
#menu-26i .navbar-toggler {
  color: #6a4e4e;
}
#menu-26i .close-icon::before,
#menu-26i .close-icon::after {
  background-color: #6a4e4e;
}
#menu-26i .link,
#menu-26i .dropdown-item {
  color: #6a4e4e;
}
#menu-26i .link {
  font-size: 0.8rem;
}
#menu-26i .dropdown-item,
#menu-26i .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-26i .link:hover,
#menu-26i .dropdown-item:hover,
#menu-26i .link:focus,
#menu-26i .dropdown-item:focus {
  color: #3c66d1;
}
#menu-26i .link[aria-expanded="true"],
#menu-26i .dropdown-menu {
  background: #e6e6e6;
}
#menu-26i .nav-dropdown-sm .link:focus,
#menu-26i .nav-dropdown-sm .link:hover,
#menu-26i .nav-dropdown-sm .dropdown-item:focus,
#menu-26i .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-26i .navbar,
#menu-26i .nav-dropdown-sm,
#menu-26i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-26i .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-26i .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-26i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-26i .bg-color.transparent.opened .link:hover,
#menu-26i .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-26i .link[aria-expanded="true"],
#menu-26i .dropdown-item[aria-expanded="true"] {
  color: #3c66d1 !important;
}
#buttons1-26j .btn {
  font-size: 12px;
}
#custom-html-26k img {
  max-width: 90%;
  height: auto;
}
#content1-26l P {
  text-align: center;
  font-size: 32px;
}
#content1-26l DIV {
  color: #41a85f;
}
#content1-26m P {
  text-align: center;
}
#content1-26m DIV {
  color: #d14841;
}
#header3-26n .mbr-section-title,
#header3-26n .mbr-section-subtitle {
  text-align: center;
}
#header3-26o .mbr-section-title,
#header3-26o .mbr-section-subtitle {
  text-align: center;
}
#header3-26o .mbr-section-title,
#header3-26o .mbr-section-subtitle {
  text-align: center;
}
#header3-26o .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-26o .mbr-section-subtitle {
  text-align: left;
}
#custom-html-26s {
  /* Type valid CSS here */
}
#msg-box5-26t H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-26t P {
  text-align: left;
}
#custom-html-26u {
  /* Type valid CSS here */
}
#msg-box5-26v H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-26v .btn {
  font-size: 14px;
}
#header3-26x .mbr-section-title,
#header3-26x .mbr-section-subtitle {
  text-align: center;
}
#header3-26x .mbr-section-title {
  font-size: 30px;
}
.cid-uSPaJR4P9b {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSPaJR4P9b .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uSPaJR4P9b .form-control,
.cid-uSPaJR4P9b .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uSPaJR4P9b .form-control::-webkit-input-placeholder,
.cid-uSPaJR4P9b .field-input::-webkit-input-placeholder,
.cid-uSPaJR4P9b .form-control::-webkit-input-placeholder,
.cid-uSPaJR4P9b .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uSPaJR4P9b .form-control:-moz-placeholder,
.cid-uSPaJR4P9b .field-input:-moz-placeholder,
.cid-uSPaJR4P9b .form-control:-moz-placeholder,
.cid-uSPaJR4P9b .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uSPaJR4P9b .form-control:hover,
.cid-uSPaJR4P9b .field-input:hover,
.cid-uSPaJR4P9b .form-control:focus,
.cid-uSPaJR4P9b .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uSPaJR4P9b .form-control:hover::-webkit-input-placeholder,
.cid-uSPaJR4P9b .field-input:hover::-webkit-input-placeholder,
.cid-uSPaJR4P9b .form-control:focus::-webkit-input-placeholder,
.cid-uSPaJR4P9b .field-input:focus::-webkit-input-placeholder,
.cid-uSPaJR4P9b .form-control:hover::-webkit-input-placeholder,
.cid-uSPaJR4P9b .field-input:hover::-webkit-input-placeholder,
.cid-uSPaJR4P9b .form-control:focus::-webkit-input-placeholder,
.cid-uSPaJR4P9b .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uSPaJR4P9b .form-control:hover:-moz-placeholder,
.cid-uSPaJR4P9b .field-input:hover:-moz-placeholder,
.cid-uSPaJR4P9b .form-control:focus:-moz-placeholder,
.cid-uSPaJR4P9b .field-input:focus:-moz-placeholder,
.cid-uSPaJR4P9b .form-control:hover:-moz-placeholder,
.cid-uSPaJR4P9b .field-input:hover:-moz-placeholder,
.cid-uSPaJR4P9b .form-control:focus:-moz-placeholder,
.cid-uSPaJR4P9b .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uSPaJR4P9b .jq-number__spin:hover,
.cid-uSPaJR4P9b .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uSPaJR4P9b .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uSPaJR4P9b .jq-selectbox li,
.cid-uSPaJR4P9b .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uSPaJR4P9b .jq-selectbox li:hover,
.cid-uSPaJR4P9b .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uSPaJR4P9b .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uSPaJR4P9b .jq-number__spin.minus:hover:after,
.cid-uSPaJR4P9b .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uSPaJR4P9b .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uSPaJR4P9b .jq-number__spin.minus:after,
.cid-uSPaJR4P9b .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uSPaJR4P9b input::-webkit-clear-button {
  display: none;
}
.cid-uSPaJR4P9b input::-webkit-inner-spin-button {
  display: none;
}
.cid-uSPaJR4P9b input::-webkit-outer-spin-button {
  display: none;
}
.cid-uSPaJR4P9b input::-webkit-calendar-picker-indicator {
  display: none;
}
#header3-271 .mbr-section-title,
#header3-271 .mbr-section-subtitle {
  text-align: center;
}
#header3-271 .mbr-section-title {
  font-size: 21px;
  color: #2b0680;
}
#features1-272 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-273 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-274 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-275 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-276 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-276 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-276 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-277 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-278 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-278 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-278 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-279 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-279 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#contacts1-27a P {
  color: #6a4e4e;
}
#content1-27b P {
  text-align: center;
  color: #28324e;
}
.cid-uSPaJRu2J3.popup-builder {
  background-color: #ffffff;
}
.cid-uSPaJRu2J3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSPaJRu2J3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSPaJRu2J3 .modal-content,
.cid-uSPaJRu2J3 .modal-dialog {
  height: auto;
}
.cid-uSPaJRu2J3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSPaJRu2J3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSPaJRu2J3 .form-wrapper .mbr-form .form-group,
  .cid-uSPaJRu2J3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSPaJRu2J3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSPaJRu2J3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSPaJRu2J3 .mbr-text {
  text-align: center;
}
.cid-uSPaJRu2J3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uSPaJRu2J3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSPaJRu2J3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSPaJRu2J3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSPaJRu2J3 .modal-open {
  overflow: hidden;
}
.cid-uSPaJRu2J3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSPaJRu2J3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSPaJRu2J3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSPaJRu2J3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSPaJRu2J3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSPaJRu2J3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSPaJRu2J3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSPaJRu2J3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSPaJRu2J3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSPaJRu2J3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSPaJRu2J3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uSPaJRu2J3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSPaJRu2J3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSPaJRu2J3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uSPaJRu2J3 .modal-header .close:focus {
  outline: none;
}
.cid-uSPaJRu2J3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-uSPaJRu2J3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSPaJRu2J3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSPaJRu2J3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSPaJRu2J3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSPaJRu2J3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSPaJRu2J3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSPaJRu2J3 .modal-sm {
    max-width: 300px;
  }
  .cid-uSPaJRu2J3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSPaJRu2J3 .modal-lg,
  .cid-uSPaJRu2J3 .modal-xl {
    max-width: 800px;
  }
  .cid-uSPaJRu2J3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSPaJRu2J3 .modal-xl {
    max-width: 1140px;
  }
  .cid-uSPaJRu2J3 .container {
    max-width: 1140px;
  }
}
.cid-uSPaJRu2J3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSPaJRu2J3 .container {
    max-width: 720px;
  }
}
.cid-uSPaJRu2J3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSPaJRu2J3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSPaJRu2J3 .form-group {
  margin-bottom: 1rem;
}
.cid-uSPaJRu2J3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSPaJRu2J3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSPaJRu2J3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-21o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-21o .navbar-caption {
  color: #ffffff;
}
#menu-21o .navbar-toggler {
  color: #6a4e4e;
}
#menu-21o .close-icon::before,
#menu-21o .close-icon::after {
  background-color: #6a4e4e;
}
#menu-21o .link,
#menu-21o .dropdown-item {
  color: #6a4e4e;
}
#menu-21o .link {
  font-size: 0.8rem;
}
#menu-21o .dropdown-item,
#menu-21o .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-21o .link:hover,
#menu-21o .dropdown-item:hover,
#menu-21o .link:focus,
#menu-21o .dropdown-item:focus {
  color: #3c66d1;
}
#menu-21o .link[aria-expanded="true"],
#menu-21o .dropdown-menu {
  background: #e6e6e6;
}
#menu-21o .nav-dropdown-sm .link:focus,
#menu-21o .nav-dropdown-sm .link:hover,
#menu-21o .nav-dropdown-sm .dropdown-item:focus,
#menu-21o .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-21o .navbar,
#menu-21o .nav-dropdown-sm,
#menu-21o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-21o .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-21o .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-21o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-21o .bg-color.transparent.opened .link:hover,
#menu-21o .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-21o .link[aria-expanded="true"],
#menu-21o .dropdown-item[aria-expanded="true"] {
  color: #3c66d1 !important;
}
#buttons1-21p .btn {
  font-size: 12px;
}
#custom-html-21q img {
  max-width: 90%;
  height: auto;
}
#content1-21r P {
  text-align: center;
  font-size: 32px;
}
#content1-21r DIV {
  color: #41a85f;
}
#content1-21s P {
  text-align: center;
}
#content1-21s DIV {
  color: #d14841;
}
#header3-21t .mbr-section-title,
#header3-21t .mbr-section-subtitle {
  text-align: center;
}
#header3-237 .mbr-section-title,
#header3-237 .mbr-section-subtitle {
  text-align: center;
}
#header3-237 .mbr-section-title,
#header3-237 .mbr-section-subtitle {
  text-align: center;
}
#header3-237 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-237 .mbr-section-subtitle {
  text-align: left;
}
#custom-html-21y {
  /* Type valid CSS here */
}
#msg-box5-21z H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-21z P {
  text-align: left;
}
#custom-html-220 {
  /* Type valid CSS here */
}
#msg-box5-221 H3 {
  text-align: left;
  font-size: 24px;
}
#msg-box5-221 .btn {
  font-size: 14px;
}
#header3-223 .mbr-section-title,
#header3-223 .mbr-section-subtitle {
  text-align: center;
}
#header3-223 .mbr-section-title {
  font-size: 30px;
}
.cid-umjdBQcfkv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umjdBQcfkv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-umjdBQcfkv .form-control,
.cid-umjdBQcfkv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umjdBQcfkv .form-control::-webkit-input-placeholder,
.cid-umjdBQcfkv .field-input::-webkit-input-placeholder,
.cid-umjdBQcfkv .form-control::-webkit-input-placeholder,
.cid-umjdBQcfkv .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-umjdBQcfkv .form-control:-moz-placeholder,
.cid-umjdBQcfkv .field-input:-moz-placeholder,
.cid-umjdBQcfkv .form-control:-moz-placeholder,
.cid-umjdBQcfkv .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-umjdBQcfkv .form-control:hover,
.cid-umjdBQcfkv .field-input:hover,
.cid-umjdBQcfkv .form-control:focus,
.cid-umjdBQcfkv .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-umjdBQcfkv .form-control:hover::-webkit-input-placeholder,
.cid-umjdBQcfkv .field-input:hover::-webkit-input-placeholder,
.cid-umjdBQcfkv .form-control:focus::-webkit-input-placeholder,
.cid-umjdBQcfkv .field-input:focus::-webkit-input-placeholder,
.cid-umjdBQcfkv .form-control:hover::-webkit-input-placeholder,
.cid-umjdBQcfkv .field-input:hover::-webkit-input-placeholder,
.cid-umjdBQcfkv .form-control:focus::-webkit-input-placeholder,
.cid-umjdBQcfkv .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-umjdBQcfkv .form-control:hover:-moz-placeholder,
.cid-umjdBQcfkv .field-input:hover:-moz-placeholder,
.cid-umjdBQcfkv .form-control:focus:-moz-placeholder,
.cid-umjdBQcfkv .field-input:focus:-moz-placeholder,
.cid-umjdBQcfkv .form-control:hover:-moz-placeholder,
.cid-umjdBQcfkv .field-input:hover:-moz-placeholder,
.cid-umjdBQcfkv .form-control:focus:-moz-placeholder,
.cid-umjdBQcfkv .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-umjdBQcfkv .jq-number__spin:hover,
.cid-umjdBQcfkv .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-umjdBQcfkv .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umjdBQcfkv .jq-selectbox li,
.cid-umjdBQcfkv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-umjdBQcfkv .jq-selectbox li:hover,
.cid-umjdBQcfkv .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-umjdBQcfkv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-umjdBQcfkv .jq-number__spin.minus:hover:after,
.cid-umjdBQcfkv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-umjdBQcfkv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-umjdBQcfkv .jq-number__spin.minus:after,
.cid-umjdBQcfkv .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-umjdBQcfkv input::-webkit-clear-button {
  display: none;
}
.cid-umjdBQcfkv input::-webkit-inner-spin-button {
  display: none;
}
.cid-umjdBQcfkv input::-webkit-outer-spin-button {
  display: none;
}
.cid-umjdBQcfkv input::-webkit-calendar-picker-indicator {
  display: none;
}
#header3-227 .mbr-section-title,
#header3-227 .mbr-section-subtitle {
  text-align: center;
}
#header3-227 .mbr-section-title {
  font-size: 21px;
  color: #2b0680;
}
#features1-228 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-229 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-22a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-22b .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-22c .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-22c .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-22c .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-22d .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-22e .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-22e .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-22e .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-22f .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-22f .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#contacts1-22g P {
  color: #6a4e4e;
}
#content1-22h P {
  text-align: center;
  color: #28324e;
}
.cid-umjdBR3QUk.popup-builder {
  background-color: #ffffff;
}
.cid-umjdBR3QUk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umjdBR3QUk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umjdBR3QUk .modal-content,
.cid-umjdBR3QUk .modal-dialog {
  height: auto;
}
.cid-umjdBR3QUk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umjdBR3QUk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umjdBR3QUk .form-wrapper .mbr-form .form-group,
  .cid-umjdBR3QUk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umjdBR3QUk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umjdBR3QUk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umjdBR3QUk .mbr-text {
  text-align: center;
}
.cid-umjdBR3QUk .pt-0 {
  padding-top: 0 !important;
}
.cid-umjdBR3QUk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umjdBR3QUk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umjdBR3QUk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umjdBR3QUk .modal-open {
  overflow: hidden;
}
.cid-umjdBR3QUk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umjdBR3QUk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umjdBR3QUk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umjdBR3QUk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umjdBR3QUk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umjdBR3QUk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umjdBR3QUk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umjdBR3QUk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umjdBR3QUk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umjdBR3QUk .modal-backdrop.fade {
  opacity: 0;
}
.cid-umjdBR3QUk .modal-backdrop.show {
  opacity: .5;
}
.cid-umjdBR3QUk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-umjdBR3QUk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umjdBR3QUk .modal-header .close:hover {
  opacity: 1;
}
.cid-umjdBR3QUk .modal-header .close:focus {
  outline: none;
}
.cid-umjdBR3QUk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #41a85f;
}
.cid-umjdBR3QUk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-umjdBR3QUk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-umjdBR3QUk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umjdBR3QUk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umjdBR3QUk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umjdBR3QUk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umjdBR3QUk .modal-sm {
    max-width: 300px;
  }
  .cid-umjdBR3QUk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-umjdBR3QUk .modal-lg,
  .cid-umjdBR3QUk .modal-xl {
    max-width: 800px;
  }
  .cid-umjdBR3QUk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-umjdBR3QUk .modal-xl {
    max-width: 1140px;
  }
  .cid-umjdBR3QUk .container {
    max-width: 1140px;
  }
}
.cid-umjdBR3QUk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-umjdBR3QUk .container {
    max-width: 720px;
  }
}
.cid-umjdBR3QUk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umjdBR3QUk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umjdBR3QUk .form-group {
  margin-bottom: 1rem;
}
.cid-umjdBR3QUk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umjdBR3QUk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umjdBR3QUk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#menu-27v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-27v .navbar-caption {
  color: #ffffff;
}
#menu-27v .navbar-toggler {
  color: #6a4e4e;
}
#menu-27v .close-icon::before,
#menu-27v .close-icon::after {
  background-color: #6a4e4e;
}
#menu-27v .link,
#menu-27v .dropdown-item {
  color: #6a4e4e;
}
#menu-27v .link {
  font-size: 0.8rem;
}
#menu-27v .dropdown-item,
#menu-27v .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-27v .link:hover,
#menu-27v .dropdown-item:hover,
#menu-27v .link:focus,
#menu-27v .dropdown-item:focus {
  color: #3c66d1;
}
#menu-27v .link[aria-expanded="true"],
#menu-27v .dropdown-menu {
  background: #e6e6e6;
}
#menu-27v .nav-dropdown-sm .link:focus,
#menu-27v .nav-dropdown-sm .link:hover,
#menu-27v .nav-dropdown-sm .dropdown-item:focus,
#menu-27v .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-27v .navbar,
#menu-27v .nav-dropdown-sm,
#menu-27v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-27v .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-27v .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-27v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-27v .bg-color.transparent.opened .link:hover,
#menu-27v .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-27v .link[aria-expanded="true"],
#menu-27v .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-27w .mbr-section-title,
#msg-box8-27w p {
  color: #fff;
}
#header3-27x .mbr-section-title,
#header3-27x .mbr-section-subtitle {
  text-align: center;
}
#header3-27x H3 {
  font-size: 32px;
  color: #7c706b;
}
#header3-27x .mbr-section-title {
  font-size: 24px;
}
#content1-27y DIV {
  color: #ff0000;
}
#content1-27y P {
  text-align: center;
}
#custom-html-27z {
  /*
   general styles
*/
  /*
** Style the iframe
** =========================
*/
  /*
    css commmon to all iframes
*/
  /*
    css particular to this iframe
*/
  /*
   padding-bottom = h/w as %
*/
}
#custom-html-27z .center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}
#custom-html-27z .set-margin-cicis-menu-to-go {
  margin: 20px;
}
#custom-html-27z .set-padding-cicis-menu-to-go {
  padding: 20px;
}
#custom-html-27z .set-border-cicis-menu-to-go {
  border: 5px inset #4f4f4f;
}
#custom-html-27z set-box-shadow-cicis-menu-to-go {
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
#custom-html-27z .responsive-wrapper {
  position: relative;
  height: 0;
  /* gets height from padding-bottom */
  overflow: hidden;
  /* put following styles (necessary for overflow and 
     scrolling handling) inline in .embed-responsive-element-wrapper around iframe because not stable in CSS
    -webkit-overflow-scrolling: touch; 
                      overflow: auto; */
}
#custom-html-27z .responsive-wrapper img,
#custom-html-27z .responsive-wrapper object,
#custom-html-27z .responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-27z #Iframe-Cicis-Menu-To-Go {
  /*max-width: 666.67px;
  max-height: 600px;*/
  max-width: 1920px;
  max-height: 1080px;
  overflow: hidden;
}
#custom-html-27z .responsive-wrapper-padding-bottom-90pct {
  padding-bottom: 90%;
}
#contacts1-280 P {
  color: #6a4e4e;
}
#content1-281 P {
  text-align: center;
  color: #28324e;
}
#menu-283 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-283 .navbar-caption {
  color: #ffffff;
}
#menu-283 .navbar-toggler {
  color: #6a4e4e;
}
#menu-283 .close-icon::before,
#menu-283 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-283 .link,
#menu-283 .dropdown-item {
  color: #6a4e4e;
}
#menu-283 .link {
  font-size: 0.8rem;
}
#menu-283 .dropdown-item,
#menu-283 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-283 .link:hover,
#menu-283 .dropdown-item:hover,
#menu-283 .link:focus,
#menu-283 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-283 .link[aria-expanded="true"],
#menu-283 .dropdown-menu {
  background: #e6e6e6;
}
#menu-283 .nav-dropdown-sm .link:focus,
#menu-283 .nav-dropdown-sm .link:hover,
#menu-283 .nav-dropdown-sm .dropdown-item:focus,
#menu-283 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-283 .navbar,
#menu-283 .nav-dropdown-sm,
#menu-283 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-283 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-283 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-283 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-283 .bg-color.transparent.opened .link:hover,
#menu-283 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-283 .link[aria-expanded="true"],
#menu-283 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#header3-284 .mbr-section-title,
#header3-284 .mbr-section-subtitle {
  text-align: center;
}
#header3-284 .mbr-section-title,
#header3-284 .mbr-section-subtitle {
  text-align: center;
}
#header3-284 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-284 .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-285 H3 {
  font-size: 24px;
}
#msg-box5-285 .btn {
  font-size: 14px;
}
#msg-box5-286 H3 {
  font-size: 24px;
}
#msg-box5-286 .btn {
  font-size: 14px;
}
#msg-box5-287 H3 {
  font-size: 24px;
}
#msg-box5-287 .btn {
  font-size: 14px;
}
#msg-box5-288 H3 {
  font-size: 24px;
}
#msg-box5-288 .btn {
  font-size: 14px;
}
#msg-box5-289 H3 {
  font-size: 24px;
}
#msg-box5-289 .btn {
  font-size: 14px;
}
#msg-box5-28a H3 {
  font-size: 24px;
}
#msg-box5-28a .btn {
  font-size: 14px;
}
#msg-box5-28b H3 {
  font-size: 24px;
}
#msg-box5-28b .btn {
  font-size: 14px;
}
#msg-box5-28c H3 {
  font-size: 24px;
}
#msg-box5-28c .btn {
  font-size: 14px;
}
#msg-box5-28d H3 {
  font-size: 24px;
}
#msg-box5-28d .btn {
  font-size: 14px;
}
#custom-html-28e {
  /* Type valid CSS here */
}
#custom-html-28e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-28e p {
  font-size: 60px;
  color: #777;
}
#contacts1-28f P {
  color: #6a4e4e;
}
#content1-28g P {
  text-align: center;
  color: #28324e;
}
#custom-html-28h {
  /* Type valid CSS here */
}
#menu-28p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-28p .navbar-caption {
  color: #ffffff;
}
#menu-28p .navbar-toggler {
  color: #6a4e4e;
}
#menu-28p .close-icon::before,
#menu-28p .close-icon::after {
  background-color: #6a4e4e;
}
#menu-28p .link,
#menu-28p .dropdown-item {
  color: #6a4e4e;
}
#menu-28p .link {
  font-size: 0.8rem;
}
#menu-28p .dropdown-item,
#menu-28p .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-28p .link:hover,
#menu-28p .dropdown-item:hover,
#menu-28p .link:focus,
#menu-28p .dropdown-item:focus {
  color: #3c66d1;
}
#menu-28p .link[aria-expanded="true"],
#menu-28p .dropdown-menu {
  background: #e6e6e6;
}
#menu-28p .nav-dropdown-sm .link:focus,
#menu-28p .nav-dropdown-sm .link:hover,
#menu-28p .nav-dropdown-sm .dropdown-item:focus,
#menu-28p .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-28p .navbar,
#menu-28p .nav-dropdown-sm,
#menu-28p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-28p .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-28p .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-28p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-28p .bg-color.transparent.opened .link:hover,
#menu-28p .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-28p .link[aria-expanded="true"],
#menu-28p .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#header3-28q .mbr-section-title,
#header3-28q .mbr-section-subtitle {
  text-align: center;
}
#header3-28q .mbr-section-title,
#header3-28q .mbr-section-subtitle {
  text-align: center;
}
#header3-28q .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-28q .mbr-section-subtitle {
  text-align: left;
}
#header3-28r .mbr-section-title,
#header3-28r .mbr-section-subtitle {
  text-align: center;
}
#header3-28r .mbr-section-title,
#header3-28r .mbr-section-subtitle {
  text-align: center;
}
#header3-28r .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-28r .mbr-section-subtitle {
  text-align: left;
}
#msg-box5-28s H3 {
  font-size: 24px;
}
#msg-box5-28s .btn {
  font-size: 14px;
}
#msg-box5-28t H3 {
  font-size: 24px;
}
#msg-box5-28t .btn {
  font-size: 14px;
}
#msg-box5-28u H3 {
  font-size: 24px;
}
#msg-box5-28u .btn {
  font-size: 14px;
}
#msg-box5-28v H3 {
  font-size: 24px;
}
#msg-box5-28v .btn {
  font-size: 14px;
}
#msg-box5-28w H3 {
  font-size: 24px;
}
#msg-box5-28w .btn {
  font-size: 14px;
}
#msg-box5-28x H3 {
  font-size: 24px;
}
#msg-box5-28x .btn {
  font-size: 14px;
}
#msg-box5-28y H3 {
  font-size: 24px;
}
#msg-box5-28y .btn {
  font-size: 14px;
}
#custom-html-28z {
  /* Type valid CSS here */
}
#custom-html-28z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-28z p {
  font-size: 60px;
  color: #777;
}
#contacts1-290 P {
  color: #6a4e4e;
}
#content1-291 P {
  text-align: center;
  color: #28324e;
}
#custom-html-292 {
  /* Type valid CSS here */
}
#menu-294 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-294 .navbar-caption {
  color: #ffffff;
}
#menu-294 .navbar-toggler {
  color: #6a4e4e;
}
#menu-294 .close-icon::before,
#menu-294 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-294 .link,
#menu-294 .dropdown-item {
  color: #6a4e4e;
}
#menu-294 .link {
  font-size: 0.8rem;
}
#menu-294 .dropdown-item,
#menu-294 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-294 .link:hover,
#menu-294 .dropdown-item:hover,
#menu-294 .link:focus,
#menu-294 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-294 .link[aria-expanded="true"],
#menu-294 .dropdown-menu {
  background: #e6e6e6;
}
#menu-294 .nav-dropdown-sm .link:focus,
#menu-294 .nav-dropdown-sm .link:hover,
#menu-294 .nav-dropdown-sm .dropdown-item:focus,
#menu-294 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-294 .navbar,
#menu-294 .nav-dropdown-sm,
#menu-294 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-294 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-294 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-294 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-294 .bg-color.transparent.opened .link:hover,
#menu-294 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-294 .link[aria-expanded="true"],
#menu-294 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#contacts1-295 P {
  color: #6a4e4e;
}
#header3-296 .mbr-section-title,
#header3-296 .mbr-section-subtitle {
  text-align: center;
}
#menu-2am .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2am .navbar-caption {
  color: #ffffff;
}
#menu-2am .navbar-toggler {
  color: #6a4e4e;
}
#menu-2am .close-icon::before,
#menu-2am .close-icon::after {
  background-color: #6a4e4e;
}
#menu-2am .link,
#menu-2am .dropdown-item {
  color: #6a4e4e;
}
#menu-2am .link {
  font-size: 0.8rem;
}
#menu-2am .dropdown-item,
#menu-2am .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-2am .link:hover,
#menu-2am .dropdown-item:hover,
#menu-2am .link:focus,
#menu-2am .dropdown-item:focus {
  color: #3c66d1;
}
#menu-2am .link[aria-expanded="true"],
#menu-2am .dropdown-menu {
  background: #e6e6e6;
}
#menu-2am .nav-dropdown-sm .link:focus,
#menu-2am .nav-dropdown-sm .link:hover,
#menu-2am .nav-dropdown-sm .dropdown-item:focus,
#menu-2am .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2am .navbar,
#menu-2am .nav-dropdown-sm,
#menu-2am .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2am .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2am .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-2am .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2am .bg-color.transparent.opened .link:hover,
#menu-2am .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-2am .link[aria-expanded="true"],
#menu-2am .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-2an .mbr-section-title,
#msg-box8-2an p {
  color: #fff;
}
#header3-2ao .mbr-section-title,
#header3-2ao .mbr-section-subtitle {
  text-align: center;
}
#header3-2ao H3 {
  font-size: 32px;
  color: #7c706b;
}
.cid-v7awFsYO8i {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7awFsYO8i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7awFsYO8i .form-control,
.cid-v7awFsYO8i .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v7awFsYO8i .form-control::-webkit-input-placeholder,
.cid-v7awFsYO8i .field-input::-webkit-input-placeholder,
.cid-v7awFsYO8i .form-control::-webkit-input-placeholder,
.cid-v7awFsYO8i .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v7awFsYO8i .form-control:-moz-placeholder,
.cid-v7awFsYO8i .field-input:-moz-placeholder,
.cid-v7awFsYO8i .form-control:-moz-placeholder,
.cid-v7awFsYO8i .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v7awFsYO8i .form-control:hover,
.cid-v7awFsYO8i .field-input:hover,
.cid-v7awFsYO8i .form-control:focus,
.cid-v7awFsYO8i .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v7awFsYO8i .form-control:hover::-webkit-input-placeholder,
.cid-v7awFsYO8i .field-input:hover::-webkit-input-placeholder,
.cid-v7awFsYO8i .form-control:focus::-webkit-input-placeholder,
.cid-v7awFsYO8i .field-input:focus::-webkit-input-placeholder,
.cid-v7awFsYO8i .form-control:hover::-webkit-input-placeholder,
.cid-v7awFsYO8i .field-input:hover::-webkit-input-placeholder,
.cid-v7awFsYO8i .form-control:focus::-webkit-input-placeholder,
.cid-v7awFsYO8i .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v7awFsYO8i .form-control:hover:-moz-placeholder,
.cid-v7awFsYO8i .field-input:hover:-moz-placeholder,
.cid-v7awFsYO8i .form-control:focus:-moz-placeholder,
.cid-v7awFsYO8i .field-input:focus:-moz-placeholder,
.cid-v7awFsYO8i .form-control:hover:-moz-placeholder,
.cid-v7awFsYO8i .field-input:hover:-moz-placeholder,
.cid-v7awFsYO8i .form-control:focus:-moz-placeholder,
.cid-v7awFsYO8i .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v7awFsYO8i .jq-number__spin:hover,
.cid-v7awFsYO8i .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v7awFsYO8i .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v7awFsYO8i .jq-selectbox li,
.cid-v7awFsYO8i .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v7awFsYO8i .jq-selectbox li:hover,
.cid-v7awFsYO8i .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v7awFsYO8i .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v7awFsYO8i .jq-number__spin.minus:hover:after,
.cid-v7awFsYO8i .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v7awFsYO8i .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v7awFsYO8i .jq-number__spin.minus:after,
.cid-v7awFsYO8i .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v7awFsYO8i input::-webkit-clear-button {
  display: none;
}
.cid-v7awFsYO8i input::-webkit-inner-spin-button {
  display: none;
}
.cid-v7awFsYO8i input::-webkit-outer-spin-button {
  display: none;
}
.cid-v7awFsYO8i input::-webkit-calendar-picker-indicator {
  display: none;
}
#header3-2aq .mbr-section-title,
#header3-2aq .mbr-section-subtitle {
  text-align: center;
}
#header3-2aq H3 {
  font-size: 32px;
  color: #7c706b;
}
#contacts1-2as P {
  color: #6a4e4e;
}
#content1-2at P {
  text-align: center;
  color: #28324e;
}

#menu-2b5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2b5 .navbar-caption {
  color: #ffffff;
}
#menu-2b5 .navbar-toggler {
  color: #6a4e4e;
}
#menu-2b5 .close-icon::before,
#menu-2b5 .close-icon::after {
  background-color: #6a4e4e;
}
#menu-2b5 .link,
#menu-2b5 .dropdown-item {
  color: #6a4e4e;
}
#menu-2b5 .link {
  font-size: 0.8rem;
}
#menu-2b5 .dropdown-item,
#menu-2b5 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-2b5 .link:hover,
#menu-2b5 .dropdown-item:hover,
#menu-2b5 .link:focus,
#menu-2b5 .dropdown-item:focus {
  color: #3c66d1;
}
#menu-2b5 .link[aria-expanded="true"],
#menu-2b5 .dropdown-menu {
  background: #e6e6e6;
}
#menu-2b5 .nav-dropdown-sm .link:focus,
#menu-2b5 .nav-dropdown-sm .link:hover,
#menu-2b5 .nav-dropdown-sm .dropdown-item:focus,
#menu-2b5 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2b5 .navbar,
#menu-2b5 .nav-dropdown-sm,
#menu-2b5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2b5 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2b5 .bg-color.transparent .link {
  color: #6a4e4e;
  transition: none;
}
#menu-2b5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2b5 .bg-color.transparent.opened .link:hover,
#menu-2b5 .bg-color.transparent.opened .link:focus {
  color: #3c66d1;
}
#menu-2b5 .link[aria-expanded="true"],
#menu-2b5 .dropdown-item[aria-expanded="true"] {
  color: #3c66d1!important;
}
#msg-box8-2b6 .mbr-section-title,
#msg-box8-2b6 p {
  color: #fff;
}
#msg-box8-2b6 .btn {
  font-size: 16px;
}
#msg-box8-2b6 .lead P {
  font-size: 22px;
}
#header3-2b7 .mbr-section-title,
#header3-2b7 .mbr-section-subtitle {
  text-align: center;
}
#header3-2b7 .mbr-section-title,
#header3-2b7 .mbr-section-subtitle {
  text-align: center;
}
#header3-2b7 .mbr-section-title {
  font-size: 24px;
  color: #2b0680;
}
#header3-2b7 .mbr-section-subtitle {
  text-align: left;
}
#features4-2b8 .card-subtitle {
  color: #2b0680;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#features4-2b8 .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features4-2b8 .btn {
  font-size: 15px;
}
#header3-2b9 .mbr-section-title,
#header3-2b9 .mbr-section-subtitle {
  text-align: center;
}
#header3-2b9 .mbr-section-title,
#header3-2b9 .mbr-section-subtitle {
  text-align: center;
}
#header3-2b9 .mbr-section-title {
  font-size: 18px;
  color: #2b0680;
}
#header3-2b9 .mbr-section-subtitle {
  text-align: left;
}
#contacts1-2ba P {
  color: #6a4e4e;
}
#content1-2bb P {
  text-align: center;
  color: #28324e;
}
