@import url(https://fonts.googleapis.com/css?family=Reem+Kufi:400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i&display=swap);





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #343434 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #ff3366 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b69b74 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #343434 !important;
  border-color: #343434 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #010101;
  color: #010101;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #343434;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343434;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #149dcc;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff3366;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff3366;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f7ed4a;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7ed4a;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #879a9f;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #879a9f;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b69b74;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b69b74;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.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: #343434 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #ff3366 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b69b74 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #010101 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc0033 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #816843 !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: #ff3366;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b69b74;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #343434;
  border-color: #343434;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #343434;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a7a7a7;
}
.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: #ffffff;
}
.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: #e2d7c8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #343434;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #343434;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #343434;
  border-bottom-color: #343434;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #343434 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23343434' %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;
}
.cid-rArXDGngPj .navbar {
  padding: .5rem 0;
  background: #0f0f0f;
  transition: none;
  min-height: 100px;
}
.cid-rArXDGngPj .navbar-dropdown.bg-color.transparent.opened {
  background: #0f0f0f;
}
.cid-rArXDGngPj a {
  font-style: normal;
}
.cid-rArXDGngPj a .link:hover {
  color: inherit!important;
}
.cid-rArXDGngPj .dropdown-item:active {
  background: #0f0f0f;
}
.cid-rArXDGngPj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rArXDGngPj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rArXDGngPj .nav-item:focus,
.cid-rArXDGngPj .nav-link:focus {
  outline: none;
}
.cid-rArXDGngPj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rArXDGngPj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rArXDGngPj .menu-logo {
  margin-right: auto;
}
.cid-rArXDGngPj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rArXDGngPj .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-rArXDGngPj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rArXDGngPj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rArXDGngPj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rArXDGngPj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rArXDGngPj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rArXDGngPj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rArXDGngPj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rArXDGngPj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rArXDGngPj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rArXDGngPj .dropdown .dropdown-menu {
  background: #0f0f0f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rArXDGngPj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rArXDGngPj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rArXDGngPj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rArXDGngPj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rArXDGngPj .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-rArXDGngPj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rArXDGngPj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rArXDGngPj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rArXDGngPj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rArXDGngPj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rArXDGngPj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rArXDGngPj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-rArXDGngPj button.navbar-toggler:focus {
  outline: none;
}
.cid-rArXDGngPj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-rArXDGngPj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rArXDGngPj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rArXDGngPj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rArXDGngPj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rArXDGngPj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rArXDGngPj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rArXDGngPj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rArXDGngPj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rArXDGngPj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rArXDGngPj .collapsed .btn {
  display: -webkit-flex;
}
.cid-rArXDGngPj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rArXDGngPj .collapsed .navbar-collapse.collapsing,
.cid-rArXDGngPj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rArXDGngPj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rArXDGngPj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rArXDGngPj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rArXDGngPj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rArXDGngPj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rArXDGngPj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rArXDGngPj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rArXDGngPj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rArXDGngPj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rArXDGngPj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rArXDGngPj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rArXDGngPj .collapsed button.navbar-toggler {
  display: block;
}
.cid-rArXDGngPj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rArXDGngPj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rArXDGngPj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rArXDGngPj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rArXDGngPj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rArXDGngPj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rArXDGngPj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rArXDGngPj img {
    height: 3.8rem !important;
  }
  .cid-rArXDGngPj .btn {
    display: -webkit-flex;
  }
  .cid-rArXDGngPj button.navbar-toggler {
    display: block;
  }
  .cid-rArXDGngPj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rArXDGngPj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rArXDGngPj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rArXDGngPj .navbar-collapse.collapsing,
  .cid-rArXDGngPj .navbar-collapse.show {
    display: block !important;
  }
  .cid-rArXDGngPj .navbar-collapse.collapsing .navbar-nav,
  .cid-rArXDGngPj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rArXDGngPj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rArXDGngPj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rArXDGngPj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rArXDGngPj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rArXDGngPj .navbar-collapse.collapsing .navbar-buttons,
  .cid-rArXDGngPj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rArXDGngPj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rArXDGngPj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rArXDGngPj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rArXDGngPj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rArXDGngPj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rArXDGngPj .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-rArXDGngPj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rArXDGngPj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rArXDGngPj .nav-link,
.cid-rArXDGngPj .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-rArXDGngPj .nav-link:hover,
.cid-rArXDGngPj .dropdown-item:hover {
  color: #343434 !important;
  border-color: #343434;
}
.cid-rArXEdIV84 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/preschoolready-1536x1024.jpg");
}
.cid-rArXEdIV84 H1 {
  color: #ffffff;
}
.cid-tVjGyxGRW4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-tVjGyxGRW4 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-tVjGyxGRW4 .mbr-shop .row {
  margin: 0;
  padding: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-tVjGyxGRW4 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-tVjGyxGRW4 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-tVjGyxGRW4 .shopItemsModal_wraper {
  left: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-tVjGyxGRW4 .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-tVjGyxGRW4 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-tVjGyxGRW4 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-tVjGyxGRW4 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-tVjGyxGRW4 .mbr-shop .hide-modal {
  display: none;
}
.cid-tVjGyxGRW4 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-tVjGyxGRW4 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-tVjGyxGRW4 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-tVjGyxGRW4 .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-tVjGyxGRW4 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tVjGyxGRW4 .mbr-shop .filter-by-pu,
.cid-tVjGyxGRW4 .mbr-shop .filter-by-pd,
.cid-tVjGyxGRW4 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-tVjGyxGRW4 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-tVjGyxGRW4 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-tVjGyxGRW4 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-tVjGyxGRW4 .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: 10px;
}
.cid-tVjGyxGRW4 .mbr-shop .galleryItem h4,
.cid-tVjGyxGRW4 .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-tVjGyxGRW4 .mbr-shop .galleryItem h5,
.cid-tVjGyxGRW4 .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-tVjGyxGRW4 .mbr-shop .galleryItem p,
.cid-tVjGyxGRW4 .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-tVjGyxGRW4 .mbr-shop .item-button {
  text-align: center;
}
.cid-tVjGyxGRW4 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-tVjGyxGRW4 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-tVjGyxGRW4 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-tVjGyxGRW4 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-tVjGyxGRW4 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-tVjGyxGRW4 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #cebfaf;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-item__hided h4,
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-item__hided h5,
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-tVjGyxGRW4 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-tVjGyxGRW4 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-tVjGyxGRW4 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-tVjGyxGRW4 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-tVjGyxGRW4 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-tVjGyxGRW4 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-tVjGyxGRW4 .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-tVjGyxGRW4 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-tVjGyxGRW4 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tVjGyxGRW4 .mbr-shop .range-controls {
  position: relative;
}
.cid-tVjGyxGRW4 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-tVjGyxGRW4 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-tVjGyxGRW4 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-tVjGyxGRW4 .mbr-shop .toggle:hover,
.cid-tVjGyxGRW4 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-tVjGyxGRW4 .mbr-shop .min-toggle {
  left: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .max-toggle {
  right: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .hided-by-price {
  display: none;
}
.cid-tVjGyxGRW4 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-tVjGyxGRW4 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-tVjGyxGRW4 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tVjGyxGRW4 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-tVjGyxGRW4 .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-tVjGyxGRW4 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-tVjGyxGRW4 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-tVjGyxGRW4 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-tVjGyxGRW4 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tVjGyxGRW4 .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-tVjGyxGRW4 .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-tVjGyxGRW4 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tVjGyxGRW4 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-tVjGyxGRW4 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-tVjGyxGRW4 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-tVjGyxGRW4 .mbr-shop .shop-items .onsale,
.cid-tVjGyxGRW4 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-tVjGyxGRW4 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-tVjGyxGRW4 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tVjGyxGRW4 .mbr-shop .price-range {
  display: inline-block;
}
.cid-tVjGyxGRW4 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-tVjGyxGRW4 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-tVjGyxGRW4 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-tVjGyxGRW4 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-tVjGyxGRW4 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-tVjGyxGRW4 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-tVjGyxGRW4 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-tVjGyxGRW4 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-tVjGyxGRW4 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-tVjGyxGRW4 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-tVjGyxGRW4 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-tVjGyxGRW4 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-tVjGyxGRW4 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-tVjGyxGRW4 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-tVjGyxGRW4 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-tVjGyxGRW4 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-tVjGyxGRW4 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-tVjGyxGRW4 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tVjGyxGRW4 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-tVjGyxGRW4 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-tVjGyxGRW4 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-tVjGyxGRW4 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-tVjGyxGRW4 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-tVjGyxGRW4 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-tVjGyxGRW4 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-tVjGyxGRW4 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-tVjGyxGRW4 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-tVjGyxGRW4 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-tVjGyxGRW4 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-tVjGyxGRW4 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-tVjGyxGRW4 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-tVjGyxGRW4 .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
.cid-tVjGyxGRW4 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-tVjGyxGRW4 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-tVjGyxGRW4 .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-tVjGyxGRW4 .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-tVjGyxGRW4 .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVjGyxGRW4 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-tVjGyxGRW4 .mbr-gallery-item > div {
  background: transparent!important;
}
.cid-rArXEqnXGf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-rArXEqnXGf .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rArXEqnXGf .title {
  max-width: 800px;
  margin: auto;
}
.cid-rArXEqnXGf .text-wrap {
  padding: 0 1rem;
}
.cid-rArXEqnXGf .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArXEqnXGf .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArXEqnXGf .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArXEqnXGf .card-block:hover img {
  transform: scale(1.1);
}
.cid-rArXEqnXGf .card {
  padding: 0;
}
.cid-rArXEqnXGf .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rArXEqnXGf .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rArXEqnXGf .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rArXEqnXGf H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-rArXEqnXGf .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-rArXEqnXGf .mbr-text,
.cid-rArXEqnXGf .link-wrap {
  color: #222222;
}
.cid-rArXEDZgZT {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-rArXEDZgZT img {
  width: 90%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-rArXEDZgZT img {
    width: 100%;
  }
  .cid-rArXEDZgZT .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-rArXEDZgZT ol {
  padding: 0;
  margin: 0;
}
.cid-rArXEDZgZT li {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.cid-rArXEDZgZT .counter-container2 ol {
  counter-reset: start 4;
}
.cid-rArXEDZgZT .counter-container2 li {
  display: block;
}
.cid-rArXEDZgZT .counter-container2 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-rArXEDZgZT .counter-container1 ol {
  counter-reset: start 0;
}
.cid-rArXEDZgZT .counter-container1 li {
  display: block;
}
.cid-rArXEDZgZT .counter-container1 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-rArXEDZgZT li:before {
  color: #343434;
}
.cid-rArXEDZgZT .counter-container {
  text-align: center;
}
.cid-rArXFAByJ1 {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background-color: #656b50;
}
.cid-rArXFAByJ1 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0!important;
  font-size: 1.4rem!important;
  color: #b69b74;
}
.cid-rArXFAByJ1 .p-4 {
  padding: 1rem 0!important;
}
.cid-rArXFAByJ1 .content {
  max-width: 650px;
}
.cid-rArXFAByJ1 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 3rem;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-rArXFAByJ1 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-rArXFAByJ1 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rArXFAByJ1 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-rArXFAByJ1 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-rArXFAByJ1 h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-rArXFAByJ1 .card {
  border-radius: 0px;
}
.cid-rArXFAByJ1 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #b69b74;
}
.cid-rArXFAByJ1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rArXFAByJ1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rArXFAByJ1 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-rArXFAByJ1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-rArXFAByJ1 img {
    width: 100%;
  }
  .cid-rArXFAByJ1 .content {
    max-width: 100%;
  }
}
.cid-rArXFAByJ1 H4 {
  color: #ffffff;
}
.cid-rArXFAByJ1 .panel-text {
  color: #ffffff;
}
.cid-tVCxzSQVs1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eee8df;
}
@media (max-width: 992px) {
  .cid-tVCxzSQVs1 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cid-tVCxzSQVs1 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tVCxzSQVs1 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-tVCxzSQVs1 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-tVCxzSQVs1 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-tVCxzSQVs1 .box {
  background-size: cover;
  background-position: center;
  height: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-tVCxzSQVs1 .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #cebfaf;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-tVCxzSQVs1 .bg1 {
  background-image: url("../../../assets/images/43101a52-372e-49a9-a644-b11190f30ce9-900x1600.jpg");
}
.cid-tVCxzSQVs1 .icon-wrap {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-tVCxzSQVs1 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tVCxzSQVs1 .icon-wrap span {
  padding-left: 8px;
}
.cid-tVCxzSQVs1 .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tVCxzSQVs1 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tVCxzSQVs1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tVCxzSQVs1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tVCxzSQVs1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tVCxzSQVs1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tVCxzSQVs1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tVCxzSQVs1 {
    padding-top: 21px;
    padding-bottom: 0px;
  }
  .cid-tVCxzSQVs1 .box {
    height: 250px;
  }
}
.cid-tVCxzSQVs1 H4 {
  color: #b69b74;
}
.cid-rArXFNF7KR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rArXFNF7KR img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-rArXFNF7KR img {
    width: 100%;
  }
  .cid-rArXFNF7KR .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-rArXFNF7KR ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-rArXFNF7KR ul li {
  margin-bottom: 0.4rem;
  list-style: none;
}
.cid-rArXFNF7KR ul li:before {
  position: absolute;
  left: 6px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all .2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b69b74;
}
.cid-rArXFNF7KR H3 {
  text-align: center;
}
.cid-rArXFNF7KR .text2 {
  text-align: center;
}
.cid-rArXGv16AW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee8df;
}
@media (max-width: 767px) {
  .cid-rArXGv16AW .content {
    text-align: center;
  }
  .cid-rArXGv16AW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rArXGv16AW .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-rArXGv16AW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rArXGv16AW .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-rArXGv16AW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rArXGv16AW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-rArXGv16AW .google-map {
    width: 100%;
  }
}
.cid-rArXGv16AW P {
  text-align: center;
}
.cid-rArXGv16AW H3 {
  text-align: center;
}
.cid-rArXGEBt9s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #0f0f0f;
}
.cid-rArXGEBt9s .mbr-text {
  color: #ffffff;
}
.cid-rArXGEBt9s .container {
  max-width: 1000px;
}
.cid-rArXGEBt9s h4 {
  text-align: center;
}
.cid-rArXGEBt9s p {
  text-align: center;
}
.cid-rArXGEBt9s .row {
  justify-content: center;
}
.cid-rArXGEBt9s .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rArXGEBt9s .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-rArXGEBt9s .card-title,
.cid-rArXGEBt9s .card-img {
  color: #f1d03f;
}
.cid-rArXGEBt9s .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-rArXGEBt9s .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-rArXGEBt9s img {
  margin-bottom: 5rem;
}
.cid-rArXHg1PU8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #211c1c;
}
.cid-rArXHg1PU8 .media-container-row .mbr-text {
  color: #767676;
}
