@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #002d66 !important;
}
.bg-success {
  background-color: #ffc300 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #002d66 !important;
  border-color: #002d66 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000b1a !important;
  border-color: #000b1a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000b1a !important;
  border-color: #000b1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #54645a !important;
  border-color: #54645a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #313a35 !important;
  border-color: #313a35 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #313a35 !important;
  border-color: #313a35 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffc300 !important;
  border-color: #ffc300 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b38800 !important;
  border-color: #b38800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38800 !important;
  border-color: #b38800 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #002d66;
  border-color: #002d66;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #002d66 !important;
  border-color: #002d66 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #252d28;
  color: #252d28;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #54645a;
  border-color: #54645a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #54645a !important;
  border-color: #54645a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #997500;
  color: #997500;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffc300;
  border-color: #ffc300;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc300 !important;
  border-color: #ffc300 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #002d66 !important;
}
.text-secondary {
  color: #54645a !important;
}
.text-success {
  color: #ffc300 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #252d28 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997500 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #002d66;
  border-color: #002d66;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #002d66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0065e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff3cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #002d66;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #002d66;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #002d66;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #002d66;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #002d66;
  border-bottom-color: #002d66;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #002d66 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #54645a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23002d66' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tdze7yI16x {
  background: #ffffff;
}
.cid-tdze7yI16x .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tdze7yI16x .mbr-figure {
  margin: 0 auto;
}
.cid-tdze7yI16x figcaption {
  position: relative;
}
.cid-tdze7yI16x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tdze7yI16x .image-block {
    width: 100% !important;
  }
}
.cid-tOVoEqrtzv {
  background: #ffffff;
}
.cid-tOVoEqrtzv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tOVoEqrtzv .mbr-figure {
  margin: 0 auto;
}
.cid-tOVoEqrtzv figcaption {
  position: relative;
}
.cid-tOVoEqrtzv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOVoEqrtzv .image-block {
    width: 100% !important;
  }
}
.cid-tOVoE5BZRj {
  background: #ffffff;
}
.cid-tOVoE5BZRj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tOVoE5BZRj .mbr-figure {
  margin: 0 auto;
}
.cid-tOVoE5BZRj figcaption {
  position: relative;
}
.cid-tOVoE5BZRj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOVoE5BZRj .image-block {
    width: 100% !important;
  }
}
.cid-tOVoDBFaq0 {
  background: #ffffff;
}
.cid-tOVoDBFaq0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tOVoDBFaq0 .mbr-figure {
  margin: 0 auto;
}
.cid-tOVoDBFaq0 figcaption {
  position: relative;
}
.cid-tOVoDBFaq0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOVoDBFaq0 .image-block {
    width: 100% !important;
  }
}
.cid-tOVoDhZy1r {
  background: #ffffff;
}
.cid-tOVoDhZy1r .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tOVoDhZy1r .mbr-figure {
  margin: 0 auto;
}
.cid-tOVoDhZy1r figcaption {
  position: relative;
}
.cid-tOVoDhZy1r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOVoDhZy1r .image-block {
    width: 100% !important;
  }
}
.cid-tdzhUg1ibp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tdzhUg1ibp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdzhUg1ibp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdzhUg1ibp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdzhUg1ibp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdzhUg1ibp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tdzhUg1ibp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdzhUg1ibp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tdzhUg1ibp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tdzhUg1ibp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tPaZBeBpAT {
  background: #ffffff;
}
.cid-tPaZBeBpAT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tPaZBeBpAT .mbr-figure {
  margin: 0 auto;
}
.cid-tPaZBeBpAT figcaption {
  position: relative;
}
.cid-tPaZBeBpAT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tPaZBeBpAT .image-block {
    width: 100% !important;
  }
}
.cid-tPaY5nzeRt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tPaY5nzeRt .counter-container {
  color: #464646;
}
.cid-tPaY5nzeRt .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-tPaY5nzeRt .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tPaY5nzeRt .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-tPaY5nzeRt P {
  text-align: left;
  color: #767676;
}
.cid-tPaZL6Xdg6 {
  background: #ffffff;
}
.cid-tPaZL6Xdg6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tPaZL6Xdg6 .mbr-figure {
  margin: 0 auto;
}
.cid-tPaZL6Xdg6 figcaption {
  position: relative;
}
.cid-tPaZL6Xdg6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tPaZL6Xdg6 .image-block {
    width: 100% !important;
  }
}
.cid-tPaZW7QTNX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPaZW7QTNX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tPaZW7QTNX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tPaZW7QTNX .item-wrapper {
  height: 100%;
}
.cid-tPaZW7QTNX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPaZW7QTNX .carousel-control,
.cid-tPaZW7QTNX .close {
  background: #1b1b1b;
}
.cid-tPaZW7QTNX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPaZW7QTNX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPaZW7QTNX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tPaZW7QTNX .close::before {
  content: '\e91a';
}
.cid-tPaZW7QTNX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPaZW7QTNX .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tPaZW7QTNX .carousel-inner > .active {
  display: block;
}
.cid-tPaZW7QTNX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPaZW7QTNX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPaZW7QTNX .carousel-control .icon-next,
.cid-tPaZW7QTNX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tPaZW7QTNX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPaZW7QTNX .carousel-control,
  .cid-tPaZW7QTNX .carousel-indicators,
  .cid-tPaZW7QTNX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPaZW7QTNX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPaZW7QTNX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPaZW7QTNX .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tPaZW7QTNX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPaZW7QTNX .carousel-indicators {
    display: none;
  }
}
.cid-tPaZW7QTNX .carousel-indicators .active,
.cid-tPaZW7QTNX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tPaZW7QTNX .carousel-indicators .active {
  background: #fff;
}
.cid-tPaZW7QTNX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPaZW7QTNX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPaZW7QTNX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPaZW7QTNX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPaZW7QTNX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPaZW7QTNX .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tPaZW7QTNX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPaZW7QTNX .carousel {
  width: 100%;
}
.cid-tPaZW7QTNX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPaZW7QTNX .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tPaZW7QTNX .modal.fade .modal-dialog,
.cid-tPaZW7QTNX .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tPaZW7QTNX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPaZW7QTNX a {
  display: block;
}
.cid-tPaZW7QTNX a.img {
  pointer-events: none;
}
.cid-tPb1N13UU1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tPb1N13UU1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tPb1N13UU1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tPb1N13UU1 .item-wrapper {
  height: 100%;
}
.cid-tPb1N13UU1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPb1N13UU1 .carousel-control,
.cid-tPb1N13UU1 .close {
  background: #1b1b1b;
}
.cid-tPb1N13UU1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPb1N13UU1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPb1N13UU1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tPb1N13UU1 .close::before {
  content: '\e91a';
}
.cid-tPb1N13UU1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPb1N13UU1 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tPb1N13UU1 .carousel-inner > .active {
  display: block;
}
.cid-tPb1N13UU1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPb1N13UU1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPb1N13UU1 .carousel-control .icon-next,
.cid-tPb1N13UU1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tPb1N13UU1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPb1N13UU1 .carousel-control,
  .cid-tPb1N13UU1 .carousel-indicators,
  .cid-tPb1N13UU1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPb1N13UU1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPb1N13UU1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPb1N13UU1 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tPb1N13UU1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPb1N13UU1 .carousel-indicators {
    display: none;
  }
}
.cid-tPb1N13UU1 .carousel-indicators .active,
.cid-tPb1N13UU1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tPb1N13UU1 .carousel-indicators .active {
  background: #fff;
}
.cid-tPb1N13UU1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPb1N13UU1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPb1N13UU1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPb1N13UU1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPb1N13UU1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPb1N13UU1 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tPb1N13UU1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPb1N13UU1 .carousel {
  width: 100%;
}
.cid-tPb1N13UU1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPb1N13UU1 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tPb1N13UU1 .modal.fade .modal-dialog,
.cid-tPb1N13UU1 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tPb1N13UU1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPb1N13UU1 a {
  display: block;
}
.cid-tPb1N13UU1 a.img {
  pointer-events: none;
}
.cid-tPaY1X3MEi {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tPaY1X3MEi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPaY1X3MEi .carousel-item.active,
.cid-tPaY1X3MEi .carousel-item-next,
.cid-tPaY1X3MEi .carousel-item-prev {
  display: flex;
}
.cid-tPaY1X3MEi .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-tPaY1X3MEi .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #232323;
  opacity: .9;
}
.cid-tPaY1X3MEi .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tPaY1X3MEi .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-tPaY1X3MEi .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-tPaY1X3MEi .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tPaY1X3MEi .user_text {
  color: #767676;
}
.cid-tPaY1X3MEi .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-tPaY1X3MEi .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-tPaY1X3MEi .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tPaZvvjA94 {
  background: #ffffff;
}
.cid-tPaZvvjA94 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tPaZvvjA94 .mbr-figure {
  margin: 0 auto;
}
.cid-tPaZvvjA94 figcaption {
  position: relative;
}
.cid-tPaZvvjA94 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tPaZvvjA94 .image-block {
    width: 100% !important;
  }
}
.cid-tOVoj1JVDs {
  background: #ffffff;
}
.cid-tOVoj1JVDs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tOVoj1JVDs .mbr-figure {
  margin: 0 auto;
}
.cid-tOVoj1JVDs figcaption {
  position: relative;
}
.cid-tOVoj1JVDs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOVoj1JVDs .image-block {
    width: 100% !important;
  }
}
.cid-tOVoj1WOsU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tOVoj1WOsU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tOVoj1WOsU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOVoj1WOsU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOVoj1WOsU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tOVoj1WOsU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tOVoj1WOsU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tOVoj1WOsU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tOVoj1WOsU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tOVoj1WOsU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tOVoj2mxBQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tOVoj2mxBQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tOVoj2mxBQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOVoj2mxBQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOVoj2mxBQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tOVoj2mxBQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tOVoj2mxBQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tOVoj2mxBQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tOVoj2mxBQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tOVoj2mxBQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tOVoj2NXee {
  background: #ffffff;
}
.cid-tOVoj2NXee .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tOVoj2NXee .mbr-figure {
  margin: 0 auto;
}
.cid-tOVoj2NXee figcaption {
  position: relative;
}
.cid-tOVoj2NXee figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOVoj2NXee .image-block {
    width: 100% !important;
  }
}
.cid-tOVoj38MTa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tOVoj38MTa .container {
    padding: 1rem;
  }
}
.cid-tOVoj38MTa .card-box {
  padding: 0 2rem;
}
.cid-tOVoj38MTa .card {
  padding: 0!important;
}
.cid-tOVoj38MTa .mbr-section-btn {
  padding-top: 2rem;
}
.cid-tOVoj38MTa .container-fluid {
  padding: 0;
}
.cid-tOVoj38MTa .card1 {
  background-image: url("../../../assets/images/foto-varias-2.png");
}
.cid-tOVoj38MTa .card2 {
  background-image: url("../../../assets/images/foto-varias-01-copiar-1.png");
}
.cid-tOVoj38MTa .card3 {
  background-image: url("../../../assets/images/foto-varias-01-copiar-3.png");
}
.cid-tOVoj38MTa h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tOVoj38MTa p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-tOVoj38MTa .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-tOVoj38MTa .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tOVoj38MTa .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-tOVoj38MTa .mbr-text,
.cid-tOVoj38MTa .mbr-section-btn {
  color: #ffc300;
}
.cid-tOVoj38MTa .card-title {
  color: #ffc300;
}
.cid-tOVoj3GbIQ {
  background: #ffffff;
}
.cid-tOVoj3GbIQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tOVoj3GbIQ .mbr-figure {
  margin: 0 auto;
}
.cid-tOVoj3GbIQ figcaption {
  position: relative;
}
.cid-tOVoj3GbIQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOVoj3GbIQ .image-block {
    width: 100% !important;
  }
}
.cid-tOVoj3T8t9 {
  background: #ffffff;
}
.cid-tOVoj3T8t9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tOVoj3T8t9 .mbr-figure {
  margin: 0 auto;
}
.cid-tOVoj3T8t9 figcaption {
  position: relative;
}
.cid-tOVoj3T8t9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOVoj3T8t9 .image-block {
    width: 100% !important;
  }
}
.cid-tOVoj4eErp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tOVoj4eErp .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tOVoj4eErp h2,
.cid-tOVoj4eErp h3,
.cid-tOVoj4eErp h4,
.cid-tOVoj4eErp p {
  color: #ffffff;
}
.cid-tOVoj4eErp .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tOVoj4eErp .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tOVoj4eErp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOVoj4eErp .form-control {
  box-shadow: none;
  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-tOVoj4eErp .form-control:focus,
.cid-tOVoj4eErp .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tOVoj4eErp .form-group {
  margin-bottom: 1rem;
}
.cid-tOVoj4eErp input::-webkit-input-placeholder,
.cid-tOVoj4eErp textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tOVoj4eErp input:-moz-placeholder,
.cid-tOVoj4eErp textarea:-moz-placeholder {
  color: #656565;
}
.cid-tOVoj4eErp .jq-selectbox li,
.cid-tOVoj4eErp .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tOVoj4eErp .jq-selectbox li:hover,
.cid-tOVoj4eErp .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tOVoj4eErp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tOVoj4eErp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tOVoj4eErp .mbr-text {
  color: #767676;
}
.cid-tOVoj4eErp a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tOVoj4eErp .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOVoj4eErp .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tOVoj4eErp textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tOVoj4eErp h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tOVoj4eErp .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tOVoj4eErp .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tOVoj4eErp .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tOVoj4eErp H3 {
  color: #0c18bb;
}
.cid-tOVoj4eErp H2 {
  color: #0c18bb;
}
.cid-tOVoj4yz1d {
  background: #ffffff;
}
.cid-tOVoj4yz1d .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tOVoj4yz1d .mbr-figure {
  margin: 0 auto;
}
.cid-tOVoj4yz1d figcaption {
  position: relative;
}
.cid-tOVoj4yz1d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOVoj4yz1d .image-block {
    width: 100% !important;
  }
}
.cid-tOVoj4RI9r .google-map {
  height: 25rem;
  position: relative;
}
.cid-tOVoj4RI9r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOVoj4RI9r .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tOVoj4RI9r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOVoj4RI9r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
