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





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: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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: #f40394 !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,
.btn-primary.active {
  background-color: #f40394;
  border-color: #f40394;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #a80266;
  border-color: #a80266;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80266 !important;
  border-color: #a80266 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f40394;
  border-color: #f40394;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #a80266;
  border-color: #a80266;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a80266 !important;
  border-color: #a80266 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  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,
.btn-success.active {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  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,
.btn-warning.active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  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,
.btn-danger.active {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  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,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #8f0257;
  color: #8f0257;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #f40394;
  border-color: #f40394;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f40394 !important;
  border-color: #f40394 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #8f0257;
  color: #8f0257;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f40394;
  border-color: #f40394;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f40394 !important;
  border-color: #f40394 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  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,
.btn-success-outline.active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  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,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  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,
.btn-danger-outline.active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  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,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #f40394 !important;
}
.text-secondary {
  color: #f40394 !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: #8f0257 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8f0257 !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: #f40394;
  border-color: #f40394;
  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: #f40394;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fec5e7;
}
.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*/
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
.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: #f40394;
  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: #f40394;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #f40394;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f40394;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f40394;
}
/* 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-qygoliozvA .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qygoliozvA .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qygoliozvA a {
  font-style: normal;
}
.cid-qygoliozvA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qygoliozvA .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qygoliozvA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qygoliozvA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qygoliozvA .menu-logo {
  margin-right: auto;
}
.cid-qygoliozvA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qygoliozvA .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-qygoliozvA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qygoliozvA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qygoliozvA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qygoliozvA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qygoliozvA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qygoliozvA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qygoliozvA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qygoliozvA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qygoliozvA .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qygoliozvA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qygoliozvA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qygoliozvA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qygoliozvA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qygoliozvA .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-qygoliozvA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qygoliozvA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qygoliozvA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qygoliozvA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qygoliozvA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qygoliozvA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qygoliozvA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qygoliozvA button.navbar-toggler:focus {
  outline: none;
}
.cid-qygoliozvA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qygoliozvA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qygoliozvA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qygoliozvA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qygoliozvA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qygoliozvA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qygoliozvA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qygoliozvA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qygoliozvA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qygoliozvA .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qygoliozvA .collapsed .btn {
  display: flex;
}
.cid-qygoliozvA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qygoliozvA .collapsed .navbar-collapse.collapsing,
.cid-qygoliozvA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qygoliozvA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qygoliozvA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qygoliozvA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qygoliozvA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qygoliozvA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qygoliozvA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qygoliozvA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qygoliozvA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qygoliozvA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qygoliozvA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qygoliozvA .collapsed button.navbar-toggler {
  display: block;
}
.cid-qygoliozvA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qygoliozvA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qygoliozvA .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-qygoliozvA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qygoliozvA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qygoliozvA .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-qygoliozvA.navbar-expand {
    flex-direction: column;
  }
  .cid-qygoliozvA img {
    height: 3.8rem !important;
  }
  .cid-qygoliozvA .btn {
    display: flex;
  }
  .cid-qygoliozvA button.navbar-toggler {
    display: block;
  }
  .cid-qygoliozvA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qygoliozvA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qygoliozvA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qygoliozvA .navbar-collapse.collapsing,
  .cid-qygoliozvA .navbar-collapse.show {
    display: block !important;
  }
  .cid-qygoliozvA .navbar-collapse.collapsing .navbar-nav,
  .cid-qygoliozvA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qygoliozvA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qygoliozvA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qygoliozvA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qygoliozvA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qygoliozvA .navbar-collapse.collapsing .navbar-buttons,
  .cid-qygoliozvA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qygoliozvA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qygoliozvA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qygoliozvA .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-qygoliozvA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qygoliozvA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qygoliozvA .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-qygoliozvA .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx48DRC0UY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/canvas-family-wall-photo-right-1600x672.jpg");
}
.cid-qx48DRC0UY H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx48DRC0UY DIV {
  text-align: left;
}
.cid-qx48DRC0UY H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx48DRC0UY P {
  text-align: left;
  color: #ffffff;
}
#custom-html-bz {
  /* Type valid CSS here */
}
#custom-html-bz div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-bz div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qxNIK0sS6V {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwri5lapuL {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qwri5lapuL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qwri5lapuL .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qwri5lapuL .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-qwri5lapuL .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-qwri5lapuL .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qwri5lapuL .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ff099d;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cid-qwri5lapuL .card {
  min-height: 300px;
}
.cid-qwri5lapuL .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-qwri5lapuL .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-qwri5lapuL .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-qwri5lapuL .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-qxdDWXT8pt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qxdDWXT8pt h3 {
  font-weight: 300;
}
.cid-qxdDWXT8pt .card-img {
  width: initial;
}
.cid-qxdDWXT8pt .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qxdDWXT8pt .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qxdDWXT8pt .media {
  margin: initial;
  align-items: center;
}
.cid-qxdDWXT8pt .mbr-section-subtitle {
  color: #767676;
}
.cid-qxdDWXT8pt .mbr-text {
  color: #767676;
}
.cid-qxdDWXT8pt .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qxdJWHfJoQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qxe3ZPo0Oh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qxe3ZPo0Oh h2 {
  text-align: left;
}
.cid-qxe3ZPo0Oh h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qxe3ZPo0Oh p {
  color: #767676;
  text-align: left;
}
.cid-qxe3ZPo0Oh .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qxe3ZPo0Oh .media {
  margin: initial;
  align-items: center;
}
.cid-qxe3ZPo0Oh .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qxe3ZPo0Oh .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qxe3ZPo0Oh .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qxe3ZPo0Oh .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qxe3ZPo0Oh .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qxe3ZPo0Oh .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qxe3ZPo0Oh .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qxe3ZPo0Oh .card-img span {
    font-size: 40px !important;
  }
}
.cid-qxdAvhZHQH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qxdAvhZHQH h2 {
  text-align: left;
}
.cid-qxdAvhZHQH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qxdAvhZHQH p {
  color: #767676;
  text-align: left;
}
.cid-qxdAvhZHQH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qxdAvhZHQH .media {
  margin: initial;
  align-items: center;
}
.cid-qxdAvhZHQH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qxdAvhZHQH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qxdAvhZHQH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qxdAvhZHQH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qxdAvhZHQH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qxdAvhZHQH .card-img span {
    font-size: 40px !important;
  }
}
.cid-qwuPn3nRiU {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwj4wvBppc .mbr-section-subtitle I {
  color: #f40394;
}
.cid-qxdJmHZDOI {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #cccccc;
}
.cid-qwusSugTXN {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #d5f4ff;
}
.cid-qwusSugTXN .mbr-section-subtitle {
  color: #767676;
}
.cid-qwusSugTXN .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qwusSugTXN .mbr-text {
  color: #767676;
}
.cid-qwusSugTXN .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qwusSugTXN .mbr-author-name {
  color: #767676;
}
.cid-qwusSugTXN .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qwusSugTXN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qwusSugTXN .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qwusSugTXN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qwusSugTXN .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qwusSugTXN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qwuNR1tGVE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d5f4ff;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qwhVGoYdYP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qwhVGoYdYP .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qwhVGoYdYP .content {
    text-align: center;
  }
  .cid-qwhVGoYdYP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qwhVGoYdYP .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qwhVGoYdYP .input-group-btn {
  display: inline-block;
}
.cid-qwhVGoYdYP .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qwhVGoYdYP .img-logo img {
  height: 6rem;
}
.cid-qwhVGoYdYP [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qwhVGoYdYP [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qwhVGoYdYP .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qwhVGoYdYP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qwhVGoYdYP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qwhVGoYdYP .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-qwhVGoYdYP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qwhVGoYdYP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qwhVGoYdYP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qwhVGoYdYP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qwhVGoYdYP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qwhVGoYdYP form .input-group input.form-control,
.cid-qwhVGoYdYP form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qwhVGoYdYP .form-inline {
  justify-content: center;
}
.cid-qwhVGoYdYP .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qwhVGoYdYP .foot-logo {
    text-align: center !important;
  }
  .cid-qwhVGoYdYP .foot-title {
    text-align: center !important;
  }
  .cid-qwhVGoYdYP .mbr-text {
    text-align: center !important;
  }
}
.cid-qwhVGoYdYP .foot-title {
  color: #f9f9f9;
}
.cid-qwhVGoYdYP .copyright .mbr-text {
  color: #efefef;
}
.cid-qwhVGoYdYP .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx7p0sCWSP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dog-1027549-1920-1920x1280.jpg");
}
.cid-qx7p0sCWSP DIV {
  text-align: left;
}
.cid-qx7p0sCWSP H1 {
  text-align: left;
}
.cid-qx7p0sCWSP P {
  text-align: left;
}
.cid-qylZogkrfn {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qylZogkrfn .mbr-section-subtitle {
  color: #767676;
}
.cid-qymec6wkxZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qymec6wkxZ .mbr-section-subtitle {
  color: #767676;
}
#custom-html-f0 {
  /* Type valid CSS here */
}
#custom-html-f0 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-f0 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwusSugTXN {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #d5f4ff;
}
.cid-qwusSugTXN .mbr-section-subtitle {
  color: #767676;
}
.cid-qwusSugTXN .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qwusSugTXN .mbr-text {
  color: #767676;
}
.cid-qwusSugTXN .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qwusSugTXN .mbr-author-name {
  color: #767676;
}
.cid-qwusSugTXN .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qwusSugTXN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qwusSugTXN .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qwusSugTXN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qwusSugTXN .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qwusSugTXN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qwuNR1tGVE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d5f4ff;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNRgichdE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNRgichdE .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNRgichdE .content {
    text-align: center;
  }
  .cid-qxNRgichdE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNRgichdE .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNRgichdE .input-group-btn {
  display: inline-block;
}
.cid-qxNRgichdE .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNRgichdE .img-logo img {
  height: 6rem;
}
.cid-qxNRgichdE [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNRgichdE [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNRgichdE .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNRgichdE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNRgichdE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNRgichdE .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-qxNRgichdE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNRgichdE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNRgichdE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNRgichdE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNRgichdE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNRgichdE form .input-group input.form-control,
.cid-qxNRgichdE form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNRgichdE .form-inline {
  justify-content: center;
}
.cid-qxNRgichdE .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNRgichdE .foot-logo {
    text-align: center !important;
  }
  .cid-qxNRgichdE .foot-title {
    text-align: center !important;
  }
  .cid-qxNRgichdE .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNRgichdE .foot-title {
  color: #f9f9f9;
}
.cid-qxNRgichdE .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNRgichdE .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwuZ949ExT {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qwuZ949ExT .mbr-text,
.cid-qwuZ949ExT blockquote {
  color: #767676;
}
.cid-qxlkuuX9gq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qxlkuuX9gq .line {
  background-color: #f40394;
  color: #f40394;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-qxlkuuX9gq .section-text {
  padding: .5rem 0;
  color: #f9f9f9;
}
.cid-qxlkuuX9gq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qxlkuuX9gq .inner-container {
    width: 100% !important;
  }
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
#custom-html-d div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-d div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qxoz2SyZea {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxoz2SyZea .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxoz2SyZea .content {
    text-align: center;
  }
  .cid-qxoz2SyZea .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxoz2SyZea .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxoz2SyZea .input-group-btn {
  display: inline-block;
}
.cid-qxoz2SyZea .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxoz2SyZea .img-logo img {
  height: 6rem;
}
.cid-qxoz2SyZea [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxoz2SyZea [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxoz2SyZea .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxoz2SyZea .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxoz2SyZea .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxoz2SyZea .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-qxoz2SyZea .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxoz2SyZea .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxoz2SyZea .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxoz2SyZea .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxoz2SyZea .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxoz2SyZea form .input-group input.form-control,
.cid-qxoz2SyZea form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxoz2SyZea .form-inline {
  justify-content: center;
}
.cid-qxoz2SyZea .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxoz2SyZea .foot-logo {
    text-align: center !important;
  }
  .cid-qxoz2SyZea .foot-title {
    text-align: center !important;
  }
  .cid-qxoz2SyZea .mbr-text {
    text-align: center !important;
  }
}
.cid-qxoz2SyZea .foot-title {
  color: #f9f9f9;
}
.cid-qxoz2SyZea .copyright .mbr-text {
  color: #efefef;
}
.cid-qxoz2SyZea .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx91jHYK6n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1583x1080.jpg");
}
.cid-qx91jHYK6n H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx91jHYK6n DIV {
  text-align: left;
}
.cid-qx91jHYK6n H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx91jHYK6n P {
  text-align: left;
  color: #ffffff;
}
.cid-qymds712nB {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qymds712nB .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qxp9FRiwh3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxp9FRiwh3 .mbr-section-subtitle {
  color: #767676;
}
#custom-html-d1 {
  /* Type valid CSS here */
}
#custom-html-d1 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-d1 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwusSugTXN {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #d5f4ff;
}
.cid-qwusSugTXN .mbr-section-subtitle {
  color: #767676;
}
.cid-qwusSugTXN .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qwusSugTXN .mbr-text {
  color: #767676;
}
.cid-qwusSugTXN .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qwusSugTXN .mbr-author-name {
  color: #767676;
}
.cid-qwusSugTXN .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qwusSugTXN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qwusSugTXN .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qwusSugTXN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qwusSugTXN .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qwusSugTXN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qwuNR1tGVE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d5f4ff;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxp8mRBNBT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxp8mRBNBT .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxp8mRBNBT .content {
    text-align: center;
  }
  .cid-qxp8mRBNBT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxp8mRBNBT .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxp8mRBNBT .input-group-btn {
  display: inline-block;
}
.cid-qxp8mRBNBT .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxp8mRBNBT .img-logo img {
  height: 6rem;
}
.cid-qxp8mRBNBT [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxp8mRBNBT [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxp8mRBNBT .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxp8mRBNBT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxp8mRBNBT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxp8mRBNBT .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-qxp8mRBNBT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxp8mRBNBT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxp8mRBNBT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxp8mRBNBT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxp8mRBNBT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxp8mRBNBT form .input-group input.form-control,
.cid-qxp8mRBNBT form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxp8mRBNBT .form-inline {
  justify-content: center;
}
.cid-qxp8mRBNBT .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxp8mRBNBT .foot-logo {
    text-align: center !important;
  }
  .cid-qxp8mRBNBT .foot-title {
    text-align: center !important;
  }
  .cid-qxp8mRBNBT .mbr-text {
    text-align: center !important;
  }
}
.cid-qxp8mRBNBT .foot-title {
  color: #f9f9f9;
}
.cid-qxp8mRBNBT .copyright .mbr-text {
  color: #efefef;
}
.cid-qxp8mRBNBT .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx92HFot8L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/canvas-family-wall-photo-right-1600x672.jpg");
}
.cid-qx92HFot8L H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx92HFot8L DIV {
  text-align: left;
}
.cid-qx92HFot8L H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx92HFot8L P {
  text-align: left;
  color: #ffffff;
}
.cid-qymcWN7df9 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qymcWN7df9 .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qymdDFG0Ld {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qymdDFG0Ld .mbr-section-subtitle {
  color: #767676;
}
#custom-html-fd {
  /* Type valid CSS here */
}
#custom-html-fd div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-fd div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNQY6D0LT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNQY6D0LT .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNQY6D0LT .content {
    text-align: center;
  }
  .cid-qxNQY6D0LT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNQY6D0LT .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNQY6D0LT .input-group-btn {
  display: inline-block;
}
.cid-qxNQY6D0LT .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNQY6D0LT .img-logo img {
  height: 6rem;
}
.cid-qxNQY6D0LT [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNQY6D0LT [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNQY6D0LT .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNQY6D0LT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNQY6D0LT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNQY6D0LT .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-qxNQY6D0LT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNQY6D0LT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNQY6D0LT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNQY6D0LT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNQY6D0LT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNQY6D0LT form .input-group input.form-control,
.cid-qxNQY6D0LT form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNQY6D0LT .form-inline {
  justify-content: center;
}
.cid-qxNQY6D0LT .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNQY6D0LT .foot-logo {
    text-align: center !important;
  }
  .cid-qxNQY6D0LT .foot-title {
    text-align: center !important;
  }
  .cid-qxNQY6D0LT .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNQY6D0LT .foot-title {
  color: #f9f9f9;
}
.cid-qxNQY6D0LT .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNQY6D0LT .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx7l5QTFb9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1440x1080.jpg");
}
.cid-qx7l5QTFb9 P {
  text-align: left;
}
.cid-qx7l5QTFb9 H3 {
  text-align: left;
}
.cid-qx7l5QTFb9 H1 {
  text-align: left;
}
.cid-qxwlr0519K {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qxwlr0519K .mbr-section-subtitle {
  color: #767676;
}
.cid-qxwlshUhtL {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qxwlshUhtL .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxwlshUhtL .card-box {
  padding: 0 2rem;
}
.cid-qxwlshUhtL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qxwlshUhtL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qxwlshUhtL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qxwlshUhtL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qxwlshUhtL .mbr-text {
  color: #767676;
}
.cid-qxwlshUhtL .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxwlshUhtL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qymdJcvgIf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qymdJcvgIf .mbr-section-subtitle {
  color: #767676;
}
#custom-html-de {
  /* Type valid CSS here */
}
#custom-html-de div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-de div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwusSugTXN {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #d5f4ff;
}
.cid-qwusSugTXN .mbr-section-subtitle {
  color: #767676;
}
.cid-qwusSugTXN .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qwusSugTXN .mbr-text {
  color: #767676;
}
.cid-qwusSugTXN .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qwusSugTXN .mbr-author-name {
  color: #767676;
}
.cid-qwusSugTXN .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qwusSugTXN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qwusSugTXN .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qwusSugTXN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qwusSugTXN .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qwusSugTXN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qwuNR1tGVE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d5f4ff;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNR39nfcY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNR39nfcY .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNR39nfcY .content {
    text-align: center;
  }
  .cid-qxNR39nfcY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNR39nfcY .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNR39nfcY .input-group-btn {
  display: inline-block;
}
.cid-qxNR39nfcY .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNR39nfcY .img-logo img {
  height: 6rem;
}
.cid-qxNR39nfcY [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNR39nfcY [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNR39nfcY .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNR39nfcY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNR39nfcY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNR39nfcY .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-qxNR39nfcY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNR39nfcY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNR39nfcY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNR39nfcY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNR39nfcY .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNR39nfcY form .input-group input.form-control,
.cid-qxNR39nfcY form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNR39nfcY .form-inline {
  justify-content: center;
}
.cid-qxNR39nfcY .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNR39nfcY .foot-logo {
    text-align: center !important;
  }
  .cid-qxNR39nfcY .foot-title {
    text-align: center !important;
  }
  .cid-qxNR39nfcY .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNR39nfcY .foot-title {
  color: #f9f9f9;
}
.cid-qxNR39nfcY .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNR39nfcY .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx93cBZiFN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-27-1620x1080.jpg");
}
.cid-qx93cBZiFN H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx93cBZiFN DIV {
  text-align: left;
}
.cid-qx93cBZiFN H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx93cBZiFN P {
  text-align: left;
  color: #ffffff;
}
.cid-qymazkOLtU {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qymazkOLtU .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qymdNKhcat {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qymdNKhcat .mbr-section-subtitle {
  color: #767676;
}
#custom-html-ey {
  /* Type valid CSS here */
}
#custom-html-ey div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-ey div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #232323;
}
.cid-qxNR82zR6v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNR82zR6v .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNR82zR6v .content {
    text-align: center;
  }
  .cid-qxNR82zR6v .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNR82zR6v .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNR82zR6v .input-group-btn {
  display: inline-block;
}
.cid-qxNR82zR6v .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNR82zR6v .img-logo img {
  height: 6rem;
}
.cid-qxNR82zR6v [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNR82zR6v [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNR82zR6v .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNR82zR6v .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNR82zR6v .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNR82zR6v .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-qxNR82zR6v .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNR82zR6v .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNR82zR6v .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNR82zR6v .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNR82zR6v .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNR82zR6v form .input-group input.form-control,
.cid-qxNR82zR6v form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNR82zR6v .form-inline {
  justify-content: center;
}
.cid-qxNR82zR6v .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNR82zR6v .foot-logo {
    text-align: center !important;
  }
  .cid-qxNR82zR6v .foot-title {
    text-align: center !important;
  }
  .cid-qxNR82zR6v .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNR82zR6v .foot-title {
  color: #f9f9f9;
}
.cid-qxNR82zR6v .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNR82zR6v .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx7pNw7SbE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/turret-arch-1364314-1921-1920x1279.jpg");
}
.cid-qx7pNw7SbE H1 {
  text-align: left;
}
.cid-qx7pNw7SbE H3 {
  text-align: left;
}
.cid-qx7pNw7SbE P {
  text-align: left;
}
.cid-qym3Xxo9fX {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qym3Xxo9fX .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qyme6ShPtY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyme6ShPtY .mbr-section-subtitle {
  color: #767676;
}
#custom-html-ez {
  /* Type valid CSS here */
}
#custom-html-ez div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-ez div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNRc3SwFo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNRc3SwFo .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNRc3SwFo .content {
    text-align: center;
  }
  .cid-qxNRc3SwFo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNRc3SwFo .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNRc3SwFo .input-group-btn {
  display: inline-block;
}
.cid-qxNRc3SwFo .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNRc3SwFo .img-logo img {
  height: 6rem;
}
.cid-qxNRc3SwFo [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNRc3SwFo [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNRc3SwFo .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNRc3SwFo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNRc3SwFo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNRc3SwFo .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-qxNRc3SwFo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNRc3SwFo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNRc3SwFo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNRc3SwFo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNRc3SwFo .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNRc3SwFo form .input-group input.form-control,
.cid-qxNRc3SwFo form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNRc3SwFo .form-inline {
  justify-content: center;
}
.cid-qxNRc3SwFo .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNRc3SwFo .foot-logo {
    text-align: center !important;
  }
  .cid-qxNRc3SwFo .foot-title {
    text-align: center !important;
  }
  .cid-qxNRc3SwFo .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNRc3SwFo .foot-title {
  color: #f9f9f9;
}
.cid-qxNRc3SwFo .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNRc3SwFo .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx93UuCrZp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cat-2083492-1920-1920x1171.jpg");
}
.cid-qx93UuCrZp H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx93UuCrZp DIV {
  text-align: left;
}
.cid-qx93UuCrZp H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx93UuCrZp P {
  text-align: left;
  color: #ffffff;
}
.cid-qylZEtXFDL {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qylZEtXFDL .mbr-section-subtitle {
  color: #767676;
}
.cid-qymegZ7oSW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qymegZ7oSW .mbr-section-subtitle {
  color: #767676;
}
#custom-html-f3 {
  /* Type valid CSS here */
}
#custom-html-f3 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-f3 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNRkujrTn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNRkujrTn .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNRkujrTn .content {
    text-align: center;
  }
  .cid-qxNRkujrTn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNRkujrTn .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNRkujrTn .input-group-btn {
  display: inline-block;
}
.cid-qxNRkujrTn .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNRkujrTn .img-logo img {
  height: 6rem;
}
.cid-qxNRkujrTn [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNRkujrTn [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNRkujrTn .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNRkujrTn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNRkujrTn .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNRkujrTn .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-qxNRkujrTn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNRkujrTn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNRkujrTn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNRkujrTn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNRkujrTn .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNRkujrTn form .input-group input.form-control,
.cid-qxNRkujrTn form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNRkujrTn .form-inline {
  justify-content: center;
}
.cid-qxNRkujrTn .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNRkujrTn .foot-logo {
    text-align: center !important;
  }
  .cid-qxNRkujrTn .foot-title {
    text-align: center !important;
  }
  .cid-qxNRkujrTn .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNRkujrTn .foot-title {
  color: #f9f9f9;
}
.cid-qxNRkujrTn .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNRkujrTn .foot-logo {
  color: #f9f9f9;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx957fYsKz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/horses-2427513-1920-1920x1279.jpg");
}
.cid-qx957fYsKz H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx957fYsKz DIV {
  text-align: left;
}
.cid-qx957fYsKz H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx957fYsKz P {
  text-align: left;
  color: #ffffff;
}
.cid-qym06hwN5E {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qym06hwN5E .mbr-section-subtitle {
  color: #767676;
}
.cid-qymiDT94QB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qymiDT94QB .mbr-section-subtitle {
  color: #767676;
}
#custom-html-f4 {
  /* Type valid CSS here */
}
#custom-html-f4 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-f4 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNRpm7Dwp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNRpm7Dwp .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNRpm7Dwp .content {
    text-align: center;
  }
  .cid-qxNRpm7Dwp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNRpm7Dwp .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNRpm7Dwp .input-group-btn {
  display: inline-block;
}
.cid-qxNRpm7Dwp .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNRpm7Dwp .img-logo img {
  height: 6rem;
}
.cid-qxNRpm7Dwp [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNRpm7Dwp [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNRpm7Dwp .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNRpm7Dwp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNRpm7Dwp .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNRpm7Dwp .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-qxNRpm7Dwp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNRpm7Dwp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNRpm7Dwp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNRpm7Dwp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNRpm7Dwp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNRpm7Dwp form .input-group input.form-control,
.cid-qxNRpm7Dwp form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNRpm7Dwp .form-inline {
  justify-content: center;
}
.cid-qxNRpm7Dwp .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNRpm7Dwp .foot-logo {
    text-align: center !important;
  }
  .cid-qxNRpm7Dwp .foot-title {
    text-align: center !important;
  }
  .cid-qxNRpm7Dwp .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNRpm7Dwp .foot-title {
  color: #f9f9f9;
}
.cid-qxNRpm7Dwp .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNRpm7Dwp .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx96jya5nN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/snowboarder-canvas-print-1920x1280.jpg");
}
.cid-qx96jya5nN H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx96jya5nN DIV {
  text-align: left;
}
.cid-qx96jya5nN H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx96jya5nN P {
  text-align: left;
  color: #ffffff;
}
.cid-qym0AR6k8q {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qym0AR6k8q .mbr-section-subtitle {
  color: #767676;
}
.cid-qymiGMeisX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qymiGMeisX .mbr-section-subtitle {
  color: #767676;
}
#custom-html-f7 {
  /* Type valid CSS here */
}
#custom-html-f7 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-f7 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNRsZZM0c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNRsZZM0c .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNRsZZM0c .content {
    text-align: center;
  }
  .cid-qxNRsZZM0c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNRsZZM0c .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNRsZZM0c .input-group-btn {
  display: inline-block;
}
.cid-qxNRsZZM0c .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNRsZZM0c .img-logo img {
  height: 6rem;
}
.cid-qxNRsZZM0c [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNRsZZM0c [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNRsZZM0c .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNRsZZM0c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNRsZZM0c .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNRsZZM0c .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-qxNRsZZM0c .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNRsZZM0c .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNRsZZM0c .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNRsZZM0c .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNRsZZM0c .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNRsZZM0c form .input-group input.form-control,
.cid-qxNRsZZM0c form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNRsZZM0c .form-inline {
  justify-content: center;
}
.cid-qxNRsZZM0c .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNRsZZM0c .foot-logo {
    text-align: center !important;
  }
  .cid-qxNRsZZM0c .foot-title {
    text-align: center !important;
  }
  .cid-qxNRsZZM0c .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNRsZZM0c .foot-title {
  color: #f9f9f9;
}
.cid-qxNRsZZM0c .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNRsZZM0c .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx96UgBrjj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-32-1620x1080.jpg");
}
.cid-qx96UgBrjj H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx96UgBrjj DIV {
  text-align: left;
}
.cid-qx96UgBrjj H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx96UgBrjj P {
  text-align: left;
  color: #ffffff;
}
.cid-qym0XIE0K5 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qym0XIE0K5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qymiJWdBgr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qymiJWdBgr .mbr-section-subtitle {
  color: #767676;
}
#custom-html-f9 {
  /* Type valid CSS here */
}
#custom-html-f9 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-f9 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNRwUlPwN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNRwUlPwN .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNRwUlPwN .content {
    text-align: center;
  }
  .cid-qxNRwUlPwN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNRwUlPwN .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNRwUlPwN .input-group-btn {
  display: inline-block;
}
.cid-qxNRwUlPwN .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNRwUlPwN .img-logo img {
  height: 6rem;
}
.cid-qxNRwUlPwN [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNRwUlPwN [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNRwUlPwN .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNRwUlPwN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNRwUlPwN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNRwUlPwN .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-qxNRwUlPwN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNRwUlPwN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNRwUlPwN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNRwUlPwN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNRwUlPwN .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNRwUlPwN form .input-group input.form-control,
.cid-qxNRwUlPwN form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNRwUlPwN .form-inline {
  justify-content: center;
}
.cid-qxNRwUlPwN .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNRwUlPwN .foot-logo {
    text-align: center !important;
  }
  .cid-qxNRwUlPwN .foot-title {
    text-align: center !important;
  }
  .cid-qxNRwUlPwN .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNRwUlPwN .foot-title {
  color: #f9f9f9;
}
.cid-qxNRwUlPwN .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNRwUlPwN .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qxRoiPA5Ex {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/canvas-family-wall-photo-right-1999x840.jpg");
}
.cid-qxRoiPA5Ex H1 {
  text-align: left;
}
.cid-qxRoiPA5Ex H3 {
  text-align: left;
}
.cid-qxRoiPA5Ex P {
  text-align: left;
}
.cid-qxObizhMG0 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qxObizhMG0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxObkoBZg1 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qxObkoBZg1 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxObkoBZg1 .card-box {
  padding: 0 2rem;
}
.cid-qxObkoBZg1 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qxObkoBZg1 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qxObkoBZg1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qxObkoBZg1 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qxObkoBZg1 .mbr-text {
  color: #767676;
}
.cid-qxObkoBZg1 .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxObkoBZg1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
#custom-html-e0 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-e0 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-qxRphAiM2J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxRphAiM2J .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qxRphAiM2J .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qxRphAiM2J .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qxRphAiM2J .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qxRphAiM2J .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qxRphAiM2J .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qxRphAiM2J .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qxRphAiM2J .btn-social {
  border: none !important;
}
.cid-qxRphAiM2J [class^="socicon-"]:before,
.cid-qxRphAiM2J [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qxRphAiM2J .btn {
    font-size: 20px !important;
  }
}
.cid-qxNQuJbGN9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNQuJbGN9 .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNQuJbGN9 .content {
    text-align: center;
  }
  .cid-qxNQuJbGN9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNQuJbGN9 .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNQuJbGN9 .input-group-btn {
  display: inline-block;
}
.cid-qxNQuJbGN9 .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNQuJbGN9 .img-logo img {
  height: 6rem;
}
.cid-qxNQuJbGN9 [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNQuJbGN9 [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNQuJbGN9 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNQuJbGN9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNQuJbGN9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNQuJbGN9 .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-qxNQuJbGN9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNQuJbGN9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNQuJbGN9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNQuJbGN9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNQuJbGN9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNQuJbGN9 form .input-group input.form-control,
.cid-qxNQuJbGN9 form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNQuJbGN9 .form-inline {
  justify-content: center;
}
.cid-qxNQuJbGN9 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNQuJbGN9 .foot-logo {
    text-align: center !important;
  }
  .cid-qxNQuJbGN9 .foot-title {
    text-align: center !important;
  }
  .cid-qxNQuJbGN9 .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNQuJbGN9 .foot-title {
  color: #f9f9f9;
}
.cid-qxNQuJbGN9 .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNQuJbGN9 .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qxvD1qIQVa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/wall-art-collage-5-horses-1920x822.png");
}
.cid-qxvD1qIQVa H1 {
  text-align: left;
}
.cid-qxvD1qIQVa H3 {
  text-align: left;
}
.cid-qxvD1qIQVa P {
  text-align: left;
}
.cid-qxviahv3zk {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qxviahv3zk .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qxviKQAUm9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qxviKQAUm9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxviKQAUm9 .card-box {
  padding: 0 2rem;
}
.cid-qxviKQAUm9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qxviKQAUm9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qxviKQAUm9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qxviKQAUm9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qxviKQAUm9 .mbr-text {
  color: #767676;
}
.cid-qxviKQAUm9 .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxviKQAUm9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
#custom-html-d7 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-d7 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qxTY64RkbV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxTY64RkbV .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qxTY64RkbV .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qxTY64RkbV .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qxTY64RkbV .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qxTY64RkbV .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qxTY64RkbV .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qxTY64RkbV .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qxTY64RkbV .btn-social {
  border: none !important;
}
.cid-qxTY64RkbV [class^="socicon-"]:before,
.cid-qxTY64RkbV [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qxTY64RkbV .btn {
    font-size: 20px !important;
  }
}
.cid-qxvgffOSvW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxvgffOSvW .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxvgffOSvW .content {
    text-align: center;
  }
  .cid-qxvgffOSvW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxvgffOSvW .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxvgffOSvW .input-group-btn {
  display: inline-block;
}
.cid-qxvgffOSvW .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxvgffOSvW .img-logo img {
  height: 6rem;
}
.cid-qxvgffOSvW [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxvgffOSvW [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxvgffOSvW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxvgffOSvW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxvgffOSvW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxvgffOSvW .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-qxvgffOSvW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxvgffOSvW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxvgffOSvW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxvgffOSvW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxvgffOSvW .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxvgffOSvW form .input-group input.form-control,
.cid-qxvgffOSvW form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxvgffOSvW .form-inline {
  justify-content: center;
}
.cid-qxvgffOSvW .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxvgffOSvW .foot-logo {
    text-align: center !important;
  }
  .cid-qxvgffOSvW .foot-title {
    text-align: center !important;
  }
  .cid-qxvgffOSvW .mbr-text {
    text-align: center !important;
  }
}
.cid-qxvgffOSvW .foot-title {
  color: #f9f9f9;
}
.cid-qxvgffOSvW .copyright .mbr-text {
  color: #efefef;
}
.cid-qxvgffOSvW .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx98zsHp7X {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/gallery-wall-floating-frame-1920x918.jpg");
}
.cid-qx98zsHp7X H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx98zsHp7X DIV {
  text-align: left;
}
.cid-qx98zsHp7X H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx98zsHp7X P {
  text-align: left;
  color: #ffffff;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qxvGrKKufR {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qxvGrKKufR .mbr-section-subtitle {
  color: #767676;
}
.cid-qxvGtezgrb {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qxvGtezgrb .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxvGtezgrb .card-box {
  padding: 0 2rem;
}
.cid-qxvGtezgrb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qxvGtezgrb .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qxvGtezgrb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qxvGtezgrb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qxvGtezgrb .mbr-text {
  color: #767676;
}
.cid-qxvGtezgrb .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxvGtezgrb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
#custom-html-d3 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-d3 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxvICq1HgI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxvICq1HgI .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxvICq1HgI .content {
    text-align: center;
  }
  .cid-qxvICq1HgI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxvICq1HgI .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxvICq1HgI .input-group-btn {
  display: inline-block;
}
.cid-qxvICq1HgI .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxvICq1HgI .img-logo img {
  height: 6rem;
}
.cid-qxvICq1HgI [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxvICq1HgI [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxvICq1HgI .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxvICq1HgI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxvICq1HgI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxvICq1HgI .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-qxvICq1HgI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxvICq1HgI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxvICq1HgI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxvICq1HgI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxvICq1HgI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxvICq1HgI form .input-group input.form-control,
.cid-qxvICq1HgI form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxvICq1HgI .form-inline {
  justify-content: center;
}
.cid-qxvICq1HgI .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxvICq1HgI .foot-logo {
    text-align: center !important;
  }
  .cid-qxvICq1HgI .foot-title {
    text-align: center !important;
  }
  .cid-qxvICq1HgI .mbr-text {
    text-align: center !important;
  }
}
.cid-qxvICq1HgI .foot-title {
  color: #f9f9f9;
}
.cid-qxvICq1HgI .copyright .mbr-text {
  color: #efefef;
}
.cid-qxvICq1HgI .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qwtIw5NWki {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/living-room-concept-2000x1602.jpg");
}
.cid-qwtIw5NWki H2 {
  text-align: left;
  color: #ffffff;
}
.cid-qwtIw5NWki H3 {
  text-align: left;
}
.cid-qwtIw5NWki .mbr-text,
.cid-qwtIw5NWki .mbr-section-btn {
  text-align: left;
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #ffffff;
}
.cid-qxNQK2rmxz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNQK2rmxz .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNQK2rmxz .content {
    text-align: center;
  }
  .cid-qxNQK2rmxz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNQK2rmxz .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNQK2rmxz .input-group-btn {
  display: inline-block;
}
.cid-qxNQK2rmxz .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNQK2rmxz .img-logo img {
  height: 6rem;
}
.cid-qxNQK2rmxz [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNQK2rmxz [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNQK2rmxz .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNQK2rmxz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNQK2rmxz .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNQK2rmxz .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-qxNQK2rmxz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNQK2rmxz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNQK2rmxz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNQK2rmxz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNQK2rmxz .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNQK2rmxz form .input-group input.form-control,
.cid-qxNQK2rmxz form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNQK2rmxz .form-inline {
  justify-content: center;
}
.cid-qxNQK2rmxz .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNQK2rmxz .foot-logo {
    text-align: center !important;
  }
  .cid-qxNQK2rmxz .foot-title {
    text-align: center !important;
  }
  .cid-qxNQK2rmxz .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNQK2rmxz .foot-title {
  color: #f9f9f9;
}
.cid-qxNQK2rmxz .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNQK2rmxz .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qwtIw5NWki {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tradeshow-1280x720.jpg");
}
.cid-qwtIw5NWki H2 {
  text-align: left;
  color: #ffffff;
}
.cid-qwtIw5NWki H3 {
  text-align: left;
}
.cid-qwtIw5NWki .mbr-text,
.cid-qwtIw5NWki .mbr-section-btn {
  text-align: left;
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNQOFFMuj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNQOFFMuj .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNQOFFMuj .content {
    text-align: center;
  }
  .cid-qxNQOFFMuj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNQOFFMuj .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNQOFFMuj .input-group-btn {
  display: inline-block;
}
.cid-qxNQOFFMuj .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNQOFFMuj .img-logo img {
  height: 6rem;
}
.cid-qxNQOFFMuj [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNQOFFMuj [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNQOFFMuj .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNQOFFMuj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNQOFFMuj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNQOFFMuj .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-qxNQOFFMuj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNQOFFMuj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNQOFFMuj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNQOFFMuj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNQOFFMuj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNQOFFMuj form .input-group input.form-control,
.cid-qxNQOFFMuj form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNQOFFMuj .form-inline {
  justify-content: center;
}
.cid-qxNQOFFMuj .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNQOFFMuj .foot-logo {
    text-align: center !important;
  }
  .cid-qxNQOFFMuj .foot-title {
    text-align: center !important;
  }
  .cid-qxNQOFFMuj .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNQOFFMuj .foot-title {
  color: #f9f9f9;
}
.cid-qxNQOFFMuj .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNQOFFMuj .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qwtIw5NWki {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-24-1620x1080.jpg");
}
.cid-qwtIw5NWki H2 {
  text-align: left;
  color: #ffffff;
}
.cid-qwtIw5NWki H3 {
  text-align: left;
}
.cid-qwtIw5NWki .mbr-text,
.cid-qwtIw5NWki .mbr-section-btn {
  text-align: left;
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxNQSSEZLf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-qxNQSSEZLf .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNQSSEZLf .content {
    text-align: center;
  }
  .cid-qxNQSSEZLf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNQSSEZLf .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNQSSEZLf .input-group-btn {
  display: inline-block;
}
.cid-qxNQSSEZLf .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNQSSEZLf .img-logo img {
  height: 6rem;
}
.cid-qxNQSSEZLf [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNQSSEZLf [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNQSSEZLf .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNQSSEZLf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNQSSEZLf .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNQSSEZLf .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-qxNQSSEZLf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNQSSEZLf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNQSSEZLf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNQSSEZLf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNQSSEZLf .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNQSSEZLf form .input-group input.form-control,
.cid-qxNQSSEZLf form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNQSSEZLf .form-inline {
  justify-content: center;
}
.cid-qxNQSSEZLf .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNQSSEZLf .foot-logo {
    text-align: center !important;
  }
  .cid-qxNQSSEZLf .foot-title {
    text-align: center !important;
  }
  .cid-qxNQSSEZLf .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNQSSEZLf .foot-title {
  color: #f9f9f9;
}
.cid-qxNQSSEZLf .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNQSSEZLf .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx6HaDZ9Qy {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qx6HaDZ9Qy .mbr-section-subtitle {
  color: #767676;
}
.cid-qx6GUz0IoW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qx6GUz0IoW .card-img {
  background-color: #fff;
}
.cid-qx6GUz0IoW .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qx6GUz0IoW .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qx6GUz0IoW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qx6GUz0IoW p {
  text-align: left;
}
.cid-qx6GUz0IoW .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-qx6GUz0IoW .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qx6GUz0IoW .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-qx6GUz0IoW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qx6JizLryH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qx6JizLryH .card-img {
  background-color: #fff;
}
.cid-qx6JizLryH .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qx6JizLryH .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qx6JizLryH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qx6JizLryH p {
  text-align: left;
}
.cid-qx6JizLryH .mbr-text {
  color: #767676;
}
.cid-qx6JizLryH .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qx6JizLryH .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-qx6JizLryH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxoZFncYb0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxoZFncYb0 .mbr-section-subtitle {
  color: #767676;
}
#custom-html-cx {
  /* Type valid CSS here */
}
#custom-html-cx div#center-store {
  text-align: center;
}
#custom-html-cx div#my-store-12271108 {
  max-width: 70%;
  max-height: 100%;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #000000;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxoTcI5U5w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxoTcI5U5w .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxoTcI5U5w .content {
    text-align: center;
  }
  .cid-qxoTcI5U5w .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxoTcI5U5w .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxoTcI5U5w .input-group-btn {
  display: inline-block;
}
.cid-qxoTcI5U5w .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxoTcI5U5w .img-logo img {
  height: 6rem;
}
.cid-qxoTcI5U5w [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxoTcI5U5w [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxoTcI5U5w .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxoTcI5U5w .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxoTcI5U5w .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxoTcI5U5w .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-qxoTcI5U5w .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxoTcI5U5w .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxoTcI5U5w .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxoTcI5U5w .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxoTcI5U5w .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxoTcI5U5w form .input-group input.form-control,
.cid-qxoTcI5U5w form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxoTcI5U5w .form-inline {
  justify-content: center;
}
.cid-qxoTcI5U5w .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxoTcI5U5w .foot-logo {
    text-align: center !important;
  }
  .cid-qxoTcI5U5w .foot-title {
    text-align: center !important;
  }
  .cid-qxoTcI5U5w .mbr-text {
    text-align: center !important;
  }
}
.cid-qxoTcI5U5w .foot-title {
  color: #f9f9f9;
}
.cid-qxoTcI5U5w .copyright .mbr-text {
  color: #efefef;
}
.cid-qxoTcI5U5w .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx8emQUdNh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/we-color-your-world-canvas-wall-art920-1920x999.jpg");
}
.cid-qx8emQUdNh P {
  text-align: left;
}
.cid-qx8emQUdNh H3 {
  text-align: left;
}
.cid-qx8emQUdNh H1 {
  text-align: left;
}
.cid-qxU0yv69s0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxU0yv69s0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxU21SXjdQ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qxU21SXjdQ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxU21SXjdQ .card-box {
  padding: 0 2rem;
}
.cid-qxU21SXjdQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qxU21SXjdQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qxU21SXjdQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qxU21SXjdQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qxU21SXjdQ .mbr-text {
  color: #767676;
}
.cid-qxU21SXjdQ .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxU21SXjdQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
#custom-html-ed div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-ed div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-qxTYqwll2l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxTYqwll2l .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qxTYqwll2l .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qxTYqwll2l .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qxTYqwll2l .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qxTYqwll2l .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qxTYqwll2l .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qxTYqwll2l .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qxTYqwll2l .btn-social {
  border: none !important;
}
.cid-qxTYqwll2l [class^="socicon-"]:before,
.cid-qxTYqwll2l [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qxTYqwll2l .btn {
    font-size: 20px !important;
  }
}
.cid-qxNQziERmq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxNQziERmq .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxNQziERmq .content {
    text-align: center;
  }
  .cid-qxNQziERmq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxNQziERmq .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxNQziERmq .input-group-btn {
  display: inline-block;
}
.cid-qxNQziERmq .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxNQziERmq .img-logo img {
  height: 6rem;
}
.cid-qxNQziERmq [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxNQziERmq [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxNQziERmq .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxNQziERmq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxNQziERmq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxNQziERmq .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-qxNQziERmq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxNQziERmq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxNQziERmq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxNQziERmq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxNQziERmq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxNQziERmq form .input-group input.form-control,
.cid-qxNQziERmq form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxNQziERmq .form-inline {
  justify-content: center;
}
.cid-qxNQziERmq .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxNQziERmq .foot-logo {
    text-align: center !important;
  }
  .cid-qxNQziERmq .foot-title {
    text-align: center !important;
  }
  .cid-qxNQziERmq .mbr-text {
    text-align: center !important;
  }
}
.cid-qxNQziERmq .foot-title {
  color: #f9f9f9;
}
.cid-qxNQziERmq .copyright .mbr-text {
  color: #efefef;
}
.cid-qxNQziERmq .foot-logo {
  color: #f9f9f9;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qx9kMBTuIM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/framed-art-print-black-couch-wall-short-1-1920x775.jpg");
}
.cid-qx9kMBTuIM H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qx9kMBTuIM DIV {
  text-align: left;
}
.cid-qx9kMBTuIM H3 {
  text-align: left;
  color: #ffffff;
}
.cid-qx9kMBTuIM P {
  text-align: left;
  color: #ffffff;
}
.cid-qx9xUXLWPh {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qx9xUXLWPh .mbr-section-subtitle {
  color: #767676;
}
.cid-qx9uS0IwzI {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qx9uS0IwzI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qx9uS0IwzI .card-box {
  padding: 0 2rem;
}
.cid-qx9uS0IwzI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qx9uS0IwzI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qx9uS0IwzI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qx9uS0IwzI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qx9uS0IwzI .mbr-text {
  color: #767676;
}
.cid-qx9uS0IwzI .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qx9uS0IwzI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
#custom-html-d4 div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-d4 div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qwhibvuerp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwhibvuerp h2 {
  text-align: center;
}
.cid-qwhibvuerp h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwhibvuerp p {
  color: #767676;
}
.cid-qwhibvuerp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwhibvuerp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwhibvuerp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwhibvuerp .mbr-section-subtitle {
  color: #767676;
}
.cid-qwhibvuerp .card-title {
  font-weight: 500;
}
.cid-qwhibvuerp .card-img {
  text-align: inherit;
}
.cid-qwhibvuerp .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwhibvuerp .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwhibvuerp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwhibvuerp .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwhibvuerp .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwuOx8bxuI {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qwj4wvBppc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-qwj4wvBppc .mbr-section-subtitle {
  color: #767676;
}
.cid-qwj4wvBppc .container-table {
  margin: 0 auto;
}
.cid-qwj4wvBppc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qwj4wvBppc .dataTables_wrapper {
  display: block;
}
.cid-qwj4wvBppc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qwj4wvBppc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qwj4wvBppc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qwj4wvBppc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qwj4wvBppc table td {
  border-top: 1px solid #cccccc;
}
.cid-qwj4wvBppc table.table {
  background: #ffffff;
}
.cid-qwj4wvBppc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qwj4wvBppc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qwj4wvBppc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qwj4wvBppc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qwj4wvBppc .dataTables_filter {
    text-align: center;
  }
  .cid-qwj4wvBppc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qwj4wvBppc .body-item {
  text-align: center;
  color: #000000;
}
.cid-qwj4wvBppc .head-item {
  text-align: center;
  color: #0f7699;
}
.cid-qwuPNCnGl3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-qwhWHzJOeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qwhWHzJOeO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qwhWHzJOeO .btn-social {
  border: none !important;
}
.cid-qwhWHzJOeO [class^="socicon-"]:before,
.cid-qwhWHzJOeO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qwhWHzJOeO .btn {
    font-size: 20px !important;
  }
}
.cid-qwhWHzJOeO .mbr-section-title {
  color: #000000;
}
.cid-qxvf2GeauV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxvf2GeauV .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxvf2GeauV .content {
    text-align: center;
  }
  .cid-qxvf2GeauV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxvf2GeauV .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxvf2GeauV .input-group-btn {
  display: inline-block;
}
.cid-qxvf2GeauV .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxvf2GeauV .img-logo img {
  height: 6rem;
}
.cid-qxvf2GeauV [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxvf2GeauV [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxvf2GeauV .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxvf2GeauV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxvf2GeauV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxvf2GeauV .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-qxvf2GeauV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxvf2GeauV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxvf2GeauV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxvf2GeauV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxvf2GeauV .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxvf2GeauV form .input-group input.form-control,
.cid-qxvf2GeauV form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxvf2GeauV .form-inline {
  justify-content: center;
}
.cid-qxvf2GeauV .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxvf2GeauV .foot-logo {
    text-align: center !important;
  }
  .cid-qxvf2GeauV .foot-title {
    text-align: center !important;
  }
  .cid-qxvf2GeauV .mbr-text {
    text-align: center !important;
  }
}
.cid-qxvf2GeauV .foot-title {
  color: #f9f9f9;
}
.cid-qxvf2GeauV .copyright .mbr-text {
  color: #efefef;
}
.cid-qxvf2GeauV .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qygp24g8e1 .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qygp24g8e1 .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qygp24g8e1 a {
  font-style: normal;
}
.cid-qygp24g8e1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qygp24g8e1 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qygp24g8e1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qygp24g8e1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qygp24g8e1 .menu-logo {
  margin-right: auto;
}
.cid-qygp24g8e1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qygp24g8e1 .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-qygp24g8e1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qygp24g8e1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qygp24g8e1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qygp24g8e1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qygp24g8e1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qygp24g8e1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qygp24g8e1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qygp24g8e1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qygp24g8e1 .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qygp24g8e1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qygp24g8e1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qygp24g8e1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qygp24g8e1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qygp24g8e1 .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-qygp24g8e1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qygp24g8e1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qygp24g8e1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qygp24g8e1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qygp24g8e1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qygp24g8e1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qygp24g8e1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qygp24g8e1 button.navbar-toggler:focus {
  outline: none;
}
.cid-qygp24g8e1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qygp24g8e1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qygp24g8e1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qygp24g8e1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qygp24g8e1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qygp24g8e1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qygp24g8e1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qygp24g8e1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qygp24g8e1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qygp24g8e1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qygp24g8e1 .collapsed .btn {
  display: flex;
}
.cid-qygp24g8e1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qygp24g8e1 .collapsed .navbar-collapse.collapsing,
.cid-qygp24g8e1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qygp24g8e1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qygp24g8e1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qygp24g8e1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qygp24g8e1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qygp24g8e1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qygp24g8e1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qygp24g8e1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qygp24g8e1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qygp24g8e1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qygp24g8e1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qygp24g8e1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qygp24g8e1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qygp24g8e1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qygp24g8e1 .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-qygp24g8e1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qygp24g8e1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qygp24g8e1 .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-qygp24g8e1.navbar-expand {
    flex-direction: column;
  }
  .cid-qygp24g8e1 img {
    height: 3.8rem !important;
  }
  .cid-qygp24g8e1 .btn {
    display: flex;
  }
  .cid-qygp24g8e1 button.navbar-toggler {
    display: block;
  }
  .cid-qygp24g8e1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qygp24g8e1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qygp24g8e1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qygp24g8e1 .navbar-collapse.collapsing,
  .cid-qygp24g8e1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qygp24g8e1 .navbar-collapse.collapsing .navbar-nav,
  .cid-qygp24g8e1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qygp24g8e1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qygp24g8e1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qygp24g8e1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qygp24g8e1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qygp24g8e1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qygp24g8e1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qygp24g8e1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qygp24g8e1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qygp24g8e1 .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-qygp24g8e1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qygp24g8e1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qygp24g8e1 .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-qygp24g8e1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qy04Mvqa9r {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qy04Mvqa9r .mbr-section-subtitle {
  color: #767676;
}
.cid-qy04FwRGC0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/faqs-1600x900.jpg");
}
.cid-qy04bht1Ox {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-qy04bht1Ox .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qy04bht1Ox .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qy04bht1Ox .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qy04bht1Ox .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qy04bht1Ox .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-qy04bht1Ox .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qy04bht1Ox .card .panel-body {
  color: #767676;
}
.cid-qy04cduGP3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
}
.cid-qy04cduGP3 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qy04cduGP3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qy04cduGP3 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qy04cduGP3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qy04cduGP3 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-qy04cduGP3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qy04cduGP3 .card .panel-body {
  color: #767676;
}
.cid-qy3EHfLKXF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qy3EHfLKXF .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qy3EHfLKXF .content {
    text-align: center;
  }
  .cid-qy3EHfLKXF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qy3EHfLKXF .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qy3EHfLKXF .input-group-btn {
  display: inline-block;
}
.cid-qy3EHfLKXF .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qy3EHfLKXF .img-logo img {
  height: 6rem;
}
.cid-qy3EHfLKXF [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qy3EHfLKXF [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qy3EHfLKXF .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qy3EHfLKXF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qy3EHfLKXF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qy3EHfLKXF .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-qy3EHfLKXF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qy3EHfLKXF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qy3EHfLKXF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qy3EHfLKXF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qy3EHfLKXF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qy3EHfLKXF form .input-group input.form-control,
.cid-qy3EHfLKXF form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qy3EHfLKXF .form-inline {
  justify-content: center;
}
.cid-qy3EHfLKXF .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qy3EHfLKXF .foot-logo {
    text-align: center !important;
  }
  .cid-qy3EHfLKXF .foot-title {
    text-align: center !important;
  }
  .cid-qy3EHfLKXF .mbr-text {
    text-align: center !important;
  }
}
.cid-qy3EHfLKXF .foot-title {
  color: #f9f9f9;
}
.cid-qy3EHfLKXF .copyright .mbr-text {
  color: #efefef;
}
.cid-qy3EHfLKXF .foot-logo {
  color: #f9f9f9;
  text-align: center;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwhXiu7Glf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qwhXiu7Glf .mbr-text,
.cid-qwhXiu7Glf blockquote {
  color: #767676;
}
.cid-qxoaHxSJ4U {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/404-page-image-1200x630.png");
}
.cid-qxoclaJ1fz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qxoclaJ1fz .mbr-section-subtitle {
  color: #767676;
}
#custom-html-co div#center-store {
  text-align: center;
}
#custom-html-co div#my-store-12271108 {
  max-width: 70%;
  max-height: 100%;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
}
.cid-qwuPn3nRiU {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qwhVGoYdYP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qwhVGoYdYP .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qwhVGoYdYP .content {
    text-align: center;
  }
  .cid-qwhVGoYdYP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qwhVGoYdYP .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qwhVGoYdYP .input-group-btn {
  display: inline-block;
}
.cid-qwhVGoYdYP .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qwhVGoYdYP .img-logo img {
  height: 6rem;
}
.cid-qwhVGoYdYP [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qwhVGoYdYP [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qwhVGoYdYP .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qwhVGoYdYP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qwhVGoYdYP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qwhVGoYdYP .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-qwhVGoYdYP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qwhVGoYdYP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qwhVGoYdYP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qwhVGoYdYP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qwhVGoYdYP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qwhVGoYdYP form .input-group input.form-control,
.cid-qwhVGoYdYP form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qwhVGoYdYP .form-inline {
  justify-content: center;
}
.cid-qwhVGoYdYP .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qwhVGoYdYP .foot-logo {
    text-align: center !important;
  }
  .cid-qwhVGoYdYP .foot-title {
    text-align: center !important;
  }
  .cid-qwhVGoYdYP .mbr-text {
    text-align: center !important;
  }
}
.cid-qwhVGoYdYP .foot-title {
  color: #f9f9f9;
}
.cid-qwhVGoYdYP .copyright .mbr-text {
  color: #efefef;
}
.cid-qwhVGoYdYP .foot-logo {
  color: #f9f9f9;
}
.cid-qwhhG2QZ5T .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwhhG2QZ5T .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-qwhhG2QZ5T a {
  font-style: normal;
}
.cid-qwhhG2QZ5T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwhhG2QZ5T .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwhhG2QZ5T .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwhhG2QZ5T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwhhG2QZ5T .menu-logo {
  margin-right: auto;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwhhG2QZ5T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwhhG2QZ5T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwhhG2QZ5T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwhhG2QZ5T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwhhG2QZ5T button.navbar-toggler:focus {
  outline: none;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwhhG2QZ5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwhhG2QZ5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwhhG2QZ5T .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qwhhG2QZ5T .collapsed .btn {
  display: flex;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwhhG2QZ5T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwhhG2QZ5T .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwhhG2QZ5T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qwhhG2QZ5T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwhhG2QZ5T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwhhG2QZ5T .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-qwhhG2QZ5T.navbar-expand {
    flex-direction: column;
  }
  .cid-qwhhG2QZ5T img {
    height: 3.8rem !important;
  }
  .cid-qwhhG2QZ5T .btn {
    display: flex;
  }
  .cid-qwhhG2QZ5T button.navbar-toggler {
    display: block;
  }
  .cid-qwhhG2QZ5T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qwhhG2QZ5T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwhhG2QZ5T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing,
  .cid-qwhhG2QZ5T .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwhhG2QZ5T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwhhG2QZ5T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwhhG2QZ5T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwhhG2QZ5T .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-qwhhG2QZ5T .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qwGn23L4tz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qwGn23L4tz .mbr-text,
.cid-qwGn23L4tz blockquote {
  color: #767676;
}
.cid-qwEur0gcjW {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-qxoP7D2TmS {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qxoP7D2TmS .mbr-section-subtitle {
  color: #767676;
}
.cid-qxoP6cYNJl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qxoP6cYNJl .mbr-text,
.cid-qxoP6cYNJl blockquote {
  color: #767676;
}
.cid-qwGsAvvm4Q {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qwGsAvvm4Q .counter-container {
  color: #767676;
}
.cid-qwGsAvvm4Q .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qwGsAvvm4Q .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qwGsAvvm4Q .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qwGsAvvm4Q .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-qymiQzWYgL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qymiQzWYgL .mbr-section-subtitle {
  color: #767676;
}
#custom-html-fp {
  /* Type valid CSS here */
}
#custom-html-fp div#center-store {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-fp div#center-store {
    max-width: 100% !important;
    margin: auto;
  }
}
.cid-qxSZUDr4Qz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxSZUDr4Qz .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qxSZUDr4Qz .input {
  margin-bottom: 15px;
}
.cid-qxSZUDr4Qz .map {
  width: 100%;
  height: 30rem;
}
.cid-qxSZUDr4Qz .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qxSZUDr4Qz .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qxSZUDr4Qz .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qxSZUDr4Qz .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qxSZUDr4Qz .mbr-text {
  color: #767676;
}
.cid-qxSZUDr4Qz a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qxSZUDr4Qz .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qxSZUDr4Qz .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qxSZUDr4Qz .google-map {
  height: 25rem;
  position: relative;
}
.cid-qxSZUDr4Qz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qxSZUDr4Qz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qxSZUDr4Qz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qxSZUDr4Qz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qxSZUDr4Qz h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qxSZUDr4Qz .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qxSZUDr4Qz .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qxoOGQqZzg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qxoOGQqZzg .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-qxoOGQqZzg .content {
    text-align: center;
  }
  .cid-qxoOGQqZzg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qxoOGQqZzg .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qxoOGQqZzg .input-group-btn {
  display: inline-block;
}
.cid-qxoOGQqZzg .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qxoOGQqZzg .img-logo img {
  height: 6rem;
}
.cid-qxoOGQqZzg [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qxoOGQqZzg [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qxoOGQqZzg .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qxoOGQqZzg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qxoOGQqZzg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qxoOGQqZzg .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-qxoOGQqZzg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qxoOGQqZzg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qxoOGQqZzg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qxoOGQqZzg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qxoOGQqZzg .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qxoOGQqZzg form .input-group input.form-control,
.cid-qxoOGQqZzg form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qxoOGQqZzg .form-inline {
  justify-content: center;
}
.cid-qxoOGQqZzg .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qxoOGQqZzg .foot-logo {
    text-align: center !important;
  }
  .cid-qxoOGQqZzg .foot-title {
    text-align: center !important;
  }
  .cid-qxoOGQqZzg .mbr-text {
    text-align: center !important;
  }
}
.cid-qxoOGQqZzg .foot-title {
  color: #f9f9f9;
}
.cid-qxoOGQqZzg .copyright .mbr-text {
  color: #efefef;
}
.cid-qxoOGQqZzg .foot-logo {
  color: #f9f9f9;
}
