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





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.0rem;
}
/* ---- 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 {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7a3237 !important;
}
.bg-success {
  background-color: #f7ed4a !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: #7a3237 !important;
  border-color: #7a3237 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #46899f !important;
  border-color: #46899f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2f5b6a !important;
  border-color: #2f5b6a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f5b6a !important;
  border-color: #2f5b6a !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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7a3237;
  border-color: #7a3237;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7a3237 !important;
  border-color: #7a3237 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #274c58;
  color: #274c58;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #46899f;
  border-color: #46899f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #46899f !important;
  border-color: #46899f !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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: #7a3237 !important;
}
.text-secondary {
  color: #46899f !important;
}
.text-success {
  color: #f7ed4a !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #274c58 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7a3237;
  border-color: #7a3237;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #7a3237;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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 a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #7a3237;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #7a3237;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #7a3237;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7a3237;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7a3237;
}
/* Headers*/
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@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: #7a3237;
  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: #7a3237;
  border-bottom-color: #7a3237;
}
.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: #7a3237 !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: #46899f !important;
  box-shadow: none !important;
}
.cid-rxMLfbDONu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rxMLfbDONu P {
  color: #767676;
}
.cid-rxMLfbDONu .top-logo-sub {
  text-transform: uppercase;
}
.cid-rxMLfbDONu .top-meta {
  display: inline-block;
  margin-right: 1rem;
}
.cid-rxMIcmwxQ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rxMIcmwxQ4 P {
  color: #767676;
}
.cid-rxMIcmwxQ4 #bottombar .navbar {
  min-height: 60px;
}
.cid-rxMJCoIAo2 {
      padding-top: 157px;
    height: 453px;
    padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-rxMRDDE76R {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxMRDDE76R .mbr-text {
  color: #767676;
}
.cid-rxMRDDE76R h4 {
  text-align: center;
}
.cid-rxMRDDE76R p {
  text-align: center;
}
.cid-rxMRDDE76R .card-img span {
  font-size: 96px;
  color: #7a3237;
}
.cid-rxMRDDE76R .header-hiw {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-rxMRDDE76R .line-hiw {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-rxN2e1KzBF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rxN2e1KzBF .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rxN2e1KzBF .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rxN2e1KzBF .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rxN2e1KzBF .separline {
  position: relative;
}
.cid-rxN2e1KzBF .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rxN2e1KzBF .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rxN2e1KzBF .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rxN2e1KzBF .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rxN2e1KzBF .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rxN2e1KzBF .header-wcu {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.cid-rxN2e1KzBF .line-wcu {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-rxN83PUubr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxN83PUubr .card-img {
  background-color: #fff;
}
.cid-rxN83PUubr .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rxN83PUubr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rxN83PUubr p {
  text-align: justify;
  font-size: 18px;
}
.cid-rxN83PUubr .mbr-text {
  color: #767676;
}
.cid-rxN83PUubr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rxN83PUubr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rxN83PUubr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rxN83PUubr .header-tre {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-rxN83PUubr .line-tre {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-rxO9mYtOf3 {
  /* padding-top: 90px;
  padding-bottom: 90px; */
  background-color: #ffffff;
}
.cid-rxO9mYtOf3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rxO9mYtOf3 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rxO9mYtOf3 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rxO9mYtOf3 .team-item .item-image img {
  width: 100%;
  height: 252px;
}
.cid-rxO9mYtOf3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rxO9mYtOf3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rxO9mYtOf3 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rxO9mYtOf3 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rxO9mYtOf3 .team-item .item-caption {
  background: #efefef;
}
.cid-rxO9mYtOf3 .header-moa {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.cid-rxO9mYtOf3 .line-moa {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry7wuRU0CJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ry7wuRU0CJ .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ry7wuRU0CJ .content {
    text-align: center;
  }
  .cid-ry7wuRU0CJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ry7wuRU0CJ .img-logo img {
  height: 14rem;
}
.cid-ry7wuRU0CJ .form-group,
.cid-ry7wuRU0CJ .input-group-btn {
  padding: 0;
}
.cid-ry7wuRU0CJ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-ry7wuRU0CJ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-ry7wuRU0CJ .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ry7wuRU0CJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ry7wuRU0CJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ry7wuRU0CJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ry7wuRU0CJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ry7wuRU0CJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ry7wuRU0CJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ry7wuRU0CJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ry7wuRU0CJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ry7wuRU0CJ .foot-logo {
    text-align: center !important;
  }
  .cid-ry7wuRU0CJ .foot-title {
    text-align: center !important;
  }
  .cid-ry7wuRU0CJ .mbr-text {
    text-align: center !important;
  }
  .cid-ry7wuRU0CJ .form-group {
    margin: 0;
  }
}
.cid-rxPXTy0FD7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rxPXTy0FD7 P {
  color: #767676;
}
.cid-rxPXTy0FD7 .top-logo-sub {
  text-transform: uppercase;
}
.cid-rxPXTy0FD7 .top-meta {
  display: inline-block;
  margin-right: 1rem;
}
.cid-rxPXTzsAti {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rxPXTzsAti P {
  color: #767676;
}
.cid-rxPXTzsAti #bottombar .navbar {
  min-height: 60px;
}
.cid-rxPY8Xt4cq .modal-body .close {
  background: #1b1b1b;
}
.cid-rxPY8Xt4cq .modal-body .close span {
  font-style: normal;
}
.cid-rxPY8Xt4cq .carousel-inner > .active,
.cid-rxPY8Xt4cq .carousel-inner > .next,
.cid-rxPY8Xt4cq .carousel-inner > .prev {
  display: table;
}
.cid-rxPY8Xt4cq .carousel-control .icon-next,
.cid-rxPY8Xt4cq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxPY8Xt4cq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxPY8Xt4cq .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxPY8Xt4cq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxPY8Xt4cq .boxed-slider > div {
  position: relative;
}
.cid-rxPY8Xt4cq .container img {
  width: 100%;
}
.cid-rxPY8Xt4cq .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxPY8Xt4cq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxPY8Xt4cq .mbr-table-cell {
  padding: 0;
}
.cid-rxPY8Xt4cq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxPY8Xt4cq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxPY8Xt4cq .mbr-overlay {
  z-index: 1;
}
.cid-rxPY8Xt4cq .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxPY8Xt4cq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxPY8Xt4cq .carousel-item .container {
    width: 100%;
  }
}
.cid-rxPY8Xt4cq .carousel-item-next.carousel-item-left,
.cid-rxPY8Xt4cq .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxPY8Xt4cq .active.carousel-item-right,
.cid-rxPY8Xt4cq .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxPY8Xt4cq .active.carousel-item-left,
.cid-rxPY8Xt4cq .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxPY8Xt4cq .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxPY8Xt4cq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxPY8Xt4cq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxPY8Xt4cq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rxPY8Xt4cq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxPY8Xt4cq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxPY8Xt4cq .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rxPY8Xt4cq .mbr-slider .carousel-indicators li.active,
.cid-rxPY8Xt4cq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxPY8Xt4cq .mbr-slider .carousel-indicators li::after,
.cid-rxPY8Xt4cq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxPY8Xt4cq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxPY8Xt4cq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxPY8Xt4cq .mbr-slider > .container img {
  width: 100%;
}
.cid-rxPY8Xt4cq .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxPY8Xt4cq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxPY8Xt4cq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxPY8Xt4cq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxPY8Xt4cq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxPY8Xt4cq .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxPY8Xt4cq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxPY8Xt4cq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxPY8Xt4cq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxPY8Xt4cq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxPY8Xt4cq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxPY8Xt4cq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxPY8Xt4cq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ry0qCXp2o3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry0qCXp2o3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ry0qCXp2o3 p {
  color: #767676;
  text-align: left;
}
.cid-ry0qCXp2o3 .card-box {
  padding-top: 2rem;
}
.cid-ry0qCXp2o3 .card-wrapper {
  height: 100%;
}
.cid-ry0qCXp2o3 .header-services {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-ry0qCXp2o3 .line-services {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-rxPXTE7Swo {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rxPXTE7Swo .card-img {
  background-color: #fff;
  position: relative;
}
.cid-rxPXTE7Swo .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rxPXTE7Swo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rxPXTE7Swo p {
  text-align: left;
}
.cid-rxPXTE7Swo .mbr-text {
  color: #767676;
}
.cid-rxPXTE7Swo .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rxPXTE7Swo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rxPXTE7Swo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rxPXTE7Swo .header-tre {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-rxPXTE7Swo .line-tre {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-rxPXTE7Swo .item-desc-bottom {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: .35rem;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cid-rxPXTE7Swo .item-price {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  max-width: 6rem;
  padding: .35rem;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ry0tAVeYiq {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ry0tAVeYiq .card-img {
  background-color: #fff;
  position: relative;
}
.cid-ry0tAVeYiq .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ry0tAVeYiq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ry0tAVeYiq p {
  text-align: left;
}
.cid-ry0tAVeYiq .mbr-text {
  color: #767676;
}
.cid-ry0tAVeYiq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ry0tAVeYiq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ry0tAVeYiq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ry0tAVeYiq .header-sale {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-ry0tAVeYiq .line-sale {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry0tAVeYiq .item-meta {
  display: block;
}
.cid-ry0tAVeYiq .item-price {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: .35rem;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ry131v1Kh4 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry131v1Kh4 .mbr-section-subtitle {
  color: #767676;
}
.cid-ry131v1Kh4 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ry131v1Kh4 .mbr-text {
  color: #767676;
}
.cid-ry131v1Kh4 .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-ry131v1Kh4 .mbr-author-name {
  color: #767676;
}
.cid-ry131v1Kh4 .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-ry131v1Kh4 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem 2.4rem 0 2.4rem;
}
.cid-ry131v1Kh4 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-ry131v1Kh4 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ry131v1Kh4 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-ry131v1Kh4 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ry131v1Kh4 .header-testimonials {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ry131v1Kh4 .line-testimonials {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry13YbuT6i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry13YbuT6i .mbr-section-subtitle {
  color: #767676;
}
.cid-ry13YbuT6i .btn {
  margin: 0 0 .5rem 0;
}
.cid-ry13YbuT6i .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rxPXTH9VBs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rxPXTH9VBs .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxPXTH9VBs .content {
    text-align: center;
  }
  .cid-rxPXTH9VBs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rxPXTH9VBs .img-logo img {
  height: 6rem;
}
.cid-rxPXTH9VBs .form-group,
.cid-rxPXTH9VBs .input-group-btn {
  padding: 0;
}
.cid-rxPXTH9VBs .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-rxPXTH9VBs .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-rxPXTH9VBs .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rxPXTH9VBs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxPXTH9VBs .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rxPXTH9VBs .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxPXTH9VBs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rxPXTH9VBs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxPXTH9VBs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxPXTH9VBs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxPXTH9VBs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rxPXTH9VBs .foot-logo {
    text-align: center !important;
  }
  .cid-rxPXTH9VBs .foot-title {
    text-align: center !important;
  }
  .cid-rxPXTH9VBs .mbr-text {
    text-align: center !important;
  }
  .cid-rxPXTH9VBs .form-group {
    margin: 0;
  }
}
.cid-ry17E01Z2f {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ry17E01Z2f P {
  color: #767676;
}
.cid-ry17E01Z2f .top-logo-sub {
  text-transform: uppercase;
}
.cid-ry17E01Z2f .top-meta {
  display: inline-block;
  margin-right: 1rem;
}
.cid-ry17E1Sdnm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry17E1Sdnm P {
  color: #767676;
}
.cid-ry17E1Sdnm #bottombar .navbar {
  min-height: 60px;
}
.cid-ry7nIagpIG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-ry17E6UIrN {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ry17E6UIrN .card-img {
  background-color: #fff;
  position: relative;
}
.cid-ry17E6UIrN .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ry17E6UIrN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ry17E6UIrN p {
  text-align: left;
}
.cid-ry17E6UIrN .mbr-text {
  color: #767676;
}
.cid-ry17E6UIrN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ry17E6UIrN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ry17E6UIrN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ry17E6UIrN .header-sale {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-ry17E6UIrN .line-sale {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry17E6UIrN .item-meta {
  display: block;
}
.cid-ry17E6UIrN .item-price {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: .35rem;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ry19a0X7tY {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry19a0X7tY .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ry19a0X7tY .step {
  width: 70px;
  height: 70px;
  font-size: 35px;
  border-radius: 50%;
  border: 2px solid #7a3237;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-ry19a0X7tY .separline .step-wrapper {
    position: relative;
  }
  .cid-ry19a0X7tY .separline .step-wrapper:before,
  .cid-ry19a0X7tY .separline .step-wrapper:after {
    top: 37px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 35px - 8px);
    background-color: #7a3237;
  }
  .cid-ry19a0X7tY .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-ry19a0X7tY .separline .step-wrapper:after {
    left: calc(50% + 8px + 35px);
  }
  .cid-ry19a0X7tY .separline.last-child .step-wrapper:after,
  .cid-ry19a0X7tY .separline:nth-child(3n) .step-wrapper:after,
  .cid-ry19a0X7tY .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-ry19a0X7tY .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-ry19a0X7tY .header-hiw {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-ry19a0X7tY .line-hiw {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry17E5liZV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ry17E5liZV .card-img {
  background-color: #fff;
  position: relative;
}
.cid-ry17E5liZV .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ry17E5liZV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ry17E5liZV p {
  text-align: left;
}
.cid-ry17E5liZV .mbr-text {
  color: #767676;
}
.cid-ry17E5liZV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ry17E5liZV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ry17E5liZV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ry17E5liZV .header-tre {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-ry17E5liZV .line-tre {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry17E5liZV .item-desc-bottom {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: .35rem;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ry17E5liZV .item-price {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  max-width: 6rem;
  padding: .35rem;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ry1bDFR9PA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ry1bDFR9PA .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ry1bDFR9PA .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #767676;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-ry1bDFR9PA .nav-tabs .nav-link:hover {
  background-color: #7a3237;
}
.cid-ry1bDFR9PA .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #7a3237;
}
.cid-ry1bDFR9PA .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #7a3237;
}
.cid-ry1bDFR9PA .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-ry1bDFR9PA .mbr-section-subtitle {
  color: #767676;
}
.cid-ry1bDFR9PA p {
  color: #767676;
}
.cid-ry1bDFR9PA .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-ry1bDFR9PA .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-ry1bDFR9PA .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ry1bDFR9PA .header-wcu {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-ry1bDFR9PA .line-wcu {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry1fGxmeZW {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ry1fGxmeZW .card-img {
  background-color: #fff;
  position: relative;
}
.cid-ry1fGxmeZW .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ry1fGxmeZW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ry1fGxmeZW p {
  text-align: left;
}
.cid-ry1fGxmeZW .mbr-text {
  color: #767676;
}
.cid-ry1fGxmeZW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ry1fGxmeZW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ry1fGxmeZW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ry1fGxmeZW .header-sale {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-ry1fGxmeZW .line-sale {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry1fGxmeZW .item-meta {
  display: block;
}
.cid-ry1fGxmeZW .item-price {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: .35rem;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cid-ry1gaDYV8P {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry1gaDYV8P .mbr-section-subtitle {
  color: #767676;
}
.cid-ry1gaDYV8P .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ry1gaDYV8P .mbr-text {
  color: #767676;
}
.cid-ry1gaDYV8P .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-ry1gaDYV8P .mbr-author-name {
  color: #767676;
}
.cid-ry1gaDYV8P .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-ry1gaDYV8P .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem 2.4rem 0 2.4rem;
}
.cid-ry1gaDYV8P .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-ry1gaDYV8P .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ry1gaDYV8P .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-ry1gaDYV8P .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ry1gaDYV8P .header-testimonials {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ry1gaDYV8P .line-testimonials {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry17Eb6Dnr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ry17Eb6Dnr .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ry17Eb6Dnr .content {
    text-align: center;
  }
  .cid-ry17Eb6Dnr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ry17Eb6Dnr .img-logo img {
  height: 6rem;
}
.cid-ry17Eb6Dnr .form-group,
.cid-ry17Eb6Dnr .input-group-btn {
  padding: 0;
}
.cid-ry17Eb6Dnr .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-ry17Eb6Dnr .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-ry17Eb6Dnr .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ry17Eb6Dnr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ry17Eb6Dnr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ry17Eb6Dnr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ry17Eb6Dnr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ry17Eb6Dnr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ry17Eb6Dnr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ry17Eb6Dnr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ry17Eb6Dnr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ry17Eb6Dnr .foot-logo {
    text-align: center !important;
  }
  .cid-ry17Eb6Dnr .foot-title {
    text-align: center !important;
  }
  .cid-ry17Eb6Dnr .mbr-text {
    text-align: center !important;
  }
  .cid-ry17Eb6Dnr .form-group {
    margin: 0;
  }
}
.cid-ry1hBBzLTT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  padding-top: 30px;
}
.cid-ry1hBBzLTT P {
  color: #767676;
}
.cid-ry1hBBzLTT #topbar .navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cid-ry1hBBzLTT .top-promo-text {
  display: block;
  margin-top: -0.2rem;
  color: #fff;
}
.cid-ry1hBBzLTT .announce-text {
  display: block;
  margin-top: -0.3rem;
}
.cid-ry1htHMz4u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ry1htHMz4u P {
  color: #767676;
}
.cid-ry1htHMz4u #bottombar .navbar {
  min-height: 60px;
}
.cid-ry1rq7THcv .modal-body .close {
  background: #1b1b1b;
}
.cid-ry1rq7THcv .modal-body .close span {
  font-style: normal;
}
.cid-ry1rq7THcv .carousel-inner > .active,
.cid-ry1rq7THcv .carousel-inner > .next,
.cid-ry1rq7THcv .carousel-inner > .prev {
  display: table;
}
.cid-ry1rq7THcv .carousel-control .icon-next,
.cid-ry1rq7THcv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ry1rq7THcv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ry1rq7THcv .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ry1rq7THcv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ry1rq7THcv .boxed-slider > div {
  position: relative;
}
.cid-ry1rq7THcv .container img {
  width: 100%;
}
.cid-ry1rq7THcv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ry1rq7THcv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ry1rq7THcv .mbr-table-cell {
  padding: 0;
}
.cid-ry1rq7THcv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ry1rq7THcv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ry1rq7THcv .mbr-overlay {
  z-index: 1;
}
.cid-ry1rq7THcv .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ry1rq7THcv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ry1rq7THcv .carousel-item .container {
    width: 100%;
  }
}
.cid-ry1rq7THcv .carousel-item-next.carousel-item-left,
.cid-ry1rq7THcv .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ry1rq7THcv .active.carousel-item-right,
.cid-ry1rq7THcv .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ry1rq7THcv .active.carousel-item-left,
.cid-ry1rq7THcv .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ry1rq7THcv .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ry1rq7THcv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ry1rq7THcv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ry1rq7THcv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ry1rq7THcv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ry1rq7THcv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ry1rq7THcv .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ry1rq7THcv .mbr-slider .carousel-indicators li.active,
.cid-ry1rq7THcv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ry1rq7THcv .mbr-slider .carousel-indicators li::after,
.cid-ry1rq7THcv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ry1rq7THcv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ry1rq7THcv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ry1rq7THcv .mbr-slider > .container img {
  width: 100%;
}
.cid-ry1rq7THcv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ry1rq7THcv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ry1rq7THcv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ry1rq7THcv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ry1rq7THcv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ry1rq7THcv .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ry1rq7THcv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ry1rq7THcv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ry1rq7THcv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ry1rq7THcv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ry1rq7THcv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ry1rq7THcv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ry1rq7THcv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ry4Xm5zAyP {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ry4Xm5zAyP P {
  color: #767676;
}
.cid-ry7cQRBpbA {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry7cQRBpbA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ry7cQRBpbA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ry7cQRBpbA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ry7cQRBpbA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ry7cQRBpbA .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-ry7cQRBpbA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ry7cQRBpbA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ry7cQRBpbA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ry7cQRBpbA .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-ry1htJrUjC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #edf4f5;
}
.cid-ry1htJrUjC .mbr-text {
  color: #767676;
}
.cid-ry1htJrUjC h4 {
  text-align: center;
}
.cid-ry1htJrUjC p {
  text-align: center;
}
.cid-ry1htJrUjC .card-img span {
  font-size: 96px;
  color: #7a3237;
}
.cid-ry1htJrUjC .header-hiw {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-ry1htJrUjC .line-hiw {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry1htKQLvF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry1htKQLvF .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ry1htKQLvF .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #b2ccd2;
}
@media (max-width: 767px) {
  .cid-ry1htKQLvF .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-ry1htKQLvF .separline {
  position: relative;
}
.cid-ry1htKQLvF .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-ry1htKQLvF .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-ry1htKQLvF .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ry1htKQLvF .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ry1htKQLvF .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-ry1htKQLvF .header-wcu {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.cid-ry1htKQLvF .line-wcu {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry7gFWHZFO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ry7gFWHZFO P {
  color: #767676;
}
.cid-ry1htMqd96 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry1htMqd96 .card-img {
  background-color: #fff;
}
.cid-ry1htMqd96 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ry1htMqd96 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ry1htMqd96 p {
  text-align: left;
}
.cid-ry1htMqd96 .mbr-text {
  color: #767676;
}
.cid-ry1htMqd96 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ry1htMqd96 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ry1htMqd96 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ry1htMqd96 .header-tre {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-ry1htMqd96 .line-tre {
  display: block;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
  border: 2px solid #7a3237;
  margin-top: .5rem;
  border-radius: 2px;
}
.cid-ry7hzh0Zlv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry7hzh0Zlv .mbr-section-subtitle {
  color: #767676;
}
.cid-ry7hzh0Zlv .formoid {
  margin: auto;
}
.cid-ry7hzh0Zlv .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-ry7hzh0Zlv .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-ry7hzh0Zlv a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ry7hzh0Zlv a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-ry7hzh0Zlv .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ry7hzh0Zlv .form-group,
  .cid-ry7hzh0Zlv .input-group-btn,
  .cid-ry7hzh0Zlv .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-ry7hzh0Zlv .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-ry7wCPwWTP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ry7wCPwWTP .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ry7wCPwWTP .content {
    text-align: center;
  }
  .cid-ry7wCPwWTP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ry7wCPwWTP .img-logo img {
  height: 6rem;
}
.cid-ry7wCPwWTP .form-group,
.cid-ry7wCPwWTP .input-group-btn {
  padding: 0;
}
.cid-ry7wCPwWTP .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-ry7wCPwWTP .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-ry7wCPwWTP .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ry7wCPwWTP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ry7wCPwWTP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ry7wCPwWTP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ry7wCPwWTP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ry7wCPwWTP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ry7wCPwWTP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ry7wCPwWTP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ry7wCPwWTP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ry7wCPwWTP .foot-logo {
    text-align: center !important;
  }
  .cid-ry7wCPwWTP .foot-title {
    text-align: center !important;
  }
  .cid-ry7wCPwWTP .mbr-text {
    text-align: center !important;
  }
  .cid-ry7wCPwWTP .form-group {
    margin: 0;
  }
}
.cid-ry7oMswh67 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  padding-top: 30px;
}
.cid-ry7oMswh67 P {
  color: #767676;
}
.cid-ry7oMswh67 #topbar .navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cid-ry7oMswh67 .top-promo-text {
  display: block;
  margin-top: -0.2rem;
  color: #fff;
}
.cid-ry7oMswh67 .announce-text {
  display: block;
  margin-top: -0.3rem;
}
.cid-ry7oMtroHx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ry7oMtroHx P {
  color: #767676;
}
.cid-ry7oMtroHx #bottombar .navbar {
  min-height: 60px;
}
.cid-ry7pfzTNyl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ry7pfzTNyl .mbr-text,
.cid-ry7pfzTNyl blockquote {
  color: #767676;
}
.cid-ry7p7AM3rA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry7p7AM3rA .title {
  margin-bottom: 2rem;
}
.cid-ry7p7AM3rA .mbr-section-subtitle {
  color: #767676;
}
.cid-ry7p7AM3rA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ry7p7AM3rA a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-ry7p7AM3rA textarea.form-control {
  min-height: 188px;
}
.cid-ry7oMDN0pC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry7oMDN0pC .mbr-section-subtitle {
  color: #767676;
}
.cid-ry7oMDN0pC .formoid {
  margin: auto;
}
.cid-ry7oMDN0pC .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-ry7oMDN0pC .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-ry7oMDN0pC a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ry7oMDN0pC a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-ry7oMDN0pC .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ry7oMDN0pC .form-group,
  .cid-ry7oMDN0pC .input-group-btn,
  .cid-ry7oMDN0pC .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-ry7oMDN0pC .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-ry7oMEQY7c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ry7oMEQY7c .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ry7oMEQY7c .content {
    text-align: center;
  }
  .cid-ry7oMEQY7c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ry7oMEQY7c .img-logo img {
  height: 6rem;
}
.cid-ry7oMEQY7c .form-group,
.cid-ry7oMEQY7c .input-group-btn {
  padding: 0;
}
.cid-ry7oMEQY7c .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-ry7oMEQY7c .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-ry7oMEQY7c .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ry7oMEQY7c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ry7oMEQY7c .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ry7oMEQY7c .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ry7oMEQY7c .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ry7oMEQY7c .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ry7oMEQY7c .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ry7oMEQY7c .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ry7oMEQY7c .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ry7oMEQY7c .foot-logo {
    text-align: center !important;
  }
  .cid-ry7oMEQY7c .foot-title {
    text-align: center !important;
  }
  .cid-ry7oMEQY7c .mbr-text {
    text-align: center !important;
  }
  .cid-ry7oMEQY7c .form-group {
    margin: 0;
  }
}
