@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=Kaushan+Script:400);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Kaushan Script', handwriting;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.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;
  border-color: #149dcc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #0d6786;
  border-color: #0d6786;
}
.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;
  border-color: #ff3366;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #e50039;
  border-color: #e50039;
}
.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;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.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;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.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;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.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;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.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: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !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: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #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-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #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_wraper {
  opacity: 0 !important;
}
#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);
}
/* 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;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
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;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #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;
}
/* Headers*/
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.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;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBHv7rzlto {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #7f1933, #ff3366);
}
.cid-qBHv7rzlto .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBHwCdQuWc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-qBHwCdQuWc .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBHwCdQuWc .modal-body .close {
  background: #1b1b1b;
}
.cid-qBHwCdQuWc .modal-body .close span {
  font-style: normal;
}
.cid-qBHwCdQuWc .carousel-inner > .active,
.cid-qBHwCdQuWc .carousel-inner > .next,
.cid-qBHwCdQuWc .carousel-inner > .prev {
  display: flex;
}
.cid-qBHwCdQuWc .carousel-control .icon-next,
.cid-qBHwCdQuWc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBHwCdQuWc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBHwCdQuWc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBHwCdQuWc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBHwCdQuWc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBHwCdQuWc .boxed-slider > div {
  position: relative;
}
.cid-qBHwCdQuWc .container img {
  width: 100%;
}
.cid-qBHwCdQuWc .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-qBHwCdQuWc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHwCdQuWc .mbr-table-cell {
  padding: 0;
}
.cid-qBHwCdQuWc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBHwCdQuWc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHwCdQuWc .mbr-overlay {
  z-index: 1;
}
.cid-qBHwCdQuWc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHwCdQuWc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBHwCdQuWc .carousel-item .container {
    width: 100%;
  }
}
.cid-qBHwCdQuWc .carousel-item-next.carousel-item-left,
.cid-qBHwCdQuWc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBHwCdQuWc .active.carousel-item-right,
.cid-qBHwCdQuWc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBHwCdQuWc .active.carousel-item-left,
.cid-qBHwCdQuWc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBHwCdQuWc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBHwCdQuWc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBHwCdQuWc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBHwCdQuWc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBHwCdQuWc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBHwCdQuWc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBHwCdQuWc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBHwCdQuWc .mbr-slider .carousel-indicators li.active,
.cid-qBHwCdQuWc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBHwCdQuWc .mbr-slider .carousel-indicators li::after,
.cid-qBHwCdQuWc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBHwCdQuWc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBHwCdQuWc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBHwCdQuWc .mbr-slider > .container img {
  width: 100%;
}
.cid-qBHwCdQuWc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHwCdQuWc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBHwCdQuWc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBHwCdQuWc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHwCdQuWc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBHwCdQuWc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBHwCdQuWc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBHwCdQuWc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBHwCdQuWc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBHwCdQuWc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHwCdQuWc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBHwCdQuWc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBHwCdQuWc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBHwCdQuWc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBHwCdQuWc .carousel-inner {
  height: 100%;
}
.cid-qBHwCdQuWc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBHwCdQuWc .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBHwCdQuWc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBHwCdQuWc .carousel-item .container-slide {
  text-align: center;
}
.cid-qBHwCdQuWc .content-slider-wrap {
  width: 96%;
}
.cid-qBHwBVkdgQ .modal-body .close {
  background: #1b1b1b;
}
.cid-qBHwBVkdgQ .modal-body .close span {
  font-style: normal;
}
.cid-qBHwBVkdgQ .carousel-inner > .active,
.cid-qBHwBVkdgQ .carousel-inner > .next,
.cid-qBHwBVkdgQ .carousel-inner > .prev {
  display: table;
}
.cid-qBHwBVkdgQ .carousel-control .icon-next,
.cid-qBHwBVkdgQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBHwBVkdgQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBHwBVkdgQ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBHwBVkdgQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBHwBVkdgQ .boxed-slider > div {
  position: relative;
}
.cid-qBHwBVkdgQ .container img {
  width: 100%;
}
.cid-qBHwBVkdgQ .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-qBHwBVkdgQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHwBVkdgQ .mbr-table-cell {
  padding: 0;
}
.cid-qBHwBVkdgQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBHwBVkdgQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHwBVkdgQ .mbr-overlay {
  z-index: 1;
}
.cid-qBHwBVkdgQ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHwBVkdgQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBHwBVkdgQ .carousel-item .container {
    width: 100%;
  }
}
.cid-qBHwBVkdgQ .carousel-item-next.carousel-item-left,
.cid-qBHwBVkdgQ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBHwBVkdgQ .active.carousel-item-right,
.cid-qBHwBVkdgQ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBHwBVkdgQ .active.carousel-item-left,
.cid-qBHwBVkdgQ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBHwBVkdgQ .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-qBHwBVkdgQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBHwBVkdgQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBHwBVkdgQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBHwBVkdgQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBHwBVkdgQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBHwBVkdgQ .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-qBHwBVkdgQ .mbr-slider .carousel-indicators li.active,
.cid-qBHwBVkdgQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBHwBVkdgQ .mbr-slider .carousel-indicators li::after,
.cid-qBHwBVkdgQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBHwBVkdgQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBHwBVkdgQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBHwBVkdgQ .mbr-slider > .container img {
  width: 100%;
}
.cid-qBHwBVkdgQ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHwBVkdgQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBHwBVkdgQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBHwBVkdgQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHwBVkdgQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBHwBVkdgQ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBHwBVkdgQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBHwBVkdgQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBHwBVkdgQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBHwBVkdgQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHwBVkdgQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBHwBVkdgQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBHwBVkdgQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBNlGdSig8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBNlGdSig8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNkaUFc4e {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-qBNkaUFc4e .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNkaUFc4e .video-block {
    width: 100% !important;
  }
}
.cid-qCgbfCvRND {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgbfCvRND .card-img {
  background-color: #fff;
}
.cid-qCgbfCvRND .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgbfCvRND .card-box {
  padding: 2rem;
}
.cid-qCgbfCvRND h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgbfCvRND p {
  text-align: left;
}
.cid-qCgbfCvRND .mbr-text {
  color: #767676;
}
.cid-qCgbfCvRND .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgbfCvRND .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgbfCvRND .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgbfCvRND .card-title {
  text-align: center;
}
.cid-qCgbfCvRND .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgbp3JQLv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgbp3JQLv .card-img {
  background-color: #fff;
}
.cid-qCgbp3JQLv .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgbp3JQLv .card-box {
  padding: 2rem;
}
.cid-qCgbp3JQLv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgbp3JQLv p {
  text-align: left;
}
.cid-qCgbp3JQLv .mbr-text {
  color: #767676;
}
.cid-qCgbp3JQLv .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgbp3JQLv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgbp3JQLv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgbp3JQLv .card-title {
  text-align: center;
}
.cid-qCgbp3JQLv .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgbpvkJc1 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgbpvkJc1 .card-img {
  background-color: #fff;
}
.cid-qCgbpvkJc1 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgbpvkJc1 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgbpvkJc1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgbpvkJc1 p {
  text-align: left;
}
.cid-qCgbpvkJc1 .mbr-text {
  color: #767676;
}
.cid-qCgbpvkJc1 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgbpvkJc1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgbpvkJc1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgbpvkJc1 .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgbpvkJc1 .card-title {
  text-align: center;
}
.cid-qBIoULPXSc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qBIoULPXSc .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNUdNiUHL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBNUdNiUHL .mbr-text,
.cid-qBNUdNiUHL blockquote {
  color: #767676;
}
.cid-qBNUdNiUHL .mbr-text DIV {
  color: #232323;
}
.cid-qBIoVcTrUN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBIoVcTrUN .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBHERsvm9C {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #149dcc, #ff3366);
}
.cid-qBHERsvm9C .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBHEWLZqsx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBHEWLZqsx .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBHEWLZqsx .modal-body .close {
  background: #1b1b1b;
}
.cid-qBHEWLZqsx .modal-body .close span {
  font-style: normal;
}
.cid-qBHEWLZqsx .carousel-inner > .active,
.cid-qBHEWLZqsx .carousel-inner > .next,
.cid-qBHEWLZqsx .carousel-inner > .prev {
  display: flex;
}
.cid-qBHEWLZqsx .carousel-control .icon-next,
.cid-qBHEWLZqsx .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBHEWLZqsx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBHEWLZqsx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBHEWLZqsx .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBHEWLZqsx .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBHEWLZqsx .boxed-slider > div {
  position: relative;
}
.cid-qBHEWLZqsx .container img {
  width: 100%;
}
.cid-qBHEWLZqsx .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-qBHEWLZqsx .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHEWLZqsx .mbr-table-cell {
  padding: 0;
}
.cid-qBHEWLZqsx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBHEWLZqsx .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHEWLZqsx .mbr-overlay {
  z-index: 1;
}
.cid-qBHEWLZqsx .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHEWLZqsx .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBHEWLZqsx .carousel-item .container {
    width: 100%;
  }
}
.cid-qBHEWLZqsx .carousel-item-next.carousel-item-left,
.cid-qBHEWLZqsx .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBHEWLZqsx .active.carousel-item-right,
.cid-qBHEWLZqsx .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBHEWLZqsx .active.carousel-item-left,
.cid-qBHEWLZqsx .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBHEWLZqsx .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBHEWLZqsx .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBHEWLZqsx .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBHEWLZqsx .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBHEWLZqsx .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBHEWLZqsx .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBHEWLZqsx .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBHEWLZqsx .mbr-slider .carousel-indicators li.active,
.cid-qBHEWLZqsx .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBHEWLZqsx .mbr-slider .carousel-indicators li::after,
.cid-qBHEWLZqsx .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBHEWLZqsx .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBHEWLZqsx .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBHEWLZqsx .mbr-slider > .container img {
  width: 100%;
}
.cid-qBHEWLZqsx .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHEWLZqsx .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBHEWLZqsx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBHEWLZqsx .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHEWLZqsx .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBHEWLZqsx .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBHEWLZqsx .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBHEWLZqsx .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBHEWLZqsx .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBHEWLZqsx .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHEWLZqsx .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBHEWLZqsx .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBHEWLZqsx .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBHEWLZqsx .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBHEWLZqsx .carousel-inner {
  height: 100%;
}
.cid-qBHEWLZqsx .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBHEWLZqsx .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBHEWLZqsx .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBHEWLZqsx .carousel-item .container-slide {
  text-align: center;
}
.cid-qBHEWLZqsx .content-slider-wrap {
  width: 77%;
}
.cid-qBHEPepynQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #abf9f3;
  background: linear-gradient(#abf9f3, #ff8aba);
}
.cid-qBHEPepynQ .carousel-control {
  background: #000;
}
.cid-qBHEPepynQ .mbr-section-subtitle {
  color: #232323;
}
.cid-qBHEPepynQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qBHEPepynQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qBHEPepynQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-qBHEPepynQ .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qBHEPepynQ .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qBHEPepynQ .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qBHEPepynQ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qBHEPepynQ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qBHEPepynQ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qBHEPepynQ .cloneditem-1,
.cid-qBHEPepynQ .cloneditem-2,
.cid-qBHEPepynQ .cloneditem-3,
.cid-qBHEPepynQ .cloneditem-4,
.cid-qBHEPepynQ .cloneditem-5 {
  display: none;
}
.cid-qBHEPepynQ .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-qBHEPepynQ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qBHEPepynQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides2 .cloneditem-1,
  .cid-qBHEPepynQ .carousel-inner.slides2 .cloneditem-2,
  .cid-qBHEPepynQ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qBHEPepynQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides3 .cloneditem-1,
  .cid-qBHEPepynQ .carousel-inner.slides3 .cloneditem-2,
  .cid-qBHEPepynQ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qBHEPepynQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides4 .cloneditem-1,
  .cid-qBHEPepynQ .carousel-inner.slides4 .cloneditem-2,
  .cid-qBHEPepynQ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qBHEPepynQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides5 .cloneditem-1,
  .cid-qBHEPepynQ .carousel-inner.slides5 .cloneditem-2,
  .cid-qBHEPepynQ .carousel-inner.slides5 .cloneditem-3,
  .cid-qBHEPepynQ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qBHEPepynQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qBHEPepynQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBHEPepynQ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBHEPepynQ .carousel-inner.slides6 .cloneditem-1,
  .cid-qBHEPepynQ .carousel-inner.slides6 .cloneditem-2,
  .cid-qBHEPepynQ .carousel-inner.slides6 .cloneditem-3,
  .cid-qBHEPepynQ .carousel-inner.slides6 .cloneditem-4,
  .cid-qBHEPepynQ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qBNlTAHdCV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBNlTAHdCV .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNlTAHdCV H2 {
  color: #232323;
}
.cid-qBNk8FB36h {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-qBNk8FB36h .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNk8FB36h .video-block {
    width: 100% !important;
  }
}
.cid-qCgV40MI8s {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgV40MI8s .card-img {
  background-color: #fff;
}
.cid-qCgV40MI8s .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgV40MI8s .card-box {
  padding: 2rem;
}
.cid-qCgV40MI8s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgV40MI8s p {
  text-align: left;
}
.cid-qCgV40MI8s .mbr-text {
  color: #767676;
}
.cid-qCgV40MI8s .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgV40MI8s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgV40MI8s .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgV40MI8s .card-title {
  text-align: center;
}
.cid-qCgV40MI8s .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgV3oAPTm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgV3oAPTm .card-img {
  background-color: #fff;
}
.cid-qCgV3oAPTm .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgV3oAPTm .card-box {
  padding: 2rem;
}
.cid-qCgV3oAPTm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgV3oAPTm p {
  text-align: left;
}
.cid-qCgV3oAPTm .mbr-text {
  color: #767676;
}
.cid-qCgV3oAPTm .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgV3oAPTm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgV3oAPTm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgV3oAPTm .card-title {
  text-align: center;
}
.cid-qCgV3oAPTm .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgV2B7fe5 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgV2B7fe5 .card-img {
  background-color: #fff;
}
.cid-qCgV2B7fe5 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgV2B7fe5 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgV2B7fe5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgV2B7fe5 p {
  text-align: left;
}
.cid-qCgV2B7fe5 .mbr-text {
  color: #767676;
}
.cid-qCgV2B7fe5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgV2B7fe5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgV2B7fe5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgV2B7fe5 .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgV2B7fe5 .card-title {
  text-align: center;
}
.cid-qBIoWWSKj3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBIoWWSKj3 .mbr-section-subtitle {
  color: #767676;
}
.cid-qBOmqV3OGE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBOmqV3OGE .mbr-text,
.cid-qBOmqV3OGE blockquote {
  color: #767676;
}
.cid-qBOmqV3OGE .mbr-text DIV {
  color: #232323;
}
.cid-qBIoXeoFiu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBIoXeoFiu .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBHNHXX7I9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #bc8ab5, #1d27b7);
}
.cid-qBHNHXX7I9 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBHSEJwxyW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBHSEJwxyW .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBHSEJwxyW .modal-body .close {
  background: #1b1b1b;
}
.cid-qBHSEJwxyW .modal-body .close span {
  font-style: normal;
}
.cid-qBHSEJwxyW .carousel-inner > .active,
.cid-qBHSEJwxyW .carousel-inner > .next,
.cid-qBHSEJwxyW .carousel-inner > .prev {
  display: flex;
}
.cid-qBHSEJwxyW .carousel-control .icon-next,
.cid-qBHSEJwxyW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBHSEJwxyW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBHSEJwxyW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBHSEJwxyW .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBHSEJwxyW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBHSEJwxyW .boxed-slider > div {
  position: relative;
}
.cid-qBHSEJwxyW .container img {
  width: 100%;
}
.cid-qBHSEJwxyW .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-qBHSEJwxyW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHSEJwxyW .mbr-table-cell {
  padding: 0;
}
.cid-qBHSEJwxyW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBHSEJwxyW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHSEJwxyW .mbr-overlay {
  z-index: 1;
}
.cid-qBHSEJwxyW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHSEJwxyW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBHSEJwxyW .carousel-item .container {
    width: 100%;
  }
}
.cid-qBHSEJwxyW .carousel-item-next.carousel-item-left,
.cid-qBHSEJwxyW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBHSEJwxyW .active.carousel-item-right,
.cid-qBHSEJwxyW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBHSEJwxyW .active.carousel-item-left,
.cid-qBHSEJwxyW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBHSEJwxyW .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBHSEJwxyW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBHSEJwxyW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBHSEJwxyW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBHSEJwxyW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBHSEJwxyW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBHSEJwxyW .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBHSEJwxyW .mbr-slider .carousel-indicators li.active,
.cid-qBHSEJwxyW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBHSEJwxyW .mbr-slider .carousel-indicators li::after,
.cid-qBHSEJwxyW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBHSEJwxyW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBHSEJwxyW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBHSEJwxyW .mbr-slider > .container img {
  width: 100%;
}
.cid-qBHSEJwxyW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHSEJwxyW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBHSEJwxyW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBHSEJwxyW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHSEJwxyW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBHSEJwxyW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBHSEJwxyW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBHSEJwxyW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBHSEJwxyW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBHSEJwxyW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHSEJwxyW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBHSEJwxyW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBHSEJwxyW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBHSEJwxyW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBHSEJwxyW .carousel-inner {
  height: 100%;
}
.cid-qBHSEJwxyW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBHSEJwxyW .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBHSEJwxyW .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBHSEJwxyW .carousel-item .container-slide {
  text-align: center;
}
.cid-qBHSEJwxyW .content-slider-wrap {
  width: 74%;
}
.cid-qBHSGm8jgK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBHSGm8jgK .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBHSGm8jgK .modal-body .close {
  background: #1b1b1b;
}
.cid-qBHSGm8jgK .modal-body .close span {
  font-style: normal;
}
.cid-qBHSGm8jgK .carousel-inner > .active,
.cid-qBHSGm8jgK .carousel-inner > .next,
.cid-qBHSGm8jgK .carousel-inner > .prev {
  display: flex;
}
.cid-qBHSGm8jgK .carousel-control .icon-next,
.cid-qBHSGm8jgK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBHSGm8jgK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBHSGm8jgK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBHSGm8jgK .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBHSGm8jgK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBHSGm8jgK .boxed-slider > div {
  position: relative;
}
.cid-qBHSGm8jgK .container img {
  width: 100%;
}
.cid-qBHSGm8jgK .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-qBHSGm8jgK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHSGm8jgK .mbr-table-cell {
  padding: 0;
}
.cid-qBHSGm8jgK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBHSGm8jgK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHSGm8jgK .mbr-overlay {
  z-index: 1;
}
.cid-qBHSGm8jgK .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHSGm8jgK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBHSGm8jgK .carousel-item .container {
    width: 100%;
  }
}
.cid-qBHSGm8jgK .carousel-item-next.carousel-item-left,
.cid-qBHSGm8jgK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBHSGm8jgK .active.carousel-item-right,
.cid-qBHSGm8jgK .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBHSGm8jgK .active.carousel-item-left,
.cid-qBHSGm8jgK .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBHSGm8jgK .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBHSGm8jgK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBHSGm8jgK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBHSGm8jgK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBHSGm8jgK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBHSGm8jgK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBHSGm8jgK .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBHSGm8jgK .mbr-slider .carousel-indicators li.active,
.cid-qBHSGm8jgK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBHSGm8jgK .mbr-slider .carousel-indicators li::after,
.cid-qBHSGm8jgK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBHSGm8jgK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBHSGm8jgK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBHSGm8jgK .mbr-slider > .container img {
  width: 100%;
}
.cid-qBHSGm8jgK .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBHSGm8jgK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBHSGm8jgK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBHSGm8jgK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBHSGm8jgK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBHSGm8jgK .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBHSGm8jgK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBHSGm8jgK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBHSGm8jgK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBHSGm8jgK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBHSGm8jgK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBHSGm8jgK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBHSGm8jgK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBHSGm8jgK .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBHSGm8jgK .carousel-inner {
  height: 100%;
}
.cid-qBHSGm8jgK .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBHSGm8jgK .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBHSGm8jgK .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBHSGm8jgK .carousel-item .container-slide {
  text-align: center;
}
.cid-qBHSGm8jgK .content-slider-wrap {
  width: 66%;
}
.cid-qBNm18Tvj8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBNm18Tvj8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNm18Tvj8 H2 {
  color: #232323;
}
.cid-qBNk6UwgqU {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #c9fffd;
  background: linear-gradient(0deg, #c9fffd, #ffffff);
}
.cid-qBNk6UwgqU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNk6UwgqU .video-block {
    width: 100% !important;
  }
}
.cid-qCgV7TYgv9 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgV7TYgv9 .card-img {
  background-color: #fff;
}
.cid-qCgV7TYgv9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgV7TYgv9 .card-box {
  padding: 2rem;
}
.cid-qCgV7TYgv9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgV7TYgv9 p {
  text-align: left;
}
.cid-qCgV7TYgv9 .mbr-text {
  color: #767676;
}
.cid-qCgV7TYgv9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgV7TYgv9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgV7TYgv9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgV7TYgv9 .card-title {
  text-align: center;
}
.cid-qCgV7TYgv9 .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgV8uzV1J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgV8uzV1J .card-img {
  background-color: #fff;
}
.cid-qCgV8uzV1J .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgV8uzV1J .card-box {
  padding: 2rem;
}
.cid-qCgV8uzV1J h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgV8uzV1J p {
  text-align: left;
}
.cid-qCgV8uzV1J .mbr-text {
  color: #767676;
}
.cid-qCgV8uzV1J .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgV8uzV1J .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgV8uzV1J .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgV8uzV1J .card-title {
  text-align: center;
}
.cid-qCgV8uzV1J .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgV8VHDDo {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgV8VHDDo .card-img {
  background-color: #fff;
}
.cid-qCgV8VHDDo .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgV8VHDDo .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgV8VHDDo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgV8VHDDo p {
  text-align: left;
}
.cid-qCgV8VHDDo .mbr-text {
  color: #767676;
}
.cid-qCgV8VHDDo .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgV8VHDDo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgV8VHDDo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgV8VHDDo .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgV8VHDDo .card-title {
  text-align: center;
}
.cid-qBIoYS0KBF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBIoYS0KBF .mbr-section-subtitle {
  color: #767676;
}
.cid-qBSefL1ZB2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBSefL1ZB2 .mbr-text,
.cid-qBSefL1ZB2 blockquote {
  color: #767676;
}
.cid-qBIoZgQfvO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBIoZgQfvO .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBIheDfBLQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #29d4c7, #1d27b7);
}
.cid-qBIheDfBLQ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBIhfMu48L .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIhfMu48L .modal-body .close span {
  font-style: normal;
}
.cid-qBIhfMu48L .carousel-inner > .active,
.cid-qBIhfMu48L .carousel-inner > .next,
.cid-qBIhfMu48L .carousel-inner > .prev {
  display: table;
}
.cid-qBIhfMu48L .carousel-control .icon-next,
.cid-qBIhfMu48L .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIhfMu48L .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIhfMu48L .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIhfMu48L .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIhfMu48L .boxed-slider > div {
  position: relative;
}
.cid-qBIhfMu48L .container img {
  width: 100%;
}
.cid-qBIhfMu48L .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-qBIhfMu48L .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIhfMu48L .mbr-table-cell {
  padding: 0;
}
.cid-qBIhfMu48L .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIhfMu48L .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIhfMu48L .mbr-overlay {
  z-index: 1;
}
.cid-qBIhfMu48L .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIhfMu48L .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIhfMu48L .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIhfMu48L .carousel-item-next.carousel-item-left,
.cid-qBIhfMu48L .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIhfMu48L .active.carousel-item-right,
.cid-qBIhfMu48L .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIhfMu48L .active.carousel-item-left,
.cid-qBIhfMu48L .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIhfMu48L .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-qBIhfMu48L .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIhfMu48L .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIhfMu48L .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBIhfMu48L .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIhfMu48L .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIhfMu48L .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-qBIhfMu48L .mbr-slider .carousel-indicators li.active,
.cid-qBIhfMu48L .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIhfMu48L .mbr-slider .carousel-indicators li::after,
.cid-qBIhfMu48L .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIhfMu48L .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIhfMu48L .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIhfMu48L .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIhfMu48L .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIhfMu48L .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIhfMu48L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIhfMu48L .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIhfMu48L .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIhfMu48L .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIhfMu48L .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIhfMu48L .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIhfMu48L .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIhfMu48L .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIhfMu48L .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIhfMu48L .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIhfMu48L .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBIhi94Pi3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffd8e8, #cc2952);
}
.cid-qBIhi94Pi3 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBIhgaWDXJ .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIhgaWDXJ .modal-body .close span {
  font-style: normal;
}
.cid-qBIhgaWDXJ .carousel-inner > .active,
.cid-qBIhgaWDXJ .carousel-inner > .next,
.cid-qBIhgaWDXJ .carousel-inner > .prev {
  display: table;
}
.cid-qBIhgaWDXJ .carousel-control .icon-next,
.cid-qBIhgaWDXJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIhgaWDXJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIhgaWDXJ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIhgaWDXJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIhgaWDXJ .boxed-slider > div {
  position: relative;
}
.cid-qBIhgaWDXJ .container img {
  width: 100%;
}
.cid-qBIhgaWDXJ .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-qBIhgaWDXJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIhgaWDXJ .mbr-table-cell {
  padding: 0;
}
.cid-qBIhgaWDXJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIhgaWDXJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIhgaWDXJ .mbr-overlay {
  z-index: 1;
}
.cid-qBIhgaWDXJ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIhgaWDXJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIhgaWDXJ .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIhgaWDXJ .carousel-item-next.carousel-item-left,
.cid-qBIhgaWDXJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIhgaWDXJ .active.carousel-item-right,
.cid-qBIhgaWDXJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIhgaWDXJ .active.carousel-item-left,
.cid-qBIhgaWDXJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIhgaWDXJ .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-qBIhgaWDXJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIhgaWDXJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIhgaWDXJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBIhgaWDXJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIhgaWDXJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIhgaWDXJ .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-qBIhgaWDXJ .mbr-slider .carousel-indicators li.active,
.cid-qBIhgaWDXJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIhgaWDXJ .mbr-slider .carousel-indicators li::after,
.cid-qBIhgaWDXJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIhgaWDXJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIhgaWDXJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIhgaWDXJ .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIhgaWDXJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIhgaWDXJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIhgaWDXJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIhgaWDXJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIhgaWDXJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIhgaWDXJ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIhgaWDXJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIhgaWDXJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIhgaWDXJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIhgaWDXJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIhgaWDXJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIhgaWDXJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIhgaWDXJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBNm7kUaeZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBNm7kUaeZ .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNm7kUaeZ H2 {
  color: #232323;
}
.cid-qBNk4coLhq {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-qBNk4coLhq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNk4coLhq .video-block {
    width: 100% !important;
  }
}
.cid-qCgVbVLiqJ {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVbVLiqJ .card-img {
  background-color: #fff;
}
.cid-qCgVbVLiqJ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVbVLiqJ .card-box {
  padding: 2rem;
}
.cid-qCgVbVLiqJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVbVLiqJ p {
  text-align: left;
}
.cid-qCgVbVLiqJ .mbr-text {
  color: #767676;
}
.cid-qCgVbVLiqJ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVbVLiqJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVbVLiqJ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVbVLiqJ .card-title {
  text-align: center;
}
.cid-qCgVbVLiqJ .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVcvT2bf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVcvT2bf .card-img {
  background-color: #fff;
}
.cid-qCgVcvT2bf .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVcvT2bf .card-box {
  padding: 2rem;
}
.cid-qCgVcvT2bf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVcvT2bf p {
  text-align: left;
}
.cid-qCgVcvT2bf .mbr-text {
  color: #767676;
}
.cid-qCgVcvT2bf .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVcvT2bf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVcvT2bf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVcvT2bf .card-title {
  text-align: center;
}
.cid-qCgVcvT2bf .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVcUlmZY {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVcUlmZY .card-img {
  background-color: #fff;
}
.cid-qCgVcUlmZY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVcUlmZY .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVcUlmZY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVcUlmZY p {
  text-align: left;
}
.cid-qCgVcUlmZY .mbr-text {
  color: #767676;
}
.cid-qCgVcUlmZY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVcUlmZY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVcUlmZY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVcUlmZY .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVcUlmZY .card-title {
  text-align: center;
}
.cid-qBImQWpncg {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qBImQWpncg .mbr-section-subtitle {
  color: #767676;
}
.cid-qBIn39aXCe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBIn39aXCe .mbr-text,
.cid-qBIn39aXCe blockquote {
  color: #767676;
}
.cid-qBIn39aXCe .mbr-text DIV {
  text-align: left;
  color: #232323;
}
.cid-qBIn39aXCe .mbr-text P {
  color: #232323;
}
.cid-qBImUVlwcu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBImUVlwcu .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBIhxJW4S5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #40be80, #1d27b7);
}
.cid-qBIhxJW4S5 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBIhwJjKYX .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIhwJjKYX .modal-body .close span {
  font-style: normal;
}
.cid-qBIhwJjKYX .carousel-inner > .active,
.cid-qBIhwJjKYX .carousel-inner > .next,
.cid-qBIhwJjKYX .carousel-inner > .prev {
  display: table;
}
.cid-qBIhwJjKYX .carousel-control .icon-next,
.cid-qBIhwJjKYX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIhwJjKYX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIhwJjKYX .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIhwJjKYX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIhwJjKYX .boxed-slider > div {
  position: relative;
}
.cid-qBIhwJjKYX .container img {
  width: 100%;
}
.cid-qBIhwJjKYX .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-qBIhwJjKYX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIhwJjKYX .mbr-table-cell {
  padding: 0;
}
.cid-qBIhwJjKYX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIhwJjKYX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIhwJjKYX .mbr-overlay {
  z-index: 1;
}
.cid-qBIhwJjKYX .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIhwJjKYX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIhwJjKYX .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIhwJjKYX .carousel-item-next.carousel-item-left,
.cid-qBIhwJjKYX .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIhwJjKYX .active.carousel-item-right,
.cid-qBIhwJjKYX .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIhwJjKYX .active.carousel-item-left,
.cid-qBIhwJjKYX .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIhwJjKYX .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-qBIhwJjKYX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIhwJjKYX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIhwJjKYX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBIhwJjKYX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIhwJjKYX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIhwJjKYX .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-qBIhwJjKYX .mbr-slider .carousel-indicators li.active,
.cid-qBIhwJjKYX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIhwJjKYX .mbr-slider .carousel-indicators li::after,
.cid-qBIhwJjKYX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIhwJjKYX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIhwJjKYX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIhwJjKYX .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIhwJjKYX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIhwJjKYX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIhwJjKYX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIhwJjKYX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIhwJjKYX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIhwJjKYX .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIhwJjKYX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIhwJjKYX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIhwJjKYX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIhwJjKYX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIhwJjKYX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIhwJjKYX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIhwJjKYX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBIhyqdsvm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBIhyqdsvm .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBIhyqdsvm .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIhyqdsvm .modal-body .close span {
  font-style: normal;
}
.cid-qBIhyqdsvm .carousel-inner > .active,
.cid-qBIhyqdsvm .carousel-inner > .next,
.cid-qBIhyqdsvm .carousel-inner > .prev {
  display: flex;
}
.cid-qBIhyqdsvm .carousel-control .icon-next,
.cid-qBIhyqdsvm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIhyqdsvm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIhyqdsvm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBIhyqdsvm .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBIhyqdsvm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIhyqdsvm .boxed-slider > div {
  position: relative;
}
.cid-qBIhyqdsvm .container img {
  width: 100%;
}
.cid-qBIhyqdsvm .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-qBIhyqdsvm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIhyqdsvm .mbr-table-cell {
  padding: 0;
}
.cid-qBIhyqdsvm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIhyqdsvm .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIhyqdsvm .mbr-overlay {
  z-index: 1;
}
.cid-qBIhyqdsvm .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIhyqdsvm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIhyqdsvm .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIhyqdsvm .carousel-item-next.carousel-item-left,
.cid-qBIhyqdsvm .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIhyqdsvm .active.carousel-item-right,
.cid-qBIhyqdsvm .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIhyqdsvm .active.carousel-item-left,
.cid-qBIhyqdsvm .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIhyqdsvm .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBIhyqdsvm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIhyqdsvm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIhyqdsvm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBIhyqdsvm .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIhyqdsvm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIhyqdsvm .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBIhyqdsvm .mbr-slider .carousel-indicators li.active,
.cid-qBIhyqdsvm .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIhyqdsvm .mbr-slider .carousel-indicators li::after,
.cid-qBIhyqdsvm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIhyqdsvm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIhyqdsvm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIhyqdsvm .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIhyqdsvm .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIhyqdsvm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIhyqdsvm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIhyqdsvm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIhyqdsvm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIhyqdsvm .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIhyqdsvm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIhyqdsvm .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIhyqdsvm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIhyqdsvm .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIhyqdsvm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIhyqdsvm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIhyqdsvm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBIhyqdsvm .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBIhyqdsvm .carousel-inner {
  height: 100%;
}
.cid-qBIhyqdsvm .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBIhyqdsvm .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBIhyqdsvm .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBIhyqdsvm .carousel-item .container-slide {
  text-align: center;
}
.cid-qBIhyqdsvm .content-slider-wrap {
  width: 60%;
}
.cid-qBNmcRjs0O {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBNmcRjs0O .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNmcRjs0O H2 {
  color: #232323;
}
.cid-qBNk1CZzEm {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-qBNk1CZzEm .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNk1CZzEm .video-block {
    width: 100% !important;
  }
}
.cid-qCgVgjOu2N {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVgjOu2N .card-img {
  background-color: #fff;
}
.cid-qCgVgjOu2N .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVgjOu2N .card-box {
  padding: 2rem;
}
.cid-qCgVgjOu2N h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVgjOu2N p {
  text-align: left;
}
.cid-qCgVgjOu2N .mbr-text {
  color: #767676;
}
.cid-qCgVgjOu2N .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVgjOu2N .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVgjOu2N .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVgjOu2N .card-title {
  text-align: center;
}
.cid-qCgVgjOu2N .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVgMaaFy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVgMaaFy .card-img {
  background-color: #fff;
}
.cid-qCgVgMaaFy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVgMaaFy .card-box {
  padding: 2rem;
}
.cid-qCgVgMaaFy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVgMaaFy p {
  text-align: left;
}
.cid-qCgVgMaaFy .mbr-text {
  color: #767676;
}
.cid-qCgVgMaaFy .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVgMaaFy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVgMaaFy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVgMaaFy .card-title {
  text-align: center;
}
.cid-qCgVgMaaFy .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVhhwr6B {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVhhwr6B .card-img {
  background-color: #fff;
}
.cid-qCgVhhwr6B .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVhhwr6B .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVhhwr6B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVhhwr6B p {
  text-align: left;
}
.cid-qCgVhhwr6B .mbr-text {
  color: #767676;
}
.cid-qCgVhhwr6B .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVhhwr6B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVhhwr6B .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVhhwr6B .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVhhwr6B .card-title {
  text-align: center;
}
.cid-qBIsFeXviZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBIsFeXviZ .mbr-section-subtitle {
  color: #767676;
}
.cid-qBTwr39iTN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBTwr39iTN .mbr-text,
.cid-qBTwr39iTN blockquote {
  color: #767676;
}
.cid-qBTwr39iTN .mbr-text P {
  color: #232323;
}
.cid-qBIsFw0Zgg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBIsFw0Zgg .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBMILAxHfs {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #119c57, #149dcc);
}
.cid-qBMILAxHfs .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBMIZd2LP0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBMIZd2LP0 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBMIZd2LP0 .modal-body .close {
  background: #1b1b1b;
}
.cid-qBMIZd2LP0 .modal-body .close span {
  font-style: normal;
}
.cid-qBMIZd2LP0 .carousel-inner > .active,
.cid-qBMIZd2LP0 .carousel-inner > .next,
.cid-qBMIZd2LP0 .carousel-inner > .prev {
  display: flex;
}
.cid-qBMIZd2LP0 .carousel-control .icon-next,
.cid-qBMIZd2LP0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBMIZd2LP0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBMIZd2LP0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBMIZd2LP0 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBMIZd2LP0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBMIZd2LP0 .boxed-slider > div {
  position: relative;
}
.cid-qBMIZd2LP0 .container img {
  width: 100%;
}
.cid-qBMIZd2LP0 .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-qBMIZd2LP0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMIZd2LP0 .mbr-table-cell {
  padding: 0;
}
.cid-qBMIZd2LP0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBMIZd2LP0 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMIZd2LP0 .mbr-overlay {
  z-index: 1;
}
.cid-qBMIZd2LP0 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMIZd2LP0 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBMIZd2LP0 .carousel-item .container {
    width: 100%;
  }
}
.cid-qBMIZd2LP0 .carousel-item-next.carousel-item-left,
.cid-qBMIZd2LP0 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBMIZd2LP0 .active.carousel-item-right,
.cid-qBMIZd2LP0 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBMIZd2LP0 .active.carousel-item-left,
.cid-qBMIZd2LP0 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBMIZd2LP0 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBMIZd2LP0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBMIZd2LP0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBMIZd2LP0 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBMIZd2LP0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBMIZd2LP0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBMIZd2LP0 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBMIZd2LP0 .mbr-slider .carousel-indicators li.active,
.cid-qBMIZd2LP0 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBMIZd2LP0 .mbr-slider .carousel-indicators li::after,
.cid-qBMIZd2LP0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBMIZd2LP0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBMIZd2LP0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBMIZd2LP0 .mbr-slider > .container img {
  width: 100%;
}
.cid-qBMIZd2LP0 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMIZd2LP0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBMIZd2LP0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBMIZd2LP0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMIZd2LP0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBMIZd2LP0 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBMIZd2LP0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBMIZd2LP0 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBMIZd2LP0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBMIZd2LP0 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMIZd2LP0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBMIZd2LP0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBMIZd2LP0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBMIZd2LP0 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBMIZd2LP0 .carousel-inner {
  height: 100%;
}
.cid-qBMIZd2LP0 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBMIZd2LP0 .image_wrapper {
  height: 590px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBMIZd2LP0 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBMIZd2LP0 .carousel-item .container-slide {
  text-align: center;
}
.cid-qBMIZd2LP0 .content-slider-wrap {
  width: 81%;
}
.cid-qBMIZd2LP0 B {
  color: #000000;
}
.cid-qBMIZd2LP0 P {
  color: #ffffff;
}
.cid-qBMIZDTb0R .modal-body .close {
  background: #1b1b1b;
}
.cid-qBMIZDTb0R .modal-body .close span {
  font-style: normal;
}
.cid-qBMIZDTb0R .carousel-inner > .active,
.cid-qBMIZDTb0R .carousel-inner > .next,
.cid-qBMIZDTb0R .carousel-inner > .prev {
  display: table;
}
.cid-qBMIZDTb0R .carousel-control .icon-next,
.cid-qBMIZDTb0R .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBMIZDTb0R .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBMIZDTb0R .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBMIZDTb0R .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBMIZDTb0R .boxed-slider > div {
  position: relative;
}
.cid-qBMIZDTb0R .container img {
  width: 100%;
}
.cid-qBMIZDTb0R .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-qBMIZDTb0R .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMIZDTb0R .mbr-table-cell {
  padding: 0;
}
.cid-qBMIZDTb0R .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBMIZDTb0R .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMIZDTb0R .mbr-overlay {
  z-index: 1;
}
.cid-qBMIZDTb0R .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMIZDTb0R .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBMIZDTb0R .carousel-item .container {
    width: 100%;
  }
}
.cid-qBMIZDTb0R .carousel-item-next.carousel-item-left,
.cid-qBMIZDTb0R .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBMIZDTb0R .active.carousel-item-right,
.cid-qBMIZDTb0R .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBMIZDTb0R .active.carousel-item-left,
.cid-qBMIZDTb0R .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBMIZDTb0R .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-qBMIZDTb0R .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBMIZDTb0R .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBMIZDTb0R .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBMIZDTb0R .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBMIZDTb0R .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBMIZDTb0R .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-qBMIZDTb0R .mbr-slider .carousel-indicators li.active,
.cid-qBMIZDTb0R .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBMIZDTb0R .mbr-slider .carousel-indicators li::after,
.cid-qBMIZDTb0R .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBMIZDTb0R .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBMIZDTb0R .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBMIZDTb0R .mbr-slider > .container img {
  width: 100%;
}
.cid-qBMIZDTb0R .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMIZDTb0R .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBMIZDTb0R .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBMIZDTb0R .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMIZDTb0R .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBMIZDTb0R .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBMIZDTb0R .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBMIZDTb0R .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBMIZDTb0R .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBMIZDTb0R .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMIZDTb0R .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBMIZDTb0R .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBMIZDTb0R .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBMIZDTb0R H2 {
  color: #232323;
}
.cid-qBMIZDTb0R P {
  color: #232323;
}
.cid-qCh9a2uXHf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCh9a2uXHf .mbr-section-subtitle {
  color: #767676;
}
.cid-qBMIRRg0Dh {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #c9fffd;
  background: linear-gradient(0deg, #c9fffd, #ffffff);
}
.cid-qBMIRRg0Dh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBMIRRg0Dh .video-block {
    width: 100% !important;
  }
}
.cid-qCgVVtPobo {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVVtPobo .card-img {
  background-color: #fff;
}
.cid-qCgVVtPobo .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVVtPobo .card-box {
  padding: 2rem;
}
.cid-qCgVVtPobo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVVtPobo p {
  text-align: left;
}
.cid-qCgVVtPobo .mbr-text {
  color: #767676;
}
.cid-qCgVVtPobo .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVVtPobo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVVtPobo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVVtPobo .card-title {
  text-align: center;
}
.cid-qCgVVtPobo .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVWcCwLn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVWcCwLn .card-img {
  background-color: #fff;
}
.cid-qCgVWcCwLn .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVWcCwLn .card-box {
  padding: 2rem;
}
.cid-qCgVWcCwLn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVWcCwLn p {
  text-align: left;
}
.cid-qCgVWcCwLn .mbr-text {
  color: #767676;
}
.cid-qCgVWcCwLn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVWcCwLn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVWcCwLn .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVWcCwLn .card-title {
  text-align: center;
}
.cid-qCgVWcCwLn .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVWEy7vA {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVWEy7vA .card-img {
  background-color: #fff;
}
.cid-qCgVWEy7vA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVWEy7vA .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVWEy7vA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVWEy7vA p {
  text-align: left;
}
.cid-qCgVWEy7vA .mbr-text {
  color: #767676;
}
.cid-qCgVWEy7vA .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVWEy7vA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVWEy7vA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVWEy7vA .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVWEy7vA .card-title {
  text-align: center;
}
.cid-qBNkfchwSt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBNkfchwSt .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNKarHRx7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBNKarHRx7 .mbr-text,
.cid-qBNKarHRx7 blockquote {
  color: #767676;
}
.cid-qBNKarHRx7 .mbr-text DIV {
  text-align: left;
  color: #232323;
}
.cid-qBNkfB1M4J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBNkfB1M4J .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBMBbGJPwu {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #55b4d4, #cc2952);
}
.cid-qBMBbGJPwu .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBMC7HDeRq .modal-body .close {
  background: #1b1b1b;
}
.cid-qBMC7HDeRq .modal-body .close span {
  font-style: normal;
}
.cid-qBMC7HDeRq .carousel-inner > .active,
.cid-qBMC7HDeRq .carousel-inner > .next,
.cid-qBMC7HDeRq .carousel-inner > .prev {
  display: table;
}
.cid-qBMC7HDeRq .carousel-control .icon-next,
.cid-qBMC7HDeRq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBMC7HDeRq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBMC7HDeRq .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBMC7HDeRq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBMC7HDeRq .boxed-slider > div {
  position: relative;
}
.cid-qBMC7HDeRq .container img {
  width: 100%;
}
.cid-qBMC7HDeRq .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-qBMC7HDeRq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMC7HDeRq .mbr-table-cell {
  padding: 0;
}
.cid-qBMC7HDeRq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBMC7HDeRq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMC7HDeRq .mbr-overlay {
  z-index: 1;
}
.cid-qBMC7HDeRq .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMC7HDeRq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBMC7HDeRq .carousel-item .container {
    width: 100%;
  }
}
.cid-qBMC7HDeRq .carousel-item-next.carousel-item-left,
.cid-qBMC7HDeRq .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBMC7HDeRq .active.carousel-item-right,
.cid-qBMC7HDeRq .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBMC7HDeRq .active.carousel-item-left,
.cid-qBMC7HDeRq .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBMC7HDeRq .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-qBMC7HDeRq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBMC7HDeRq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBMC7HDeRq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBMC7HDeRq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBMC7HDeRq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBMC7HDeRq .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-qBMC7HDeRq .mbr-slider .carousel-indicators li.active,
.cid-qBMC7HDeRq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBMC7HDeRq .mbr-slider .carousel-indicators li::after,
.cid-qBMC7HDeRq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBMC7HDeRq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBMC7HDeRq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBMC7HDeRq .mbr-slider > .container img {
  width: 100%;
}
.cid-qBMC7HDeRq .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMC7HDeRq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBMC7HDeRq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBMC7HDeRq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMC7HDeRq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBMC7HDeRq .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBMC7HDeRq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBMC7HDeRq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBMC7HDeRq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBMC7HDeRq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMC7HDeRq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBMC7HDeRq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBMC7HDeRq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBMC86GPcN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBMC86GPcN .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBMC86GPcN .modal-body .close {
  background: #1b1b1b;
}
.cid-qBMC86GPcN .modal-body .close span {
  font-style: normal;
}
.cid-qBMC86GPcN .carousel-inner > .active,
.cid-qBMC86GPcN .carousel-inner > .next,
.cid-qBMC86GPcN .carousel-inner > .prev {
  display: flex;
}
.cid-qBMC86GPcN .carousel-control .icon-next,
.cid-qBMC86GPcN .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBMC86GPcN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBMC86GPcN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBMC86GPcN .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBMC86GPcN .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBMC86GPcN .boxed-slider > div {
  position: relative;
}
.cid-qBMC86GPcN .container img {
  width: 100%;
}
.cid-qBMC86GPcN .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-qBMC86GPcN .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMC86GPcN .mbr-table-cell {
  padding: 0;
}
.cid-qBMC86GPcN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBMC86GPcN .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMC86GPcN .mbr-overlay {
  z-index: 1;
}
.cid-qBMC86GPcN .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMC86GPcN .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBMC86GPcN .carousel-item .container {
    width: 100%;
  }
}
.cid-qBMC86GPcN .carousel-item-next.carousel-item-left,
.cid-qBMC86GPcN .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBMC86GPcN .active.carousel-item-right,
.cid-qBMC86GPcN .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBMC86GPcN .active.carousel-item-left,
.cid-qBMC86GPcN .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBMC86GPcN .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBMC86GPcN .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBMC86GPcN .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBMC86GPcN .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBMC86GPcN .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBMC86GPcN .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBMC86GPcN .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBMC86GPcN .mbr-slider .carousel-indicators li.active,
.cid-qBMC86GPcN .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBMC86GPcN .mbr-slider .carousel-indicators li::after,
.cid-qBMC86GPcN .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBMC86GPcN .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBMC86GPcN .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBMC86GPcN .mbr-slider > .container img {
  width: 100%;
}
.cid-qBMC86GPcN .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMC86GPcN .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBMC86GPcN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBMC86GPcN .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMC86GPcN .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBMC86GPcN .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBMC86GPcN .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBMC86GPcN .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBMC86GPcN .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBMC86GPcN .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMC86GPcN .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBMC86GPcN .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBMC86GPcN .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBMC86GPcN .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBMC86GPcN .carousel-inner {
  height: 100%;
}
.cid-qBMC86GPcN .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBMC86GPcN .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBMC86GPcN .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBMC86GPcN .carousel-item .container-slide {
  text-align: center;
}
.cid-qBMC86GPcN .content-slider-wrap {
  width: 60%;
}
.cid-qCh7paJC66 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCh7paJC66 .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNjKV4d2n {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #c9fffd;
  background: linear-gradient(0deg, #c9fffd, #ffffff);
}
.cid-qBNjKV4d2n .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNjKV4d2n .video-block {
    width: 100% !important;
  }
}
.cid-qCgVFpP5BI {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVFpP5BI .card-img {
  background-color: #fff;
}
.cid-qCgVFpP5BI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVFpP5BI .card-box {
  padding: 2rem;
}
.cid-qCgVFpP5BI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVFpP5BI p {
  text-align: left;
}
.cid-qCgVFpP5BI .mbr-text {
  color: #767676;
}
.cid-qCgVFpP5BI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVFpP5BI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVFpP5BI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVFpP5BI .card-title {
  text-align: center;
}
.cid-qCgVFpP5BI .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVGRNuDH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVGRNuDH .card-img {
  background-color: #fff;
}
.cid-qCgVGRNuDH .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVGRNuDH .card-box {
  padding: 2rem;
}
.cid-qCgVGRNuDH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVGRNuDH p {
  text-align: left;
}
.cid-qCgVGRNuDH .mbr-text {
  color: #767676;
}
.cid-qCgVGRNuDH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVGRNuDH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVGRNuDH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVGRNuDH .card-title {
  text-align: center;
}
.cid-qCgVGRNuDH .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVJfzCfV {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVJfzCfV .card-img {
  background-color: #fff;
}
.cid-qCgVJfzCfV .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVJfzCfV .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVJfzCfV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVJfzCfV p {
  text-align: left;
}
.cid-qCgVJfzCfV .mbr-text {
  color: #767676;
}
.cid-qCgVJfzCfV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVJfzCfV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVJfzCfV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVJfzCfV .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVJfzCfV .card-title {
  text-align: center;
}
.cid-qBNKQjf0me {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBNKQjf0me .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNKVSMcbM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBNKVSMcbM .mbr-text,
.cid-qBNKVSMcbM blockquote {
  color: #767676;
}
.cid-qBNKVSMcbM .mbr-text DIV {
  color: #232323;
}
.cid-qBNKVSMcbM .mbr-text P {
  color: #232323;
}
.cid-qBNKQLF70o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBNKQLF70o .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBIB86BsCg {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #29d4c7, #0f7699);
}
.cid-qBIB86BsCg .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qCgLIgkwtw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCgLIgkwtw .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qCgLIgkwtw .modal-body .close {
  background: #1b1b1b;
}
.cid-qCgLIgkwtw .modal-body .close span {
  font-style: normal;
}
.cid-qCgLIgkwtw .carousel-inner > .active,
.cid-qCgLIgkwtw .carousel-inner > .next,
.cid-qCgLIgkwtw .carousel-inner > .prev {
  display: flex;
}
.cid-qCgLIgkwtw .carousel-control .icon-next,
.cid-qCgLIgkwtw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qCgLIgkwtw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qCgLIgkwtw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qCgLIgkwtw .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qCgLIgkwtw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qCgLIgkwtw .boxed-slider > div {
  position: relative;
}
.cid-qCgLIgkwtw .container img {
  width: 100%;
}
.cid-qCgLIgkwtw .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-qCgLIgkwtw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qCgLIgkwtw .mbr-table-cell {
  padding: 0;
}
.cid-qCgLIgkwtw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qCgLIgkwtw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qCgLIgkwtw .mbr-overlay {
  z-index: 1;
}
.cid-qCgLIgkwtw .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qCgLIgkwtw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qCgLIgkwtw .carousel-item .container {
    width: 100%;
  }
}
.cid-qCgLIgkwtw .carousel-item-next.carousel-item-left,
.cid-qCgLIgkwtw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qCgLIgkwtw .active.carousel-item-right,
.cid-qCgLIgkwtw .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qCgLIgkwtw .active.carousel-item-left,
.cid-qCgLIgkwtw .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qCgLIgkwtw .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qCgLIgkwtw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qCgLIgkwtw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qCgLIgkwtw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qCgLIgkwtw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qCgLIgkwtw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qCgLIgkwtw .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qCgLIgkwtw .mbr-slider .carousel-indicators li.active,
.cid-qCgLIgkwtw .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qCgLIgkwtw .mbr-slider .carousel-indicators li::after,
.cid-qCgLIgkwtw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qCgLIgkwtw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qCgLIgkwtw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qCgLIgkwtw .mbr-slider > .container img {
  width: 100%;
}
.cid-qCgLIgkwtw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qCgLIgkwtw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qCgLIgkwtw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qCgLIgkwtw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qCgLIgkwtw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qCgLIgkwtw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qCgLIgkwtw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qCgLIgkwtw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qCgLIgkwtw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qCgLIgkwtw .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qCgLIgkwtw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qCgLIgkwtw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qCgLIgkwtw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qCgLIgkwtw .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qCgLIgkwtw .carousel-inner {
  height: 100%;
}
.cid-qCgLIgkwtw .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qCgLIgkwtw .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qCgLIgkwtw .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qCgLIgkwtw .carousel-item .container-slide {
  text-align: center;
}
.cid-qCgLIgkwtw .content-slider-wrap {
  width: 60%;
}
.cid-qBICIN4PQT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBICIN4PQT .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBICIN4PQT .modal-body .close {
  background: #1b1b1b;
}
.cid-qBICIN4PQT .modal-body .close span {
  font-style: normal;
}
.cid-qBICIN4PQT .carousel-inner > .active,
.cid-qBICIN4PQT .carousel-inner > .next,
.cid-qBICIN4PQT .carousel-inner > .prev {
  display: flex;
}
.cid-qBICIN4PQT .carousel-control .icon-next,
.cid-qBICIN4PQT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBICIN4PQT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBICIN4PQT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBICIN4PQT .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBICIN4PQT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBICIN4PQT .boxed-slider > div {
  position: relative;
}
.cid-qBICIN4PQT .container img {
  width: 100%;
}
.cid-qBICIN4PQT .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-qBICIN4PQT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBICIN4PQT .mbr-table-cell {
  padding: 0;
}
.cid-qBICIN4PQT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBICIN4PQT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBICIN4PQT .mbr-overlay {
  z-index: 1;
}
.cid-qBICIN4PQT .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBICIN4PQT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBICIN4PQT .carousel-item .container {
    width: 100%;
  }
}
.cid-qBICIN4PQT .carousel-item-next.carousel-item-left,
.cid-qBICIN4PQT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBICIN4PQT .active.carousel-item-right,
.cid-qBICIN4PQT .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBICIN4PQT .active.carousel-item-left,
.cid-qBICIN4PQT .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBICIN4PQT .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBICIN4PQT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBICIN4PQT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBICIN4PQT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBICIN4PQT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBICIN4PQT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBICIN4PQT .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBICIN4PQT .mbr-slider .carousel-indicators li.active,
.cid-qBICIN4PQT .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBICIN4PQT .mbr-slider .carousel-indicators li::after,
.cid-qBICIN4PQT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBICIN4PQT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBICIN4PQT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBICIN4PQT .mbr-slider > .container img {
  width: 100%;
}
.cid-qBICIN4PQT .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBICIN4PQT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBICIN4PQT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBICIN4PQT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBICIN4PQT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBICIN4PQT .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBICIN4PQT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBICIN4PQT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBICIN4PQT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBICIN4PQT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBICIN4PQT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBICIN4PQT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBICIN4PQT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBICIN4PQT .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBICIN4PQT .carousel-inner {
  height: 100%;
}
.cid-qBICIN4PQT .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBICIN4PQT .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBICIN4PQT .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBICIN4PQT .carousel-item .container-slide {
  text-align: center;
}
.cid-qBICIN4PQT .content-slider-wrap {
  width: 79%;
}
.cid-qCh7QzxJpp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffd8e8;
}
.cid-qCh7QzxJpp .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNjRCZv2C {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e4fffd;
  background: linear-gradient(0deg, #e4fffd, #ffd8e8);
}
.cid-qBNjRCZv2C .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNjRCZv2C .video-block {
    width: 100% !important;
  }
}
.cid-qCgVxvU7JN {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVxvU7JN .card-img {
  background-color: #fff;
}
.cid-qCgVxvU7JN .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVxvU7JN .card-box {
  padding: 2rem;
}
.cid-qCgVxvU7JN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVxvU7JN p {
  text-align: left;
}
.cid-qCgVxvU7JN .mbr-text {
  color: #767676;
}
.cid-qCgVxvU7JN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVxvU7JN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVxvU7JN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVxvU7JN .card-title {
  text-align: center;
}
.cid-qCgVxvU7JN .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVxXuKGt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVxXuKGt .card-img {
  background-color: #fff;
}
.cid-qCgVxXuKGt .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVxXuKGt .card-box {
  padding: 2rem;
}
.cid-qCgVxXuKGt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVxXuKGt p {
  text-align: left;
}
.cid-qCgVxXuKGt .mbr-text {
  color: #767676;
}
.cid-qCgVxXuKGt .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVxXuKGt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVxXuKGt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVxXuKGt .card-title {
  text-align: center;
}
.cid-qCgVxXuKGt .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVynxTmS {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVynxTmS .card-img {
  background-color: #fff;
}
.cid-qCgVynxTmS .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVynxTmS .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVynxTmS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVynxTmS p {
  text-align: left;
}
.cid-qCgVynxTmS .mbr-text {
  color: #767676;
}
.cid-qCgVynxTmS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVynxTmS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVynxTmS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVynxTmS .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVynxTmS .card-title {
  text-align: center;
}
.cid-qCbiFeev31 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCbiFeev31 .mbr-section-subtitle {
  color: #767676;
}
.cid-qCbiKxYVID {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCbiKxYVID .mbr-text,
.cid-qCbiKxYVID blockquote {
  color: #767676;
}
.cid-qCbiKxYVID .mbr-text DIV {
  color: #232323;
}
.cid-qCbiKxYVID .mbr-text B {
  color: #232323;
}
.cid-qCbiFCHk76 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCbiFCHk76 .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBIABfkrbn {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #29d4c7, #119c57);
}
.cid-qBIABfkrbn .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBIAA1ABk3 .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIAA1ABk3 .modal-body .close span {
  font-style: normal;
}
.cid-qBIAA1ABk3 .carousel-inner > .active,
.cid-qBIAA1ABk3 .carousel-inner > .next,
.cid-qBIAA1ABk3 .carousel-inner > .prev {
  display: table;
}
.cid-qBIAA1ABk3 .carousel-control .icon-next,
.cid-qBIAA1ABk3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIAA1ABk3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIAA1ABk3 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIAA1ABk3 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIAA1ABk3 .boxed-slider > div {
  position: relative;
}
.cid-qBIAA1ABk3 .container img {
  width: 100%;
}
.cid-qBIAA1ABk3 .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-qBIAA1ABk3 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIAA1ABk3 .mbr-table-cell {
  padding: 0;
}
.cid-qBIAA1ABk3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIAA1ABk3 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIAA1ABk3 .mbr-overlay {
  z-index: 1;
}
.cid-qBIAA1ABk3 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIAA1ABk3 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIAA1ABk3 .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIAA1ABk3 .carousel-item-next.carousel-item-left,
.cid-qBIAA1ABk3 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIAA1ABk3 .active.carousel-item-right,
.cid-qBIAA1ABk3 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIAA1ABk3 .active.carousel-item-left,
.cid-qBIAA1ABk3 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIAA1ABk3 .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-qBIAA1ABk3 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIAA1ABk3 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIAA1ABk3 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBIAA1ABk3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIAA1ABk3 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIAA1ABk3 .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-qBIAA1ABk3 .mbr-slider .carousel-indicators li.active,
.cid-qBIAA1ABk3 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIAA1ABk3 .mbr-slider .carousel-indicators li::after,
.cid-qBIAA1ABk3 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIAA1ABk3 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIAA1ABk3 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIAA1ABk3 .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIAA1ABk3 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIAA1ABk3 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIAA1ABk3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIAA1ABk3 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIAA1ABk3 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIAA1ABk3 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIAA1ABk3 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIAA1ABk3 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIAA1ABk3 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIAA1ABk3 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIAA1ABk3 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIAA1ABk3 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIAA1ABk3 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBIAJOxwi0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #0f7699, #f7ed4a);
}
.cid-qBIAJOxwi0 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBIAKuyYIc .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIAKuyYIc .modal-body .close span {
  font-style: normal;
}
.cid-qBIAKuyYIc .carousel-inner > .active,
.cid-qBIAKuyYIc .carousel-inner > .next,
.cid-qBIAKuyYIc .carousel-inner > .prev {
  display: table;
}
.cid-qBIAKuyYIc .carousel-control .icon-next,
.cid-qBIAKuyYIc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIAKuyYIc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIAKuyYIc .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIAKuyYIc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIAKuyYIc .boxed-slider > div {
  position: relative;
}
.cid-qBIAKuyYIc .container img {
  width: 100%;
}
.cid-qBIAKuyYIc .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-qBIAKuyYIc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIAKuyYIc .mbr-table-cell {
  padding: 0;
}
.cid-qBIAKuyYIc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIAKuyYIc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIAKuyYIc .mbr-overlay {
  z-index: 1;
}
.cid-qBIAKuyYIc .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIAKuyYIc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIAKuyYIc .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIAKuyYIc .carousel-item-next.carousel-item-left,
.cid-qBIAKuyYIc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIAKuyYIc .active.carousel-item-right,
.cid-qBIAKuyYIc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIAKuyYIc .active.carousel-item-left,
.cid-qBIAKuyYIc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIAKuyYIc .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-qBIAKuyYIc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIAKuyYIc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIAKuyYIc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBIAKuyYIc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIAKuyYIc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIAKuyYIc .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-qBIAKuyYIc .mbr-slider .carousel-indicators li.active,
.cid-qBIAKuyYIc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIAKuyYIc .mbr-slider .carousel-indicators li::after,
.cid-qBIAKuyYIc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIAKuyYIc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIAKuyYIc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIAKuyYIc .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIAKuyYIc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIAKuyYIc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIAKuyYIc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIAKuyYIc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIAKuyYIc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIAKuyYIc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIAKuyYIc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIAKuyYIc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIAKuyYIc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIAKuyYIc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIAKuyYIc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIAKuyYIc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIAKuyYIc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qCh7Ev4vmQ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qCh7Ev4vmQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNjTqfCyi {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #c9fffd;
  background: linear-gradient(0deg, #c9fffd, #ffffff);
}
.cid-qBNjTqfCyi .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNjTqfCyi .video-block {
    width: 100% !important;
  }
}
.cid-qCgVujbfXc {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVujbfXc .card-img {
  background-color: #fff;
}
.cid-qCgVujbfXc .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVujbfXc .card-box {
  padding: 2rem;
}
.cid-qCgVujbfXc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVujbfXc p {
  text-align: left;
}
.cid-qCgVujbfXc .mbr-text {
  color: #767676;
}
.cid-qCgVujbfXc .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVujbfXc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVujbfXc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVujbfXc .card-title {
  text-align: center;
}
.cid-qCgVujbfXc .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVuTq6fq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVuTq6fq .card-img {
  background-color: #fff;
}
.cid-qCgVuTq6fq .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVuTq6fq .card-box {
  padding: 2rem;
}
.cid-qCgVuTq6fq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVuTq6fq p {
  text-align: left;
}
.cid-qCgVuTq6fq .mbr-text {
  color: #767676;
}
.cid-qCgVuTq6fq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVuTq6fq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVuTq6fq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVuTq6fq .card-title {
  text-align: center;
}
.cid-qCgVuTq6fq .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVvjb6IZ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVvjb6IZ .card-img {
  background-color: #fff;
}
.cid-qCgVvjb6IZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVvjb6IZ .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVvjb6IZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVvjb6IZ p {
  text-align: left;
}
.cid-qCgVvjb6IZ .mbr-text {
  color: #767676;
}
.cid-qCgVvjb6IZ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVvjb6IZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVvjb6IZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVvjb6IZ .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVvjb6IZ .card-title {
  text-align: center;
}
.cid-qCaxkAhyEm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCaxkAhyEm .mbr-section-subtitle {
  color: #767676;
}
.cid-qCaxoi5eMB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCaxoi5eMB .mbr-text,
.cid-qCaxoi5eMB blockquote {
  color: #767676;
}
.cid-qCaxoi5eMB .mbr-text DIV {
  color: #232323;
}
.cid-qCaxoi5eMB .mbr-text B {
  color: #232323;
}
.cid-qCaxkXjEks {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCaxkXjEks .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBIAlQmLlz {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #fbac7f, #e5658a);
}
.cid-qBIAlQmLlz .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBIAxuQ1lW .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIAxuQ1lW .modal-body .close span {
  font-style: normal;
}
.cid-qBIAxuQ1lW .carousel-inner > .active,
.cid-qBIAxuQ1lW .carousel-inner > .next,
.cid-qBIAxuQ1lW .carousel-inner > .prev {
  display: table;
}
.cid-qBIAxuQ1lW .carousel-control .icon-next,
.cid-qBIAxuQ1lW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIAxuQ1lW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIAxuQ1lW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIAxuQ1lW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIAxuQ1lW .boxed-slider > div {
  position: relative;
}
.cid-qBIAxuQ1lW .container img {
  width: 100%;
}
.cid-qBIAxuQ1lW .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-qBIAxuQ1lW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIAxuQ1lW .mbr-table-cell {
  padding: 0;
}
.cid-qBIAxuQ1lW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIAxuQ1lW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIAxuQ1lW .mbr-overlay {
  z-index: 1;
}
.cid-qBIAxuQ1lW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIAxuQ1lW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIAxuQ1lW .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIAxuQ1lW .carousel-item-next.carousel-item-left,
.cid-qBIAxuQ1lW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIAxuQ1lW .active.carousel-item-right,
.cid-qBIAxuQ1lW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIAxuQ1lW .active.carousel-item-left,
.cid-qBIAxuQ1lW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIAxuQ1lW .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-qBIAxuQ1lW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIAxuQ1lW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIAxuQ1lW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBIAxuQ1lW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIAxuQ1lW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIAxuQ1lW .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-qBIAxuQ1lW .mbr-slider .carousel-indicators li.active,
.cid-qBIAxuQ1lW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIAxuQ1lW .mbr-slider .carousel-indicators li::after,
.cid-qBIAxuQ1lW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIAxuQ1lW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIAxuQ1lW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIAxuQ1lW .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIAxuQ1lW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIAxuQ1lW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIAxuQ1lW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIAxuQ1lW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIAxuQ1lW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIAxuQ1lW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIAxuQ1lW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIAxuQ1lW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIAxuQ1lW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIAxuQ1lW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIAxuQ1lW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIAxuQ1lW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIAxuQ1lW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qCh43OpubN {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #149dcc, #119c57);
}
.cid-qCh43OpubN .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBIAYyt6o7 .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIAYyt6o7 .modal-body .close span {
  font-style: normal;
}
.cid-qBIAYyt6o7 .carousel-inner > .active,
.cid-qBIAYyt6o7 .carousel-inner > .next,
.cid-qBIAYyt6o7 .carousel-inner > .prev {
  display: table;
}
.cid-qBIAYyt6o7 .carousel-control .icon-next,
.cid-qBIAYyt6o7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIAYyt6o7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIAYyt6o7 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIAYyt6o7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIAYyt6o7 .boxed-slider > div {
  position: relative;
}
.cid-qBIAYyt6o7 .container img {
  width: 100%;
}
.cid-qBIAYyt6o7 .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-qBIAYyt6o7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIAYyt6o7 .mbr-table-cell {
  padding: 0;
}
.cid-qBIAYyt6o7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIAYyt6o7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIAYyt6o7 .mbr-overlay {
  z-index: 1;
}
.cid-qBIAYyt6o7 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIAYyt6o7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIAYyt6o7 .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIAYyt6o7 .carousel-item-next.carousel-item-left,
.cid-qBIAYyt6o7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIAYyt6o7 .active.carousel-item-right,
.cid-qBIAYyt6o7 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIAYyt6o7 .active.carousel-item-left,
.cid-qBIAYyt6o7 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIAYyt6o7 .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-qBIAYyt6o7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIAYyt6o7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIAYyt6o7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBIAYyt6o7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIAYyt6o7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIAYyt6o7 .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-qBIAYyt6o7 .mbr-slider .carousel-indicators li.active,
.cid-qBIAYyt6o7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIAYyt6o7 .mbr-slider .carousel-indicators li::after,
.cid-qBIAYyt6o7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIAYyt6o7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIAYyt6o7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIAYyt6o7 .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIAYyt6o7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIAYyt6o7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIAYyt6o7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIAYyt6o7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIAYyt6o7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIAYyt6o7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIAYyt6o7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIAYyt6o7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIAYyt6o7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIAYyt6o7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIAYyt6o7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIAYyt6o7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIAYyt6o7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qCh7vVDqWx {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qCh7vVDqWx .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNjUR4YQZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #c9fffd;
  background: linear-gradient(0deg, #c9fffd, #ffffff);
}
.cid-qBNjUR4YQZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNjUR4YQZ .video-block {
    width: 100% !important;
  }
}
.cid-qCgVreQAQX {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVreQAQX .card-img {
  background-color: #fff;
}
.cid-qCgVreQAQX .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVreQAQX .card-box {
  padding: 2rem;
}
.cid-qCgVreQAQX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVreQAQX p {
  text-align: left;
}
.cid-qCgVreQAQX .mbr-text {
  color: #767676;
}
.cid-qCgVreQAQX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVreQAQX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVreQAQX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVreQAQX .card-title {
  text-align: center;
}
.cid-qCgVreQAQX .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVrFZtIU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVrFZtIU .card-img {
  background-color: #fff;
}
.cid-qCgVrFZtIU .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVrFZtIU .card-box {
  padding: 2rem;
}
.cid-qCgVrFZtIU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVrFZtIU p {
  text-align: left;
}
.cid-qCgVrFZtIU .mbr-text {
  color: #767676;
}
.cid-qCgVrFZtIU .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVrFZtIU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVrFZtIU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVrFZtIU .card-title {
  text-align: center;
}
.cid-qCgVrFZtIU .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVscBrA9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVscBrA9 .card-img {
  background-color: #fff;
}
.cid-qCgVscBrA9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVscBrA9 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVscBrA9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVscBrA9 p {
  text-align: left;
}
.cid-qCgVscBrA9 .mbr-text {
  color: #767676;
}
.cid-qCgVscBrA9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVscBrA9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVscBrA9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVscBrA9 .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVscBrA9 .card-title {
  text-align: center;
}
.cid-qCagpIaKA6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCagpIaKA6 .mbr-section-subtitle {
  color: #767676;
}
.cid-qCagodlH1l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCagodlH1l .mbr-text,
.cid-qCagodlH1l blockquote {
  color: #767676;
}
.cid-qCagqaC22T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCagqaC22T .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBIw2Z9UxL {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #760f1a, #ff3366);
}
.cid-qBIw2Z9UxL .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBNneWbk13 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBNneWbk13 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qBNneWbk13 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBNneWbk13 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBNneWbk13 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qBNneWbk13 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qBNneWbk13 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qBNnfj05Fi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBNnfj05Fi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qBNnfj05Fi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBNnfj05Fi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBNnfj05Fi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qBNnfj05Fi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qBNnfj05Fi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qBNn2zPuwu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBNn2zPuwu .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNn2zPuwu H2 {
  color: #232323;
}
.cid-qBNjWKxRBV {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ecfcfb;
  background: linear-gradient(0deg, #ecfcfb, #ffffff);
}
.cid-qBNjWKxRBV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNjWKxRBV .video-block {
    width: 100% !important;
  }
}
.cid-qCgVo6BDiI {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVo6BDiI .card-img {
  background-color: #fff;
}
.cid-qCgVo6BDiI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVo6BDiI .card-box {
  padding: 2rem;
}
.cid-qCgVo6BDiI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVo6BDiI p {
  text-align: left;
}
.cid-qCgVo6BDiI .mbr-text {
  color: #767676;
}
.cid-qCgVo6BDiI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVo6BDiI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVo6BDiI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVo6BDiI .card-title {
  text-align: center;
}
.cid-qCgVo6BDiI .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVozeP6r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVozeP6r .card-img {
  background-color: #fff;
}
.cid-qCgVozeP6r .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVozeP6r .card-box {
  padding: 2rem;
}
.cid-qCgVozeP6r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVozeP6r p {
  text-align: left;
}
.cid-qCgVozeP6r .mbr-text {
  color: #767676;
}
.cid-qCgVozeP6r .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVozeP6r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVozeP6r .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVozeP6r .card-title {
  text-align: center;
}
.cid-qCgVozeP6r .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVp5Si8U {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVp5Si8U .card-img {
  background-color: #fff;
}
.cid-qCgVp5Si8U .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVp5Si8U .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVp5Si8U h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVp5Si8U p {
  text-align: left;
}
.cid-qCgVp5Si8U .mbr-text {
  color: #767676;
}
.cid-qCgVp5Si8U .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVp5Si8U .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVp5Si8U .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVp5Si8U .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVp5Si8U .card-title {
  text-align: center;
}
.cid-qBNAx0kisD {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qBNAx0kisD .mbr-section-subtitle {
  color: #767676;
}
.cid-qBUiuNzlwi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBUiuNzlwi .mbr-text,
.cid-qBUiuNzlwi blockquote {
  color: #767676;
}
.cid-qBNAxlEaJc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBNAxlEaJc .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBIsOuaYa8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #073b4c, #40be80);
}
.cid-qBIsOuaYa8 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBIsPmBFIV .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIsPmBFIV .modal-body .close span {
  font-style: normal;
}
.cid-qBIsPmBFIV .carousel-inner > .active,
.cid-qBIsPmBFIV .carousel-inner > .next,
.cid-qBIsPmBFIV .carousel-inner > .prev {
  display: table;
}
.cid-qBIsPmBFIV .carousel-control .icon-next,
.cid-qBIsPmBFIV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIsPmBFIV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIsPmBFIV .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIsPmBFIV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIsPmBFIV .boxed-slider > div {
  position: relative;
}
.cid-qBIsPmBFIV .container img {
  width: 100%;
}
.cid-qBIsPmBFIV .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-qBIsPmBFIV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIsPmBFIV .mbr-table-cell {
  padding: 0;
}
.cid-qBIsPmBFIV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIsPmBFIV .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIsPmBFIV .mbr-overlay {
  z-index: 1;
}
.cid-qBIsPmBFIV .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIsPmBFIV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIsPmBFIV .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIsPmBFIV .carousel-item-next.carousel-item-left,
.cid-qBIsPmBFIV .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIsPmBFIV .active.carousel-item-right,
.cid-qBIsPmBFIV .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIsPmBFIV .active.carousel-item-left,
.cid-qBIsPmBFIV .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIsPmBFIV .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-qBIsPmBFIV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIsPmBFIV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIsPmBFIV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBIsPmBFIV .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIsPmBFIV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIsPmBFIV .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-qBIsPmBFIV .mbr-slider .carousel-indicators li.active,
.cid-qBIsPmBFIV .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIsPmBFIV .mbr-slider .carousel-indicators li::after,
.cid-qBIsPmBFIV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIsPmBFIV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIsPmBFIV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIsPmBFIV .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIsPmBFIV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIsPmBFIV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIsPmBFIV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIsPmBFIV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIsPmBFIV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIsPmBFIV .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIsPmBFIV .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIsPmBFIV .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIsPmBFIV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIsPmBFIV .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIsPmBFIV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIsPmBFIV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIsPmBFIV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBIsQenVHV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBIsQenVHV .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBIsQenVHV .modal-body .close {
  background: #1b1b1b;
}
.cid-qBIsQenVHV .modal-body .close span {
  font-style: normal;
}
.cid-qBIsQenVHV .carousel-inner > .active,
.cid-qBIsQenVHV .carousel-inner > .next,
.cid-qBIsQenVHV .carousel-inner > .prev {
  display: flex;
}
.cid-qBIsQenVHV .carousel-control .icon-next,
.cid-qBIsQenVHV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBIsQenVHV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBIsQenVHV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBIsQenVHV .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBIsQenVHV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBIsQenVHV .boxed-slider > div {
  position: relative;
}
.cid-qBIsQenVHV .container img {
  width: 100%;
}
.cid-qBIsQenVHV .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-qBIsQenVHV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIsQenVHV .mbr-table-cell {
  padding: 0;
}
.cid-qBIsQenVHV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBIsQenVHV .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIsQenVHV .mbr-overlay {
  z-index: 1;
}
.cid-qBIsQenVHV .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIsQenVHV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBIsQenVHV .carousel-item .container {
    width: 100%;
  }
}
.cid-qBIsQenVHV .carousel-item-next.carousel-item-left,
.cid-qBIsQenVHV .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBIsQenVHV .active.carousel-item-right,
.cid-qBIsQenVHV .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBIsQenVHV .active.carousel-item-left,
.cid-qBIsQenVHV .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBIsQenVHV .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBIsQenVHV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBIsQenVHV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBIsQenVHV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBIsQenVHV .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBIsQenVHV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBIsQenVHV .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBIsQenVHV .mbr-slider .carousel-indicators li.active,
.cid-qBIsQenVHV .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBIsQenVHV .mbr-slider .carousel-indicators li::after,
.cid-qBIsQenVHV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBIsQenVHV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBIsQenVHV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBIsQenVHV .mbr-slider > .container img {
  width: 100%;
}
.cid-qBIsQenVHV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBIsQenVHV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBIsQenVHV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBIsQenVHV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBIsQenVHV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBIsQenVHV .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBIsQenVHV .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBIsQenVHV .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBIsQenVHV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBIsQenVHV .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBIsQenVHV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBIsQenVHV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBIsQenVHV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBIsQenVHV .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBIsQenVHV .carousel-inner {
  height: 100%;
}
.cid-qBIsQenVHV .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBIsQenVHV .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBIsQenVHV .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBIsQenVHV .carousel-item .container-slide {
  text-align: center;
}
.cid-qBIsQenVHV .content-slider-wrap {
  width: 72%;
}
.cid-qBNmY0gaTM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBNmY0gaTM .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNmY0gaTM H2 {
  color: #232323;
}
.cid-qBNjYxhMRT {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #c9fffd;
  background: linear-gradient(0deg, #c9fffd, #ffffff);
}
.cid-qBNjYxhMRT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNjYxhMRT .video-block {
    width: 100% !important;
  }
}
.cid-qCgVkFXtL2 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVkFXtL2 .card-img {
  background-color: #fff;
}
.cid-qCgVkFXtL2 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVkFXtL2 .card-box {
  padding: 2rem;
}
.cid-qCgVkFXtL2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVkFXtL2 p {
  text-align: left;
}
.cid-qCgVkFXtL2 .mbr-text {
  color: #767676;
}
.cid-qCgVkFXtL2 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVkFXtL2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVkFXtL2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVkFXtL2 .card-title {
  text-align: center;
}
.cid-qCgVkFXtL2 .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVlcbg0k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVlcbg0k .card-img {
  background-color: #fff;
}
.cid-qCgVlcbg0k .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVlcbg0k .card-box {
  padding: 2rem;
}
.cid-qCgVlcbg0k h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVlcbg0k p {
  text-align: left;
}
.cid-qCgVlcbg0k .mbr-text {
  color: #767676;
}
.cid-qCgVlcbg0k .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVlcbg0k .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVlcbg0k .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVlcbg0k .card-title {
  text-align: center;
}
.cid-qCgVlcbg0k .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVlyhYso {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVlyhYso .card-img {
  background-color: #fff;
}
.cid-qCgVlyhYso .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVlyhYso .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVlyhYso h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVlyhYso p {
  text-align: left;
}
.cid-qCgVlyhYso .mbr-text {
  color: #767676;
}
.cid-qCgVlyhYso .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVlyhYso .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVlyhYso .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVlyhYso .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVlyhYso .card-title {
  text-align: center;
}
.cid-qBIvNgG2l0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBIvNgG2l0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qBUgiZF8yy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBUgiZF8yy .mbr-text,
.cid-qBUgiZF8yy blockquote {
  color: #767676;
}
.cid-qBUgiZF8yy .mbr-text DIV {
  color: #232323;
}
.cid-qBIvNyiIDG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBIvNyiIDG .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qBMvn35HjL {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #9867bc, #29d4c7);
}
.cid-qBMvn35HjL .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qBMwctTulk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBMwctTulk .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBMwctTulk .modal-body .close {
  background: #1b1b1b;
}
.cid-qBMwctTulk .modal-body .close span {
  font-style: normal;
}
.cid-qBMwctTulk .carousel-inner > .active,
.cid-qBMwctTulk .carousel-inner > .next,
.cid-qBMwctTulk .carousel-inner > .prev {
  display: flex;
}
.cid-qBMwctTulk .carousel-control .icon-next,
.cid-qBMwctTulk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBMwctTulk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBMwctTulk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBMwctTulk .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBMwctTulk .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBMwctTulk .boxed-slider > div {
  position: relative;
}
.cid-qBMwctTulk .container img {
  width: 100%;
}
.cid-qBMwctTulk .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-qBMwctTulk .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMwctTulk .mbr-table-cell {
  padding: 0;
}
.cid-qBMwctTulk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBMwctTulk .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMwctTulk .mbr-overlay {
  z-index: 1;
}
.cid-qBMwctTulk .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMwctTulk .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBMwctTulk .carousel-item .container {
    width: 100%;
  }
}
.cid-qBMwctTulk .carousel-item-next.carousel-item-left,
.cid-qBMwctTulk .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBMwctTulk .active.carousel-item-right,
.cid-qBMwctTulk .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBMwctTulk .active.carousel-item-left,
.cid-qBMwctTulk .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBMwctTulk .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBMwctTulk .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBMwctTulk .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBMwctTulk .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBMwctTulk .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBMwctTulk .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBMwctTulk .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBMwctTulk .mbr-slider .carousel-indicators li.active,
.cid-qBMwctTulk .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBMwctTulk .mbr-slider .carousel-indicators li::after,
.cid-qBMwctTulk .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBMwctTulk .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBMwctTulk .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBMwctTulk .mbr-slider > .container img {
  width: 100%;
}
.cid-qBMwctTulk .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMwctTulk .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBMwctTulk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBMwctTulk .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMwctTulk .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBMwctTulk .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBMwctTulk .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBMwctTulk .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBMwctTulk .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBMwctTulk .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMwctTulk .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBMwctTulk .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBMwctTulk .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBMwctTulk .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBMwctTulk .carousel-inner {
  height: 100%;
}
.cid-qBMwctTulk .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBMwctTulk .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBMwctTulk .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBMwctTulk .carousel-item .container-slide {
  text-align: center;
}
.cid-qBMwctTulk .content-slider-wrap {
  width: 60%;
}
.cid-qBMwcLKlxc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBMwcLKlxc .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qBMwcLKlxc .modal-body .close {
  background: #1b1b1b;
}
.cid-qBMwcLKlxc .modal-body .close span {
  font-style: normal;
}
.cid-qBMwcLKlxc .carousel-inner > .active,
.cid-qBMwcLKlxc .carousel-inner > .next,
.cid-qBMwcLKlxc .carousel-inner > .prev {
  display: flex;
}
.cid-qBMwcLKlxc .carousel-control .icon-next,
.cid-qBMwcLKlxc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBMwcLKlxc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBMwcLKlxc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qBMwcLKlxc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qBMwcLKlxc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBMwcLKlxc .boxed-slider > div {
  position: relative;
}
.cid-qBMwcLKlxc .container img {
  width: 100%;
}
.cid-qBMwcLKlxc .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-qBMwcLKlxc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMwcLKlxc .mbr-table-cell {
  padding: 0;
}
.cid-qBMwcLKlxc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBMwcLKlxc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMwcLKlxc .mbr-overlay {
  z-index: 1;
}
.cid-qBMwcLKlxc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMwcLKlxc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qBMwcLKlxc .carousel-item .container {
    width: 100%;
  }
}
.cid-qBMwcLKlxc .carousel-item-next.carousel-item-left,
.cid-qBMwcLKlxc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBMwcLKlxc .active.carousel-item-right,
.cid-qBMwcLKlxc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBMwcLKlxc .active.carousel-item-left,
.cid-qBMwcLKlxc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBMwcLKlxc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-qBMwcLKlxc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBMwcLKlxc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBMwcLKlxc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qBMwcLKlxc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBMwcLKlxc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBMwcLKlxc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qBMwcLKlxc .mbr-slider .carousel-indicators li.active,
.cid-qBMwcLKlxc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBMwcLKlxc .mbr-slider .carousel-indicators li::after,
.cid-qBMwcLKlxc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBMwcLKlxc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBMwcLKlxc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBMwcLKlxc .mbr-slider > .container img {
  width: 100%;
}
.cid-qBMwcLKlxc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBMwcLKlxc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBMwcLKlxc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBMwcLKlxc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBMwcLKlxc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBMwcLKlxc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBMwcLKlxc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBMwcLKlxc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBMwcLKlxc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBMwcLKlxc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBMwcLKlxc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBMwcLKlxc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBMwcLKlxc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBMwcLKlxc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qBMwcLKlxc .carousel-inner {
  height: 100%;
}
.cid-qBMwcLKlxc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qBMwcLKlxc .image_wrapper {
  height: 670px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qBMwcLKlxc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qBMwcLKlxc .carousel-item .container-slide {
  text-align: center;
}
.cid-qBMwcLKlxc .content-slider-wrap {
  width: 90%;
}
.cid-qBMwcLKlxc P {
  color: #ffffff;
}
.cid-qCh86B4VVY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffedf4;
}
.cid-qCh86B4VVY .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNjO57hmS {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #c9fffd;
  background: linear-gradient(0deg, #c9fffd, #ffedf4);
}
.cid-qBNjO57hmS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qBNjO57hmS .video-block {
    width: 100% !important;
  }
}
.cid-qCgVBO8sna {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVBO8sna .card-img {
  background-color: #fff;
}
.cid-qCgVBO8sna .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVBO8sna .card-box {
  padding: 2rem;
}
.cid-qCgVBO8sna h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVBO8sna p {
  text-align: left;
}
.cid-qCgVBO8sna .mbr-text {
  color: #767676;
}
.cid-qCgVBO8sna .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVBO8sna .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVBO8sna .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVBO8sna .card-title {
  text-align: center;
}
.cid-qCgVBO8sna .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVCtu7ol {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCgVCtu7ol .card-img {
  background-color: #fff;
}
.cid-qCgVCtu7ol .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVCtu7ol .card-box {
  padding: 2rem;
}
.cid-qCgVCtu7ol h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVCtu7ol p {
  text-align: left;
}
.cid-qCgVCtu7ol .mbr-text {
  color: #767676;
}
.cid-qCgVCtu7ol .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVCtu7ol .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVCtu7ol .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVCtu7ol .card-title {
  text-align: center;
}
.cid-qCgVCtu7ol .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVCVmkAs {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCgVCVmkAs .card-img {
  background-color: #fff;
}
.cid-qCgVCVmkAs .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qCgVCVmkAs .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qCgVCVmkAs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qCgVCVmkAs p {
  text-align: left;
}
.cid-qCgVCVmkAs .mbr-text {
  color: #767676;
}
.cid-qCgVCVmkAs .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCgVCVmkAs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qCgVCVmkAs .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qCgVCVmkAs .card-img a {
  display: block;
  padding-top: 0rem;
}
.cid-qCgVCVmkAs .card-title {
  text-align: center;
}
.cid-qBMARaDOtq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBMARaDOtq .mbr-section-subtitle {
  color: #767676;
}
.cid-qBNNRgXe2D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBNNRgXe2D .mbr-text,
.cid-qBNNRgXe2D blockquote {
  color: #767676;
}
.cid-qBNNRgXe2D .mbr-text DIV {
  color: #232323;
}
.cid-qBMARxJ7Xc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBMARxJ7Xc .mbr-section-subtitle {
  color: #767676;
}
.cid-qBHwaBZAiY .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qBHwaBZAiY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qBHwaBZAiY a {
  font-style: normal;
}
.cid-qBHwaBZAiY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBHwaBZAiY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBHwaBZAiY .nav-item:focus,
.cid-qBHwaBZAiY .nav-link:focus {
  outline: none;
}
.cid-qBHwaBZAiY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBHwaBZAiY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBHwaBZAiY .menu-logo {
  margin-right: auto;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBHwaBZAiY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBHwaBZAiY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBHwaBZAiY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBHwaBZAiY .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-qBHwaBZAiY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBHwaBZAiY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBHwaBZAiY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBHwaBZAiY button.navbar-toggler:focus {
  outline: none;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBHwaBZAiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBHwaBZAiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBHwaBZAiY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .btn {
  display: flex;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBHwaBZAiY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBHwaBZAiY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBHwaBZAiY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBHwaBZAiY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBHwaBZAiY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBHwaBZAiY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBHwaBZAiY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBHwaBZAiY .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: 991px) {
  .cid-qBHwaBZAiY.navbar-expand {
    flex-direction: column;
  }
  .cid-qBHwaBZAiY img {
    height: 3.8rem !important;
  }
  .cid-qBHwaBZAiY .btn {
    display: flex;
  }
  .cid-qBHwaBZAiY button.navbar-toggler {
    display: block;
  }
  .cid-qBHwaBZAiY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBHwaBZAiY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBHwaBZAiY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing,
  .cid-qBHwaBZAiY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBHwaBZAiY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBHwaBZAiY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBHwaBZAiY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBHwaBZAiY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBHwaBZAiY .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-qBHwaBZAiY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBHwaBZAiY .navbar-collapse {
  flex-basis: auto;
}
.cid-qBHwGtyxIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
