@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&amp;display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #22a5e5 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #1a316c !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #1a316c !important;
  border-color: #1a316c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #091126 !important;
  border-color: #091126 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #091126 !important;
  border-color: #091126 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a316c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #091126 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1a316c !important;
  border-color: #1a316c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #22a5e5 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #1a316c !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #116690 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #060c1a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #22a5e5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1a316c;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #22a5e5;
  border-color: #22a5e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #22a5e5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3761cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #22a5e5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #22a5e5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #22a5e5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #22a5e5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #22a5e5;
  border-bottom-color: #22a5e5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #22a5e5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2322a5e5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sc4MDJXKUq {
  z-index: 1000;
  width: 100%;
}
.cid-sc4MDJXKUq nav.navbar {
  position: fixed;
}
.cid-sc4MDJXKUq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sc4MDJXKUq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sc4MDJXKUq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sc4MDJXKUq .dropdown-item:hover,
.cid-sc4MDJXKUq .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-sc4MDJXKUq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sc4MDJXKUq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sc4MDJXKUq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sc4MDJXKUq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sc4MDJXKUq .nav-link {
  position: relative;
}
.cid-sc4MDJXKUq .container {
  display: flex;
  margin: auto;
}
.cid-sc4MDJXKUq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sc4MDJXKUq .dropdown-menu,
.cid-sc4MDJXKUq .navbar.opened {
  background: #ffffff !important;
}
.cid-sc4MDJXKUq .nav-item:focus,
.cid-sc4MDJXKUq .nav-link:focus {
  outline: none;
}
.cid-sc4MDJXKUq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sc4MDJXKUq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc4MDJXKUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sc4MDJXKUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sc4MDJXKUq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sc4MDJXKUq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sc4MDJXKUq .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-sc4MDJXKUq .navbar.opened {
  transition: all .3s;
}
.cid-sc4MDJXKUq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sc4MDJXKUq .navbar .navbar-logo img {
  width: auto;
}
.cid-sc4MDJXKUq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sc4MDJXKUq .navbar.collapsed {
  justify-content: center;
}
.cid-sc4MDJXKUq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sc4MDJXKUq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sc4MDJXKUq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sc4MDJXKUq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sc4MDJXKUq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sc4MDJXKUq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sc4MDJXKUq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sc4MDJXKUq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sc4MDJXKUq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sc4MDJXKUq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sc4MDJXKUq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sc4MDJXKUq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sc4MDJXKUq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sc4MDJXKUq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sc4MDJXKUq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sc4MDJXKUq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sc4MDJXKUq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sc4MDJXKUq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sc4MDJXKUq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sc4MDJXKUq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sc4MDJXKUq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sc4MDJXKUq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sc4MDJXKUq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sc4MDJXKUq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sc4MDJXKUq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sc4MDJXKUq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sc4MDJXKUq .dropdown-item.active,
.cid-sc4MDJXKUq .dropdown-item:active {
  background-color: transparent;
}
.cid-sc4MDJXKUq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sc4MDJXKUq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sc4MDJXKUq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sc4MDJXKUq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sc4MDJXKUq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sc4MDJXKUq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc4MDJXKUq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sc4MDJXKUq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sc4MDJXKUq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sc4MDJXKUq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sc4MDJXKUq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc4MDJXKUq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4MDJXKUq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4MDJXKUq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc4MDJXKUq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4MDJXKUq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc4MDJXKUq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc4MDJXKUq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4MDJXKUq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sc4MDJXKUq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sc4MDJXKUq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sc4MDJXKUq .navbar {
    height: 70px;
  }
  .cid-sc4MDJXKUq .navbar.opened {
    height: auto;
  }
  .cid-sc4MDJXKUq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sc3vNWAaTA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 48%, #ffffff 100%);
}
.cid-sc3vNWAaTA .row {
  flex-direction: row-reverse;
}
.cid-sc3vNWAaTA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sc3vNWAaTA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sc3vNWAaTA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sc3vNWAaTA .mbr-text,
.cid-sc3vNWAaTA .mbr-section-btn {
  text-align: center;
}
.cid-sc3vNWAaTA .mbr-section-title {
  text-align: center;
}
.cid-sc3vNWAaTA .mbr-overlay {
  opacity: 1;
  background-color: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 64%, #ffffff 100%) !important;
}
.cid-sc4xfMzMsT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sc4xfMzMsT .container {
    max-width: 1400px;
  }
}
.cid-sc4xfMzMsT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  background: linear-gradient(45deg, #22a5e5 50%, #1a316c 50%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
}
.cid-sc4xfMzMsT .card-wrapper {
  margin-top: 3rem;
}
.cid-sc4xfMzMsT .row {
  justify-content: center;
}
.cid-sc4xfMzMsT .card-text {
  color: #000000;
}
.cid-sc4xfMzMsT .card-title,
.cid-sc4xfMzMsT .iconfont-wrapper {
  color: #000000;
}
.cid-sc572J5fqw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sc572J5fqw .video-wrapper iframe {
  width: 100%;
  -webkit-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  border-radius: .25rem;
}
.cid-sc572J5fqw .mbr-section-title,
.cid-sc572J5fqw .mbr-section-subtitle,
.cid-sc572J5fqw .mbr-text {
  text-align: center;
}
.cid-sc4ylIUWEe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sc4ylIUWEe .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sc4ylIUWEe .card {
    margin-bottom: 2rem!important;
  }
  .cid-sc4ylIUWEe .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sc4ylIUWEe .link-wrap {
    align-items: center;
  }
}
.cid-sc4ylIUWEe .image-wrapper img {
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  border-radius: .25rem;
}
.cid-sc4GU6vLI2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc4I7iJmbk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc4I7iJmbk .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sc4I7iJmbk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sc4I7iJmbk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sc4I7iJmbk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sc4I7iJmbk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sc4I7iJmbk .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sc4I7iJmbk .image-wrapper img {
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  border-radius: .25rem;
}
.cid-sc4I62o5cS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc4I62o5cS .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sc4I62o5cS .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sc4I62o5cS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sc4I62o5cS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sc4I62o5cS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sc4I62o5cS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sc4I62o5cS .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sc4I62o5cS .image-wrapper img {
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  border-radius: .25rem;
}
.cid-sc4ILpLFxX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc4ILpLFxX .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sc4ILpLFxX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sc4ILpLFxX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sc4ILpLFxX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sc4ILpLFxX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sc4ILpLFxX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sc4ILpLFxX .image-wrapper img {
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  border-radius: .25rem;
}
.cid-sc4ILpLFxX a {
  background-image: none !important;
}
.cid-sc54BP0Ebg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc54BP0Ebg .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sc54BP0Ebg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sc54BP0Ebg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sc54BP0Ebg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sc54BP0Ebg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sc54BP0Ebg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sc54BP0Ebg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sc54BP0Ebg .image-wrapper img {
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 10px 51px -19px rgba(0, 0, 0, 0.34);
  border-radius: .25rem;
}
.cid-sc53XQvUKj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sc53XQvUKj blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sc53XQvUKj a {
  background-image: none !important;
}
.cid-scfqrfZMFD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #ffffff 10%, #9fdbf8 100%) !important;
}
.cid-scfqrfZMFD .mbr-section-title {
  color: #353535;
}
.cid-scfqrfZMFD .mbr-text,
.cid-scfqrfZMFD .mbr-section-btn {
  color: #353535;
}
.cid-sc3NrFown8 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc3Mwpvii4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc3Mopz70w {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sc4hd98AXR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sc48n86hx1 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sc48n86hx1 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sc48n86hx1 .mbr-shop .row {
  margin: 0;
}
.cid-sc48n86hx1 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-sc48n86hx1 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sc48n86hx1 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sc48n86hx1 .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-sc48n86hx1 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sc48n86hx1 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sc48n86hx1 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sc48n86hx1 .mbr-shop .hide-modal {
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sc48n86hx1 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sc48n86hx1 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sc48n86hx1 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sc48n86hx1 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sc48n86hx1 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sc48n86hx1 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sc48n86hx1 .mbr-shop .filter-by-pu,
.cid-sc48n86hx1 .mbr-shop .filter-by-pd,
.cid-sc48n86hx1 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sc48n86hx1 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sc48n86hx1 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sc48n86hx1 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-sc48n86hx1 .mbr-shop .galleryItem h4,
.cid-sc48n86hx1 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sc48n86hx1 .mbr-shop .galleryItem h5,
.cid-sc48n86hx1 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sc48n86hx1 .mbr-shop .galleryItem p,
.cid-sc48n86hx1 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sc48n86hx1 .mbr-shop .item-button {
  text-align: center;
}
.cid-sc48n86hx1 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sc48n86hx1 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sc48n86hx1 .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-sc48n86hx1 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sc48n86hx1 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ffffff;
  top: -20px;
  right: 3px;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sc48n86hx1 .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ff6666;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-item__hided h4,
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-item__hided h5,
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-sc48n86hx1 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-sc48n86hx1 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sc48n86hx1 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sc48n86hx1 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sc48n86hx1 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-sc48n86hx1 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sc48n86hx1 .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sc48n86hx1 .mbr-shop .range-controls {
  position: relative;
}
.cid-sc48n86hx1 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sc48n86hx1 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #22a5e5;
}
.cid-sc48n86hx1 .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #22a5e5;
  cursor: pointer;
}
.cid-sc48n86hx1 .mbr-shop .toggle:hover,
.cid-sc48n86hx1 .mbr-shop .toggle:active {
  background-color: #ff6666;
}
.cid-sc48n86hx1 .mbr-shop .min-toggle {
  left: 0;
}
.cid-sc48n86hx1 .mbr-shop .max-toggle {
  right: 0;
}
.cid-sc48n86hx1 .mbr-shop .hided-by-price {
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sc48n86hx1 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sc48n86hx1 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sc48n86hx1 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sc48n86hx1 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sc48n86hx1 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sc48n86hx1 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sc48n86hx1 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sc48n86hx1 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sc48n86hx1 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sc48n86hx1 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sc48n86hx1 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sc48n86hx1 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sc48n86hx1 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-sc48n86hx1 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sc48n86hx1 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sc48n86hx1 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sc48n86hx1 .mbr-shop .price-range {
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .price-range-reset {
  display: none;
}
.cid-sc48n86hx1 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sc48n86hx1 .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sc48n86hx1 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sc48n86hx1 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sc48n86hx1 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sc48n86hx1 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sc48n86hx1 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sc48n86hx1 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sc48n86hx1 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sc48n86hx1 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sc48n86hx1 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sc48n86hx1 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sc48n86hx1 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sc48n86hx1 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sc48n86hx1 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sc48n86hx1 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sc48n86hx1 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sc48n86hx1 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sc48n86hx1 .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sc48n86hx1 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sc48n86hx1 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sc48n86hx1 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sc48n86hx1 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sc48n86hx1 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sc48n86hx1 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sc48n86hx1 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sc48n86hx1 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sc48n86hx1 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sc48n86hx1 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sc48n86hx1 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sc48n86hx1 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sc48n86hx1 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-sc48n86hx1 .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sc48n86hx1 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sc48n86hx1 .range-controls {
  display: block !important;
}
.cid-sc48n86hx1 .mbr-gallery-item .sidebar_wraper {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sc48n86hx1 .sidebar .sidebar_wraper {
  background-color: #ffffff;
}
.cid-sc48n86hx1 .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-sc48n86hx1 .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-sc48n86hx1 .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: bold;
}
.cid-sc48n86hx1 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-sc48n86hx1 .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sc48n86hx1 .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-sc48n86hx1 .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-sc48n86hx1 .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-sc48n86hx1 .categories {
  padding: 0;
}
.cid-sc48n86hx1 .sidebar-title {
  font-weight: bold;
}
.cid-sc48n86hx1 LI {
  color: #22a5e5;
}
.cid-sc48n86hx1 .display-5 {
  font-size: 1.4rem;
}
.cid-sc3PNhUo36 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sc3PNhUo36 .card-box {
    padding: 1rem;
  }
  .cid-sc3PNhUo36 .mbr-section-btn,
  .cid-sc3PNhUo36 .price {
    text-align: center;
  }
  .cid-sc3PNhUo36 .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sc3PNhUo36 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sc3PNhUo36 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sc3PNhUo36 .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sc3PNhUo36 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sc3PNhUo36 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sc3Nj06BcW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sc3NdFEuRG {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-sc3NdFEuRG .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sc3NdFEuRG .plan-body {
  padding-bottom: 2rem;
}
.cid-sc3NdFEuRG .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sc3NdFEuRG .price {
  color: #22a5e5;
}
.cid-sc3NdFEuRG .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sc3NdFEuRG .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sc3NdFEuRG .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sc3NdFEuRG .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sc3NdFEuRG .plan {
    margin-bottom: 2rem;
  }
}
.cid-sc3NdFEuRG .plan-title {
  color: #000000;
}
.cid-sc3NdFEuRG UL {
  color: #848484;
}
.cid-sc59Qc0Enq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sc59Qc0Enq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sc59Qc0Enq .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sc59Qc0Enq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sc59Qc0Enq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sc59Qc0Enq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sc59Qc0Enq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sc59Qc0Enq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sc59Qc0Enq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sc59Qc0Enq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sc59Qc0Enq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sc59Qc0Enq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sc59Qc0Enq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sc59Qc0Enq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sc59Qc0Enq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sc59Qc0Enq .media-container-row .mbr-text {
  color: #353535;
}
.cid-sc59Qc0Enq a {
  background-image: none !important;
}
