body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #29a7c6 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #29a7c6 !important;
  border-color: #29a7c6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1c7287 !important;
  border-color: #1c7287 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1c7287 !important;
  border-color: #1c7287 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f18c14 !important;
  border-color: #f18c14 !important;
  color: white !important;
  border-radius: 12px;
  font-weight: bold;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: black !important;
  border-color: black !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: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #186071;
  color: #186071;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #29a7c6;
  border-color: #29a7c6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #29a7c6 !important;
  border-color: #29a7c6 !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: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.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: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #29a7c6 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #186071 !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: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #29a7c6;
  border-color: #29a7c6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #29a7c6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #88d4e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #29a7c6;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #29a7c6;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #29a7c6;
  border-bottom-color: #29a7c6;
}
.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: #29a7c6 !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%;
  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='%2329a7c6' %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-uvsCww3OW6 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uvsCww3OW6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uvsCww3OW6 a {
  font-style: normal;
}
.cid-uvsCww3OW6 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uvsCww3OW6 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uvsCww3OW6 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uvsCww3OW6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uvsCww3OW6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uvsCww3OW6 .nav-item:focus,
.cid-uvsCww3OW6 .nav-link:focus {
  outline: none;
}
.cid-uvsCww3OW6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uvsCww3OW6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uvsCww3OW6 .menu-logo {
  margin-right: auto;
}
.cid-uvsCww3OW6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvsCww3OW6 .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-uvsCww3OW6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uvsCww3OW6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uvsCww3OW6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uvsCww3OW6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uvsCww3OW6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uvsCww3OW6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uvsCww3OW6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uvsCww3OW6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvsCww3OW6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uvsCww3OW6 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uvsCww3OW6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uvsCww3OW6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvsCww3OW6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uvsCww3OW6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvsCww3OW6 .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-uvsCww3OW6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uvsCww3OW6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uvsCww3OW6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uvsCww3OW6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uvsCww3OW6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uvsCww3OW6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uvsCww3OW6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uvsCww3OW6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uvsCww3OW6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvsCww3OW6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvsCww3OW6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvsCww3OW6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvsCww3OW6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvsCww3OW6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvsCww3OW6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvsCww3OW6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvsCww3OW6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvsCww3OW6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uvsCww3OW6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uvsCww3OW6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uvsCww3OW6 .collapsed .navbar-collapse.collapsing,
.cid-uvsCww3OW6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uvsCww3OW6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uvsCww3OW6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uvsCww3OW6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uvsCww3OW6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uvsCww3OW6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uvsCww3OW6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uvsCww3OW6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uvsCww3OW6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uvsCww3OW6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uvsCww3OW6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uvsCww3OW6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uvsCww3OW6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uvsCww3OW6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uvsCww3OW6 .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-uvsCww3OW6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uvsCww3OW6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uvsCww3OW6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uvsCww3OW6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uvsCww3OW6 img {
    height: 3.8rem !important;
  }
  .cid-uvsCww3OW6 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uvsCww3OW6 .menu-wrap {
    flex-direction: column;
  }
  .cid-uvsCww3OW6 .btn {
    display: -webkit-flex;
  }
  .cid-uvsCww3OW6 button.navbar-toggler {
    display: block;
  }
  .cid-uvsCww3OW6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uvsCww3OW6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uvsCww3OW6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uvsCww3OW6 .navbar-collapse.collapsing,
  .cid-uvsCww3OW6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uvsCww3OW6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uvsCww3OW6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uvsCww3OW6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uvsCww3OW6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uvsCww3OW6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uvsCww3OW6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uvsCww3OW6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uvsCww3OW6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uvsCww3OW6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uvsCww3OW6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uvsCww3OW6 .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-uvsCww3OW6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uvsCww3OW6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uvsCww3OW6 .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-uvsCww3OW6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uvsCww3OW6 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uvsCww3OW6 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uvsCww3OW6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uvsCww3OW6 .nav-link:hover,
.cid-uvsCww3OW6 .dropdown-item:hover {
  color: #f68703 !important;
}
.cid-uuf82pOI7f {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-933-2000x1125.jpg");
}
.cid-uuf82pOI7f .mbr-iconfont {
  color: #00d8a6;
  font-size: 3.5rem !important;
}
.cid-uuf82pOI7f .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-uuf82pOI7f .link {
  margin: 0;
}
.cid-uuf82pOI7f .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uuf82pOI7f .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uuf82pOI7f h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uuf82pOI7f h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uuf82pOI7f h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uuf82pOI7f .btn {
  margin: 0.2rem !important;
}
.cid-uuf82pOI7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuf82pOI7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuf82pOI7f H3 {
  color: #f18c14;
}
.cid-uuf82pOI7f H1 {
  color: #ffffff;
}
@media (max-width: 2000px) {
  .cid-uuf82pOI7f .mbr-maintext,
  .cid-uuf82pOI7f .mbr-section-btn {
    text-align: left;
    max-width: 55vw;
  }
}
@media (max-width: 800px) {
  .cid-uuf82pOI7f .mbr-maintext,
  .cid-uuf82pOI7f .mbr-section-btn {
    max-width: 90vw;
  }
}
.cid-uubCraN2Y0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uubCraN2Y0 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uubCraN2Y0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uubCraN2Y0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uubCraN2Y0 .mbr-text,
.cid-uubCraN2Y0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uubCraN2Y0 h3:before,
  .cid-uubCraN2Y0 h3:after {
    display: none;
  }
}
.cid-uubCraN2Y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubCraN2Y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvvllN1Zxl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvvllN1Zxl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvvllN1Zxl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvvllN1Zxl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvvllN1Zxl .mbr-text,
.cid-uvvllN1Zxl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uvvllN1Zxl h3:before,
  .cid-uvvllN1Zxl h3:after {
    display: none;
  }
}
.cid-uvvllN1Zxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvvllN1Zxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvvmhFVvkw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvvmhFVvkw .mbr-text {
  color: #767676;
}
.cid-uvvmhFVvkw .card-subtitle {
  margin: 0;
}
.cid-uvvmhFVvkw .link {
  margin: 0;
}
.cid-uvvmhFVvkw .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uvvmhFVvkw .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uvvmhFVvkw .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uvvmhFVvkw .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uvvmhFVvkw .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uvvmhFVvkw .date {
  margin: 0;
}
.cid-uvvmhFVvkw img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uvvmhFVvkw .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uvvmhFVvkw .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uvvmhFVvkw .card-img:hover:before {
  opacity: 0.4;
}
.cid-uvvmhFVvkw .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uvvmhFVvkw .icon-box {
    flex-direction: column;
  }
  .cid-uvvmhFVvkw .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uvvmhFVvkw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvvmhFVvkw .card {
    margin-bottom: 3rem;
  }
}
.cid-uvvmhFVvkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvvmhFVvkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvDgeXHPAR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvDgeXHPAR .mbr-text {
  color: #767676;
}
.cid-uvDgeXHPAR .card-subtitle {
  margin: 0;
}
.cid-uvDgeXHPAR .link {
  margin: 0;
}
.cid-uvDgeXHPAR .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uvDgeXHPAR .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uvDgeXHPAR .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uvDgeXHPAR .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uvDgeXHPAR .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uvDgeXHPAR .date {
  margin: 0;
}
.cid-uvDgeXHPAR img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uvDgeXHPAR .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uvDgeXHPAR .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uvDgeXHPAR .card-img:hover:before {
  opacity: 0.4;
}
.cid-uvDgeXHPAR .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uvDgeXHPAR .icon-box {
    flex-direction: column;
  }
  .cid-uvDgeXHPAR .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uvDgeXHPAR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvDgeXHPAR .card {
    margin-bottom: 3rem;
  }
}
.cid-uvDgeXHPAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvDgeXHPAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPDfRZeET {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvPDfRZeET .mbr-text {
  color: #767676;
}
.cid-uvPDfRZeET .card-subtitle {
  margin: 0;
}
.cid-uvPDfRZeET .link {
  margin: 0;
}
.cid-uvPDfRZeET .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uvPDfRZeET .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uvPDfRZeET .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uvPDfRZeET .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uvPDfRZeET .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uvPDfRZeET .date {
  margin: 0;
}
.cid-uvPDfRZeET img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uvPDfRZeET .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uvPDfRZeET .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uvPDfRZeET .card-img:hover:before {
  opacity: 0.4;
}
.cid-uvPDfRZeET .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uvPDfRZeET .icon-box {
    flex-direction: column;
  }
  .cid-uvPDfRZeET .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uvPDfRZeET .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvPDfRZeET .card {
    margin-bottom: 3rem;
  }
}
.cid-uvPDfRZeET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPDfRZeET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uudWLVNza7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uudWLVNza7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uudWLVNza7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uudWLVNza7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uudWLVNza7 .mbr-text,
.cid-uudWLVNza7 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-uudWLVNza7 H1 {
  color: #000000;
}
.cid-uubrNCp6Lc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uubrNCp6Lc {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.cid-uubrNCp6Lc .box {
  background-image: url("../../../assets/images/maxresdefault-1280x720.jpeg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uubrNCp6Lc .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uubrNCp6Lc .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uubrNCp6Lc .icon-wrap span {
  padding-left: 8px;
}
.cid-uubrNCp6Lc .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uubrNCp6Lc .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-uubrNCp6Lc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uubrNCp6Lc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uubrNCp6Lc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uubrNCp6Lc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uubrNCp6Lc a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uubrNCp6Lc {
    padding-top: 0px;
    padding-bottom: 21px;
  }
  .cid-uubrNCp6Lc .box {
    height: 250px;
  }
}
.cid-uubrNCp6Lc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubrNCp6Lc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uufzNN3rYk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uufzNN3rYk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uufzNN3rYk h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uufzNN3rYk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uufzNN3rYk .mbr-text,
.cid-uufzNN3rYk .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-uufzNN3rYk H1 {
  color: #000000;
}
.cid-uufzNN3rYk H3 {
  color: #000000;
}
.cid-uufohA2XW3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uufohA2XW3 .carousel-item {
  justify-content: center;
}
.cid-uufohA2XW3 .carousel-item.active,
.cid-uufohA2XW3 .carousel-item-next,
.cid-uufohA2XW3 .carousel-item-prev {
  display: flex;
}
.cid-uufohA2XW3 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uufohA2XW3 .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uufohA2XW3 .carousel-control-next span {
  padding-left: 5px;
}
.cid-uufohA2XW3 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uufohA2XW3 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uufohA2XW3 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 500px) {
  .cid-uufohA2XW3 .user_image {
    width: 100%;
    height: auto;
  }
  .cid-uufohA2XW3 .carousel-controls a {
    display: none;
  }
}
.cid-uufohA2XW3 .user_desk {
  color: #666666;
}
.cid-uufAxgSgZb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uufAxgSgZb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uufAxgSgZb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uufAxgSgZb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uufAxgSgZb .mbr-text,
.cid-uufAxgSgZb .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-uufAxgSgZb H1 {
  color: #000000;
}
.cid-uv43EgJ290 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uv43EgJ290 .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-uv43EgJ290 .container {
  padding: 0rem 0.5rem;
}
.cid-uv43EgJ290 .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-uv43EgJ290 .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-uv43EgJ290 .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-uv43EgJ290 .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uv43EgJ290 .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-uv43EgJ290 .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-uv43EgJ290 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-uv43EgJ290 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-uv43EgJ290 .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-uv43EgJ290 .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-uv43EgJ290 .shop-items .price-block {
  position: relative;
}
.cid-uv43EgJ290 .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: lightgray;
}
@media (min-width: 767px) {
  .cid-uv43EgJ290 .mbr-gallery-filter ul {
    display: flex !important;
  }
}
.cid-uv43EgJ290 .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px !important;
}
.cid-uv43EgJ290 .categories {
  padding: 0;
}
.cid-uv43EgJ290 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 14px;
  top: 6px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uv43EgJ290 .filter-by-d .btn {
  background: transparent !important;
  border: none !important;
  color: black !important;
}
.cid-uv43EgJ290 .filter-by-d .btn:hover,
.cid-uv43EgJ290 .filter-by-d .btn:active {
  background: transparent !important;
  color: black !important;
}
.cid-uv43EgJ290 .filter-by-d .btn:before {
  content: '\e972';
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-uv43EgJ290 .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px !important;
  border-bottom: 1px solid #373329;
}
.cid-uv43EgJ290 .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-uv43EgJ290 .filter-by-pu .btn {
  color: white !important;
  border: none;
  background: transparent !important;
}
.cid-uv43EgJ290 .filter-by-pu .btn:hover,
.cid-uv43EgJ290 .filter-by-pu .btn:active {
  background: transparent !important;
  color: white !important;
}
.cid-uv43EgJ290 .filter-by-pd .btn {
  color: white !important;
  border: none;
  background: transparent !important;
}
.cid-uv43EgJ290 .filter-by-pd .btn:hover,
.cid-uv43EgJ290 .filter-by-pd .btn:active {
  background: transparent !important;
  color: white !important;
  border: none;
}
.cid-uv43EgJ290 .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px !important;
}
.cid-uv43EgJ290 .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-uv43EgJ290 .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-uv43EgJ290 .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-uv43EgJ290 .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-uv43EgJ290 .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-uv43EgJ290 .col-md-12 .sort-buttons {
  top: -40px;
}
.cid-uv43EgJ290 .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-uv43EgJ290 .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uv43EgJ290 .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-uv43EgJ290 .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-uv43EgJ290 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uv43EgJ290 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uv43EgJ290 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uv43EgJ290 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uv43EgJ290 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-uv43EgJ290 .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px !important;
  }
  .cid-uv43EgJ290 .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-uv43EgJ290 .col-md-12 .sort-buttons .filter-by-pu,
  .cid-uv43EgJ290 .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0 !important;
  }
  .cid-uv43EgJ290 .sort-buttons {
    align-items: center !important;
  }
}
@media (max-width: 1200px) {
  .cid-uv43EgJ290 .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-uv43EgJ290 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uv43EgJ290 .wrapper-shop-items {
    order: 1;
  }
  .cid-uv43EgJ290 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.cid-uv43EgJ290 .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-uv43EgJ290 .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-uv43EgJ290 .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-uv43EgJ290 .oldprice {
  padding-left: 0.8rem !important;
  color: #767676;
  text-decoration: line-through;
}
.cid-uv43EgJ290 .shopItemsModal_wraper {
  left: 0;
}
.cid-uv43EgJ290 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uv43EgJ290 .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-uv43EgJ290 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uv43EgJ290 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uv43EgJ290 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uv43EgJ290 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uv43EgJ290 .mbr-shop .hide-modal {
  display: none;
}
.cid-uv43EgJ290 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 15px;
}
.cid-uv43EgJ290 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uv43EgJ290 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uv43EgJ290 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uv43EgJ290 .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-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uv43EgJ290 .mbr-shop .filter-by-pu,
.cid-uv43EgJ290 .mbr-shop .filter-by-pd,
.cid-uv43EgJ290 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uv43EgJ290 .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uv43EgJ290 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uv43EgJ290 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .galleryItem h4,
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .galleryItem h5,
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .galleryItem p,
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .item-button {
  text-align: center;
}
.cid-uv43EgJ290 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uv43EgJ290 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uv43EgJ290 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uv43EgJ290 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uv43EgJ290 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  background: #7CFC00;
  color: black;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  border-style: solid;
  border-color: black;
  border-width: .5px;
}
.cid-uv43EgJ290 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uv43EgJ290 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uv43EgJ290 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uv43EgJ290 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uv43EgJ290 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uv43EgJ290 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uv43EgJ290 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 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;
  word-break: inherit;
}
.cid-uv43EgJ290 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uv43EgJ290 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uv43EgJ290 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uv43EgJ290 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uv43EgJ290 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .range-controls {
  position: relative;
}
.cid-uv43EgJ290 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uv43EgJ290 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .toggle:hover,
.cid-uv43EgJ290 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uv43EgJ290 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uv43EgJ290 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uv43EgJ290 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uv43EgJ290 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uv43EgJ290 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uv43EgJ290 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uv43EgJ290 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uv43EgJ290 .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uv43EgJ290 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uv43EgJ290 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uv43EgJ290 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uv43EgJ290 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uv43EgJ290 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uv43EgJ290 .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-uv43EgJ290 .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-uv43EgJ290 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uv43EgJ290 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uv43EgJ290 .mbr-shop .shopItemsModal .onsale {
  top: 5px;
  right: 10px;
  border: .5px solid black;
}
.cid-uv43EgJ290 .mbr-shop .shop-items .onsale,
.cid-uv43EgJ290 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uv43EgJ290 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uv43EgJ290 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uv43EgJ290 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uv43EgJ290 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uv43EgJ290 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uv43EgJ290 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uv43EgJ290 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uv43EgJ290 .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uv43EgJ290 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uv43EgJ290 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uv43EgJ290 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uv43EgJ290 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uv43EgJ290 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uv43EgJ290 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uv43EgJ290 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uv43EgJ290 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-uv43EgJ290 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uv43EgJ290 .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uv43EgJ290 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uv43EgJ290 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uv43EgJ290 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uv43EgJ290 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-uv43EgJ290 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uv43EgJ290 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uv43EgJ290 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uv43EgJ290 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uv43EgJ290 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uv43EgJ290 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uv43EgJ290 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uv43EgJ290 .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uv43EgJ290 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uv43EgJ290 .card-description P {
  text-align: left;
}
.cid-uv43EgJ290 .item-title {
  text-align: left;
}
.cid-uv43EgJ290 .btn {
  padding: 15px;
  width: auto;
}
.cid-uv43EgJ290 .mbr-section-btn {
  position: absolute;
  top: 10px;
  right: 5px;
}
.cid-uudWjGFtSb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uudWjGFtSb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uudWjGFtSb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uudWjGFtSb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uudWjGFtSb .mbr-text,
.cid-uudWjGFtSb .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-uudWjGFtSb H1 {
  color: #000000;
}
.cid-uudPIlJzbb {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-uudPIlJzbb .accordion .card {
  overflow: visible;
}
.cid-uudPIlJzbb .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-uudPIlJzbb .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uudPIlJzbb .panel-text {
  padding: 1rem;
  text-align: left;
  color: #000000;
}
.cid-uudPIlJzbb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uudPIlJzbb .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-uudPIlJzbb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uudPIlJzbb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uudPIlJzbb .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uudPIlJzbb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uudPIlJzbb .card .panel-body {
  color: #767676;
}
.cid-uudPIlJzbb .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-uudPIlJzbb H4 {
  color: #000000;
  text-align: center;
}
.cid-uudPIlJzbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uudPIlJzbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uudHrswoNQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uudHrswoNQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uudHrswoNQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uudHrswoNQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uudHrswoNQ .mbr-text,
.cid-uudHrswoNQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uudHrswoNQ H1 {
  color: #000000;
}
.cid-uudHrswoNQ H3 {
  color: #000000;
}
.cid-rEvfDl4UXD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rEvfDl4UXD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rEvfDl4UXD .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rEvfDl4UXD .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rEvfDl4UXD .media-content {
  padding-left: 2rem;
}
.cid-rEvfDl4UXD textarea {
  min-height: 150px;
}
.cid-rEvfDl4UXD .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rEvfDl4UXD .form-control,
.cid-rEvfDl4UXD .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rEvfDl4UXD .form-control input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rEvfDl4UXD .form-control input:-moz-placeholder,
.cid-rEvfDl4UXD .field-input input:-moz-placeholder,
.cid-rEvfDl4UXD .form-control textarea:-moz-placeholder,
.cid-rEvfDl4UXD .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rEvfDl4UXD .form-control:hover,
.cid-rEvfDl4UXD .field-input:hover,
.cid-rEvfDl4UXD .form-control:focus,
.cid-rEvfDl4UXD .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rEvfDl4UXD .form-control:hover input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:hover input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control:focus input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:focus input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control:hover textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:hover textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control:focus textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rEvfDl4UXD .form-control:hover input:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:hover input:-moz-placeholder,
.cid-rEvfDl4UXD .form-control:focus input:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:focus input:-moz-placeholder,
.cid-rEvfDl4UXD .form-control:hover textarea:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:hover textarea:-moz-placeholder,
.cid-rEvfDl4UXD .form-control:focus textarea:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rEvfDl4UXD .jq-number__spin:hover,
.cid-rEvfDl4UXD .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rEvfDl4UXD .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rEvfDl4UXD .jq-selectbox li,
.cid-rEvfDl4UXD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rEvfDl4UXD .jq-selectbox li:hover,
.cid-rEvfDl4UXD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rEvfDl4UXD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rEvfDl4UXD .jq-number__spin.minus:hover:after,
.cid-rEvfDl4UXD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rEvfDl4UXD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rEvfDl4UXD .jq-number__spin.minus:after,
.cid-rEvfDl4UXD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rEvfDl4UXD input::-webkit-clear-button {
  display: none;
}
.cid-rEvfDl4UXD input::-webkit-inner-spin-button {
  display: none;
}
.cid-rEvfDl4UXD input::-webkit-outer-spin-button {
  display: none;
}
.cid-rEvfDl4UXD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rEvfDl4UXD .mbr-text,
.cid-rEvfDl4UXD .mbr-section-btn {
  color: #767676;
}
.cid-rEvfDl4UXD .text2,
.cid-rEvfDl4UXD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-rEvfDl4UXD .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-rEvfDl4UXD H3 {
  color: #f68703;
}
.cid-rEvfDDNRKX {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #efefef;
}
.cid-rEvfDDNRKX .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rEvfDDNRKX h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-rEvfDDNRKX h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfDDNRKX h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfDDNRKX .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-rEvfDDNRKX .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-rEvfDDNRKX .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-rEvfDDNRKX .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-rEvfDDNRKX .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-rEvfDDNRKX .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-rEvfDDNRKX .mbr-section-title,
.cid-rEvfDDNRKX .social-list {
  color: #000000;
}
.cid-uudN7Ti1Mt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uudN7Ti1Mt .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uudN7Ti1Mt .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uudN7Ti1Mt .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uudN7Ti1Mt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uudN7Ti1Mt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uudN7Ti1Mt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uudN7Ti1Mt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uudN7Ti1Mt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uudN7Ti1Mt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uudN7Ti1Mt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uudN7Ti1Mt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uudN7Ti1Mt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uudN7Ti1Mt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uudN7Ti1Mt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uvsEIXyV8U .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uvsEIXyV8U .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uvsEIXyV8U .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uvsEIXyV8U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uvsEIXyV8U .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvsEIXyV8U .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uvsEIXyV8U .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uvsEIXyV8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvsEIXyV8U .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uvsEIXyV8U .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uvsEIXyV8U .navbar.collapsed.opened .navbar-collapse.show,
.cid-uvsEIXyV8U .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uvsEIXyV8U .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uvsEIXyV8U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvsEIXyV8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvsEIXyV8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvsEIXyV8U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvsEIXyV8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvsEIXyV8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvsEIXyV8U .navbar {
    flex-wrap: nowrap;
  }
  .cid-uvsEIXyV8U .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uvsEIXyV8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvsEIXyV8U .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uvsEIXyV8U .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uvsEIXyV8U .navbar.opened .navbar-collapse.show,
  .cid-uvsEIXyV8U .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uvsEIXyV8U .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uvsEIXyV8U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvsEIXyV8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvsEIXyV8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvsEIXyV8U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvsEIXyV8U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvsEIXyV8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvsEIXyV8U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uvsEIXyV8U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uvsEIXyV8U .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uvsEIXyV8U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvsEIXyV8U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvsEIXyV8U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvsEIXyV8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvsEIXyV8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvsEIXyV8U .dropdown-item.active,
.cid-uvsEIXyV8U .dropdown-item:active {
  background-color: transparent;
}
.cid-uvsEIXyV8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvsEIXyV8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvsEIXyV8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvsEIXyV8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvsEIXyV8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvsEIXyV8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvsEIXyV8U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvsEIXyV8U .navbar-buttons {
  text-align: center;
}
.cid-uvsEIXyV8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvsEIXyV8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvsEIXyV8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvsEIXyV8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvsEIXyV8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvsEIXyV8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvsEIXyV8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvsEIXyV8U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvsEIXyV8U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvsEIXyV8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvsEIXyV8U .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uvsEIXyV8U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uvsEIXyV8U a.nav-link:focus {
  outline: none;
}
.cid-uvsEIXyV8U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvsEIXyV8U .nav-link:hover,
.cid-uvsEIXyV8U .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvsEIXyV8U .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uvsEIXyV8U .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uvsp9cOEj2 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvsp9cOEj2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvsp9cOEj2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvsp9cOEj2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvsp9cOEj2 .mbr-gallery-item {
  width: 33.3%;
}
.cid-uvsp9cOEj2 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uvsp9cOEj2 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uvsp9cOEj2 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uvsp9cOEj2 .mbr-gallery-row {
  justify-content: center;
}
.cid-uvsp9cOEj2 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uvsp9cOEj2 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uvsp9cOEj2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvsp9cOEj2 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uvsp9cOEj2 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uvsp9cOEj2 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uvsp9cOEj2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvsp9cOEj2 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uvsp9cOEj2 img {
  transition: all 2s !important;
}
.cid-uvsp9cOEj2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvsp9cOEj2 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uvsp9cOEj2 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
