body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #55b4d4 !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: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #55b4d4 !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: #277e9c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #55b4d4;
  border-color: #55b4d4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #55b4d4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fcfd;
}
.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 {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #55b4d4;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #55b4d4;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #55b4d4;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #55b4d4;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #55b4d4;
  border-bottom-color: #55b4d4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #55b4d4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2355b4d4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qTkA127IK8 {
  background-image: url("../../../assets/images/mbr-1873x1920.jpg");
}
.cid-r5UJpst910 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #b6ebfc);
}
.cid-r5UJpst910 .mbr-section-subtitle {
  color: #465052;
}
.cid-r5UJpst910 .btn {
  margin: 0 0 .5rem 0;
}
.cid-r5UJpst910 .mbr-section-subtitle DIV {
  color: #0f7699;
}
.cid-r5UJpst910 .mbr-section-subtitle B {
  color: #0f7699;
}
.cid-r5W2fh9xVn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dbe9ee;
}
.cid-r5W2fh9xVn .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-r5W2fh9xVn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r5W2fh9xVn p {
  color: #767676;
  text-align: left;
}
.cid-r5W2fh9xVn .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r5W2fh9xVn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-r5W2fh9xVn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-r5W2fh9xVn .card-title {
  color: #cc2952;
  text-align: center;
}
.cid-r5W2fh9xVn P {
  text-align: left;
}
.cid-v9LvaDiz8k {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dbe9ee;
}
.cid-v9LvaDiz8k .mbr-section-subtitle {
  color: #232323;
}
.cid-v9LvmIYWWW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dbe9ee;
}
.cid-t1BJmb6sVc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dbe9ee;
}
.cid-t1BJmb6sVc P {
  color: #767676;
}
.cid-t1BJmb6sVc .mbr-text,
.cid-t1BJmb6sVc .mbr-section-btn {
  color: #0f7699;
}
.cid-t1BJmb6sVc H1 {
  color: #0f7699;
}
.cid-thLhobaftz {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #b6ebfc, #72bbf6);
}
.cid-thLhobaftz .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-thLhobaftz .main .mbr-section-btn {
  text-align: right;
}
.cid-thLhobaftz .btn {
  margin: 0 0 .5rem 0;
}
.cid-thLhobaftz H2 {
  color: #ffffff;
}
.cid-thLhobaftz H3 {
  color: #ffffff;
}
.cid-sAWTJDTzQG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sAWTJDTzQG .mbr-section-subtitle {
  color: #cc2952;
}
.cid-sAWTJDTzQG H2 {
  color: #cc2952;
}
.cid-sHTnidz6ka {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHTnidz6ka .mbr-section-subtitle {
  color: #767676;
}
.cid-t1YCtvtxli {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1YCtvtxli P {
  color: #767676;
}
.cid-t1Yjw6noIe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1Yjw6noIe .mbr-text {
  color: #767676;
}
.cid-t1Yjw6noIe .mbr-text p {
  background: #ffffff;
}
.cid-t1Yjw6noIe .mbr-text P {
  text-align: left;
}
.cid-u5mNIjJcVB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5mNIjJcVB P {
  color: #767676;
}
.cid-u5mNIjJcVB .mbr-text,
.cid-u5mNIjJcVB .mbr-section-btn {
  color: #7f1933;
}
.cid-u5mNIjJcVB H3 {
  color: #8b0c2d;
}
.cid-sVD92sViRZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-sVD92sViRZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sVD92sViRZ .container-table {
  margin: 0 auto;
}
.cid-sVD92sViRZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sVD92sViRZ .dataTables_wrapper {
  display: block;
}
.cid-sVD92sViRZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sVD92sViRZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sVD92sViRZ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sVD92sViRZ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sVD92sViRZ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sVD92sViRZ table td {
  border-top: 1px solid #cccccc;
}
.cid-sVD92sViRZ table.table {
  background: #ffffff;
}
.cid-sVD92sViRZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sVD92sViRZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sVD92sViRZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sVD92sViRZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sVD92sViRZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sVD92sViRZ .dataTables_filter {
    text-align: center;
  }
  .cid-sVD92sViRZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sVD92sViRZ .body-item {
  text-align: left;
}
.cid-u0PlayCmiM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-u0PlayCmiM .mbr-section-subtitle {
  color: #767676;
}
.cid-u0PlayCmiM .container-table {
  margin: 0 auto;
}
.cid-u0PlayCmiM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u0PlayCmiM .dataTables_wrapper {
  display: block;
}
.cid-u0PlayCmiM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u0PlayCmiM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u0PlayCmiM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u0PlayCmiM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u0PlayCmiM table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u0PlayCmiM table td {
  border-top: 1px solid #cccccc;
}
.cid-u0PlayCmiM table.table {
  background: #ffffff;
}
.cid-u0PlayCmiM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u0PlayCmiM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u0PlayCmiM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u0PlayCmiM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u0PlayCmiM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u0PlayCmiM .dataTables_filter {
    text-align: center;
  }
  .cid-u0PlayCmiM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIoicXoORF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-rIoicXoORF .mbr-section-subtitle {
  color: #767676;
}
.cid-rIoicXoORF .container-table {
  margin: 0 auto;
}
.cid-rIoicXoORF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rIoicXoORF .dataTables_wrapper {
  display: block;
}
.cid-rIoicXoORF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rIoicXoORF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rIoicXoORF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rIoicXoORF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rIoicXoORF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rIoicXoORF table td {
  border-top: 1px solid #cccccc;
}
.cid-rIoicXoORF table.table {
  background: #ffffff;
}
.cid-rIoicXoORF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rIoicXoORF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rIoicXoORF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rIoicXoORF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rIoicXoORF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rIoicXoORF .dataTables_filter {
    text-align: center;
  }
  .cid-rIoicXoORF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIoicXoORF .body-item {
  text-align: left;
}
.cid-u73gM0GUxw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-u73gM0GUxw .mbr-section-subtitle {
  color: #767676;
}
.cid-u73gM0GUxw .container-table {
  margin: 0 auto;
}
.cid-u73gM0GUxw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u73gM0GUxw .dataTables_wrapper {
  display: block;
}
.cid-u73gM0GUxw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u73gM0GUxw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u73gM0GUxw table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u73gM0GUxw table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u73gM0GUxw table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u73gM0GUxw table td {
  border-top: 1px solid #cccccc;
}
.cid-u73gM0GUxw table.table {
  background: #ffffff;
}
.cid-u73gM0GUxw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u73gM0GUxw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u73gM0GUxw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u73gM0GUxw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u73gM0GUxw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u73gM0GUxw .dataTables_filter {
    text-align: center;
  }
  .cid-u73gM0GUxw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v6timxPerO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-v6timxPerO .mbr-section-subtitle {
  color: #767676;
}
.cid-v6timxPerO .container-table {
  margin: 0 auto;
}
.cid-v6timxPerO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v6timxPerO .dataTables_wrapper {
  display: block;
}
.cid-v6timxPerO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v6timxPerO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v6timxPerO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v6timxPerO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v6timxPerO table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v6timxPerO table td {
  border-top: 1px solid #cccccc;
}
.cid-v6timxPerO table.table {
  background: #ffffff;
}
.cid-v6timxPerO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v6timxPerO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v6timxPerO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v6timxPerO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v6timxPerO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v6timxPerO .dataTables_filter {
    text-align: center;
  }
  .cid-v6timxPerO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v6timxPerO .body-item {
  text-align: left;
}
.cid-tPozhPzrsc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-tPozhPzrsc .mbr-section-subtitle {
  color: #232323;
}
.cid-tPozhPzrsc .container-table {
  margin: 0 auto;
}
.cid-tPozhPzrsc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPozhPzrsc .dataTables_wrapper {
  display: block;
}
.cid-tPozhPzrsc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPozhPzrsc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPozhPzrsc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tPozhPzrsc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPozhPzrsc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tPozhPzrsc table td {
  border-top: 1px solid #cccccc;
}
.cid-tPozhPzrsc table.table {
  background: #ffffff;
}
.cid-tPozhPzrsc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPozhPzrsc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPozhPzrsc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPozhPzrsc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tPozhPzrsc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPozhPzrsc .dataTables_filter {
    text-align: center;
  }
  .cid-tPozhPzrsc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPozhPzrsc .body-item {
  text-align: left;
}
.cid-tzM8akeQ7E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-tzM8akeQ7E .mbr-section-subtitle {
  color: #767676;
}
.cid-tzM8akeQ7E .container-table {
  margin: 0 auto;
}
.cid-tzM8akeQ7E .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tzM8akeQ7E .dataTables_wrapper {
  display: block;
}
.cid-tzM8akeQ7E .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tzM8akeQ7E .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tzM8akeQ7E table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tzM8akeQ7E table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tzM8akeQ7E table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tzM8akeQ7E table td {
  border-top: 1px solid #cccccc;
}
.cid-tzM8akeQ7E table.table {
  background: #ffffff;
}
.cid-tzM8akeQ7E .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tzM8akeQ7E .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tzM8akeQ7E .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tzM8akeQ7E .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tzM8akeQ7E .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tzM8akeQ7E .dataTables_filter {
    text-align: center;
  }
  .cid-tzM8akeQ7E .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tzM8akeQ7E .body-item {
  text-align: left;
}
.cid-tIIHNGmBIm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-tIIHNGmBIm .mbr-section-subtitle {
  color: #767676;
}
.cid-tIIHNGmBIm .container-table {
  margin: 0 auto;
}
.cid-tIIHNGmBIm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tIIHNGmBIm .dataTables_wrapper {
  display: block;
}
.cid-tIIHNGmBIm .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tIIHNGmBIm .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tIIHNGmBIm table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tIIHNGmBIm table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tIIHNGmBIm table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tIIHNGmBIm table td {
  border-top: 1px solid #cccccc;
}
.cid-tIIHNGmBIm table.table {
  background: #ffffff;
}
.cid-tIIHNGmBIm .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tIIHNGmBIm .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tIIHNGmBIm .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tIIHNGmBIm .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tIIHNGmBIm .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tIIHNGmBIm .dataTables_filter {
    text-align: center;
  }
  .cid-tIIHNGmBIm .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tIIHNGmBIm .body-item {
  text-align: left;
}
.cid-ue0S6Ex34b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-ue0S6Ex34b .mbr-section-subtitle {
  color: #767676;
}
.cid-ue0S6Ex34b .container-table {
  margin: 0 auto;
}
.cid-ue0S6Ex34b .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ue0S6Ex34b .dataTables_wrapper {
  display: block;
}
.cid-ue0S6Ex34b .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ue0S6Ex34b .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ue0S6Ex34b table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ue0S6Ex34b table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ue0S6Ex34b table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ue0S6Ex34b table td {
  border-top: 1px solid #cccccc;
}
.cid-ue0S6Ex34b table.table {
  background: #ffffff;
}
.cid-ue0S6Ex34b .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ue0S6Ex34b .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ue0S6Ex34b .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ue0S6Ex34b .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ue0S6Ex34b .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ue0S6Ex34b .dataTables_filter {
    text-align: center;
  }
  .cid-ue0S6Ex34b .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sybwyxRx9J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-sybwyxRx9J .mbr-section-subtitle {
  color: #767676;
}
.cid-sybwyxRx9J .container-table {
  margin: 0 auto;
}
.cid-sybwyxRx9J .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sybwyxRx9J .dataTables_wrapper {
  display: block;
}
.cid-sybwyxRx9J .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sybwyxRx9J .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sybwyxRx9J table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sybwyxRx9J table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sybwyxRx9J table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sybwyxRx9J table td {
  border-top: 1px solid #cccccc;
}
.cid-sybwyxRx9J table.table {
  background: #ffffff;
}
.cid-sybwyxRx9J .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sybwyxRx9J .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sybwyxRx9J .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sybwyxRx9J .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sybwyxRx9J .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sybwyxRx9J .dataTables_filter {
    text-align: center;
  }
  .cid-sybwyxRx9J .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sybwyxRx9J .body-item {
  text-align: left;
}
.cid-v63i3sBybR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-v63i3sBybR .mbr-section-subtitle {
  color: #767676;
}
.cid-v63i3sBybR .container-table {
  margin: 0 auto;
}
.cid-v63i3sBybR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v63i3sBybR .dataTables_wrapper {
  display: block;
}
.cid-v63i3sBybR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v63i3sBybR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v63i3sBybR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v63i3sBybR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v63i3sBybR table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v63i3sBybR table td {
  border-top: 1px solid #cccccc;
}
.cid-v63i3sBybR table.table {
  background: #ffffff;
}
.cid-v63i3sBybR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v63i3sBybR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v63i3sBybR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v63i3sBybR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v63i3sBybR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v63i3sBybR .dataTables_filter {
    text-align: center;
  }
  .cid-v63i3sBybR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v63i3sBybR .body-item {
  text-align: left;
}
.cid-umLJhbogOM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-umLJhbogOM .mbr-section-subtitle {
  color: #767676;
}
.cid-umLJhbogOM .container-table {
  margin: 0 auto;
}
.cid-umLJhbogOM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-umLJhbogOM .dataTables_wrapper {
  display: block;
}
.cid-umLJhbogOM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-umLJhbogOM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-umLJhbogOM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-umLJhbogOM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-umLJhbogOM table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-umLJhbogOM table td {
  border-top: 1px solid #cccccc;
}
.cid-umLJhbogOM table.table {
  background: #ffffff;
}
.cid-umLJhbogOM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-umLJhbogOM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-umLJhbogOM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-umLJhbogOM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-umLJhbogOM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-umLJhbogOM .dataTables_filter {
    text-align: center;
  }
  .cid-umLJhbogOM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-umLJhbogOM .body-item {
  text-align: left;
}
.cid-u0UrJF6DuR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-u0UrJF6DuR .mbr-section-subtitle {
  color: #767676;
}
.cid-u0UrJF6DuR .container-table {
  margin: 0 auto;
}
.cid-u0UrJF6DuR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u0UrJF6DuR .dataTables_wrapper {
  display: block;
}
.cid-u0UrJF6DuR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u0UrJF6DuR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u0UrJF6DuR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u0UrJF6DuR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u0UrJF6DuR table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u0UrJF6DuR table td {
  border-top: 1px solid #cccccc;
}
.cid-u0UrJF6DuR table.table {
  background: #ffffff;
}
.cid-u0UrJF6DuR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u0UrJF6DuR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u0UrJF6DuR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u0UrJF6DuR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u0UrJF6DuR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u0UrJF6DuR .dataTables_filter {
    text-align: center;
  }
  .cid-u0UrJF6DuR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u0UrJF6DuR .body-item {
  text-align: left;
}
.cid-sql5KiEgsp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-sql5KiEgsp .mbr-section-subtitle {
  color: #767676;
}
.cid-sql5KiEgsp .container-table {
  margin: 0 auto;
}
.cid-sql5KiEgsp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sql5KiEgsp .dataTables_wrapper {
  display: block;
}
.cid-sql5KiEgsp .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sql5KiEgsp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sql5KiEgsp table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sql5KiEgsp table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sql5KiEgsp table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sql5KiEgsp table td {
  border-top: 1px solid #cccccc;
}
.cid-sql5KiEgsp table.table {
  background: #ffffff;
}
.cid-sql5KiEgsp .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sql5KiEgsp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sql5KiEgsp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sql5KiEgsp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sql5KiEgsp .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sql5KiEgsp .dataTables_filter {
    text-align: center;
  }
  .cid-sql5KiEgsp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-r61yyevKjP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r61yyevKjP .mbr-section-subtitle {
  color: #767676;
}
.cid-sqERXJ4yMr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqERXJ4yMr .mbr-text,
.cid-sqERXJ4yMr blockquote {
  color: #767676;
}
.cid-sqERXJ4yMr .mbr-text {
  color: #232323;
}
.cid-sqERXJ4yMr .mbr-text P {
  text-align: center;
}
.cid-sql6q3GKYE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sql6q3GKYE .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sql6q3GKYE .video-block {
    width: 100% !important;
  }
}
.cid-r61y1aL9eI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r61y1aL9eI .counter-container {
  color: #767676;
}
.cid-r61y1aL9eI .counter-container ul {
  margin-bottom: 0;
}
.cid-r61y1aL9eI .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rPrPh2fYtE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rPrPh2fYtE .image-block {
  margin: auto;
}
.cid-rPrPh2fYtE .mbr-figure {
  margin: 0 auto;
}
.cid-rPrPh2fYtE figcaption {
  position: relative;
}
.cid-rPrPh2fYtE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rPrPh2fYtE .image-block {
    width: 100% !important;
  }
}
.cid-slkbWHurWz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-slkbWHurWz h2 {
  text-align: left;
}
.cid-slkbWHurWz h4 {
  text-align: left;
  font-weight: 500;
}
.cid-slkbWHurWz p {
  color: #767676;
  text-align: left;
}
.cid-slkbWHurWz .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-slkbWHurWz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-slkbWHurWz .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slkbWHurWz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-slkbWHurWz .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-slkbWHurWz .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-slkbWHurWz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slkbWHurWz .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-slkbWHurWz .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTkAaeaxX5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .content {
    text-align: center;
  }
  .cid-qTkAaeaxX5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTkAaeaxX5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTkAaeaxX5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTkAaeaxX5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTkAaeaxX5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTkAaeaxX5 P {
  color: #efefef;
}
.cid-sHwpcUSdRS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHwpcUSdRS .mbr-section-subtitle {
  color: #767676;
}
.cid-sHwqA8ePPV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHwqA8ePPV P {
  color: #767676;
}
.cid-sHwptBlq8g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHwptBlq8g .counter-container {
  color: #767676;
}
.cid-sHwptBlq8g .counter-container ul {
  margin-bottom: 0;
}
.cid-sHwptBlq8g .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sHwptBlq8g .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sHwr7i88QN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHwr7i88QN P {
  color: #767676;
}
.cid-t1Z5gDTto5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1Z5gDTto5 P {
  color: #767676;
}
.cid-t1Z0o5EyNq {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t1Z0o5EyNq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t1Z0o5EyNq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1Z0o5EyNq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1Z0o5EyNq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t1Z0o5EyNq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t1Z0o5EyNq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t1Z0o5EyNq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t1Z0o5EyNq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t1Z0o5EyNq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sUO6YysrEB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/p1250228-1600x1200.jpg");
}
.cid-sUO6YysrEB H1 {
  color: #ffffff;
}
.cid-sUO6YysrEB H3 {
  color: #ffffff;
}
.cid-sUO6YysrEB .mbr-text,
.cid-sUO6YysrEB .mbr-section-btn {
  color: #ffffff;
}
.cid-tijPezfNVv {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tijPezfNVv .mbr-section-subtitle {
  color: #767676;
}
.cid-tmIrcpheWE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tmIrcpheWE .card-img {
  background-color: #fff;
}
.cid-tmIrcpheWE .card {
  align-self: stretch;
}
.cid-tmIrcpheWE .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-tmIrcpheWE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tmIrcpheWE p {
  text-align: left;
}
.cid-tmIrcpheWE .mbr-text {
  color: #767676;
}
.cid-tmIrcpheWE .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tmIrcpheWE .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-tmIrcpheWE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tijPbWHcTs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tijPbWHcTs P {
  color: #767676;
}
.cid-tijOhXZhfk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tijOhXZhfk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tijOhXZhfk .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tijOhXZhfk .mbr-text {
  color: #767676;
}
.cid-v9ugzwrYOL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9ugzwrYOL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9ugzwrYOL .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9ugzwrYOL .mbr-text {
  color: #767676;
}
.cid-v9Faq19Rfz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9Faq19Rfz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9Faq19Rfz .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9Faq19Rfz .mbr-text {
  color: #767676;
}
.cid-v9FaqrxMED {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9FaqrxMED .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9FaqrxMED .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9FaqrxMED .mbr-text {
  color: #767676;
}
.cid-v9FaqS5YkX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9FaqS5YkX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9FaqS5YkX .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9FaqS5YkX .mbr-text {
  color: #767676;
}
.cid-v9FafMf819 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-v9FafMf819 P {
  color: #767676;
}
.cid-v9FaroLcYd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9FaroLcYd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9FaroLcYd .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9FaroLcYd .mbr-text {
  color: #767676;
}
.cid-v9G5qUq0Lq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9G5qUq0Lq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9G5qUq0Lq .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9G5qUq0Lq .mbr-text {
  color: #767676;
}
.cid-v9G5s0M8xz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9G5s0M8xz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9G5s0M8xz .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9G5s0M8xz .mbr-text {
  color: #767676;
}
.cid-v9G0C6x4BX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-v9G0C6x4BX P {
  color: #767676;
}
.cid-v9G0CHfO9w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9G0CHfO9w .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9G0CHfO9w .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9G0CHfO9w .mbr-text {
  color: #767676;
}
.cid-v9G4mw09TS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-v9G4mw09TS P {
  color: #767676;
}
.cid-v9G4o1joWV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9G4o1joWV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9G4o1joWV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9G4o1joWV .mbr-text {
  color: #767676;
}
.cid-v9GcWvuVqy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9GcWvuVqy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9GcWvuVqy .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9GcWvuVqy .mbr-text {
  color: #767676;
}
.cid-v9GcXhEGHc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9GcXhEGHc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9GcXhEGHc .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9GcXhEGHc .mbr-text {
  color: #767676;
}
.cid-v9G4oscVCg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9G4oscVCg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9G4oscVCg .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9G4oscVCg .mbr-text {
  color: #767676;
}
.cid-v9Gelj5NSr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-v9Gelj5NSr P {
  color: #767676;
}
.cid-v9GelRmAIH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9GelRmAIH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9GelRmAIH .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9GelRmAIH .mbr-text {
  color: #767676;
}
.cid-v9Gemg7dtS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9Gemg7dtS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9Gemg7dtS .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9Gemg7dtS .mbr-text {
  color: #767676;
}
.cid-v9GemBTKxi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9GemBTKxi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9GemBTKxi .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9GemBTKxi .mbr-text {
  color: #767676;
}
.cid-v9GemXB7jW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9GemXB7jW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9GemXB7jW .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9GemXB7jW .mbr-text {
  color: #767676;
}
.cid-v9IOn1NuIT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-v9IOn1NuIT P {
  color: #767676;
}
.cid-v9IOoCYnOh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9IOoCYnOh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9IOoCYnOh .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9IOoCYnOh .mbr-text {
  color: #767676;
}
.cid-v9IOpG20rC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9IOpG20rC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9IOpG20rC .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9IOpG20rC .mbr-text {
  color: #767676;
}
.cid-v9IMvauFNs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9IMvauFNs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9IMvauFNs .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9IMvauFNs .mbr-text {
  color: #767676;
}
.cid-v9IMtG6kZg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v9IMtG6kZg P {
  color: #767676;
}
.cid-v9KyWt3dvW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v9KyWt3dvW .mbr-text,
.cid-v9KyWt3dvW blockquote {
  color: #767676;
}
.cid-v9IMCMuQP6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v9IMCMuQP6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v9IMCMuQP6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9IMCMuQP6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9IMCMuQP6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v9IMCMuQP6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-v9IMCMuQP6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v9IMCMuQP6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-v9IMCMuQP6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-v9IMCMuQP6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-v9ISRI4EzB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v9ISRI4EzB P {
  color: #767676;
}
.cid-v9KzSDI4kf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-v9KzSDI4kf P {
  color: #767676;
}
.cid-v9JyK7jf1W {
  background: #149dcc;
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-v9JyK7jf1W .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v9JyK7jf1W .video-block {
    width: 100% !important;
  }
}
.cid-v9L2hosWVB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9L2hosWVB .mbr-text,
.cid-v9L2hosWVB blockquote {
  color: #767676;
}
.cid-v9KAqcVT35 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v9KAqcVT35 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9KAqcVT35 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v9KAqcVT35 .mbr-text {
  color: #767676;
}
.cid-v9uItdza0U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-v9uItdza0U P {
  color: #767676;
}
.cid-v9KGp4TG6v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9KGp4TG6v P {
  color: #767676;
}
