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


body {
  font-family: 'Nunito', sans-serif !important;
  line-height: 1.5;
}
.mbr-section-title {
  font-family: 'Nunito', sans-serif !important;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-family: 'Nunito', sans-serif !important;
  line-height: 1.6;
  font-size: 1.1em;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.05rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.68rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif !important;
  font-size: 1.045rem;
}
.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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((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.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((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: 600;
  border-width: 2px;
  font-family: 'Nunito', sans-serif !important;
  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: 0.5rem 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: #149dcc !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: #149dcc !important;
  border-color: #149dcc !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: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #27ae60 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #d35400 !important;
}
.text-danger {
  color: #2c3e50 !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: #cc0033 !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) {
  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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.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 {
  border-radius: 100px;
}
#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: #ffffff;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: .9rem;
  line-height: .9;
  min-height: 3.5em;
  padding: .5em .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: .3;
  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: #149dcc;
  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;
}
.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@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: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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;
}
.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: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1060px) and (min-width: 1024px)  {
  .cid-rzdVcFHoZl .navbar-brand {
    margin-left: 0.1rem !important;
  }
  .cid-rzdVcFHoZl .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 0.2rem !important;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.cid-rzdoQ6nbLm .modal-body .close {
  background-blend-mode: screen;
  background-image: url('../../images/bg-newsletter-back.png');
  background: #1b1b1b;
  
}
.cid-rzdoQ6nbLm .modal-body .close span {
  font-style: normal;
}
.cid-rzdoQ6nbLm .carousel-inner > .active,
.cid-rzdoQ6nbLm .carousel-inner > .next,
.cid-rzdoQ6nbLm .carousel-inner > .prev {
  display: table;
}
.cid-rzdoQ6nbLm .carousel-control .icon-next,
.cid-rzdoQ6nbLm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rzdoQ6nbLm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdoQ6nbLm .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rzdoQ6nbLm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rzdoQ6nbLm .boxed-slider > div {
  position: relative;
}
.cid-rzdoQ6nbLm .container img {
  width: 100%;
}
.cid-rzdoQ6nbLm .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-rzdoQ6nbLm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rzdoQ6nbLm .mbr-table-cell {
  padding: 0;
}
.cid-rzdoQ6nbLm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rzdoQ6nbLm .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-rzdoQ6nbLm .mbr-overlay {
  z-index: 1;
}
.cid-rzdoQ6nbLm .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rzdoQ6nbLm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-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;
  -moz-transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}
@media (max-width: 576px) {
  .cid-rzdoQ6nbLm .carousel-item .container {
    width: 100%;
  }
}
.cid-rzdoQ6nbLm .carousel-item-next.carousel-item-left,
.cid-rzdoQ6nbLm .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.cid-rzdoQ6nbLm .active.carousel-item-right,
.cid-rzdoQ6nbLm .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rzdoQ6nbLm .active.carousel-item-left,
.cid-rzdoQ6nbLm .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rzdoQ6nbLm .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-rzdoQ6nbLm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rzdoQ6nbLm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rzdoQ6nbLm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rzdoQ6nbLm .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rzdoQ6nbLm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rzdoQ6nbLm .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-rzdoQ6nbLm .mbr-slider .carousel-indicators li.active,
.cid-rzdoQ6nbLm .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rzdoQ6nbLm .mbr-slider .carousel-indicators li::after,
.cid-rzdoQ6nbLm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rzdoQ6nbLm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rzdoQ6nbLm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rzdoQ6nbLm .mbr-slider > .container img {
  width: 100%;
}
.cid-rzdoQ6nbLm .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%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cid-rzdoQ6nbLm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rzdoQ6nbLm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rzdoQ6nbLm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rzdoQ6nbLm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rzdoQ6nbLm .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rzdoQ6nbLm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rzdoQ6nbLm .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rzdoQ6nbLm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rzdoQ6nbLm .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rzdoQ6nbLm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rzdoQ6nbLm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rzdoQ6nbLm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rzdqCLIJ3u {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../../images/back_reg.svg"),
  url("../../images/bg-newsletter-back.png");
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.cid-rzdqCLIJ3u h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rzdqCLIJ3u p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rzdqCLIJ3u .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rzdqCLIJ3u .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rzdqCLIJ3u .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rzdqCLIJ3u .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rzdqCLIJ3u .card-box {
    padding-left: 0;
  }
}
.cid-rzdCzrSlYR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzdCzrSlYR h2 {
  text-align: left;
}
.cid-rzdCzrSlYR h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rzdCzrSlYR p {
  color: #767676;
  text-align: left;
}
.cid-rzdCzrSlYR .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rzdCzrSlYR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rzdCzrSlYR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzdCzrSlYR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rzdCzrSlYR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rzdCzrSlYR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rzdCzrSlYR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rzdCzrSlYR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rzdCzrSlYR .card-img span {
    font-size: 40px !important;
  }
}
.cid-rzdr3tWi3Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rzdr3tWi3Z .mbr-section-subtitle,
.cid-rzdr3tWi3Z .mbr-text {
  color: #767676;
}
.cid-rzdr3tWi3Z .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rzdr3tWi3Z .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rzdr3tWi3Z .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rzdr3tWi3Z .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-rzdr3tWi3Z .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rzdr3tWi3Z .card-wrapper .card-img img {
  width: 100%;
}
.cid-rzdr3tWi3Z .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rzdr3tWi3Z .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rzdr3tWi3Z .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rzdr3tWi3Z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rzdr3tWi3Z .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rzdr3tWi3Z .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rzdr3tWi3Z .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rzdr3tWi3Z .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rzdrroFvk6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzdrroFvk6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rzdrroFvk6 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rzdrroFvk6 .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rzdrroFvk6 .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rzdrroFvk6 .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rzdrroFvk6 .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cid-rzdrroFvk6 .card {
  min-height: 300px;
}
.cid-rzdrroFvk6 .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-rzdrroFvk6 .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-rzdrroFvk6 .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rzdrroFvk6 .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rzdxlsLcCS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-rzdxlsLcCS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rzdxlsLcCS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rzdxlsLcCS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rzdxlsLcCS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rzdxlsLcCS .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-rzdxlsLcCS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rzdxlsLcCS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rzdxlsLcCS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rzdxlsLcCS .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-rzdrNhzTVo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzdrNhzTVo .mbr-section-subtitle {
  color: #ffffffcc;
  font-weight: 300;
  
}
.cid-rzdrNhzTVo .number-wrap {
  color: #000000;
  background-color: #ffffff;
  border-color: rgba(75, 75, 75, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
  box-shadow: 50px 40px 115px rgba(0, 0, 0, 0.1);
}
.cid-rzdrNhzTVo .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #0f7699;
}
.cid-rzdrNhzTVo .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rzdrNhzTVo .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-rzdrNhzTVo .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rzdrNhzTVo .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rzdrNhzTVo .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rzdrNhzTVo .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rzdrNhzTVo .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rzdrNhzTVo .number,
  .cid-rzdrNhzTVo .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rzdrNhzTVo .period {
    font-size: 0.8rem;
  }
}
.cid-rzdrQdbbmB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rzdrQdbbmB .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rzdrQdbbmB .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rzdrQdbbmB .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rzdrQdbbmB .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rzdrQdbbmB .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rzdrQdbbmB .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rzdrQdbbmB .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rzdrQdbbmB .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -30px;
}
.cid-rzdrQdbbmB .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rzdrQdbbmB .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rzdrQdbbmB .iconsBackground {
    left: 1.5rem;
  }
  .cid-rzdrQdbbmB .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rzdrQdbbmB .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rzdrQdbbmB .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rzdrQdbbmB .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rzdrWE3kFO {
  padding-top: 90px;
  padding-bottom: 90px;
  
  /*background: rgba(155, 95, 6, 0.678), url('../../images/back_reg.png');
    background-blend-mode: screen, difference, lighten;
    background-size: 100%;
    background-repeat: no-repeat;*/
}
.cid-rzdrWE3kFO .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rzdrWE3kFO .step {
  width: 110px;
  height: 110px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #FF6600;
  padding-bottom: 0;
}
.cid-rzdrWE3kFO .step:hover {
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  background-blend-mode: screen;
  background-image: url('../../images/bg-newsletter-back.png');
  background: rgba(187, 75, 0, 0.863);
}
@media (min-width: 768px) {
  .cid-rzdrWE3kFO .separline .step-wrapper {
    position: relative;
  }
  .cid-rzdrWE3kFO .separline .step-wrapper:before,
  .cid-rzdrWE3kFO .separline .step-wrapper:after {
    top: 55px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 45px - 17px);
    background-color: #efefef;
  }
  .cid-rzdrWE3kFO .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rzdrWE3kFO .separline .step-wrapper:after {
    left: calc(50% + 17px + 45px);
  }
  .cid-rzdrWE3kFO .separline.last-child .step-wrapper:after,
  .cid-rzdrWE3kFO .separline:nth-child(3n) .step-wrapper:after,
  .cid-rzdrWE3kFO .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rzdrWE3kFO .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rzdACNNuzd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-blend-mode: multiply;
    background-image: url('../../images/bg-newsletter-back.png');
  background: linear-gradient(45deg, #ff7f9fdc, #149eccd8);
}
.cid-rzdACNNuzd .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzdv3WNom7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rzdv3WNom7 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rzdv3WNom7 .carousel-item.active,
.cid-rzdv3WNom7 .carousel-item-next,
.cid-rzdv3WNom7 .carousel-item-prev {
  display: flex;
}
.cid-rzdv3WNom7 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rzdv3WNom7 .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rzdv3WNom7 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rzdv3WNom7 .user_image {
  width: 350px;
  height: 350px;
  overflow: hidden;
  border-radius: 80px 80px 80px 0px;
  margin: 0 auto 0.5rem auto;
}
.cid-rzdv3WNom7 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rzdv3WNom7 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rzduU6CtSB {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzduU6CtSB .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzduU6CtSB .icon-block {
  margin-bottom: 10px;
}
.cid-rzduU6CtSB .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzduU6CtSB .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzduU6CtSB .mbr-text {
  color: #767676;
}
.cid-rzduU6CtSB textarea.form-control {
  min-height: 100px;
}
.cid-rzduU6CtSB a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzduU6CtSB .google-map {
  height: 33rem;
  position: relative;
}
.cid-rzduU6CtSB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzduU6CtSB .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-rzduU6CtSB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzduU6CtSB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzduU6CtSB h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzduU6CtSB .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzduU6CtSB .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzduU6CtSB .icon-block,
.cid-rzduU6CtSB .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdzmWm8dN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdzmWm8dN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdzmWm8dN .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdzmWm8dN .media-wrap img {
  height: 6rem;
}
.cid-rzdzmWm8dN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdzmWm8dN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdzmWm8dN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdzmWm8dN .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-rzdzmWm8dN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdzmWm8dN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdzmWm8dN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdzmWm8dN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdzmWm8dN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rzdVcFHoZl .navbar {
  padding: .5rem 0;
  /* background: url('../../images/bg-footer.png'); */
  transition: none;
  min-height: 77px;
  background-blend-mode: screen;
  background-image: url('../../images/bg-newsletter-back.png');
  background-color: #d6d6d6d5;
}
.cid-rzdVcFHoZl .navbar-dropdown.bg-color.transparent.opened {
  box-shadow: 50px 40px 115px rgba(0, 0, 0, 0.1);
}
.cid-rzdVcFHoZl a {
  font-style: normal;
}
.cid-rzdVcFHoZl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rzdVcFHoZl .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  color: #000000;
}
.cid-rzdVcFHoZl .nav-item:focus,
.cid-rzdVcFHoZl .nav-link:focus {
  outline: none;
}
.cid-rzdVcFHoZl .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzdVcFHoZl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rzdVcFHoZl .menu-logo {
  margin-right: auto;
}
.cid-rzdVcFHoZl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzdVcFHoZl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzdVcFHoZl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzdVcFHoZl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzdVcFHoZl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzdVcFHoZl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzdVcFHoZl .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rzdVcFHoZl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rzdVcFHoZl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzdVcFHoZl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzdVcFHoZl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzdVcFHoZl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rzdVcFHoZl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rzdVcFHoZl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzdVcFHoZl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzdVcFHoZl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzdVcFHoZl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rzdVcFHoZl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rzdVcFHoZl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rzdVcFHoZl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzdVcFHoZl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzdVcFHoZl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzdVcFHoZl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzdVcFHoZl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rzdVcFHoZl button.navbar-toggler:focus {
  outline: none;
}
.cid-rzdVcFHoZl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rzdVcFHoZl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzdVcFHoZl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzdVcFHoZl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzdVcFHoZl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzdVcFHoZl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzdVcFHoZl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzdVcFHoZl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzdVcFHoZl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzdVcFHoZl .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rzdVcFHoZl .collapsed .btn {
  display: -webkit-flex;
}
.cid-rzdVcFHoZl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzdVcFHoZl .collapsed .navbar-collapse.collapsing,
.cid-rzdVcFHoZl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzdVcFHoZl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzdVcFHoZl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzdVcFHoZl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzdVcFHoZl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzdVcFHoZl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzdVcFHoZl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rzdVcFHoZl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzdVcFHoZl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rzdVcFHoZl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
  .menu-logo{
    margin: 0rem 0.5rem !important;
  }
}
.cid-rzdVcFHoZl .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzdVcFHoZl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rzdVcFHoZl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rzdVcFHoZl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rzdVcFHoZl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzdVcFHoZl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzdVcFHoZl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rzdVcFHoZl .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rzdVcFHoZl img {
    height: 3.8rem !important;
  }
  .cid-rzdVcFHoZl .btn {
    display: -webkit-flex;
  }
  .cid-rzdVcFHoZl button.navbar-toggler {
    display: block;
  }
  .cid-rzdVcFHoZl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rzdVcFHoZl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rzdVcFHoZl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzdVcFHoZl .navbar-collapse.collapsing,
  .cid-rzdVcFHoZl .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzdVcFHoZl .navbar-collapse.collapsing .navbar-nav,
  .cid-rzdVcFHoZl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzdVcFHoZl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzdVcFHoZl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzdVcFHoZl .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzdVcFHoZl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rzdVcFHoZl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzdVcFHoZl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzdVcFHoZl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rzdVcFHoZl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzdVcFHoZl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzdVcFHoZl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rzdVcFHoZl .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rzdVcFHoZl .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rzdVcFHoZl .nav-link:hover,
.cid-rzdVcFHoZl .dropdown-item:hover {
  color: rgb(216, 86, 0) !important;
  background-image: linear-gradient(to right, rgba(219, 219, 219, 0.200), #eeeeeece, #ffffffe6, #eeeeeece, rgba(219, 219, 219, 0.200));
}
.cid-rzdQN6VjIR {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rzdQN6VjIR H2 {
  text-align: center;
}
.cid-rzdQSOUXy2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzdQSOUXy2 .title {
  margin-bottom: 2rem;
}
.cid-rzdQSOUXy2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rzdQSOUXy2 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdQSOUXy2 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rzdQSOUXy2 textarea.form-control {
  min-height: 188px;
}
.cid-rzdQTCeJD6 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzdQTCeJD6 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdQTCeJD6 .icon-block {
  margin-bottom: 10px;
}
.cid-rzdQTCeJD6 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdQTCeJD6 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdQTCeJD6 .mbr-text {
  color: #767676;
}
.cid-rzdQTCeJD6 textarea.form-control {
  min-height: 100px;
}
.cid-rzdQTCeJD6 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdQTCeJD6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdQTCeJD6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdQTCeJD6 .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-rzdQTCeJD6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdQTCeJD6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdQTCeJD6 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdQTCeJD6 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdQTCeJD6 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdQTCeJD6 .icon-block,
.cid-rzdQTCeJD6 .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdQTPSCIR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdQTPSCIR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdQTPSCIR .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdQTPSCIR .media-wrap img {
  height: 6rem;
}
.cid-rzdQTPSCIR .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdQTPSCIR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdQTPSCIR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdQTPSCIR .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-rzdQTPSCIR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdQTPSCIR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdQTPSCIR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdQTPSCIR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdQTPSCIR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rzdQpiKNM1 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rzdQpiKNM1 H2 {
  text-align: center;
}
.cid-rzdQxXFtNQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzdQxXFtNQ .title {
  margin-bottom: 2rem;
}
.cid-rzdQxXFtNQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rzdQxXFtNQ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdQxXFtNQ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rzdQxXFtNQ textarea.form-control {
  min-height: 188px;
}
.cid-rzdQyYHPSk {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzdQyYHPSk .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdQyYHPSk .icon-block {
  margin-bottom: 10px;
}
.cid-rzdQyYHPSk .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdQyYHPSk .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdQyYHPSk .mbr-text {
  color: #767676;
}
.cid-rzdQyYHPSk textarea.form-control {
  min-height: 100px;
}
.cid-rzdQyYHPSk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdQyYHPSk .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdQyYHPSk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdQyYHPSk .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-rzdQyYHPSk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdQyYHPSk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdQyYHPSk h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdQyYHPSk .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdQyYHPSk .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdQyYHPSk .icon-block,
.cid-rzdQyYHPSk .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdQzaEbqB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdQzaEbqB .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdQzaEbqB .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdQzaEbqB .media-wrap img {
  height: 6rem;
}
.cid-rzdQzaEbqB .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdQzaEbqB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdQzaEbqB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdQzaEbqB .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-rzdQzaEbqB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdQzaEbqB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdQzaEbqB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdQzaEbqB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdQzaEbqB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rzdPHdcWod {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rzdPHdcWod H2 {
  text-align: center;
}
.cid-rzdPSV5xO4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1117.jpg");
}
.cid-rzdPSV5xO4 .title {
  margin-bottom: 2rem;
}
.cid-rzdPSV5xO4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rzdPSV5xO4 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdPSV5xO4 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rzdPSV5xO4 textarea.form-control {
  min-height: 188px;
}
.cid-rzdPTRcvZC {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzdPTRcvZC .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdPTRcvZC .icon-block {
  margin-bottom: 10px;
}
.cid-rzdPTRcvZC .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdPTRcvZC .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdPTRcvZC .mbr-text {
  color: #767676;
}
.cid-rzdPTRcvZC textarea.form-control {
  min-height: 100px;
}
.cid-rzdPTRcvZC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdPTRcvZC .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdPTRcvZC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdPTRcvZC .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-rzdPTRcvZC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdPTRcvZC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdPTRcvZC h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdPTRcvZC .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdPTRcvZC .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdPTRcvZC .icon-block,
.cid-rzdPTRcvZC .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdPU9rGjs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdPU9rGjs .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdPU9rGjs .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdPU9rGjs .media-wrap img {
  height: 6rem;
}
.cid-rzdPU9rGjs .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdPU9rGjs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdPU9rGjs .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdPU9rGjs .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-rzdPU9rGjs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdPU9rGjs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdPU9rGjs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdPU9rGjs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdPU9rGjs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rzdO1EpLbV {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rzdO1EpLbV H2 {
  text-align: center;
}
.cid-rzdOmHwkUa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1146.jpg");
}
.cid-rzdOmHwkUa .title {
  margin-bottom: 2rem;
}
.cid-rzdOmHwkUa .mbr-section-subtitle {
  color: #767676;
}
.cid-rzdOmHwkUa a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdOmHwkUa a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rzdOmHwkUa textarea.form-control {
  min-height: 188px;
}
.cid-rzdOHCuu8p {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzdOHCuu8p .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdOHCuu8p .icon-block {
  margin-bottom: 10px;
}
.cid-rzdOHCuu8p .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdOHCuu8p .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdOHCuu8p .mbr-text {
  color: #767676;
}
.cid-rzdOHCuu8p textarea.form-control {
  min-height: 100px;
}
.cid-rzdOHCuu8p a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdOHCuu8p .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdOHCuu8p .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdOHCuu8p .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-rzdOHCuu8p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdOHCuu8p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdOHCuu8p h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdOHCuu8p .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdOHCuu8p .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdOHCuu8p .icon-block,
.cid-rzdOHCuu8p .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdOHTa0DM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdOHTa0DM .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdOHTa0DM .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdOHTa0DM .media-wrap img {
  height: 6rem;
}
.cid-rzdOHTa0DM .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdOHTa0DM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdOHTa0DM .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdOHTa0DM .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-rzdOHTa0DM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdOHTa0DM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdOHTa0DM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdOHTa0DM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdOHTa0DM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rzdNoxwBu7 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rzdNoxwBu7 H2 {
  text-align: center;
}
.cid-rzdNuor7ZA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rzdNuor7ZA .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rzdNuor7ZA .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rzdNuor7ZA .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rzdNuor7ZA .time-line-date-content {
  margin-right: 2rem;
}
.cid-rzdNuor7ZA .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rzdNuor7ZA .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rzdNuor7ZA .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rzdNuor7ZA .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rzdNuor7ZA .mbr-timeline-date,
.cid-rzdNuor7ZA .timeline-text-content {
  transition: all .4s;
}
.cid-rzdNuor7ZA .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rzdNuor7ZA .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rzdNuor7ZA .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rzdNuor7ZA .reverse .time-line-date-content p {
  float: left;
}
.cid-rzdNuor7ZA .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rzdNuor7ZA .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rzdNuor7ZA .iconBackground {
    left: 0 !important;
  }
  .cid-rzdNuor7ZA .separline:before {
    left: 0!important;
  }
  .cid-rzdNuor7ZA .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rzdNuor7ZA .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rzdNuor7ZA .time-line-date-content p {
    float: left !important;
  }
  .cid-rzdNuor7ZA .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rzdNuor7ZA .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rzdNuor7ZA .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rzdNIddq6Y {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzdNIddq6Y .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdNIddq6Y .icon-block {
  margin-bottom: 10px;
}
.cid-rzdNIddq6Y .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdNIddq6Y .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdNIddq6Y .mbr-text {
  color: #767676;
}
.cid-rzdNIddq6Y textarea.form-control {
  min-height: 100px;
}
.cid-rzdNIddq6Y a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdNIddq6Y .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdNIddq6Y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdNIddq6Y .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-rzdNIddq6Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdNIddq6Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdNIddq6Y h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdNIddq6Y .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdNIddq6Y .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdNIddq6Y .icon-block,
.cid-rzdNIddq6Y .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdNIxCX90 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdNIxCX90 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdNIxCX90 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdNIxCX90 .media-wrap img {
  height: 6rem;
}
.cid-rzdNIxCX90 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdNIxCX90 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdNIxCX90 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdNIxCX90 .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-rzdNIxCX90 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdNIxCX90 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdNIxCX90 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdNIxCX90 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdNIxCX90 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rzdI62pZri {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rzdJY6xjin {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzdJY6xjin .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rzdJY6xjin .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rzdJY6xjin .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rzdJY6xjin .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-rzdJY6xjin .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rzdJY6xjin .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rzdJY6xjin .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rzdJY6xjin .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rzdJY6xjin .media-block {
    padding-left: 2rem;
  }
}
.cid-rzdJY6xjin .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rzdJY6xjin .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rzdJY6xjin .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rzdKl6FZQy {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzdKl6FZQy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdKl6FZQy .icon-block {
  margin-bottom: 10px;
}
.cid-rzdKl6FZQy .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdKl6FZQy .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdKl6FZQy .mbr-text {
  color: #767676;
}
.cid-rzdKl6FZQy textarea.form-control {
  min-height: 100px;
}
.cid-rzdKl6FZQy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdKl6FZQy .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdKl6FZQy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdKl6FZQy .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-rzdKl6FZQy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdKl6FZQy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdKl6FZQy h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdKl6FZQy .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdKl6FZQy .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdKl6FZQy .icon-block,
.cid-rzdKl6FZQy .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdKlz0Tso {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdKlz0Tso .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdKlz0Tso .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdKlz0Tso .media-wrap img {
  height: 6rem;
}
.cid-rzdKlz0Tso .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdKlz0Tso .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdKlz0Tso .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdKlz0Tso .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-rzdKlz0Tso .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdKlz0Tso .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdKlz0Tso .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdKlz0Tso .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdKlz0Tso .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rzdFGgU5af {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rzdGyFrHr5 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rzdGyFrHr5 .mbr-text,
.cid-rzdGyFrHr5 blockquote {
  color: #767676;
}
.cid-rzdFJ7snWw {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzdFJ7snWw .counter-container {
  color: #767676;
}
.cid-rzdFJ7snWw .counter-container ul {
  margin-bottom: 0;
}
.cid-rzdFJ7snWw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rzdFJ7snWw .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #149dcc;
  color: #149dcc;
  content: '✓';
}
.cid-rzdHsgfhru {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rzdHsgfhru .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdHsgfhru .icon-block {
  margin-bottom: 10px;
}
.cid-rzdHsgfhru .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdHsgfhru .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdHsgfhru .mbr-text {
  color: #767676;
}
.cid-rzdHsgfhru textarea.form-control {
  min-height: 100px;
}
.cid-rzdHsgfhru a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdHsgfhru .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdHsgfhru .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdHsgfhru .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-rzdHsgfhru .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdHsgfhru .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdHsgfhru h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdHsgfhru .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdHsgfhru .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdHsgfhru .icon-block,
.cid-rzdHsgfhru .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdHsQKjuN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdHsQKjuN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdHsQKjuN .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdHsQKjuN .media-wrap img {
  height: 6rem;
}
.cid-rzdHsQKjuN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdHsQKjuN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdHsQKjuN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdHsQKjuN .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-rzdHsQKjuN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdHsQKjuN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdHsQKjuN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdHsQKjuN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdHsQKjuN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rzdWyqAtCh {
  /*padding-top: 120px;
  */padding-bottom: 60px;
  background:url('../../images/banner.svg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cid-rzdWyqAtCh h2 {
padding-top: 7rem;
text-shadow: 0px 0px 22px rgba(204, 204, 204, 0.733);
  text-align: center;
  color:#fff;
}
.cid-rzdWyqAtCh h3 {
  color:#cececec9;
  text-shadow: 0px 0px 22px rgba(150, 150, 150, 5);
}
.cid-rzdXACmETA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzdXACmETA .mbr-section-subtitle {
  color: #767676;
}
.cid-rzdXf5tnaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzdXf5tnaR .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rzdXf5tnaR .section-text {
  padding: 2rem 0;
}
.cid-rzdXf5tnaR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rzdXf5tnaR .inner-container {
    width: 100% !important;
  }
}
.cid-rzdWM2HheS {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #0f7699, #ff7f9f);
}
@media (min-width: 992px) {
  .cid-rzdWM2HheS .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rzdWM2HheS .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rzdWQ5oR6O {
  padding-top: 90px;
  padding-bottom: 90px;
  /* background-blend-mode: screen; */
  background-image: url('../../images/bg-newsletter-back.png');
    /* background-color: #ffffff; */
  /* background-color: #ffffff; */
}
.cid-rzdWQ5oR6O .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rzdWQ5oR6O .mbr-content-text {
  color: #767676;
}
.cid-rzdWQ5oR6O .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rzdWQ5oR6O .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rzdWQ5oR6O .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rzdWQ5oR6O .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rzdWQ5oR6O .media-block {
    padding-right: 2rem;
  }
}
.cid-rzdWQ5oR6O .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rzdWQ5oR6O .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rzdWQ5oR6O .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rzdWSBTVIJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzdWSBTVIJ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rzdWSBTVIJ .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rzdWSBTVIJ .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rzdWSBTVIJ .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rzdWSBTVIJ .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rzdWSBTVIJ .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rzdWSBTVIJ .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rzdWSBTVIJ .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rzdWSBTVIJ .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rzdWSBTVIJ .media-block {
    padding-left: 2rem;
  }
}
.cid-rzdWSBTVIJ .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rzdWSBTVIJ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rzdWSBTVIJ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rzdY2iI3lz {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzdY2iI3lz .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdY2iI3lz .icon-block {
  margin-bottom: 10px;
}
.cid-rzdY2iI3lz .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdY2iI3lz .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdY2iI3lz .mbr-text {
  color: #767676;
}
.cid-rzdY2iI3lz textarea.form-control {
  min-height: 100px;
}
.cid-rzdY2iI3lz a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdY2iI3lz .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdY2iI3lz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdY2iI3lz .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-rzdY2iI3lz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdY2iI3lz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdY2iI3lz h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdY2iI3lz .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdY2iI3lz .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdY2iI3lz .icon-block,
.cid-rzdY2iI3lz .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdY2zL4TI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdY2zL4TI .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdY2zL4TI .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdY2zL4TI .media-wrap img {
  height: 6rem;
}
.cid-rzdY2zL4TI .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdY2zL4TI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdY2zL4TI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdY2zL4TI .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-rzdY2zL4TI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdY2zL4TI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdY2zL4TI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdY2zL4TI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdY2zL4TI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rzdYm2XOPi {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rzdYm2XOPi H2 {
  text-align: center;
}
.cid-rzdZ1kd5C9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzdZ1kd5C9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rzdZ1kd5C9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rzdZ1kd5C9 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rzdZ1kd5C9 .team-item .item-image img {
  width: 100%;
}
.cid-rzdZ1kd5C9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rzdZ1kd5C9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rzdZ1kd5C9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rzdZ1kd5C9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rzdZ1kd5C9 .team-item .item-caption {
  background: #efefef;
}
.cid-rzdZh0H80L {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzdZh0H80L .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdZh0H80L .icon-block {
  margin-bottom: 10px;
}
.cid-rzdZh0H80L .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdZh0H80L .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdZh0H80L .mbr-text {
  color: #767676;
}
.cid-rzdZh0H80L textarea.form-control {
  min-height: 100px;
}
.cid-rzdZh0H80L a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdZh0H80L .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdZh0H80L .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdZh0H80L .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-rzdZh0H80L .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdZh0H80L .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdZh0H80L h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdZh0H80L .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdZh0H80L .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdZh0H80L .icon-block,
.cid-rzdZh0H80L .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdZhkh56E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdZhkh56E .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdZhkh56E .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdZhkh56E .media-wrap img {
  height: 6rem;
}
.cid-rzdZhkh56E .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdZhkh56E .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdZhkh56E .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdZhkh56E .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-rzdZhkh56E .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdZhkh56E .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdZhkh56E .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdZhkh56E .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdZhkh56E .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rzdZv35cO8 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rzdZv35cO8 H2 {
  text-align: center;
}
.cid-rzdZBqwMIs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzdZBqwMIs .mbr-section-subtitle {
  color: #767676;
}
.cid-rzdZzLbNhk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzdZzLbNhk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rzdZzLbNhk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rzdZzLbNhk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rzdZzLbNhk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rzdZzLbNhk .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-rzdZzLbNhk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rzdZzLbNhk .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-rzdZzLbNhk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rzdZzLbNhk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rzdZHiUcRD {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzdZHiUcRD .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rzdZHiUcRD .icon-block {
  margin-bottom: 10px;
}
.cid-rzdZHiUcRD .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rzdZHiUcRD .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rzdZHiUcRD .mbr-text {
  color: #767676;
}
.cid-rzdZHiUcRD textarea.form-control {
  min-height: 100px;
}
.cid-rzdZHiUcRD a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzdZHiUcRD .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzdZHiUcRD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzdZHiUcRD .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-rzdZHiUcRD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzdZHiUcRD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzdZHiUcRD h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rzdZHiUcRD .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rzdZHiUcRD .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rzdZHiUcRD .icon-block,
.cid-rzdZHiUcRD .icon-block .icon-block__title {
  text-align: center;
}
.cid-rzdZHDWPtC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzdZHDWPtC .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdZHDWPtC .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rzdZHDWPtC .media-wrap img {
  height: 6rem;
}
.cid-rzdZHDWPtC .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rzdZHDWPtC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rzdZHDWPtC .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rzdZHDWPtC .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-rzdZHDWPtC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rzdZHDWPtC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzdZHDWPtC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzdZHDWPtC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzdZHDWPtC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rze0jEP3oM {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rze0jEP3oM H2 {
  text-align: center;
}
.cid-rze0q4ZD2T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rze0q4ZD2T .title {
  margin-bottom: 2rem;
}
.cid-rze0q4ZD2T .mbr-section-subtitle {
  color: #767676;
}
.cid-rze0q4ZD2T a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rze0q4ZD2T a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rze0q4ZD2T textarea.form-control {
  min-height: 188px;
}
.cid-rze0tcLvKb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rze0tcLvKb .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rze0tcLvKb div.b {
  padding-top: 2rem;
}
.cid-rze0uFcVF7 .main_wrapper {
  position: relative;
  height: 40rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-rze0uFcVF7 .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-rze0uFcVF7 .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-rze0uFcVF7 .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-rze0uFcVF7 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-rze0uFcVF7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rze0uFcVF7 .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-rze0uFcVF7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rze0uFcVF7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rze0uFcVF7 .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-rze0uFcVF7 .google-map {
    position: relative;
  }
  .cid-rze0uFcVF7 .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-rze0xGEdV7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rze0xGEdV7 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rze0xGEdV7 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rze0xGEdV7 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rze0xGEdV7 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rze0xGEdV7 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rze0xGEdV7 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rze0xGEdV7 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rze0xGEdV7 .btn-social {
  border: none !important;
}
.cid-rze0xGEdV7 [class^="socicon-"]:before,
.cid-rze0xGEdV7 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rze0xGEdV7 .btn {
    font-size: 20px !important;
  }
}
.cid-rze0AVGy7Y {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rze0AVGy7Y .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rze0AVGy7Y .icon-block {
  margin-bottom: 10px;
}
.cid-rze0AVGy7Y .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rze0AVGy7Y .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rze0AVGy7Y .mbr-text {
  color: #767676;
}
.cid-rze0AVGy7Y textarea.form-control {
  min-height: 100px;
}
.cid-rze0AVGy7Y a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rze0AVGy7Y .google-map {
  height: 25rem;
  position: relative;
}
.cid-rze0AVGy7Y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rze0AVGy7Y .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-rze0AVGy7Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rze0AVGy7Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rze0AVGy7Y h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rze0AVGy7Y .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rze0AVGy7Y .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rze0AVGy7Y .icon-block,
.cid-rze0AVGy7Y .icon-block .icon-block__title {
  text-align: center;
}
.cid-rze0Bb1amL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rze0Bb1amL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rze0Bb1amL .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rze0Bb1amL .media-wrap img {
  height: 6rem;
}
.cid-rze0Bb1amL .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rze0Bb1amL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rze0Bb1amL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rze0Bb1amL .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-rze0Bb1amL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rze0Bb1amL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rze0Bb1amL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rze0Bb1amL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rze0Bb1amL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rze1eMRW3c {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rze1eMRW3c H2 {
  text-align: center;
}
.cid-rze1h7U7p7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rze1h7U7p7 .title {
  margin-bottom: 2rem;
}
.cid-rze1h7U7p7 .mbr-section-subtitle {
  color: #767676;
}
.cid-rze1h7U7p7 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rze1h7U7p7 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rze1h7U7p7 textarea.form-control {
  min-height: 188px;
}
.cid-rze1lrvNy7 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rze1lrvNy7 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rze1lrvNy7 .icon-block {
  margin-bottom: 10px;
}
.cid-rze1lrvNy7 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rze1lrvNy7 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rze1lrvNy7 .mbr-text {
  color: #767676;
}
.cid-rze1lrvNy7 textarea.form-control {
  min-height: 100px;
}
.cid-rze1lrvNy7 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rze1lrvNy7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rze1lrvNy7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rze1lrvNy7 .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-rze1lrvNy7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rze1lrvNy7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rze1lrvNy7 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rze1lrvNy7 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rze1lrvNy7 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rze1lrvNy7 .icon-block,
.cid-rze1lrvNy7 .icon-block .icon-block__title {
  text-align: center;
}
.cid-rze1lErlB1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rze1lErlB1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rze1lErlB1 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rze1lErlB1 .media-wrap img {
  height: 6rem;
}
.cid-rze1lErlB1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rze1lErlB1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rze1lErlB1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rze1lErlB1 .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-rze1lErlB1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rze1lErlB1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rze1lErlB1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rze1lErlB1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rze1lErlB1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-rAeEIVdUhb {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url('../../images/bg-newsletter-back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #55b4d4; */
  /* background: linear-gradient(#ffffff, #55b4d4); */
}
.cid-rAeEIVdUhb .carousel-control {
  background: #000;
}
.cid-rAeEIVdUhb .mbr-section-subtitle {
  color: #767676;
}
.cid-rAeEIVdUhb .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAeEIVdUhb .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rAeEIVdUhb .carousel-item .wrap-img {
  text-align: center;
}

.cid-rAeEIVdUhb .carousel-item .wrap-img img {
  max-height: 300px;
  width: auto;
  max-width: 100%;
  
}
.cid-rAeEIVdUhb .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAeEIVdUhb .carousel-controls .carousel-control {
  background: #000000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rAeEIVdUhb .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rAeEIVdUhb .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rAeEIVdUhb .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rAeEIVdUhb .cloneditem-1,
.cid-rAeEIVdUhb .cloneditem-2,
.cid-rAeEIVdUhb .cloneditem-3,
.cid-rAeEIVdUhb .cloneditem-4,
.cid-rAeEIVdUhb .cloneditem-5 {
  display: none;
}
.cid-rAeEIVdUhb .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rAeEIVdUhb .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rAeEIVdUhb .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides2 .cloneditem-1,
  .cid-rAeEIVdUhb .carousel-inner.slides2 .cloneditem-2,
  .cid-rAeEIVdUhb .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rAeEIVdUhb .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides3 .cloneditem-1,
  .cid-rAeEIVdUhb .carousel-inner.slides3 .cloneditem-2,
  .cid-rAeEIVdUhb .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rAeEIVdUhb .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides4 .cloneditem-1,
  .cid-rAeEIVdUhb .carousel-inner.slides4 .cloneditem-2,
  .cid-rAeEIVdUhb .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rAeEIVdUhb .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides5 .cloneditem-1,
  .cid-rAeEIVdUhb .carousel-inner.slides5 .cloneditem-2,
  .cid-rAeEIVdUhb .carousel-inner.slides5 .cloneditem-3,
  .cid-rAeEIVdUhb .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rAeEIVdUhb .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rAeEIVdUhb .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAeEIVdUhb .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAeEIVdUhb .carousel-inner.slides6 .cloneditem-1,
  .cid-rAeEIVdUhb .carousel-inner.slides6 .cloneditem-2,
  .cid-rAeEIVdUhb .carousel-inner.slides6 .cloneditem-3,
  .cid-rAeEIVdUhb .carousel-inner.slides6 .cloneditem-4,
  .cid-rAeEIVdUhb .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rAeEBgrtHN .main_wrapper {
  position: relative;
  height: 40rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-rAeEBgrtHN .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-rAeEBgrtHN .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-rAeEBgrtHN .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-rAeEBgrtHN .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-rAeEBgrtHN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rAeEBgrtHN .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-rAeEBgrtHN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rAeEBgrtHN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rAeEBgrtHN .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-rAeEBgrtHN .google-map {
    position: relative;
  }
  .cid-rAeEBgrtHN .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-rAeECR4Zus {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rAeECR4Zus [class^="socicon-"]:before,
.cid-rAeECR4Zus [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rAeECR4Zus .btn-social {
  border-color: #149dcc;
}
.cid-rAeECR4Zus .btn-social:hover {
  background: #149dcc;
}
.cid-rAeECR4Zus .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-rAeECR4Zus .btn {
    font-size: 20px !important;
  }
}

.cid-rAeENvXOv5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: url("../../images/footer-bg.png"),
  url("../../images/bg-newsletter-back.png");
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  
  .cid-rAeENvXOv5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rAeENvXOv5 .img-logo img {
  height: 6rem;
}
.cid-rAeENvXOv5 .form-group,
.cid-rAeENvXOv5 .input-group-btn {
  padding: 0;
}
.cid-rAeENvXOv5 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-rAeENvXOv5 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-rAeENvXOv5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rAeENvXOv5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rAeENvXOv5 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rAeENvXOv5 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rAeENvXOv5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rAeENvXOv5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAeENvXOv5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rAeENvXOv5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rAeENvXOv5 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rAeENvXOv5 .foot-logo {
    text-align: center !important;
  }
  .cid-rAeENvXOv5 .foot-title {
    text-align: center !important;
  }
  .cid-rAeENvXOv5 .mbr-text {
    text-align: center !important;
  }
  .cid-rAeENvXOv5 .form-group {
    margin: 0;
  }
}

.cid-rAeEGonYdA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rAeEGonYdA .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rAeEGonYdA .mbr-author-desc {
  display: block;
}
.cid-rAeEGonYdA .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-rAeEGonYdA .mbr-testimonial .panel-item {
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-rAeEGonYdA .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rAeEGonYdA .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rAeEGonYdA .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rAeEGonYdA .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rAeEGonYdA .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rAeEGonYdA .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}

.cid-rAeEIdVHDo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-blend-mode: screen;
  background-image: url('../../images/bg-newsletter-back.png');
  background-color: rgba(255, 241, 241, 0.233);
  /* background-color: #ffffff; */
}
.cid-rAeEIdVHDo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rAeEIdVHDo .carousel-item.active,
.cid-rAeEIdVHDo .carousel-item-next,
.cid-rAeEIdVHDo .carousel-item-prev {
  display: flex;
}
.cid-rAeEIdVHDo .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rAeEIdVHDo .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rAeEIdVHDo .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rAeEIdVHDo .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rAeEIdVHDo .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rAeEIdVHDo .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rAeEzrL99s {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.cid-rAeEzrL99s div.b {
  padding-top: 2rem;
}
.cid-rAeEzrL99s .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rAeEzrL99s a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rAeEzrL99s .google-map {
  height: 25rem;
  position: relative;
}
.cid-rAeEzrL99s .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rAeEzrL99s .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-rAeEzrL99s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rAeEzrL99s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rAeEzrL99s div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rAeEzrL99s div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rAeE0DuaKg {
  background: #ffffff;
}
.cid-rAeE0DuaKg .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rAeE0DuaKg .video-block {
    width: 100% !important;
  }
}

.cid-rAeEBROazS .google-map {
  height: 25rem;
  position: relative;
}
.cid-rAeEBROazS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rAeEBROazS .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-rAeEBROazS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rAeEBROazS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}

.cid-rAeEnL2V4M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rAeEnL2V4M .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rAeEnL2V4M .step {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rAeEnL2V4M .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rAeEnL2V4M .separline {
  position: relative;
}
.cid-rAeEnL2V4M .separline:after {
  top: 68px;
  left: 20px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rAeEnL2V4M .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rAeEnL2V4M .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rAeEnL2V4M .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rAeEnL2V4M .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}

.cid-rAeE6J4mli {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent !important;
}
.cid-rAeE6J4mli .counter-container {
  color: #767676;
}
.cid-rAeE6J4mli .counter-container ul {
  margin-bottom: 0;
}
.cid-rAeE6J4mli .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rAeE6J4mli .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}

.cid-rAeEbAwZ4Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rAeEbAwZ4Y h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rAeEbAwZ4Y p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rAeEbAwZ4Y .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rAeEbAwZ4Y .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rAeEbAwZ4Y .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rAeEbAwZ4Y .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rAeEbAwZ4Y .card-box {
    padding-left: 0;
  }
}

.cid-rAeEbezKXx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-newsletter-back.png");
}
.cid-rAeEbezKXx h5 {
  font-weight: 500;
  line-height: 1.6rem;
  color: #ffffff;
}
.cid-rAeEbezKXx p {
  color: #ffffff;
}
.cid-rAeEbezKXx .card {
  margin-bottom: 2rem;
}
.cid-rAeEbezKXx .card-img {
  border-radius: 0;
  background-color: #ffffffda;
}
.cid-rAeEbezKXx .card-img span {
  font-size: 100px;
  /* color: #ffffff; */
}
.cid-rAeEbezKXx .card-box {
  padding-bottom: 2rem;
  background-color: #ffffffda;
  background: linear-gradient(#ffffffda, transparent);
}
.cid-rAeEbezKXx .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rAeEbezKXx .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 1.5rem 0 1.5rem;
}
.cid-rAeEbezKXx .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rAeEbezKXx .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}