img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-img,
.img-wrap,
.image-wrapper,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #103178 !important;
}
.bg-success {
  background-color: #a1a1a1 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #00b8b6 !important;
}
.bg-danger {
  background-color: #f07777 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #103178 !important;
  border-color: #103178 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1643a5 !important;
  border-color: #1643a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0fad6d !important;
  border-color: #0fad6d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #13dc8b !important;
  border-color: #13dc8b !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00b8b6 !important;
  border-color: #00b8b6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00ebe8 !important;
  border-color: #00ebe8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f07777 !important;
  border-color: #f07777 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f5a5a5 !important;
  border-color: #f5a5a5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #103178;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0fad6d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0fad6d !important;
  border-color: #0fad6d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a1a1a1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00b8b6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00b8b6 !important;
  border-color: #00b8b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f07777;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f07777 !important;
  border-color: #f07777 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #103178 !important;
}
.text-secondary {
  color: #0fad6d !important;
}
.text-success {
  color: #a1a1a1 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #00b8b6 !important;
}
.text-danger {
  color: #f07777 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #040c1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #074f32 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6e6e6e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #005251 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e61b1b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #103178;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #00b8b6;
}
.alert-danger {
  background-color: #f07777;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #103178;
  border-color: #103178;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #103178;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2561e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1e1e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #39fffd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #103178 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #103178;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #103178;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #103178;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #103178;
  border-bottom-color: #103178;
}
.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: #103178 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #0fad6d !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='%23103178' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v72Kfp0Kgo {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v72Kfp0Kgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v72Kfp0Kgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v72Kfp0Kgo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v72Kfp0Kgo .row {
  flex-direction: row-reverse;
}
.cid-v72Kfp0Kgo img {
  width: 100%;
}
.cid-v72Kfp0Kgo .mbr-description {
  color: #064cab;
}
.cid-tNbVpFdrzL {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/screenshot202025-07-0320at2011.43.1920am-2000x1332.webp");
}
.cid-tNbVpFdrzL .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.7;
}
.cid-tNbVpFdrzL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tNbVpFdrzL {
    align-items: null;
  }
  .cid-tNbVpFdrzL .row {
    justify-content: center;
  }
}
.cid-tNbVpFdrzL .img-wrap {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.cid-tNbVpFdrzL .img-wrap img {
  width: 110px;
  border-radius: 50% !important;
  border: 3px solid white;
  margin-left: -1rem;
  object-fit: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNbVpFdrzL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNbVpFdrzL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNbVpFdrzL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNbVpFdrzL .content-wrap {
    width: 100%;
  }
}
.cid-tNbVpFdrzL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tNbVpFdrzL .mbr-text,
.cid-tNbVpFdrzL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-up4QHFizvN {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-up4QHFizvN .mbr-shop {
  display: table;
  width: 100%;
}
.cid-up4QHFizvN .mbr-shop .row {
  margin: 0;
}
.cid-up4QHFizvN .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-up4QHFizvN .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-up4QHFizvN .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-up4QHFizvN .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-up4QHFizvN li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-up4QHFizvN .container {
  max-width: 1400px;
}
.cid-up4QHFizvN .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-up4QHFizvN .sidebar_wraper {
  padding: 1rem 0;
}
.cid-up4QHFizvN .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-up4QHFizvN .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #149dcc;
}
.cid-up4QHFizvN .display-5 {
  font-size: 1.4rem;
}
.cid-up4QHFizvN .shop-item-price,
.cid-up4QHFizvN .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-up4QHFizvN .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-up4QHFizvN .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-up4QHFizvN .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-up4QHFizvN .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-up4QHFizvN .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-up4QHFizvN .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-up4QHFizvN .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-up4QHFizvN .mbr-shop .hide-modal {
  display: none;
}
.cid-up4QHFizvN .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-up4QHFizvN .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-up4QHFizvN .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-up4QHFizvN .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-up4QHFizvN .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-up4QHFizvN .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-up4QHFizvN .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-up4QHFizvN .mbr-shop .filter-by-pu,
.cid-up4QHFizvN .mbr-shop .filter-by-pd,
.cid-up4QHFizvN .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-up4QHFizvN .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-up4QHFizvN .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-up4QHFizvN .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-up4QHFizvN .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-up4QHFizvN .mbr-shop .galleryItem h4,
.cid-up4QHFizvN .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-up4QHFizvN .mbr-shop .galleryItem h5,
.cid-up4QHFizvN .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-up4QHFizvN .mbr-shop .galleryItem p,
.cid-up4QHFizvN .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-up4QHFizvN .mbr-shop .item-button {
  text-align: center;
}
.cid-up4QHFizvN .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-up4QHFizvN .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-up4QHFizvN .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-up4QHFizvN .mbr-shop .sidebar-block {
  position: relative;
}
.cid-up4QHFizvN .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-up4QHFizvN .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-up4QHFizvN .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-up4QHFizvN .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-up4QHFizvN .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-up4QHFizvN .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-up4QHFizvN .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-up4QHFizvN .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-up4QHFizvN .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-up4QHFizvN .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-up4QHFizvN .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-up4QHFizvN .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: #00afff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-up4QHFizvN .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-up4QHFizvN .mbr-shop .mbr-gallery-item__hided h4,
.cid-up4QHFizvN .mbr-shop .mbr-gallery-item__hided h5,
.cid-up4QHFizvN .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-up4QHFizvN .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-up4QHFizvN .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-up4QHFizvN .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-up4QHFizvN .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-up4QHFizvN .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-up4QHFizvN .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-up4QHFizvN .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-up4QHFizvN .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-up4QHFizvN .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-up4QHFizvN .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-up4QHFizvN .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-up4QHFizvN .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-up4QHFizvN .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-up4QHFizvN .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-up4QHFizvN .mbr-shop .range-controls {
  position: relative;
}
.cid-up4QHFizvN .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-up4QHFizvN .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-up4QHFizvN .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-up4QHFizvN .mbr-shop .toggle:hover,
.cid-up4QHFizvN .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-up4QHFizvN .mbr-shop .min-toggle {
  left: 0;
}
.cid-up4QHFizvN .mbr-shop .max-toggle {
  right: 0;
}
.cid-up4QHFizvN .mbr-shop .hided-by-price {
  display: none;
}
.cid-up4QHFizvN .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-up4QHFizvN .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-up4QHFizvN .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-up4QHFizvN .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-up4QHFizvN .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-up4QHFizvN .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-up4QHFizvN .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-up4QHFizvN .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-up4QHFizvN .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-up4QHFizvN .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-up4QHFizvN .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-up4QHFizvN .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-up4QHFizvN .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-up4QHFizvN .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-up4QHFizvN .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-up4QHFizvN .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-up4QHFizvN .mbr-shop .shop-items .onsale,
.cid-up4QHFizvN .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-up4QHFizvN .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-up4QHFizvN .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-up4QHFizvN .mbr-shop .price-range {
  display: inline-block;
}
.cid-up4QHFizvN .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-up4QHFizvN .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-up4QHFizvN .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-up4QHFizvN .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-up4QHFizvN .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-up4QHFizvN .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-up4QHFizvN .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-up4QHFizvN .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-up4QHFizvN .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-up4QHFizvN .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-up4QHFizvN .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-up4QHFizvN .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-up4QHFizvN .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-up4QHFizvN .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-up4QHFizvN .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-up4QHFizvN .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-up4QHFizvN .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-up4QHFizvN .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-up4QHFizvN .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-up4QHFizvN .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-up4QHFizvN .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-up4QHFizvN .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-up4QHFizvN .wrapper-shop-items,
  .cid-up4QHFizvN .mbr-shop__row {
    padding: 0;
  }
  .cid-up4QHFizvN .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-up4QHFizvN .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-up4QHFizvN .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-up4QHFizvN .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-up4QHFizvN .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-up4QHFizvN .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-up4QHFizvN .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-up4QHFizvN .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-up4QHFizvN .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-up4QHFizvN .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-up4QHFizvN .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-up4QHFizvN .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-up4QHFizvN .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up4QHFizvN .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-up4QHFizvN .shop-item-price,
.cid-up4QHFizvN .price-block {
  color: #ff3366;
}
.cid-up4QHFizvN .onsale {
  color: #ffffff;
}
.cid-up4QHFizvN .card-description {
  color: #000000;
}
.cid-up4QHFizvN .card-description DIV {
  text-align: left;
}
.cid-uO5nfXlAgS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uO5nfXlAgS img,
.cid-uO5nfXlAgS .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uO5nfXlAgS .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uO5nfXlAgS .item:focus,
.cid-uO5nfXlAgS span:focus {
  outline: none;
}
.cid-uO5nfXlAgS .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uO5nfXlAgS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uO5nfXlAgS .item {
    margin-bottom: 1rem;
  }
}
.cid-uO5nfXlAgS h5 {
  margin: 0;
}
.cid-uO5nfXlAgS .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uO5nfXlAgS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uO5nfXlAgS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uO5nfXlAgS .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uO5nfXlAgS .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uO5nfXlAgS .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uO5nfXlAgS .item-wrapper {
    height: auto;
  }
}
.cid-uO5nfXlAgS .mbr-section-title {
  color: #007fff;
  text-align: left;
}
.cid-uO5nfXlAgS .item-title {
  text-align: center;
}
.cid-uO5nfXlAgS .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uO5nfXlAgS .mbr-text,
.cid-uO5nfXlAgS .item .mbr-section-btn {
  text-align: left;
}
.cid-uO5nfXlAgS .mbr-section-subtitle,
.cid-uO5nfXlAgS .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uvC2HTqEFu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvC2HTqEFu .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uvC2HTqEFu .mbr-shop .row {
  margin: 0;
}
.cid-uvC2HTqEFu .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uvC2HTqEFu .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uvC2HTqEFu .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uvC2HTqEFu .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-uvC2HTqEFu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uvC2HTqEFu .container {
  max-width: 1400px;
}
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uvC2HTqEFu .sidebar_wraper {
  padding: 1rem 0;
}
.cid-uvC2HTqEFu .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-uvC2HTqEFu .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #149dcc;
}
.cid-uvC2HTqEFu .display-5 {
  font-size: 1.4rem;
}
.cid-uvC2HTqEFu .shop-item-price,
.cid-uvC2HTqEFu .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-uvC2HTqEFu .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-uvC2HTqEFu .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uvC2HTqEFu .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uvC2HTqEFu .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uvC2HTqEFu .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uvC2HTqEFu .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uvC2HTqEFu .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uvC2HTqEFu .mbr-shop .hide-modal {
  display: none;
}
.cid-uvC2HTqEFu .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uvC2HTqEFu .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uvC2HTqEFu .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uvC2HTqEFu .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uvC2HTqEFu .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uvC2HTqEFu .mbr-shop .filter-by-pu,
.cid-uvC2HTqEFu .mbr-shop .filter-by-pd,
.cid-uvC2HTqEFu .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uvC2HTqEFu .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uvC2HTqEFu .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uvC2HTqEFu .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .galleryItem h4,
.cid-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .galleryItem h5,
.cid-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .galleryItem p,
.cid-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .item-button {
  text-align: center;
}
.cid-uvC2HTqEFu .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uvC2HTqEFu .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uvC2HTqEFu .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uvC2HTqEFu .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uvC2HTqEFu .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: #ff3366;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-item__hided h4,
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-item__hided h5,
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uvC2HTqEFu .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uvC2HTqEFu .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uvC2HTqEFu .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uvC2HTqEFu .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uvC2HTqEFu .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .range-controls {
  position: relative;
}
.cid-uvC2HTqEFu .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uvC2HTqEFu .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .toggle:hover,
.cid-uvC2HTqEFu .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uvC2HTqEFu .mbr-shop .min-toggle {
  left: 0;
}
.cid-uvC2HTqEFu .mbr-shop .max-toggle {
  right: 0;
}
.cid-uvC2HTqEFu .mbr-shop .hided-by-price {
  display: none;
}
.cid-uvC2HTqEFu .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uvC2HTqEFu .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uvC2HTqEFu .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uvC2HTqEFu .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uvC2HTqEFu .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uvC2HTqEFu .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uvC2HTqEFu .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uvC2HTqEFu .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uvC2HTqEFu .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uvC2HTqEFu .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uvC2HTqEFu .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-uvC2HTqEFu .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-uvC2HTqEFu .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uvC2HTqEFu .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uvC2HTqEFu .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uvC2HTqEFu .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uvC2HTqEFu .mbr-shop .shop-items .onsale,
.cid-uvC2HTqEFu .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uvC2HTqEFu .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uvC2HTqEFu .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uvC2HTqEFu .mbr-shop .price-range {
  display: inline-block;
}
.cid-uvC2HTqEFu .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uvC2HTqEFu .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uvC2HTqEFu .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uvC2HTqEFu .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uvC2HTqEFu .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uvC2HTqEFu .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uvC2HTqEFu .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uvC2HTqEFu .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uvC2HTqEFu .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uvC2HTqEFu .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uvC2HTqEFu .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uvC2HTqEFu .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uvC2HTqEFu .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uvC2HTqEFu .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uvC2HTqEFu .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvC2HTqEFu .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-uvC2HTqEFu .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uvC2HTqEFu .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uvC2HTqEFu .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uvC2HTqEFu .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uvC2HTqEFu .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uvC2HTqEFu .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uvC2HTqEFu .wrapper-shop-items,
  .cid-uvC2HTqEFu .mbr-shop__row {
    padding: 0;
  }
  .cid-uvC2HTqEFu .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uvC2HTqEFu .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uvC2HTqEFu .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uvC2HTqEFu .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uvC2HTqEFu .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uvC2HTqEFu .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uvC2HTqEFu .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uvC2HTqEFu .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uvC2HTqEFu .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uvC2HTqEFu .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uvC2HTqEFu .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uvC2HTqEFu .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uvC2HTqEFu .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvC2HTqEFu .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uvC2HTqEFu .shop-item-price,
.cid-uvC2HTqEFu .price-block {
  color: #ff3366;
}
.cid-uvC2HTqEFu .onsale {
  color: #ffffff;
}
.cid-uvC2HTqEFu .card-description {
  color: #232323;
}
.cid-uvC2HTqEFu .card-description DIV {
  text-align: left;
}
.cid-up4QxhDjEm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-up4QxhDjEm .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-up4QxhDjEm .social-row {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up4QxhDjEm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-up4QxhDjEm .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffc800;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-up4QxhDjEm .social-row {
    justify-content: center;
  }
}
.cid-up4QxhDjEm img {
  transition: all 0.3s;
}
.cid-up4QxhDjEm img:hover {
  transform: scale(1.1);
}
.cid-up4QxhDjEm img,
.cid-up4QxhDjEm .item-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-up4QxhDjEm .item:focus,
.cid-up4QxhDjEm span:focus {
  outline: none;
}
.cid-up4QxhDjEm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-up4QxhDjEm .item-content {
  padding: 1rem;
  border: 1px solid #efefef;
}
.cid-up4QxhDjEm .item-wrapper {
  position: relative;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-up4QxhDjEm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-up4QxhDjEm .mbr-section-title {
  color: #007fff;
}
.cid-up4QxhDjEm .item-title {
  color: #103178;
}
.cid-up4QxhDjEm .item-subtitle {
  color: #103178;
}
.cid-uVnmuiizjg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVnmuiizjg img,
.cid-uVnmuiizjg .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uVnmuiizjg .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uVnmuiizjg .item:focus,
.cid-uVnmuiizjg span:focus {
  outline: none;
}
.cid-uVnmuiizjg .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uVnmuiizjg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVnmuiizjg .item {
    margin-bottom: 1rem;
  }
}
.cid-uVnmuiizjg h5 {
  margin: 0;
}
.cid-uVnmuiizjg .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVnmuiizjg .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uVnmuiizjg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVnmuiizjg .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uVnmuiizjg .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uVnmuiizjg .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uVnmuiizjg .item-wrapper {
    height: auto;
  }
}
.cid-uVnmuiizjg .mbr-section-title {
  color: #007fff;
  text-align: left;
}
.cid-uVnmuiizjg .item-title {
  text-align: center;
}
.cid-uVnmuiizjg .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uVnmuiizjg .mbr-text,
.cid-uVnmuiizjg .item .mbr-section-btn {
  text-align: left;
}
.cid-uVnmuiizjg .mbr-section-subtitle,
.cid-uVnmuiizjg .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uVnmxfXmbx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVnmxfXmbx img,
.cid-uVnmxfXmbx .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uVnmxfXmbx .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uVnmxfXmbx .item:focus,
.cid-uVnmxfXmbx span:focus {
  outline: none;
}
.cid-uVnmxfXmbx .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uVnmxfXmbx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVnmxfXmbx .item {
    margin-bottom: 1rem;
  }
}
.cid-uVnmxfXmbx h5 {
  margin: 0;
}
.cid-uVnmxfXmbx .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVnmxfXmbx .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uVnmxfXmbx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVnmxfXmbx .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uVnmxfXmbx .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uVnmxfXmbx .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uVnmxfXmbx .item-wrapper {
    height: auto;
  }
}
.cid-uVnmxfXmbx .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uVnmxfXmbx .item-title {
  text-align: center;
}
.cid-uVnmxfXmbx .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uVnmxfXmbx .mbr-text,
.cid-uVnmxfXmbx .item .mbr-section-btn {
  text-align: left;
}
.cid-uVnmxfXmbx .mbr-section-subtitle,
.cid-uVnmxfXmbx .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uVnmyniO2M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVnmyniO2M img,
.cid-uVnmyniO2M .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uVnmyniO2M .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uVnmyniO2M .item:focus,
.cid-uVnmyniO2M span:focus {
  outline: none;
}
.cid-uVnmyniO2M .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uVnmyniO2M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVnmyniO2M .item {
    margin-bottom: 1rem;
  }
}
.cid-uVnmyniO2M h5 {
  margin: 0;
}
.cid-uVnmyniO2M .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVnmyniO2M .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uVnmyniO2M .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVnmyniO2M .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uVnmyniO2M .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uVnmyniO2M .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uVnmyniO2M .item-wrapper {
    height: auto;
  }
}
.cid-uVnmyniO2M .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uVnmyniO2M .item-title {
  text-align: center;
}
.cid-uVnmyniO2M .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uVnmyniO2M .mbr-text,
.cid-uVnmyniO2M .item .mbr-section-btn {
  text-align: left;
}
.cid-uVnmyniO2M .mbr-section-subtitle,
.cid-uVnmyniO2M .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uA0G1Q4b1f {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uA0G1Q4b1f .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uA0G1Q4b1f .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-uA0G1Q4b1f .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uA0G1Q4b1f .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-uA0G1Q4b1f .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-uA0G1Q4b1f .special-label {
  color: #fff;
}
.cid-uA0G1Q4b1f .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uA0G1Q4b1f .menu-box .box-price {
  flex-shrink: 0;
}
.cid-uA0G1Q4b1f .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uA0G1Q4b1f .menu-row {
  margin: 0;
}
.cid-uA0G1Q4b1f .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-uA0G1Q4b1f .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uA0G1Q4b1f .group-title,
.cid-uA0G1Q4b1f .align-wrap {
  text-align: left;
}
.cid-uA0G1Q4b1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA0G1Q4b1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvacQNeeWH {
  display: flex;
  background-image: url("../../../assets/images/screenshot-2024-11-26-at-1.05.27-am.webp");
}
.cid-uvacQNeeWH .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uvacQNeeWH .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uvacQNeeWH {
    align-items: center;
  }
  .cid-uvacQNeeWH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvacQNeeWH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvacQNeeWH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvacQNeeWH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvacQNeeWH .content-wrap {
    width: 100%;
  }
}
.cid-uvacQNeeWH .mbr-section-title {
  text-align: left;
  color: #4e423d;
}
.cid-uvacQNeeWH .mbr-text,
.cid-uvacQNeeWH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uvacQNeeWH .mbr-section-subtitle {
  color: #ca9236;
}
.cid-uJGyQGM2Fr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJGyQGM2Fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGyQGM2Fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGyQGM2Fr .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uJGyQGM2Fr .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJGyQGM2Fr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJGyQGM2Fr .container {
    padding: 0 20px;
  }
}
.cid-uJGyQGM2Fr .row {
  justify-content: center;
}
.cid-uJGyQGM2Fr .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uJGyQGM2Fr .item {
    margin-bottom: 40px;
  }
}
.cid-uJGyQGM2Fr .item:hover .item-wrapper,
.cid-uJGyQGM2Fr .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uJGyQGM2Fr .item:hover .item-wrapper .item-img img,
.cid-uJGyQGM2Fr .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uJGyQGM2Fr .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uJGyQGM2Fr .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uJGyQGM2Fr .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJGyQGM2Fr .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJGyQGM2Fr .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uJGyQGM2Fr .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uJGyQGM2Fr .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uJGyQGM2Fr .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uJGyQGM2Fr .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJGyQGM2Fr .card-price {
  color: #000000;
}
.cid-uJGyQGM2Fr .card-desc {
  color: #9a9a9a;
}
.cid-uJGyQGM2Fr .card-title {
  color: #000000;
}
.cid-uEpnaltJF3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEpnaltJF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpnaltJF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEpnaltJF3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEpnaltJF3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEpnaltJF3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEpnaltJF3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEpnaltJF3 .container {
    padding: 0 24px;
  }
}
.cid-uEpnaltJF3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uEpnaltJF3 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uEpnaltJF3 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uEpnaltJF3 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uEpnaltJF3 .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uEpnaltJF3 .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEpnaltJF3 .item .item-wrapper .card-box {
  position: relative;
  padding: 20px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uEpnaltJF3 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
.cid-uEpnaltJF3 .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uEpnaltJF3 .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uEpnaltJF3 .item .card-main {
  height: 100%;
  display: block;
  min-height: 630px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uEpnaltJF3 .item .card-main {
    min-height: 400px;
    padding: 0;
  }
}
.cid-uEpnaltJF3 .item .card-main .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  border-radius: 2rem;
  border: 1px solid #edeceb;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uEpnaltJF3 .item .card-main .card-box {
    padding: 24px;
  }
}
.cid-uEpnaltJF3 .item .card-main .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uEpnaltJF3 .item .card-main .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEpnaltJF3 .item-title {
  color: #18212d;
}
.cid-uEpnaltJF3 .item-text {
  color: #18212d;
}
.cid-uEpnaltJF3 .item-name {
  color: #ffffff;
}
.cid-uEpnaltJF3 .item-role {
  color: #ffffff;
}
.cid-uOUXdP1Z1T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOUXdP1Z1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOUXdP1Z1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOUXdP1Z1T p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cid-uOUXdP1Z1T .card-wrapper {
    text-align: center;
  }
}
.cid-uwaO7ozw9L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwaO7ozw9L .fb-page,
.cid-uwaO7ozw9L span,
.cid-uwaO7ozw9L iframe {
  width: 500px;
  height: 620px;
}
.cid-uwaO7ozw9L blockquote {
  display: none;
}
.cid-uwaO7ozw9L .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-tNbtX8ulws {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbtX8ulws .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-col {
    flex-direction: column;
  }
}
.cid-tNbtX8ulws .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .brand-name {
    margin-top: 1rem;
  }
}
.cid-tNbtX8ulws .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-wrap {
    margin-right: 0;
  }
}
.cid-tNbtX8ulws .cards-row,
.cid-tNbtX8ulws .social-row,
.cid-tNbtX8ulws .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .cards-row,
  .cid-tNbtX8ulws .social-row,
  .cid-tNbtX8ulws .menu-row {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .menu-row {
  margin-bottom: 1rem;
}
.cid-tNbtX8ulws .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .foot-menu {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tNbtX8ulws .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tNbtX8ulws .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .row {
    text-align: center;
  }
  .cid-tNbtX8ulws .cards-col {
    justify-content: center;
  }
  .cid-tNbtX8ulws .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tNbtX8ulws .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tNbtX8ulws .card-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNbtX8ulws .logo {
  width: 80px;
}
.cid-tNbtX8ulws .socicon {
  color: black;
}
.cid-tNbtX8ulws .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNbtX8ulws .soc-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .mbr-text {
  color: #ffffff;
}
.cid-tNbtX8ulws .copyright {
  color: #000000;
}
#custom-html-h1 {
  /* Type valid CSS here */
}
#custom-html-h1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-h1 p {
  font-size: 60px;
  color: #777;
}
.cid-utXbnE6xEs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utXbnE6xEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-utXbnE6xEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utXbnE6xEs .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-utXbnE6xEs .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-utXbnE6xEs .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-utXbnE6xEs .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-utXbnE6xEs .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-utXbnE6xEs .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-utXbnE6xEs .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-utXbnE6xEs .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-utXbnE6xEs .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-utXbnE6xEs .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-utXbnE6xEs .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-utXbnE6xEs .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-utXbnE6xEs .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-utXbnE6xEs .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-utXbnE6xEs [class^="socicon-"]:before,
.cid-utXbnE6xEs [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uvnHIkC7aG.popup-builder {
  background-color: #ffffff;
}
.cid-uvnHIkC7aG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvnHIkC7aG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvnHIkC7aG .modal-content,
.cid-uvnHIkC7aG .modal-dialog {
  height: auto;
}
.cid-uvnHIkC7aG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvnHIkC7aG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvnHIkC7aG .form-wrapper .mbr-form .form-group,
  .cid-uvnHIkC7aG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvnHIkC7aG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvnHIkC7aG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvnHIkC7aG .mbr-text {
  text-align: center;
}
.cid-uvnHIkC7aG .pt-0 {
  padding-top: 0 !important;
}
.cid-uvnHIkC7aG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvnHIkC7aG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvnHIkC7aG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvnHIkC7aG .modal-open {
  overflow: hidden;
}
.cid-uvnHIkC7aG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvnHIkC7aG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvnHIkC7aG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvnHIkC7aG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvnHIkC7aG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvnHIkC7aG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvnHIkC7aG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvnHIkC7aG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvnHIkC7aG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvnHIkC7aG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvnHIkC7aG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvnHIkC7aG .modal-backdrop.show {
  opacity: .5;
}
.cid-uvnHIkC7aG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvnHIkC7aG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvnHIkC7aG .modal-header {
    padding: 1rem;
  }
}
.cid-uvnHIkC7aG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvnHIkC7aG .modal-header .close svg {
  fill: #353535;
}
.cid-uvnHIkC7aG .modal-header .close:hover {
  opacity: 1;
}
.cid-uvnHIkC7aG .modal-header .close:focus {
  outline: none;
}
.cid-uvnHIkC7aG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvnHIkC7aG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvnHIkC7aG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvnHIkC7aG .modal-body {
    padding: 1rem;
  }
}
.cid-uvnHIkC7aG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvnHIkC7aG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvnHIkC7aG .modal-footer {
    padding: 1rem;
  }
}
.cid-uvnHIkC7aG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvnHIkC7aG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvnHIkC7aG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvnHIkC7aG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvnHIkC7aG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvnHIkC7aG .modal-lg,
  .cid-uvnHIkC7aG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvnHIkC7aG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvnHIkC7aG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvnHIkC7aG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvnHIkC7aG .form-group {
  margin-bottom: 1rem;
}
.cid-uvnHIkC7aG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvnHIkC7aG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvnHIkC7aG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvnHIkC7aG .mbr-section-btn {
  margin: 0;
}
.cid-uvnHIkC7aG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uqZnk1rhL2.popup-builder {
  background-color: #ffffff;
}
.cid-uqZnk1rhL2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uqZnk1rhL2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uqZnk1rhL2 .modal-content,
.cid-uqZnk1rhL2 .modal-dialog {
  height: auto;
}
.cid-uqZnk1rhL2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uqZnk1rhL2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uqZnk1rhL2 .form-wrapper .mbr-form .form-group,
  .cid-uqZnk1rhL2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uqZnk1rhL2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uqZnk1rhL2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqZnk1rhL2 .mbr-text {
  text-align: center;
}
.cid-uqZnk1rhL2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uqZnk1rhL2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uqZnk1rhL2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uqZnk1rhL2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uqZnk1rhL2 .modal-open {
  overflow: hidden;
}
.cid-uqZnk1rhL2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uqZnk1rhL2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uqZnk1rhL2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uqZnk1rhL2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uqZnk1rhL2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uqZnk1rhL2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uqZnk1rhL2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uqZnk1rhL2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uqZnk1rhL2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uqZnk1rhL2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uqZnk1rhL2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uqZnk1rhL2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uqZnk1rhL2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uqZnk1rhL2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqZnk1rhL2 .modal-header {
    padding: 1rem;
  }
}
.cid-uqZnk1rhL2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uqZnk1rhL2 .modal-header .close svg {
  fill: #353535;
}
.cid-uqZnk1rhL2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uqZnk1rhL2 .modal-header .close:focus {
  outline: none;
}
.cid-uqZnk1rhL2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uqZnk1rhL2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uqZnk1rhL2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqZnk1rhL2 .modal-body {
    padding: 1rem;
  }
}
.cid-uqZnk1rhL2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqZnk1rhL2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqZnk1rhL2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uqZnk1rhL2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uqZnk1rhL2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uqZnk1rhL2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uqZnk1rhL2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uqZnk1rhL2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uqZnk1rhL2 .modal-lg,
  .cid-uqZnk1rhL2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uqZnk1rhL2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uqZnk1rhL2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uqZnk1rhL2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uqZnk1rhL2 .form-group {
  margin-bottom: 1rem;
}
.cid-uqZnk1rhL2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uqZnk1rhL2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uqZnk1rhL2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uqZnk1rhL2 .mbr-section-btn {
  margin: 0;
}
.cid-uqZnk1rhL2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tNzxIOqmjK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tNzxIOqmjK .media-container-row .mbr-text {
  color: #000000;
}
.cid-tNzxIOqmjK undefined {
  color: #000000;
}
.cid-uvzrEJSwt9.popup-builder {
  background-color: #ffffff;
}
.cid-uvzrEJSwt9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvzrEJSwt9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvzrEJSwt9 .modal-content,
.cid-uvzrEJSwt9 .modal-dialog {
  height: auto;
}
.cid-uvzrEJSwt9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvzrEJSwt9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvzrEJSwt9 .form-wrapper .mbr-form .form-group,
  .cid-uvzrEJSwt9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvzrEJSwt9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvzrEJSwt9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvzrEJSwt9 .mbr-text {
  text-align: center;
}
.cid-uvzrEJSwt9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uvzrEJSwt9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvzrEJSwt9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvzrEJSwt9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvzrEJSwt9 .modal-open {
  overflow: hidden;
}
.cid-uvzrEJSwt9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvzrEJSwt9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvzrEJSwt9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvzrEJSwt9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvzrEJSwt9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvzrEJSwt9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvzrEJSwt9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvzrEJSwt9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvzrEJSwt9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvzrEJSwt9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvzrEJSwt9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvzrEJSwt9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uvzrEJSwt9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvzrEJSwt9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrEJSwt9 .modal-header {
    padding: 1rem;
  }
}
.cid-uvzrEJSwt9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvzrEJSwt9 .modal-header .close svg {
  fill: #353535;
}
.cid-uvzrEJSwt9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uvzrEJSwt9 .modal-header .close:focus {
  outline: none;
}
.cid-uvzrEJSwt9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvzrEJSwt9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvzrEJSwt9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrEJSwt9 .modal-body {
    padding: 1rem;
  }
}
.cid-uvzrEJSwt9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvzrEJSwt9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrEJSwt9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uvzrEJSwt9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvzrEJSwt9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvzrEJSwt9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvzrEJSwt9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvzrEJSwt9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvzrEJSwt9 .modal-lg,
  .cid-uvzrEJSwt9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvzrEJSwt9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvzrEJSwt9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvzrEJSwt9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvzrEJSwt9 .form-group {
  margin-bottom: 1rem;
}
.cid-uvzrEJSwt9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvzrEJSwt9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvzrEJSwt9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvzrEJSwt9 .mbr-section-btn {
  margin: 0;
}
.cid-uvzrEJSwt9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvzrKApnYV.popup-builder {
  background-color: #ffffff;
}
.cid-uvzrKApnYV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvzrKApnYV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvzrKApnYV .modal-content,
.cid-uvzrKApnYV .modal-dialog {
  height: auto;
}
.cid-uvzrKApnYV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvzrKApnYV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvzrKApnYV .form-wrapper .mbr-form .form-group,
  .cid-uvzrKApnYV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvzrKApnYV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvzrKApnYV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvzrKApnYV .mbr-text {
  text-align: center;
}
.cid-uvzrKApnYV .pt-0 {
  padding-top: 0 !important;
}
.cid-uvzrKApnYV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvzrKApnYV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvzrKApnYV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvzrKApnYV .modal-open {
  overflow: hidden;
}
.cid-uvzrKApnYV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvzrKApnYV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvzrKApnYV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvzrKApnYV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvzrKApnYV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvzrKApnYV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvzrKApnYV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvzrKApnYV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvzrKApnYV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvzrKApnYV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvzrKApnYV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvzrKApnYV .modal-backdrop.show {
  opacity: .5;
}
.cid-uvzrKApnYV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvzrKApnYV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrKApnYV .modal-header {
    padding: 1rem;
  }
}
.cid-uvzrKApnYV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvzrKApnYV .modal-header .close svg {
  fill: #353535;
}
.cid-uvzrKApnYV .modal-header .close:hover {
  opacity: 1;
}
.cid-uvzrKApnYV .modal-header .close:focus {
  outline: none;
}
.cid-uvzrKApnYV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvzrKApnYV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvzrKApnYV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrKApnYV .modal-body {
    padding: 1rem;
  }
}
.cid-uvzrKApnYV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvzrKApnYV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrKApnYV .modal-footer {
    padding: 1rem;
  }
}
.cid-uvzrKApnYV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvzrKApnYV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvzrKApnYV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvzrKApnYV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvzrKApnYV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvzrKApnYV .modal-lg,
  .cid-uvzrKApnYV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvzrKApnYV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvzrKApnYV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvzrKApnYV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvzrKApnYV .form-group {
  margin-bottom: 1rem;
}
.cid-uvzrKApnYV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvzrKApnYV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvzrKApnYV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvzrKApnYV .mbr-section-btn {
  margin: 0;
}
.cid-uvzrKApnYV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvzrO9dS2a.popup-builder {
  background-color: #ffffff;
}
.cid-uvzrO9dS2a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvzrO9dS2a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvzrO9dS2a .modal-content,
.cid-uvzrO9dS2a .modal-dialog {
  height: auto;
}
.cid-uvzrO9dS2a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvzrO9dS2a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvzrO9dS2a .form-wrapper .mbr-form .form-group,
  .cid-uvzrO9dS2a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvzrO9dS2a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvzrO9dS2a .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvzrO9dS2a .mbr-text {
  text-align: center;
}
.cid-uvzrO9dS2a .pt-0 {
  padding-top: 0 !important;
}
.cid-uvzrO9dS2a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvzrO9dS2a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvzrO9dS2a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvzrO9dS2a .modal-open {
  overflow: hidden;
}
.cid-uvzrO9dS2a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvzrO9dS2a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvzrO9dS2a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvzrO9dS2a .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvzrO9dS2a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvzrO9dS2a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvzrO9dS2a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvzrO9dS2a .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvzrO9dS2a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvzrO9dS2a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvzrO9dS2a .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvzrO9dS2a .modal-backdrop.show {
  opacity: .5;
}
.cid-uvzrO9dS2a .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvzrO9dS2a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrO9dS2a .modal-header {
    padding: 1rem;
  }
}
.cid-uvzrO9dS2a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvzrO9dS2a .modal-header .close svg {
  fill: #353535;
}
.cid-uvzrO9dS2a .modal-header .close:hover {
  opacity: 1;
}
.cid-uvzrO9dS2a .modal-header .close:focus {
  outline: none;
}
.cid-uvzrO9dS2a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvzrO9dS2a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvzrO9dS2a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrO9dS2a .modal-body {
    padding: 1rem;
  }
}
.cid-uvzrO9dS2a .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvzrO9dS2a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrO9dS2a .modal-footer {
    padding: 1rem;
  }
}
.cid-uvzrO9dS2a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvzrO9dS2a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvzrO9dS2a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvzrO9dS2a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvzrO9dS2a .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvzrO9dS2a .modal-lg,
  .cid-uvzrO9dS2a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvzrO9dS2a .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvzrO9dS2a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvzrO9dS2a .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvzrO9dS2a .form-group {
  margin-bottom: 1rem;
}
.cid-uvzrO9dS2a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvzrO9dS2a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvzrO9dS2a .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvzrO9dS2a .mbr-section-btn {
  margin: 0;
}
.cid-uvzrO9dS2a .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvzrVM3nBw.popup-builder {
  background-color: #ffffff;
}
.cid-uvzrVM3nBw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvzrVM3nBw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvzrVM3nBw .modal-content,
.cid-uvzrVM3nBw .modal-dialog {
  height: auto;
}
.cid-uvzrVM3nBw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvzrVM3nBw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvzrVM3nBw .form-wrapper .mbr-form .form-group,
  .cid-uvzrVM3nBw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvzrVM3nBw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvzrVM3nBw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvzrVM3nBw .mbr-text {
  text-align: center;
}
.cid-uvzrVM3nBw .pt-0 {
  padding-top: 0 !important;
}
.cid-uvzrVM3nBw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvzrVM3nBw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvzrVM3nBw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvzrVM3nBw .modal-open {
  overflow: hidden;
}
.cid-uvzrVM3nBw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvzrVM3nBw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvzrVM3nBw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvzrVM3nBw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvzrVM3nBw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvzrVM3nBw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvzrVM3nBw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvzrVM3nBw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvzrVM3nBw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvzrVM3nBw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvzrVM3nBw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvzrVM3nBw .modal-backdrop.show {
  opacity: .5;
}
.cid-uvzrVM3nBw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvzrVM3nBw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrVM3nBw .modal-header {
    padding: 1rem;
  }
}
.cid-uvzrVM3nBw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvzrVM3nBw .modal-header .close svg {
  fill: #353535;
}
.cid-uvzrVM3nBw .modal-header .close:hover {
  opacity: 1;
}
.cid-uvzrVM3nBw .modal-header .close:focus {
  outline: none;
}
.cid-uvzrVM3nBw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvzrVM3nBw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvzrVM3nBw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrVM3nBw .modal-body {
    padding: 1rem;
  }
}
.cid-uvzrVM3nBw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvzrVM3nBw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzrVM3nBw .modal-footer {
    padding: 1rem;
  }
}
.cid-uvzrVM3nBw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvzrVM3nBw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvzrVM3nBw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvzrVM3nBw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvzrVM3nBw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvzrVM3nBw .modal-lg,
  .cid-uvzrVM3nBw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvzrVM3nBw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvzrVM3nBw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvzrVM3nBw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvzrVM3nBw .form-group {
  margin-bottom: 1rem;
}
.cid-uvzrVM3nBw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvzrVM3nBw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvzrVM3nBw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvzrVM3nBw .mbr-section-btn {
  margin: 0;
}
.cid-uvzrVM3nBw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvzwGJGPF6.popup-builder {
  background-color: #ffffff;
}
.cid-uvzwGJGPF6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvzwGJGPF6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvzwGJGPF6 .modal-content,
.cid-uvzwGJGPF6 .modal-dialog {
  height: auto;
}
.cid-uvzwGJGPF6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvzwGJGPF6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvzwGJGPF6 .form-wrapper .mbr-form .form-group,
  .cid-uvzwGJGPF6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvzwGJGPF6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvzwGJGPF6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvzwGJGPF6 .mbr-text {
  text-align: center;
}
.cid-uvzwGJGPF6 .pt-0 {
  padding-top: 0 !important;
}
.cid-uvzwGJGPF6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvzwGJGPF6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvzwGJGPF6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvzwGJGPF6 .modal-open {
  overflow: hidden;
}
.cid-uvzwGJGPF6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvzwGJGPF6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvzwGJGPF6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvzwGJGPF6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvzwGJGPF6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvzwGJGPF6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvzwGJGPF6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvzwGJGPF6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvzwGJGPF6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvzwGJGPF6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvzwGJGPF6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvzwGJGPF6 .modal-backdrop.show {
  opacity: .5;
}
.cid-uvzwGJGPF6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvzwGJGPF6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzwGJGPF6 .modal-header {
    padding: 1rem;
  }
}
.cid-uvzwGJGPF6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvzwGJGPF6 .modal-header .close svg {
  fill: #353535;
}
.cid-uvzwGJGPF6 .modal-header .close:hover {
  opacity: 1;
}
.cid-uvzwGJGPF6 .modal-header .close:focus {
  outline: none;
}
.cid-uvzwGJGPF6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff87db;
}
.cid-uvzwGJGPF6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvzwGJGPF6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzwGJGPF6 .modal-body {
    padding: 1rem;
  }
}
.cid-uvzwGJGPF6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvzwGJGPF6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzwGJGPF6 .modal-footer {
    padding: 1rem;
  }
}
.cid-uvzwGJGPF6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvzwGJGPF6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvzwGJGPF6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvzwGJGPF6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvzwGJGPF6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvzwGJGPF6 .modal-lg,
  .cid-uvzwGJGPF6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvzwGJGPF6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvzwGJGPF6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvzwGJGPF6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvzwGJGPF6 .form-group {
  margin-bottom: 1rem;
}
.cid-uvzwGJGPF6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvzwGJGPF6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvzwGJGPF6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvzwGJGPF6 .mbr-section-btn {
  margin: 0;
}
.cid-uvzwGJGPF6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvzxL0SbUD.popup-builder {
  background-color: #ffffff;
}
.cid-uvzxL0SbUD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvzxL0SbUD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvzxL0SbUD .modal-content,
.cid-uvzxL0SbUD .modal-dialog {
  height: auto;
}
.cid-uvzxL0SbUD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvzxL0SbUD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvzxL0SbUD .form-wrapper .mbr-form .form-group,
  .cid-uvzxL0SbUD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvzxL0SbUD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvzxL0SbUD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvzxL0SbUD .mbr-text {
  text-align: center;
}
.cid-uvzxL0SbUD .pt-0 {
  padding-top: 0 !important;
}
.cid-uvzxL0SbUD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvzxL0SbUD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvzxL0SbUD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvzxL0SbUD .modal-open {
  overflow: hidden;
}
.cid-uvzxL0SbUD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvzxL0SbUD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvzxL0SbUD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvzxL0SbUD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvzxL0SbUD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvzxL0SbUD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvzxL0SbUD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvzxL0SbUD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvzxL0SbUD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvzxL0SbUD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvzxL0SbUD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvzxL0SbUD .modal-backdrop.show {
  opacity: .5;
}
.cid-uvzxL0SbUD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvzxL0SbUD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzxL0SbUD .modal-header {
    padding: 1rem;
  }
}
.cid-uvzxL0SbUD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvzxL0SbUD .modal-header .close svg {
  fill: #353535;
}
.cid-uvzxL0SbUD .modal-header .close:hover {
  opacity: 1;
}
.cid-uvzxL0SbUD .modal-header .close:focus {
  outline: none;
}
.cid-uvzxL0SbUD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvzxL0SbUD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvzxL0SbUD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzxL0SbUD .modal-body {
    padding: 1rem;
  }
}
.cid-uvzxL0SbUD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvzxL0SbUD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzxL0SbUD .modal-footer {
    padding: 1rem;
  }
}
.cid-uvzxL0SbUD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvzxL0SbUD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvzxL0SbUD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvzxL0SbUD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvzxL0SbUD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvzxL0SbUD .modal-lg,
  .cid-uvzxL0SbUD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvzxL0SbUD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvzxL0SbUD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvzxL0SbUD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvzxL0SbUD .form-group {
  margin-bottom: 1rem;
}
.cid-uvzxL0SbUD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvzxL0SbUD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvzxL0SbUD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvzxL0SbUD .mbr-section-btn {
  margin: 0;
}
.cid-uvzxL0SbUD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvzA9hMNQq.popup-builder {
  background-color: #ffffff;
}
.cid-uvzA9hMNQq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvzA9hMNQq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvzA9hMNQq .modal-content,
.cid-uvzA9hMNQq .modal-dialog {
  height: auto;
}
.cid-uvzA9hMNQq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvzA9hMNQq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvzA9hMNQq .form-wrapper .mbr-form .form-group,
  .cid-uvzA9hMNQq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvzA9hMNQq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvzA9hMNQq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvzA9hMNQq .mbr-text {
  text-align: center;
}
.cid-uvzA9hMNQq .pt-0 {
  padding-top: 0 !important;
}
.cid-uvzA9hMNQq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvzA9hMNQq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvzA9hMNQq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvzA9hMNQq .modal-open {
  overflow: hidden;
}
.cid-uvzA9hMNQq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvzA9hMNQq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvzA9hMNQq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvzA9hMNQq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvzA9hMNQq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvzA9hMNQq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvzA9hMNQq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvzA9hMNQq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvzA9hMNQq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvzA9hMNQq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvzA9hMNQq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvzA9hMNQq .modal-backdrop.show {
  opacity: .5;
}
.cid-uvzA9hMNQq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvzA9hMNQq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzA9hMNQq .modal-header {
    padding: 1rem;
  }
}
.cid-uvzA9hMNQq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvzA9hMNQq .modal-header .close svg {
  fill: #353535;
}
.cid-uvzA9hMNQq .modal-header .close:hover {
  opacity: 1;
}
.cid-uvzA9hMNQq .modal-header .close:focus {
  outline: none;
}
.cid-uvzA9hMNQq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvzA9hMNQq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvzA9hMNQq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzA9hMNQq .modal-body {
    padding: 1rem;
  }
}
.cid-uvzA9hMNQq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvzA9hMNQq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzA9hMNQq .modal-footer {
    padding: 1rem;
  }
}
.cid-uvzA9hMNQq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvzA9hMNQq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvzA9hMNQq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvzA9hMNQq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvzA9hMNQq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvzA9hMNQq .modal-lg,
  .cid-uvzA9hMNQq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvzA9hMNQq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvzA9hMNQq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvzA9hMNQq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvzA9hMNQq .form-group {
  margin-bottom: 1rem;
}
.cid-uvzA9hMNQq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvzA9hMNQq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvzA9hMNQq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvzA9hMNQq .mbr-section-btn {
  margin: 0;
}
.cid-uvzA9hMNQq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvzAAknBCz.popup-builder {
  background-color: #ffffff;
}
.cid-uvzAAknBCz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvzAAknBCz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvzAAknBCz .modal-content,
.cid-uvzAAknBCz .modal-dialog {
  height: auto;
}
.cid-uvzAAknBCz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvzAAknBCz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvzAAknBCz .form-wrapper .mbr-form .form-group,
  .cid-uvzAAknBCz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvzAAknBCz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvzAAknBCz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvzAAknBCz .mbr-text {
  text-align: center;
}
.cid-uvzAAknBCz .pt-0 {
  padding-top: 0 !important;
}
.cid-uvzAAknBCz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvzAAknBCz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvzAAknBCz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvzAAknBCz .modal-open {
  overflow: hidden;
}
.cid-uvzAAknBCz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvzAAknBCz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvzAAknBCz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvzAAknBCz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvzAAknBCz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvzAAknBCz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvzAAknBCz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvzAAknBCz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvzAAknBCz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvzAAknBCz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvzAAknBCz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvzAAknBCz .modal-backdrop.show {
  opacity: .5;
}
.cid-uvzAAknBCz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvzAAknBCz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzAAknBCz .modal-header {
    padding: 1rem;
  }
}
.cid-uvzAAknBCz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvzAAknBCz .modal-header .close svg {
  fill: #353535;
}
.cid-uvzAAknBCz .modal-header .close:hover {
  opacity: 1;
}
.cid-uvzAAknBCz .modal-header .close:focus {
  outline: none;
}
.cid-uvzAAknBCz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvzAAknBCz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvzAAknBCz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzAAknBCz .modal-body {
    padding: 1rem;
  }
}
.cid-uvzAAknBCz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvzAAknBCz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzAAknBCz .modal-footer {
    padding: 1rem;
  }
}
.cid-uvzAAknBCz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvzAAknBCz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvzAAknBCz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvzAAknBCz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvzAAknBCz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvzAAknBCz .modal-lg,
  .cid-uvzAAknBCz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvzAAknBCz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvzAAknBCz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvzAAknBCz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvzAAknBCz .form-group {
  margin-bottom: 1rem;
}
.cid-uvzAAknBCz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvzAAknBCz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvzAAknBCz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvzAAknBCz .mbr-section-btn {
  margin: 0;
}
.cid-uvzAAknBCz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvzDjUX7DZ.popup-builder {
  background-color: #ffffff;
}
.cid-uvzDjUX7DZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvzDjUX7DZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvzDjUX7DZ .modal-content,
.cid-uvzDjUX7DZ .modal-dialog {
  height: auto;
}
.cid-uvzDjUX7DZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvzDjUX7DZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvzDjUX7DZ .form-wrapper .mbr-form .form-group,
  .cid-uvzDjUX7DZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvzDjUX7DZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvzDjUX7DZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvzDjUX7DZ .mbr-text {
  text-align: center;
}
.cid-uvzDjUX7DZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uvzDjUX7DZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvzDjUX7DZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvzDjUX7DZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvzDjUX7DZ .modal-open {
  overflow: hidden;
}
.cid-uvzDjUX7DZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvzDjUX7DZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvzDjUX7DZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvzDjUX7DZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvzDjUX7DZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvzDjUX7DZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvzDjUX7DZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvzDjUX7DZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvzDjUX7DZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvzDjUX7DZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvzDjUX7DZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvzDjUX7DZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uvzDjUX7DZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvzDjUX7DZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzDjUX7DZ .modal-header {
    padding: 1rem;
  }
}
.cid-uvzDjUX7DZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvzDjUX7DZ .modal-header .close svg {
  fill: #353535;
}
.cid-uvzDjUX7DZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uvzDjUX7DZ .modal-header .close:focus {
  outline: none;
}
.cid-uvzDjUX7DZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvzDjUX7DZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvzDjUX7DZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzDjUX7DZ .modal-body {
    padding: 1rem;
  }
}
.cid-uvzDjUX7DZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvzDjUX7DZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvzDjUX7DZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uvzDjUX7DZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvzDjUX7DZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvzDjUX7DZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvzDjUX7DZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvzDjUX7DZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvzDjUX7DZ .modal-lg,
  .cid-uvzDjUX7DZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvzDjUX7DZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvzDjUX7DZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvzDjUX7DZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvzDjUX7DZ .form-group {
  margin-bottom: 1rem;
}
.cid-uvzDjUX7DZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvzDjUX7DZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvzDjUX7DZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvzDjUX7DZ .mbr-section-btn {
  margin: 0;
}
.cid-uvzDjUX7DZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvHf0bjXvP.popup-builder {
  background-color: #ffffff;
}
.cid-uvHf0bjXvP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvHf0bjXvP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvHf0bjXvP .modal-content,
.cid-uvHf0bjXvP .modal-dialog {
  height: auto;
}
.cid-uvHf0bjXvP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvHf0bjXvP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvHf0bjXvP .form-wrapper .mbr-form .form-group,
  .cid-uvHf0bjXvP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvHf0bjXvP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvHf0bjXvP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvHf0bjXvP .mbr-text {
  text-align: center;
}
.cid-uvHf0bjXvP .pt-0 {
  padding-top: 0 !important;
}
.cid-uvHf0bjXvP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvHf0bjXvP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvHf0bjXvP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvHf0bjXvP .modal-open {
  overflow: hidden;
}
.cid-uvHf0bjXvP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvHf0bjXvP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvHf0bjXvP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvHf0bjXvP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvHf0bjXvP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvHf0bjXvP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvHf0bjXvP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvHf0bjXvP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvHf0bjXvP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvHf0bjXvP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvHf0bjXvP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvHf0bjXvP .modal-backdrop.show {
  opacity: .5;
}
.cid-uvHf0bjXvP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvHf0bjXvP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvHf0bjXvP .modal-header {
    padding: 1rem;
  }
}
.cid-uvHf0bjXvP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvHf0bjXvP .modal-header .close svg {
  fill: #353535;
}
.cid-uvHf0bjXvP .modal-header .close:hover {
  opacity: 1;
}
.cid-uvHf0bjXvP .modal-header .close:focus {
  outline: none;
}
.cid-uvHf0bjXvP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvHf0bjXvP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvHf0bjXvP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvHf0bjXvP .modal-body {
    padding: 1rem;
  }
}
.cid-uvHf0bjXvP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvHf0bjXvP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvHf0bjXvP .modal-footer {
    padding: 1rem;
  }
}
.cid-uvHf0bjXvP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvHf0bjXvP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvHf0bjXvP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvHf0bjXvP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvHf0bjXvP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvHf0bjXvP .modal-lg,
  .cid-uvHf0bjXvP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvHf0bjXvP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvHf0bjXvP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvHf0bjXvP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvHf0bjXvP .form-group {
  margin-bottom: 1rem;
}
.cid-uvHf0bjXvP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvHf0bjXvP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvHf0bjXvP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvHf0bjXvP .mbr-section-btn {
  margin: 0;
}
.cid-uvHf0bjXvP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvAXwyQg3w.popup-builder {
  background-color: #ffffff;
}
.cid-uvAXwyQg3w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvAXwyQg3w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvAXwyQg3w .modal-content,
.cid-uvAXwyQg3w .modal-dialog {
  height: auto;
}
.cid-uvAXwyQg3w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvAXwyQg3w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvAXwyQg3w .form-wrapper .mbr-form .form-group,
  .cid-uvAXwyQg3w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvAXwyQg3w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvAXwyQg3w .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvAXwyQg3w .mbr-text {
  text-align: center;
}
.cid-uvAXwyQg3w .pt-0 {
  padding-top: 0 !important;
}
.cid-uvAXwyQg3w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvAXwyQg3w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvAXwyQg3w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvAXwyQg3w .modal-open {
  overflow: hidden;
}
.cid-uvAXwyQg3w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvAXwyQg3w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvAXwyQg3w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvAXwyQg3w .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvAXwyQg3w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvAXwyQg3w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvAXwyQg3w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvAXwyQg3w .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvAXwyQg3w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvAXwyQg3w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvAXwyQg3w .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvAXwyQg3w .modal-backdrop.show {
  opacity: .5;
}
.cid-uvAXwyQg3w .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvAXwyQg3w .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvAXwyQg3w .modal-header {
    padding: 1rem;
  }
}
.cid-uvAXwyQg3w .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvAXwyQg3w .modal-header .close svg {
  fill: #353535;
}
.cid-uvAXwyQg3w .modal-header .close:hover {
  opacity: 1;
}
.cid-uvAXwyQg3w .modal-header .close:focus {
  outline: none;
}
.cid-uvAXwyQg3w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvAXwyQg3w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvAXwyQg3w .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvAXwyQg3w .modal-body {
    padding: 1rem;
  }
}
.cid-uvAXwyQg3w .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvAXwyQg3w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvAXwyQg3w .modal-footer {
    padding: 1rem;
  }
}
.cid-uvAXwyQg3w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvAXwyQg3w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvAXwyQg3w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvAXwyQg3w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvAXwyQg3w .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvAXwyQg3w .modal-lg,
  .cid-uvAXwyQg3w .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvAXwyQg3w .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvAXwyQg3w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvAXwyQg3w .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvAXwyQg3w .form-group {
  margin-bottom: 1rem;
}
.cid-uvAXwyQg3w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvAXwyQg3w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvAXwyQg3w .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvAXwyQg3w .mbr-section-btn {
  margin: 0;
}
.cid-uvAXwyQg3w .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMG5tPfVvQ.popup-builder {
  background-color: #ffffff;
}
.cid-uMG5tPfVvQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMG5tPfVvQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMG5tPfVvQ .modal-content,
.cid-uMG5tPfVvQ .modal-dialog {
  height: auto;
}
.cid-uMG5tPfVvQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMG5tPfVvQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMG5tPfVvQ .form-wrapper .mbr-form .form-group,
  .cid-uMG5tPfVvQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMG5tPfVvQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMG5tPfVvQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMG5tPfVvQ .mbr-text {
  text-align: center;
}
.cid-uMG5tPfVvQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uMG5tPfVvQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMG5tPfVvQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMG5tPfVvQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMG5tPfVvQ .modal-open {
  overflow: hidden;
}
.cid-uMG5tPfVvQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMG5tPfVvQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMG5tPfVvQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMG5tPfVvQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMG5tPfVvQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMG5tPfVvQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMG5tPfVvQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMG5tPfVvQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMG5tPfVvQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMG5tPfVvQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMG5tPfVvQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMG5tPfVvQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uMG5tPfVvQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMG5tPfVvQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMG5tPfVvQ .modal-header {
    padding: 1rem;
  }
}
.cid-uMG5tPfVvQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMG5tPfVvQ .modal-header .close svg {
  fill: #353535;
}
.cid-uMG5tPfVvQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uMG5tPfVvQ .modal-header .close:focus {
  outline: none;
}
.cid-uMG5tPfVvQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMG5tPfVvQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMG5tPfVvQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMG5tPfVvQ .modal-body {
    padding: 1rem;
  }
}
.cid-uMG5tPfVvQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMG5tPfVvQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMG5tPfVvQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uMG5tPfVvQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMG5tPfVvQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMG5tPfVvQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMG5tPfVvQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMG5tPfVvQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMG5tPfVvQ .modal-lg,
  .cid-uMG5tPfVvQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMG5tPfVvQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMG5tPfVvQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMG5tPfVvQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMG5tPfVvQ .form-group {
  margin-bottom: 1rem;
}
.cid-uMG5tPfVvQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMG5tPfVvQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMG5tPfVvQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMG5tPfVvQ .mbr-section-btn {
  margin: 0;
}
.cid-uMG5tPfVvQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-vgjta0Fmwx.popup-builder {
  background-color: #ffffff;
}
.cid-vgjta0Fmwx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vgjta0Fmwx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vgjta0Fmwx .modal-content,
.cid-vgjta0Fmwx .modal-dialog {
  height: auto;
}
.cid-vgjta0Fmwx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vgjta0Fmwx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vgjta0Fmwx .form-wrapper .mbr-form .form-group,
  .cid-vgjta0Fmwx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vgjta0Fmwx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vgjta0Fmwx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgjta0Fmwx .mbr-text {
  text-align: center;
}
.cid-vgjta0Fmwx .pt-0 {
  padding-top: 0 !important;
}
.cid-vgjta0Fmwx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vgjta0Fmwx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vgjta0Fmwx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vgjta0Fmwx .modal-open {
  overflow: hidden;
}
.cid-vgjta0Fmwx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vgjta0Fmwx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vgjta0Fmwx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vgjta0Fmwx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vgjta0Fmwx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vgjta0Fmwx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vgjta0Fmwx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vgjta0Fmwx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vgjta0Fmwx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vgjta0Fmwx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vgjta0Fmwx .modal-backdrop.fade {
  opacity: 0;
}
.cid-vgjta0Fmwx .modal-backdrop.show {
  opacity: .5;
}
.cid-vgjta0Fmwx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vgjta0Fmwx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vgjta0Fmwx .modal-header {
    padding: 1rem;
  }
}
.cid-vgjta0Fmwx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vgjta0Fmwx .modal-header .close svg {
  fill: #353535;
}
.cid-vgjta0Fmwx .modal-header .close:hover {
  opacity: 1;
}
.cid-vgjta0Fmwx .modal-header .close:focus {
  outline: none;
}
.cid-vgjta0Fmwx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vgjta0Fmwx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vgjta0Fmwx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgjta0Fmwx .modal-body {
    padding: 1rem;
  }
}
.cid-vgjta0Fmwx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vgjta0Fmwx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgjta0Fmwx .modal-footer {
    padding: 1rem;
  }
}
.cid-vgjta0Fmwx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vgjta0Fmwx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vgjta0Fmwx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vgjta0Fmwx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vgjta0Fmwx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vgjta0Fmwx .modal-lg,
  .cid-vgjta0Fmwx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vgjta0Fmwx .modal-xl {
    max-width: 1140px;
  }
}
.cid-vgjta0Fmwx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vgjta0Fmwx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vgjta0Fmwx .form-group {
  margin-bottom: 1rem;
}
.cid-vgjta0Fmwx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vgjta0Fmwx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vgjta0Fmwx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vgjta0Fmwx .mbr-section-btn {
  margin: 0;
}
.cid-vgjta0Fmwx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAP0QLx0ll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAP0QLx0ll .carousel {
    min-height: 800px;
  }
  .cid-uAP0QLx0ll .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAP0QLx0ll .carousel {
    min-height: 520px;
  }
  .cid-uAP0QLx0ll .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uAP0QLx0ll .carousel {
    min-height: 440px;
  }
  .cid-uAP0QLx0ll .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uAP0QLx0ll .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uAP0QLx0ll .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uAP0QLx0ll .carousel,
.cid-uAP0QLx0ll .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAP0QLx0ll .item-wrapper {
  width: 100%;
}
.cid-uAP0QLx0ll .carousel-caption {
  bottom: 40px;
}
.cid-uAP0QLx0ll .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uAP0QLx0ll .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uAP0QLx0ll .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uAP0QLx0ll .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uAP0QLx0ll .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAP0QLx0ll .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAP0QLx0ll .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAP0QLx0ll .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAP0QLx0ll .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uAP0QLx0ll .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAP0QLx0ll .carousel-indicators li.active,
.cid-uAP0QLx0ll .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAP0QLx0ll .carousel-indicators li::after,
.cid-uAP0QLx0ll .carousel-indicators li::before {
  content: none;
}
.cid-uAP0QLx0ll .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAP0QLx0ll .carousel-indicators {
    display: none !important;
  }
}
.cid-uvLZrbDtML {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvLZrbDtML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvLZrbDtML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvLZrbDtML .container {
    padding: 0 30px;
  }
}
.cid-uvLZrbDtML .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uvLZrbDtML .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #212529;
  padding-bottom: 50px;
}
.cid-uvLZrbDtML .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvLZrbDtML .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uvLZrbDtML .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-uvLZrbDtML .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uvLZrbDtML .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvLZrbDtML .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uvLZrbDtML .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uvLZrbDtML .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uvLZrbDtML .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uvLZrbDtML .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvLZrbDtML .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uvLZrbDtML .embla__button--next,
.cid-uvLZrbDtML .embla__button--prev {
  display: flex;
}
.cid-uvLZrbDtML .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #b3efdc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-uvLZrbDtML .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvLZrbDtML .embla__button:hover {
  background: #a3a3a3;
  color: #b3efdc;
  opacity: 1;
}
.cid-uvLZrbDtML .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uvLZrbDtML .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uvLZrbDtML .slider-wrapper {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uvLZrbDtML .slider-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvLZrbDtML .slider-wrapper {
    padding: 0;
  }
}
.cid-uvLZrbDtML .embla {
  position: relative;
  width: 100%;
}
.cid-uvLZrbDtML .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uvLZrbDtML .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvLZrbDtML .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvLZrbDtML .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvLZrbDtML .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvLZrbDtML .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uvLZrbDtML .list-wrapper {
    display: block;
  }
}
.cid-uvLZrbDtML .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uvLZrbDtML .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-uvLZrbDtML .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-uvLZrbDtML .list-wrapper .list-wrap .list_2 {
  padding-left: 0;
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-uvLZrbDtML .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-uvLZrbDtML .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvLZrbDtML .mbr-section-btn {
    padding: 0;
  }
}
.cid-uvLZrbDtML .mbr-section-title {
  color: #212529;
}
.cid-uvLZrbDtML .mbr-desc {
  color: #212529;
}
.cid-uvLZrbDtML .mbr-section-subtitle {
  color: #212529;
}
.cid-uvLZrbDtML .mbr-text {
  color: #212529;
}
.cid-uvLZrbDtML .mbr-list-title {
  color: #212529;
}
.cid-uvLZrbDtML .list_1 {
  color: #212529;
}
.cid-uvLZrbDtML .list_2 {
  color: #212529;
}
.cid-uwaQuhvwcF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwaQuhvwcF .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uwaQuhvwcF .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uwaQuhvwcF .item-img:hover img {
  transform: scale(1.15);
}
.cid-uwaQuhvwcF .item-img:hover:before {
  opacity: 0.5;
}
.cid-uwaQuhvwcF h5 {
  margin-bottom: 1rem;
}
.cid-uwaQuhvwcF .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uwaQuhvwcF .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uwaQuhvwcF img,
.cid-uwaQuhvwcF .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-uwaQuhvwcF .item:focus,
.cid-uwaQuhvwcF span:focus {
  outline: none;
}
.cid-uwaQuhvwcF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwaQuhvwcF .item {
    margin-bottom: 1rem;
  }
}
.cid-uwaQuhvwcF .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwaQuhvwcF .mbr-section-title {
  color: #4e423d;
}
.cid-uwaQuhvwcF .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uwaQuhvwcF .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uwaQuhvwcF .mbr-text,
.cid-uwaQuhvwcF .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uwaQuhvwcF .content-head {
  max-width: 800px;
}
.cid-uP5S2QzEh4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP5S2QzEh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5S2QzEh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5S2QzEh4 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP5S2QzEh4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP5S2QzEh4 .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uP5S2QzEh4 .card-title {
  color: #007fff;
}
.cid-uP5S3Cre2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP5S3Cre2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5S3Cre2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5S3Cre2Z .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uP5S3Cre2Z .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uP5S3Cre2Z .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uP5S3Cre2Z .container {
    padding: 0 20px;
  }
}
.cid-uP5S3Cre2Z .row {
  justify-content: center;
}
.cid-uP5S3Cre2Z .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uP5S3Cre2Z .item {
    margin-bottom: 40px;
  }
}
.cid-uP5S3Cre2Z .item:hover .item-wrapper,
.cid-uP5S3Cre2Z .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uP5S3Cre2Z .item:hover .item-wrapper .item-img img,
.cid-uP5S3Cre2Z .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uP5S3Cre2Z .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uP5S3Cre2Z .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uP5S3Cre2Z .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uP5S3Cre2Z .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uP5S3Cre2Z .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uP5S3Cre2Z .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uP5S3Cre2Z .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uP5S3Cre2Z .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uP5S3Cre2Z .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uP5S3Cre2Z .card-price {
  color: #000000;
}
.cid-uP5S3Cre2Z .card-desc {
  color: #9a9a9a;
}
.cid-uP5S3Cre2Z .card-title {
  color: #000000;
}
.cid-uvJbgTKySN {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvJbgTKySN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJbgTKySN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJbgTKySN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uvJbgTKySN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uvJbgTKySN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uvJbgTKySN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uvJbgTKySN .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uvJbgTKySN .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uvJbgTKySN .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uvJbgTKySN .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uvJbgTKySN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uvJbgTKySN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uvJbgTKySN .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uvJbgTKySN .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uvJbgTKySN .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uvJbgTKySN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uvJbgTKySN [class^="socicon-"]:before,
.cid-uvJbgTKySN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uvJbgRzyU4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvJbgRzyU4 .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvJbgRzyU4 .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvJbgRzyU4 .media-col {
    flex-direction: column;
  }
}
.cid-uvJbgRzyU4 .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uvJbgRzyU4 .brand-name {
    margin-top: 1rem;
  }
}
.cid-uvJbgRzyU4 .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uvJbgRzyU4 .media-wrap {
    margin-right: 0;
  }
}
.cid-uvJbgRzyU4 .cards-row,
.cid-uvJbgRzyU4 .social-row,
.cid-uvJbgRzyU4 .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvJbgRzyU4 .cards-row,
  .cid-uvJbgRzyU4 .social-row,
  .cid-uvJbgRzyU4 .menu-row {
    justify-content: center;
  }
}
.cid-uvJbgRzyU4 .menu-row {
  margin-bottom: 1rem;
}
.cid-uvJbgRzyU4 .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvJbgRzyU4 .foot-menu {
    justify-content: center;
  }
}
.cid-uvJbgRzyU4 .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uvJbgRzyU4 .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uvJbgRzyU4 .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uvJbgRzyU4 .row {
    text-align: center;
  }
  .cid-uvJbgRzyU4 .cards-col {
    justify-content: center;
  }
  .cid-uvJbgRzyU4 .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uvJbgRzyU4 .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uvJbgRzyU4 .card-item:last-child {
  margin-right: 0;
}
.cid-uvJbgRzyU4 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uvJbgRzyU4 .logo {
  width: 80px;
}
.cid-uvJbgRzyU4 .socicon {
  color: black;
}
.cid-uvJbgRzyU4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvJbgRzyU4 .soc-item:last-child {
  margin-right: 0;
}
.cid-uvJbgRzyU4 .mbr-text {
  color: #ffffff;
}
.cid-uvJbgRzyU4 .copyright {
  color: #000000;
}
.cid-uvJbh24PSU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uvJbh24PSU .media-container-row .mbr-text {
  color: #000000;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uANaxWXNtm {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-7107-969x931.webp");
}
.cid-uANaxWXNtm .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.7;
}
.cid-uANaxWXNtm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uANaxWXNtm {
    align-items: null;
  }
  .cid-uANaxWXNtm .row {
    justify-content: center;
  }
}
.cid-uANaxWXNtm .img-wrap {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.cid-uANaxWXNtm .img-wrap img {
  width: 110px;
  border-radius: 50% !important;
  border: 3px solid white;
  margin-left: -1rem;
  object-fit: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uANaxWXNtm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uANaxWXNtm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uANaxWXNtm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uANaxWXNtm .content-wrap {
    width: 100%;
  }
}
.cid-uANaxWXNtm .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uANaxWXNtm .mbr-text,
.cid-uANaxWXNtm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vguXrIUuJM {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vguXrIUuJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vguXrIUuJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vguXrIUuJM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vguXrIUuJM .row {
  flex-direction: row-reverse;
}
.cid-vguXrIUuJM img {
  width: 100%;
}
.cid-vguXrIUuJM .mbr-description {
  color: #064cab;
}
.cid-uvay6rVVK5 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uvay6rVVK5 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uvay6rVVK5 .mbr-shop .row {
  margin: 0;
}
.cid-uvay6rVVK5 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uvay6rVVK5 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uvay6rVVK5 .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uvay6rVVK5 .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-uvay6rVVK5 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uvay6rVVK5 .container {
  max-width: 1400px;
}
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uvay6rVVK5 .sidebar_wraper {
  padding: 1rem 0;
}
.cid-uvay6rVVK5 .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-uvay6rVVK5 .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #149dcc;
}
.cid-uvay6rVVK5 .display-5 {
  font-size: 1.4rem;
}
.cid-uvay6rVVK5 .shop-item-price,
.cid-uvay6rVVK5 .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-uvay6rVVK5 .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-uvay6rVVK5 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uvay6rVVK5 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uvay6rVVK5 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uvay6rVVK5 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uvay6rVVK5 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uvay6rVVK5 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uvay6rVVK5 .mbr-shop .hide-modal {
  display: none;
}
.cid-uvay6rVVK5 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uvay6rVVK5 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uvay6rVVK5 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uvay6rVVK5 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uvay6rVVK5 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uvay6rVVK5 .mbr-shop .filter-by-pu,
.cid-uvay6rVVK5 .mbr-shop .filter-by-pd,
.cid-uvay6rVVK5 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uvay6rVVK5 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uvay6rVVK5 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uvay6rVVK5 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .galleryItem h4,
.cid-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .galleryItem h5,
.cid-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .galleryItem p,
.cid-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .item-button {
  text-align: center;
}
.cid-uvay6rVVK5 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uvay6rVVK5 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uvay6rVVK5 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uvay6rVVK5 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uvay6rVVK5 .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: #00afff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uvay6rVVK5 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uvay6rVVK5 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uvay6rVVK5 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uvay6rVVK5 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uvay6rVVK5 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .range-controls {
  position: relative;
}
.cid-uvay6rVVK5 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uvay6rVVK5 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .toggle:hover,
.cid-uvay6rVVK5 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uvay6rVVK5 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uvay6rVVK5 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uvay6rVVK5 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uvay6rVVK5 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uvay6rVVK5 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uvay6rVVK5 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uvay6rVVK5 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uvay6rVVK5 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uvay6rVVK5 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uvay6rVVK5 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uvay6rVVK5 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uvay6rVVK5 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uvay6rVVK5 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uvay6rVVK5 .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-uvay6rVVK5 .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-uvay6rVVK5 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uvay6rVVK5 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uvay6rVVK5 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uvay6rVVK5 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uvay6rVVK5 .mbr-shop .shop-items .onsale,
.cid-uvay6rVVK5 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uvay6rVVK5 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uvay6rVVK5 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uvay6rVVK5 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uvay6rVVK5 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uvay6rVVK5 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uvay6rVVK5 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uvay6rVVK5 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uvay6rVVK5 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uvay6rVVK5 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uvay6rVVK5 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uvay6rVVK5 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uvay6rVVK5 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uvay6rVVK5 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uvay6rVVK5 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uvay6rVVK5 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uvay6rVVK5 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uvay6rVVK5 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uvay6rVVK5 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvay6rVVK5 .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-uvay6rVVK5 .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uvay6rVVK5 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uvay6rVVK5 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uvay6rVVK5 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uvay6rVVK5 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uvay6rVVK5 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uvay6rVVK5 .wrapper-shop-items,
  .cid-uvay6rVVK5 .mbr-shop__row {
    padding: 0;
  }
  .cid-uvay6rVVK5 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uvay6rVVK5 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uvay6rVVK5 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uvay6rVVK5 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uvay6rVVK5 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uvay6rVVK5 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uvay6rVVK5 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uvay6rVVK5 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uvay6rVVK5 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uvay6rVVK5 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uvay6rVVK5 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uvay6rVVK5 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uvay6rVVK5 .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvay6rVVK5 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uvay6rVVK5 .shop-item-price,
.cid-uvay6rVVK5 .price-block {
  color: #ff3366;
}
.cid-uvay6rVVK5 .onsale {
  color: #ffffff;
}
.cid-uvay6rVVK5 .card-description {
  color: #000000;
}
.cid-uvay6rVVK5 .card-description DIV {
  text-align: left;
}
.cid-uP5QU2QEi3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP5QU2QEi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5QU2QEi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5QU2QEi3 p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cid-uP5QU2QEi3 .card-wrapper {
    text-align: center;
  }
}
.cid-uvHDlWEVi9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvHDlWEVi9 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uvHDlWEVi9 .mbr-shop .row {
  margin: 0;
}
.cid-uvHDlWEVi9 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uvHDlWEVi9 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uvHDlWEVi9 .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uvHDlWEVi9 .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-uvHDlWEVi9 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uvHDlWEVi9 .container {
  max-width: 1400px;
}
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uvHDlWEVi9 .sidebar_wraper {
  padding: 1rem 0;
}
.cid-uvHDlWEVi9 .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-uvHDlWEVi9 .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #149dcc;
}
.cid-uvHDlWEVi9 .display-5 {
  font-size: 1.4rem;
}
.cid-uvHDlWEVi9 .shop-item-price,
.cid-uvHDlWEVi9 .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-uvHDlWEVi9 .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-uvHDlWEVi9 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uvHDlWEVi9 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uvHDlWEVi9 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uvHDlWEVi9 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uvHDlWEVi9 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uvHDlWEVi9 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uvHDlWEVi9 .mbr-shop .hide-modal {
  display: none;
}
.cid-uvHDlWEVi9 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uvHDlWEVi9 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uvHDlWEVi9 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uvHDlWEVi9 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uvHDlWEVi9 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uvHDlWEVi9 .mbr-shop .filter-by-pu,
.cid-uvHDlWEVi9 .mbr-shop .filter-by-pd,
.cid-uvHDlWEVi9 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uvHDlWEVi9 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uvHDlWEVi9 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uvHDlWEVi9 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .galleryItem h4,
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .galleryItem h5,
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .galleryItem p,
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .item-button {
  text-align: center;
}
.cid-uvHDlWEVi9 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uvHDlWEVi9 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uvHDlWEVi9 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uvHDlWEVi9 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uvHDlWEVi9 .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: #ff3366;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uvHDlWEVi9 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uvHDlWEVi9 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uvHDlWEVi9 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uvHDlWEVi9 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uvHDlWEVi9 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .range-controls {
  position: relative;
}
.cid-uvHDlWEVi9 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uvHDlWEVi9 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .toggle:hover,
.cid-uvHDlWEVi9 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uvHDlWEVi9 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uvHDlWEVi9 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uvHDlWEVi9 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uvHDlWEVi9 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uvHDlWEVi9 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uvHDlWEVi9 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uvHDlWEVi9 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uvHDlWEVi9 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uvHDlWEVi9 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uvHDlWEVi9 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uvHDlWEVi9 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uvHDlWEVi9 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uvHDlWEVi9 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uvHDlWEVi9 .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-uvHDlWEVi9 .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-uvHDlWEVi9 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uvHDlWEVi9 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uvHDlWEVi9 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uvHDlWEVi9 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uvHDlWEVi9 .mbr-shop .shop-items .onsale,
.cid-uvHDlWEVi9 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uvHDlWEVi9 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uvHDlWEVi9 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uvHDlWEVi9 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uvHDlWEVi9 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uvHDlWEVi9 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uvHDlWEVi9 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uvHDlWEVi9 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uvHDlWEVi9 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uvHDlWEVi9 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uvHDlWEVi9 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uvHDlWEVi9 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uvHDlWEVi9 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uvHDlWEVi9 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uvHDlWEVi9 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uvHDlWEVi9 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uvHDlWEVi9 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uvHDlWEVi9 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-uvHDlWEVi9 .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uvHDlWEVi9 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uvHDlWEVi9 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uvHDlWEVi9 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uvHDlWEVi9 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uvHDlWEVi9 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uvHDlWEVi9 .wrapper-shop-items,
  .cid-uvHDlWEVi9 .mbr-shop__row {
    padding: 0;
  }
  .cid-uvHDlWEVi9 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uvHDlWEVi9 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uvHDlWEVi9 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uvHDlWEVi9 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uvHDlWEVi9 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uvHDlWEVi9 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uvHDlWEVi9 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uvHDlWEVi9 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uvHDlWEVi9 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uvHDlWEVi9 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uvHDlWEVi9 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uvHDlWEVi9 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uvHDlWEVi9 .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvHDlWEVi9 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uvHDlWEVi9 .shop-item-price,
.cid-uvHDlWEVi9 .price-block {
  color: #ff3366;
}
.cid-uvHDlWEVi9 .onsale {
  color: #ffffff;
}
.cid-uvHDlWEVi9 .card-description {
  color: #232323;
}
.cid-uvHDlWEVi9 .card-description DIV {
  text-align: left;
}
.cid-uvay6OCqQI {
  display: flex;
  background-image: url("../../../assets/images/screenshot-2024-11-26-at-1.05.27-am.webp");
}
.cid-uvay6OCqQI .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uvay6OCqQI .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uvay6OCqQI {
    align-items: center;
  }
  .cid-uvay6OCqQI .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvay6OCqQI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvay6OCqQI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvay6OCqQI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvay6OCqQI .content-wrap {
    width: 100%;
  }
}
.cid-uvay6OCqQI .mbr-section-title {
  text-align: left;
  color: #4e423d;
}
.cid-uvay6OCqQI .mbr-text,
.cid-uvay6OCqQI .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uvay6OCqQI .mbr-section-subtitle {
  color: #ca9236;
}
.cid-uxtlLyQQ9I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxtlLyQQ9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtlLyQQ9I .container {
  max-width: 1300px;
}
.cid-uxtlLyQQ9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtlLyQQ9I .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uxtlLyQQ9I .text-wrapper {
    padding: 3rem;
  }
}
.cid-uxtlLyQQ9I .row {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxtlLyQQ9I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxtlLyQQ9I .image-wrapper {
  padding: 0;
}
.cid-uxtlLyQQ9I .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uxtlLyQQ9I .mbr-section-title {
  color: #103178;
}
.cid-uxtlLyQQ9I .mbr-text,
.cid-uxtlLyQQ9I .mbr-section-btn {
  color: #000000;
}
.cid-uxtlLyQQ9I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxGhLwd3df {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uxGhLwd3df .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxGhLwd3df .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxGhLwd3df .container {
    padding: 0 30px;
  }
}
.cid-uxGhLwd3df .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uxGhLwd3df .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #212529;
  padding-bottom: 50px;
}
.cid-uxGhLwd3df .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxGhLwd3df .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxGhLwd3df .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-uxGhLwd3df .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uxGhLwd3df .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxGhLwd3df .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uxGhLwd3df .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uxGhLwd3df .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uxGhLwd3df .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uxGhLwd3df .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxGhLwd3df .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uxGhLwd3df .embla__button--next,
.cid-uxGhLwd3df .embla__button--prev {
  display: flex;
}
.cid-uxGhLwd3df .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #b3efdc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-uxGhLwd3df .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uxGhLwd3df .embla__button:hover {
  background: #a3a3a3;
  color: #b3efdc;
  opacity: 1;
}
.cid-uxGhLwd3df .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uxGhLwd3df .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uxGhLwd3df .slider-wrapper {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uxGhLwd3df .slider-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxGhLwd3df .slider-wrapper {
    padding: 0;
  }
}
.cid-uxGhLwd3df .embla {
  position: relative;
  width: 100%;
}
.cid-uxGhLwd3df .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uxGhLwd3df .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxGhLwd3df .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxGhLwd3df .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxGhLwd3df .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxGhLwd3df .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uxGhLwd3df .list-wrapper {
    display: block;
  }
}
.cid-uxGhLwd3df .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uxGhLwd3df .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-uxGhLwd3df .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-uxGhLwd3df .list-wrapper .list-wrap .list_2 {
  padding-left: 0;
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-uxGhLwd3df .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-uxGhLwd3df .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxGhLwd3df .mbr-section-btn {
    padding: 0;
  }
}
.cid-uxGhLwd3df .mbr-section-title {
  color: #212529;
}
.cid-uxGhLwd3df .mbr-desc {
  color: #212529;
}
.cid-uxGhLwd3df .mbr-section-subtitle {
  color: #212529;
}
.cid-uxGhLwd3df .mbr-text {
  color: #212529;
}
.cid-uxGhLwd3df .mbr-list-title {
  color: #212529;
}
.cid-uxGhLwd3df .list_1 {
  color: #212529;
}
.cid-uxGhLwd3df .list_2 {
  color: #212529;
}
.cid-uxtvM8jm2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxtvM8jm2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtvM8jm2f .container {
  max-width: 1300px;
}
.cid-uxtvM8jm2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtvM8jm2f .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxtvM8jm2f .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxtvM8jm2f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxtvM8jm2f .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxtvM8jm2f .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uxtvM8jm2f .mbr-section-title {
  color: #4e423d;
}
.cid-uxtvM8jm2f .mbr-text,
.cid-uxtvM8jm2f .mbr-section-btn {
  color: #555555;
}
.cid-uxGe5RdvXE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxGe5RdvXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxGe5RdvXE .container {
  max-width: 1300px;
}
.cid-uxGe5RdvXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxGe5RdvXE .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxGe5RdvXE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxGe5RdvXE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxGe5RdvXE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxGe5RdvXE .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uxGe5RdvXE .mbr-section-title {
  color: #4e423d;
}
.cid-uxGe5RdvXE .mbr-text,
.cid-uxGe5RdvXE .mbr-section-btn {
  color: #555555;
}
.cid-uvay6xrbj2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvay6xrbj2 img,
.cid-uvay6xrbj2 .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uvay6xrbj2 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uvay6xrbj2 .item:focus,
.cid-uvay6xrbj2 span:focus {
  outline: none;
}
.cid-uvay6xrbj2 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uvay6xrbj2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvay6xrbj2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uvay6xrbj2 h5 {
  margin: 0;
}
.cid-uvay6xrbj2 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uvay6xrbj2 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uvay6xrbj2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uvay6xrbj2 .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uvay6xrbj2 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uvay6xrbj2 .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uvay6xrbj2 .item-wrapper {
    height: auto;
  }
}
.cid-uvay6xrbj2 .mbr-section-title {
  color: #064cab;
  text-align: left;
}
.cid-uvay6xrbj2 .item-title {
  text-align: center;
}
.cid-uvay6xrbj2 .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uvay6xrbj2 .mbr-text,
.cid-uvay6xrbj2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uvay6xrbj2 .mbr-section-subtitle,
.cid-uvay6xrbj2 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uvay6z955T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvay6z955T img,
.cid-uvay6z955T .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uvay6z955T .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uvay6z955T .item:focus,
.cid-uvay6z955T span:focus {
  outline: none;
}
.cid-uvay6z955T .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uvay6z955T .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvay6z955T .item {
    margin-bottom: 1rem;
  }
}
.cid-uvay6z955T h5 {
  margin: 0;
}
.cid-uvay6z955T .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uvay6z955T .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uvay6z955T .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uvay6z955T .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uvay6z955T .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uvay6z955T .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uvay6z955T .item-wrapper {
    height: auto;
  }
}
.cid-uvay6z955T .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uvay6z955T .item-title {
  text-align: center;
}
.cid-uvay6z955T .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uvay6z955T .mbr-text,
.cid-uvay6z955T .item .mbr-section-btn {
  text-align: left;
}
.cid-uvay6z955T .mbr-section-subtitle,
.cid-uvay6z955T .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uvay6B0aPp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvay6B0aPp img,
.cid-uvay6B0aPp .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uvay6B0aPp .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uvay6B0aPp .item:focus,
.cid-uvay6B0aPp span:focus {
  outline: none;
}
.cid-uvay6B0aPp .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uvay6B0aPp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvay6B0aPp .item {
    margin-bottom: 1rem;
  }
}
.cid-uvay6B0aPp h5 {
  margin: 0;
}
.cid-uvay6B0aPp .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uvay6B0aPp .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uvay6B0aPp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uvay6B0aPp .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uvay6B0aPp .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uvay6B0aPp .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uvay6B0aPp .item-wrapper {
    height: auto;
  }
}
.cid-uvay6B0aPp .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uvay6B0aPp .item-title {
  text-align: center;
}
.cid-uvay6B0aPp .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uvay6B0aPp .mbr-text,
.cid-uvay6B0aPp .item .mbr-section-btn {
  text-align: left;
}
.cid-uvay6B0aPp .mbr-section-subtitle,
.cid-uvay6B0aPp .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uxtwJi5SLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxtwJi5SLh .fb-page,
.cid-uxtwJi5SLh span,
.cid-uxtwJi5SLh iframe {
  width: 500px;
  height: 620px;
}
.cid-uxtwJi5SLh blockquote {
  display: none;
}
.cid-uxtwJi5SLh .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uvay6XcTy9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvay6XcTy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvay6XcTy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvay6XcTy9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uvay6XcTy9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uvay6XcTy9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uvay6XcTy9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uvay6XcTy9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uvay6XcTy9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uvay6XcTy9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uvay6XcTy9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uvay6XcTy9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uvay6XcTy9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uvay6XcTy9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uvay6XcTy9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uvay6XcTy9 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uvay6XcTy9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uvay6XcTy9 [class^="socicon-"]:before,
.cid-uvay6XcTy9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uvay6VgODZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvay6VgODZ .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvay6VgODZ .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvay6VgODZ .media-col {
    flex-direction: column;
  }
}
.cid-uvay6VgODZ .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uvay6VgODZ .brand-name {
    margin-top: 1rem;
  }
}
.cid-uvay6VgODZ .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uvay6VgODZ .media-wrap {
    margin-right: 0;
  }
}
.cid-uvay6VgODZ .cards-row,
.cid-uvay6VgODZ .social-row,
.cid-uvay6VgODZ .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvay6VgODZ .cards-row,
  .cid-uvay6VgODZ .social-row,
  .cid-uvay6VgODZ .menu-row {
    justify-content: center;
  }
}
.cid-uvay6VgODZ .menu-row {
  margin-bottom: 1rem;
}
.cid-uvay6VgODZ .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvay6VgODZ .foot-menu {
    justify-content: center;
  }
}
.cid-uvay6VgODZ .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uvay6VgODZ .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uvay6VgODZ .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uvay6VgODZ .row {
    text-align: center;
  }
  .cid-uvay6VgODZ .cards-col {
    justify-content: center;
  }
  .cid-uvay6VgODZ .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uvay6VgODZ .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uvay6VgODZ .card-item:last-child {
  margin-right: 0;
}
.cid-uvay6VgODZ .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uvay6VgODZ .logo {
  width: 80px;
}
.cid-uvay6VgODZ .socicon {
  color: black;
}
.cid-uvay6VgODZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvay6VgODZ .soc-item:last-child {
  margin-right: 0;
}
.cid-uvay6VgODZ .mbr-text {
  color: #ffffff;
}
.cid-uvay6VgODZ .copyright {
  color: #000000;
}
.cid-uvay72qNGs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uvay72qNGs .media-container-row .mbr-text {
  color: #000000;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uxGG6yUGhK {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxGG6yUGhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxGG6yUGhK .container {
  max-width: 1300px;
}
.cid-uxGG6yUGhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxGG6yUGhK .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uxGG6yUGhK .text-wrapper {
    padding: 3rem;
  }
}
.cid-uxGG6yUGhK .row {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxGG6yUGhK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxGG6yUGhK .image-wrapper {
  padding: 0;
}
.cid-uxGG6yUGhK .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uxGG6yUGhK .mbr-section-title {
  color: #103178;
}
.cid-uxGG6yUGhK .mbr-text,
.cid-uxGG6yUGhK .mbr-section-btn {
  color: #000000;
}
.cid-uxGG6yUGhK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxoOIvh6dF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uxoOIvh6dF .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uxoOIvh6dF .mbr-shop .row {
  margin: 0;
}
.cid-uxoOIvh6dF .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uxoOIvh6dF .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uxoOIvh6dF .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uxoOIvh6dF .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-uxoOIvh6dF li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uxoOIvh6dF .container {
  max-width: 1400px;
}
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uxoOIvh6dF .sidebar_wraper {
  padding: 1rem 0;
}
.cid-uxoOIvh6dF .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-uxoOIvh6dF .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #149dcc;
}
.cid-uxoOIvh6dF .display-5 {
  font-size: 1.4rem;
}
.cid-uxoOIvh6dF .shop-item-price,
.cid-uxoOIvh6dF .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-uxoOIvh6dF .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-uxoOIvh6dF .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uxoOIvh6dF .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uxoOIvh6dF .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uxoOIvh6dF .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uxoOIvh6dF .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uxoOIvh6dF .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uxoOIvh6dF .mbr-shop .hide-modal {
  display: none;
}
.cid-uxoOIvh6dF .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uxoOIvh6dF .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uxoOIvh6dF .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uxoOIvh6dF .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uxoOIvh6dF .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uxoOIvh6dF .mbr-shop .filter-by-pu,
.cid-uxoOIvh6dF .mbr-shop .filter-by-pd,
.cid-uxoOIvh6dF .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uxoOIvh6dF .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uxoOIvh6dF .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uxoOIvh6dF .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .galleryItem h4,
.cid-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .galleryItem h5,
.cid-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .galleryItem p,
.cid-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .item-button {
  text-align: center;
}
.cid-uxoOIvh6dF .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uxoOIvh6dF .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uxoOIvh6dF .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uxoOIvh6dF .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uxoOIvh6dF .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: #ff3366;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-item__hided h4,
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-item__hided h5,
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uxoOIvh6dF .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uxoOIvh6dF .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uxoOIvh6dF .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uxoOIvh6dF .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uxoOIvh6dF .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .range-controls {
  position: relative;
}
.cid-uxoOIvh6dF .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uxoOIvh6dF .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .toggle:hover,
.cid-uxoOIvh6dF .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uxoOIvh6dF .mbr-shop .min-toggle {
  left: 0;
}
.cid-uxoOIvh6dF .mbr-shop .max-toggle {
  right: 0;
}
.cid-uxoOIvh6dF .mbr-shop .hided-by-price {
  display: none;
}
.cid-uxoOIvh6dF .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uxoOIvh6dF .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uxoOIvh6dF .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uxoOIvh6dF .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uxoOIvh6dF .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uxoOIvh6dF .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uxoOIvh6dF .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uxoOIvh6dF .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uxoOIvh6dF .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uxoOIvh6dF .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uxoOIvh6dF .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-uxoOIvh6dF .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-uxoOIvh6dF .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uxoOIvh6dF .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uxoOIvh6dF .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uxoOIvh6dF .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uxoOIvh6dF .mbr-shop .shop-items .onsale,
.cid-uxoOIvh6dF .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uxoOIvh6dF .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uxoOIvh6dF .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uxoOIvh6dF .mbr-shop .price-range {
  display: inline-block;
}
.cid-uxoOIvh6dF .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uxoOIvh6dF .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uxoOIvh6dF .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uxoOIvh6dF .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uxoOIvh6dF .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uxoOIvh6dF .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uxoOIvh6dF .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uxoOIvh6dF .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uxoOIvh6dF .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uxoOIvh6dF .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uxoOIvh6dF .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uxoOIvh6dF .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uxoOIvh6dF .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uxoOIvh6dF .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uxoOIvh6dF .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxoOIvh6dF .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-uxoOIvh6dF .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uxoOIvh6dF .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uxoOIvh6dF .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uxoOIvh6dF .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uxoOIvh6dF .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uxoOIvh6dF .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uxoOIvh6dF .wrapper-shop-items,
  .cid-uxoOIvh6dF .mbr-shop__row {
    padding: 0;
  }
  .cid-uxoOIvh6dF .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uxoOIvh6dF .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uxoOIvh6dF .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uxoOIvh6dF .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uxoOIvh6dF .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uxoOIvh6dF .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uxoOIvh6dF .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uxoOIvh6dF .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uxoOIvh6dF .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uxoOIvh6dF .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uxoOIvh6dF .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uxoOIvh6dF .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uxoOIvh6dF .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxoOIvh6dF .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uxoOIvh6dF .shop-item-price,
.cid-uxoOIvh6dF .price-block {
  color: #ff3366;
}
.cid-uxoOIvh6dF .onsale {
  color: #ffffff;
}
.cid-uxoOIvh6dF .card-description {
  color: #232323;
}
.cid-uxoOIvh6dF .card-description DIV {
  text-align: left;
}
.cid-uP5RPFFqJj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP5RPFFqJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5RPFFqJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5RPFFqJj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP5RPFFqJj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP5RPFFqJj .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uP5RPFFqJj .card-title {
  color: #007fff;
}
.cid-uP5RQxPyVA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP5RQxPyVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5RQxPyVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5RQxPyVA .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uP5RQxPyVA .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uP5RQxPyVA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uP5RQxPyVA .container {
    padding: 0 20px;
  }
}
.cid-uP5RQxPyVA .row {
  justify-content: center;
}
.cid-uP5RQxPyVA .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uP5RQxPyVA .item {
    margin-bottom: 40px;
  }
}
.cid-uP5RQxPyVA .item:hover .item-wrapper,
.cid-uP5RQxPyVA .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uP5RQxPyVA .item:hover .item-wrapper .item-img img,
.cid-uP5RQxPyVA .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uP5RQxPyVA .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uP5RQxPyVA .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uP5RQxPyVA .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uP5RQxPyVA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uP5RQxPyVA .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uP5RQxPyVA .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uP5RQxPyVA .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uP5RQxPyVA .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uP5RQxPyVA .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uP5RQxPyVA .card-price {
  color: #000000;
}
.cid-uP5RQxPyVA .card-desc {
  color: #9a9a9a;
}
.cid-uP5RQxPyVA .card-title {
  color: #000000;
}
.cid-uvSX8opO6p {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvSX8opO6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSX8opO6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvSX8opO6p .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uvSX8opO6p .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uvSX8opO6p .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uvSX8opO6p .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uvSX8opO6p .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uvSX8opO6p .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uvSX8opO6p .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uvSX8opO6p .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uvSX8opO6p .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uvSX8opO6p .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uvSX8opO6p .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uvSX8opO6p .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uvSX8opO6p .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uvSX8opO6p .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uvSX8opO6p [class^="socicon-"]:before,
.cid-uvSX8opO6p [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uvSX8mi0Pd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvSX8mi0Pd .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvSX8mi0Pd .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvSX8mi0Pd .media-col {
    flex-direction: column;
  }
}
.cid-uvSX8mi0Pd .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uvSX8mi0Pd .brand-name {
    margin-top: 1rem;
  }
}
.cid-uvSX8mi0Pd .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uvSX8mi0Pd .media-wrap {
    margin-right: 0;
  }
}
.cid-uvSX8mi0Pd .cards-row,
.cid-uvSX8mi0Pd .social-row,
.cid-uvSX8mi0Pd .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvSX8mi0Pd .cards-row,
  .cid-uvSX8mi0Pd .social-row,
  .cid-uvSX8mi0Pd .menu-row {
    justify-content: center;
  }
}
.cid-uvSX8mi0Pd .menu-row {
  margin-bottom: 1rem;
}
.cid-uvSX8mi0Pd .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvSX8mi0Pd .foot-menu {
    justify-content: center;
  }
}
.cid-uvSX8mi0Pd .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uvSX8mi0Pd .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uvSX8mi0Pd .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uvSX8mi0Pd .row {
    text-align: center;
  }
  .cid-uvSX8mi0Pd .cards-col {
    justify-content: center;
  }
  .cid-uvSX8mi0Pd .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uvSX8mi0Pd .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uvSX8mi0Pd .card-item:last-child {
  margin-right: 0;
}
.cid-uvSX8mi0Pd .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uvSX8mi0Pd .logo {
  width: 80px;
}
.cid-uvSX8mi0Pd .socicon {
  color: black;
}
.cid-uvSX8mi0Pd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvSX8mi0Pd .soc-item:last-child {
  margin-right: 0;
}
.cid-uvSX8mi0Pd .mbr-text {
  color: #ffffff;
}
.cid-uvSX8mi0Pd .copyright {
  color: #000000;
}
.cid-uvSX8Ego8r.popup-builder {
  background-color: #ffffff;
}
.cid-uvSX8Ego8r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvSX8Ego8r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvSX8Ego8r .modal-content,
.cid-uvSX8Ego8r .modal-dialog {
  height: auto;
}
.cid-uvSX8Ego8r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvSX8Ego8r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvSX8Ego8r .form-wrapper .mbr-form .form-group,
  .cid-uvSX8Ego8r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvSX8Ego8r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvSX8Ego8r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvSX8Ego8r .mbr-text {
  text-align: center;
}
.cid-uvSX8Ego8r .pt-0 {
  padding-top: 0 !important;
}
.cid-uvSX8Ego8r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvSX8Ego8r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvSX8Ego8r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvSX8Ego8r .modal-open {
  overflow: hidden;
}
.cid-uvSX8Ego8r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvSX8Ego8r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvSX8Ego8r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvSX8Ego8r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvSX8Ego8r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvSX8Ego8r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvSX8Ego8r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvSX8Ego8r .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvSX8Ego8r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvSX8Ego8r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvSX8Ego8r .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvSX8Ego8r .modal-backdrop.show {
  opacity: .5;
}
.cid-uvSX8Ego8r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvSX8Ego8r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvSX8Ego8r .modal-header {
    padding: 1rem;
  }
}
.cid-uvSX8Ego8r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvSX8Ego8r .modal-header .close svg {
  fill: #353535;
}
.cid-uvSX8Ego8r .modal-header .close:hover {
  opacity: 1;
}
.cid-uvSX8Ego8r .modal-header .close:focus {
  outline: none;
}
.cid-uvSX8Ego8r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvSX8Ego8r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvSX8Ego8r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvSX8Ego8r .modal-body {
    padding: 1rem;
  }
}
.cid-uvSX8Ego8r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvSX8Ego8r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvSX8Ego8r .modal-footer {
    padding: 1rem;
  }
}
.cid-uvSX8Ego8r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvSX8Ego8r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvSX8Ego8r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvSX8Ego8r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvSX8Ego8r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvSX8Ego8r .modal-lg,
  .cid-uvSX8Ego8r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvSX8Ego8r .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvSX8Ego8r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvSX8Ego8r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvSX8Ego8r .form-group {
  margin-bottom: 1rem;
}
.cid-uvSX8Ego8r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvSX8Ego8r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvSX8Ego8r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvSX8Ego8r .mbr-section-btn {
  margin: 0;
}
.cid-uvSX8Ego8r .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvT0Kq9ES9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvT0Kq9ES9 .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvT0Kq9ES9 .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvT0Kq9ES9 .media-col {
    flex-direction: column;
  }
}
.cid-uvT0Kq9ES9 .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uvT0Kq9ES9 .brand-name {
    margin-top: 1rem;
  }
}
.cid-uvT0Kq9ES9 .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uvT0Kq9ES9 .media-wrap {
    margin-right: 0;
  }
}
.cid-uvT0Kq9ES9 .cards-row,
.cid-uvT0Kq9ES9 .social-row,
.cid-uvT0Kq9ES9 .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvT0Kq9ES9 .cards-row,
  .cid-uvT0Kq9ES9 .social-row,
  .cid-uvT0Kq9ES9 .menu-row {
    justify-content: center;
  }
}
.cid-uvT0Kq9ES9 .menu-row {
  margin-bottom: 1rem;
}
.cid-uvT0Kq9ES9 .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvT0Kq9ES9 .foot-menu {
    justify-content: center;
  }
}
.cid-uvT0Kq9ES9 .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uvT0Kq9ES9 .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uvT0Kq9ES9 .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uvT0Kq9ES9 .row {
    text-align: center;
  }
  .cid-uvT0Kq9ES9 .cards-col {
    justify-content: center;
  }
  .cid-uvT0Kq9ES9 .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uvT0Kq9ES9 .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uvT0Kq9ES9 .card-item:last-child {
  margin-right: 0;
}
.cid-uvT0Kq9ES9 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uvT0Kq9ES9 .logo {
  width: 80px;
}
.cid-uvT0Kq9ES9 .socicon {
  color: black;
}
.cid-uvT0Kq9ES9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvT0Kq9ES9 .soc-item:last-child {
  margin-right: 0;
}
.cid-uvT0Kq9ES9 .mbr-text {
  color: #ffffff;
}
.cid-uvT0Kq9ES9 .copyright {
  color: #000000;
}
.cid-ux7ca6Fwwa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ux7ca6Fwwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7ca6Fwwa .container {
  max-width: 1300px;
}
.cid-ux7ca6Fwwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux7ca6Fwwa .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ux7ca6Fwwa .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ux7ca6Fwwa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ux7ca6Fwwa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ux7ca6Fwwa .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-ux7ca6Fwwa .mbr-section-title {
  color: #4e423d;
}
.cid-ux7ca6Fwwa .mbr-text,
.cid-ux7ca6Fwwa .mbr-section-btn {
  color: #555555;
}
.cid-uP5SjE0MqC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP5SjE0MqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5SjE0MqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5SjE0MqC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP5SjE0MqC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP5SjE0MqC .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uP5SjE0MqC .card-title {
  color: #007fff;
}
.cid-uvT0KqRVS8 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvT0KqRVS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvT0KqRVS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvT0KqRVS8 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uvT0KqRVS8 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uvT0KqRVS8 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uvT0KqRVS8 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uvT0KqRVS8 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uvT0KqRVS8 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uvT0KqRVS8 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uvT0KqRVS8 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uvT0KqRVS8 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uvT0KqRVS8 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uvT0KqRVS8 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uvT0KqRVS8 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uvT0KqRVS8 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uvT0KqRVS8 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uvT0KqRVS8 [class^="socicon-"]:before,
.cid-uvT0KqRVS8 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uvT0Ks3M2v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uvT0Ks3M2v .media-container-row .mbr-text {
  color: #000000;
}
.cid-uvT0Ks3M2v undefined {
  text-align: right;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uP5SxOE1Hs {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP5SxOE1Hs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5SxOE1Hs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5SxOE1Hs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP5SxOE1Hs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP5SxOE1Hs .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uP5SxOE1Hs .card-title {
  color: #007fff;
}
.cid-uvTMh77TDE {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvTMh77TDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTMh77TDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTMh77TDE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uvTMh77TDE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uvTMh77TDE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uvTMh77TDE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uvTMh77TDE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uvTMh77TDE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uvTMh77TDE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uvTMh77TDE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uvTMh77TDE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uvTMh77TDE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uvTMh77TDE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uvTMh77TDE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uvTMh77TDE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uvTMh77TDE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uvTMh77TDE [class^="socicon-"]:before,
.cid-uvTMh77TDE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uvTMh5cGKj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvTMh5cGKj .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvTMh5cGKj .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvTMh5cGKj .media-col {
    flex-direction: column;
  }
}
.cid-uvTMh5cGKj .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uvTMh5cGKj .brand-name {
    margin-top: 1rem;
  }
}
.cid-uvTMh5cGKj .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uvTMh5cGKj .media-wrap {
    margin-right: 0;
  }
}
.cid-uvTMh5cGKj .cards-row,
.cid-uvTMh5cGKj .social-row,
.cid-uvTMh5cGKj .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvTMh5cGKj .cards-row,
  .cid-uvTMh5cGKj .social-row,
  .cid-uvTMh5cGKj .menu-row {
    justify-content: center;
  }
}
.cid-uvTMh5cGKj .menu-row {
  margin-bottom: 1rem;
}
.cid-uvTMh5cGKj .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvTMh5cGKj .foot-menu {
    justify-content: center;
  }
}
.cid-uvTMh5cGKj .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uvTMh5cGKj .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uvTMh5cGKj .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uvTMh5cGKj .row {
    text-align: center;
  }
  .cid-uvTMh5cGKj .cards-col {
    justify-content: center;
  }
  .cid-uvTMh5cGKj .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uvTMh5cGKj .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uvTMh5cGKj .card-item:last-child {
  margin-right: 0;
}
.cid-uvTMh5cGKj .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uvTMh5cGKj .logo {
  width: 80px;
}
.cid-uvTMh5cGKj .socicon {
  color: black;
}
.cid-uvTMh5cGKj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvTMh5cGKj .soc-item:last-child {
  margin-right: 0;
}
.cid-uvTMh5cGKj .mbr-text {
  color: #ffffff;
}
.cid-uvTMh5cGKj .copyright {
  color: #000000;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uP5PNl8X0c {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-8467-2000x1125.webp");
}
.cid-uP5PNl8X0c .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.7;
}
.cid-uP5PNl8X0c .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uP5PNl8X0c {
    align-items: null;
  }
  .cid-uP5PNl8X0c .row {
    justify-content: center;
  }
}
.cid-uP5PNl8X0c .img-wrap {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.cid-uP5PNl8X0c .img-wrap img {
  width: 110px;
  border-radius: 50% !important;
  border: 3px solid white;
  margin-left: -1rem;
  object-fit: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uP5PNl8X0c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uP5PNl8X0c {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uP5PNl8X0c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uP5PNl8X0c .content-wrap {
    width: 100%;
  }
}
.cid-uP5PNl8X0c .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uP5PNl8X0c .mbr-text,
.cid-uP5PNl8X0c .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uP5Q1ftxQJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP5Q1ftxQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5Q1ftxQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5Q1ftxQJ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP5Q1ftxQJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP5Q1ftxQJ .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uP5Q1ftxQJ .card-title {
  color: #007fff;
}
.cid-uxI7OUFnBi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxI7OUFnBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxI7OUFnBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxI7OUFnBi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxI7OUFnBi .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxI7OUFnBi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxI7OUFnBi .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxI7OUFnBi .container {
    padding: 0 24px;
  }
}
.cid-uxI7OUFnBi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uxI7OUFnBi .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uxI7OUFnBi .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uxI7OUFnBi .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uxI7OUFnBi .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uxI7OUFnBi .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxI7OUFnBi .item .item-wrapper .card-box {
  position: relative;
  padding: 20px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uxI7OUFnBi .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
.cid-uxI7OUFnBi .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uxI7OUFnBi .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uxI7OUFnBi .item .card-main {
  height: 100%;
  display: block;
  min-height: 630px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxI7OUFnBi .item .card-main {
    min-height: 400px;
    padding: 0;
  }
}
.cid-uxI7OUFnBi .item .card-main .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  border-radius: 2rem;
  border: 1px solid #edeceb;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uxI7OUFnBi .item .card-main .card-box {
    padding: 24px;
  }
}
.cid-uxI7OUFnBi .item .card-main .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uxI7OUFnBi .item .card-main .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uxI7OUFnBi .item-title {
  color: #18212d;
}
.cid-uxI7OUFnBi .item-text {
  color: #18212d;
}
.cid-uxI7OUFnBi .item-name {
  color: #ffffff;
}
.cid-uxI7OUFnBi .item-role {
  color: #ffffff;
}
.cid-uP5Q3cuH5B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP5Q3cuH5B .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uP5Q3cuH5B .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uP5Q3cuH5B .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uP5Q3cuH5B .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uP5Q3cuH5B .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uP5Q3cuH5B .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uP5Q3cuH5B .carousel-control,
.cid-uP5Q3cuH5B .close {
  background: #1b1b1b;
}
.cid-uP5Q3cuH5B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uP5Q3cuH5B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uP5Q3cuH5B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uP5Q3cuH5B .carousel-control-next span {
  margin-left: 5px;
}
.cid-uP5Q3cuH5B .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uP5Q3cuH5B .close::before {
  content: '\e91a';
}
.cid-uP5Q3cuH5B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uP5Q3cuH5B .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uP5Q3cuH5B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP5Q3cuH5B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uP5Q3cuH5B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uP5Q3cuH5B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uP5Q3cuH5B .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uP5Q3cuH5B .carousel-indicators li.active,
.cid-uP5Q3cuH5B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uP5Q3cuH5B .carousel-indicators li::after,
.cid-uP5Q3cuH5B .carousel-indicators li::before {
  content: none;
}
.cid-uP5Q3cuH5B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uP5Q3cuH5B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uP5Q3cuH5B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uP5Q3cuH5B .carousel-indicators {
    display: none;
  }
}
.cid-uP5Q3cuH5B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uP5Q3cuH5B .carousel-inner > .active {
  display: block;
}
.cid-uP5Q3cuH5B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP5Q3cuH5B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uP5Q3cuH5B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uP5Q3cuH5B .carousel-control,
  .cid-uP5Q3cuH5B .carousel-indicators,
  .cid-uP5Q3cuH5B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uP5Q3cuH5B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uP5Q3cuH5B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uP5Q3cuH5B .carousel-indicators .active,
.cid-uP5Q3cuH5B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uP5Q3cuH5B .carousel-indicators .active {
  background: #fff;
}
.cid-uP5Q3cuH5B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uP5Q3cuH5B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uP5Q3cuH5B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uP5Q3cuH5B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uP5Q3cuH5B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uP5Q3cuH5B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uP5Q3cuH5B .carousel {
  width: 100%;
}
.cid-uP5Q3cuH5B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uP5Q3cuH5B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uP5Q3cuH5B .modal.fade .modal-dialog,
.cid-uP5Q3cuH5B .modal.in .modal-dialog {
  transform: none;
}
.cid-uP5Q3cuH5B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uP5Q3cuH5B .content-head {
  max-width: 800px;
}
.cid-uvXF8hb1e3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvXF8hb1e3 .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvXF8hb1e3 .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvXF8hb1e3 .media-col {
    flex-direction: column;
  }
}
.cid-uvXF8hb1e3 .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uvXF8hb1e3 .brand-name {
    margin-top: 1rem;
  }
}
.cid-uvXF8hb1e3 .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uvXF8hb1e3 .media-wrap {
    margin-right: 0;
  }
}
.cid-uvXF8hb1e3 .cards-row,
.cid-uvXF8hb1e3 .social-row,
.cid-uvXF8hb1e3 .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvXF8hb1e3 .cards-row,
  .cid-uvXF8hb1e3 .social-row,
  .cid-uvXF8hb1e3 .menu-row {
    justify-content: center;
  }
}
.cid-uvXF8hb1e3 .menu-row {
  margin-bottom: 1rem;
}
.cid-uvXF8hb1e3 .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvXF8hb1e3 .foot-menu {
    justify-content: center;
  }
}
.cid-uvXF8hb1e3 .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uvXF8hb1e3 .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uvXF8hb1e3 .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uvXF8hb1e3 .row {
    text-align: center;
  }
  .cid-uvXF8hb1e3 .cards-col {
    justify-content: center;
  }
  .cid-uvXF8hb1e3 .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uvXF8hb1e3 .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uvXF8hb1e3 .card-item:last-child {
  margin-right: 0;
}
.cid-uvXF8hb1e3 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uvXF8hb1e3 .logo {
  width: 80px;
}
.cid-uvXF8hb1e3 .socicon {
  color: black;
}
.cid-uvXF8hb1e3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvXF8hb1e3 .soc-item:last-child {
  margin-right: 0;
}
.cid-uvXF8hb1e3 .mbr-text {
  color: #ffffff;
}
.cid-uvXF8hb1e3 .copyright {
  color: #000000;
}
.cid-uvXF8i2RMP {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvXF8i2RMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvXF8i2RMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvXF8i2RMP .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uvXF8i2RMP .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uvXF8i2RMP .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uvXF8i2RMP .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uvXF8i2RMP .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uvXF8i2RMP .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uvXF8i2RMP .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uvXF8i2RMP .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uvXF8i2RMP .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uvXF8i2RMP .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uvXF8i2RMP .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uvXF8i2RMP .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uvXF8i2RMP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uvXF8i2RMP .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uvXF8i2RMP [class^="socicon-"]:before,
.cid-uvXF8i2RMP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvYbTkpWVK {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvYbTkpWVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYbTkpWVK .container {
  max-width: 1300px;
}
.cid-uvYbTkpWVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYbTkpWVK .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvYbTkpWVK .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvYbTkpWVK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvYbTkpWVK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvYbTkpWVK .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvYbTkpWVK .mbr-section-title {
  color: #4e423d;
}
.cid-uvYbTkpWVK .mbr-text,
.cid-uvYbTkpWVK .mbr-section-btn {
  color: #555555;
}
.cid-uvZg2m1yx6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZg2m1yx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZg2m1yx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvZg2m1yx6 .row {
  flex-direction: row-reverse;
}
.cid-uvZg2m1yx6 .mbr-description {
  text-align: left;
}
.cid-uCW4L0walv {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uCW4L0walv .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uCW4L0walv .mbr-shop .row {
  margin: 0;
}
.cid-uCW4L0walv .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uCW4L0walv .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uCW4L0walv .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uCW4L0walv .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-uCW4L0walv li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uCW4L0walv .container {
  max-width: 1400px;
}
.cid-uCW4L0walv .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uCW4L0walv .sidebar_wraper {
  padding: 1rem 0;
}
.cid-uCW4L0walv .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-uCW4L0walv .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #149dcc;
}
.cid-uCW4L0walv .display-5 {
  font-size: 1.4rem;
}
.cid-uCW4L0walv .shop-item-price,
.cid-uCW4L0walv .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-uCW4L0walv .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-uCW4L0walv .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uCW4L0walv .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uCW4L0walv .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uCW4L0walv .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uCW4L0walv .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uCW4L0walv .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uCW4L0walv .mbr-shop .hide-modal {
  display: none;
}
.cid-uCW4L0walv .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uCW4L0walv .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uCW4L0walv .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uCW4L0walv .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uCW4L0walv .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uCW4L0walv .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-uCW4L0walv .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uCW4L0walv .mbr-shop .filter-by-pu,
.cid-uCW4L0walv .mbr-shop .filter-by-pd,
.cid-uCW4L0walv .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uCW4L0walv .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uCW4L0walv .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uCW4L0walv .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uCW4L0walv .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-uCW4L0walv .mbr-shop .galleryItem h4,
.cid-uCW4L0walv .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-uCW4L0walv .mbr-shop .galleryItem h5,
.cid-uCW4L0walv .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-uCW4L0walv .mbr-shop .galleryItem p,
.cid-uCW4L0walv .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-uCW4L0walv .mbr-shop .item-button {
  text-align: center;
}
.cid-uCW4L0walv .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uCW4L0walv .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uCW4L0walv .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uCW4L0walv .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uCW4L0walv .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uCW4L0walv .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uCW4L0walv .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uCW4L0walv .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uCW4L0walv .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uCW4L0walv .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uCW4L0walv .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uCW4L0walv .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uCW4L0walv .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uCW4L0walv .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uCW4L0walv .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uCW4L0walv .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: #ff3366;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uCW4L0walv .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uCW4L0walv .mbr-shop .mbr-gallery-item__hided h4,
.cid-uCW4L0walv .mbr-shop .mbr-gallery-item__hided h5,
.cid-uCW4L0walv .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uCW4L0walv .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uCW4L0walv .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uCW4L0walv .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-uCW4L0walv .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uCW4L0walv .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uCW4L0walv .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uCW4L0walv .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uCW4L0walv .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uCW4L0walv .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uCW4L0walv .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uCW4L0walv .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uCW4L0walv .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-uCW4L0walv .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uCW4L0walv .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-uCW4L0walv .mbr-shop .range-controls {
  position: relative;
}
.cid-uCW4L0walv .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uCW4L0walv .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uCW4L0walv .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-uCW4L0walv .mbr-shop .toggle:hover,
.cid-uCW4L0walv .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uCW4L0walv .mbr-shop .min-toggle {
  left: 0;
}
.cid-uCW4L0walv .mbr-shop .max-toggle {
  right: 0;
}
.cid-uCW4L0walv .mbr-shop .hided-by-price {
  display: none;
}
.cid-uCW4L0walv .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uCW4L0walv .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uCW4L0walv .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uCW4L0walv .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uCW4L0walv .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uCW4L0walv .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uCW4L0walv .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uCW4L0walv .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uCW4L0walv .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uCW4L0walv .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uCW4L0walv .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-uCW4L0walv .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-uCW4L0walv .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uCW4L0walv .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uCW4L0walv .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uCW4L0walv .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uCW4L0walv .mbr-shop .shop-items .onsale,
.cid-uCW4L0walv .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uCW4L0walv .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uCW4L0walv .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uCW4L0walv .mbr-shop .price-range {
  display: inline-block;
}
.cid-uCW4L0walv .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uCW4L0walv .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uCW4L0walv .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uCW4L0walv .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uCW4L0walv .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uCW4L0walv .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uCW4L0walv .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uCW4L0walv .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uCW4L0walv .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uCW4L0walv .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uCW4L0walv .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uCW4L0walv .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uCW4L0walv .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uCW4L0walv .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uCW4L0walv .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCW4L0walv .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-uCW4L0walv .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uCW4L0walv .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uCW4L0walv .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uCW4L0walv .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uCW4L0walv .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uCW4L0walv .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uCW4L0walv .wrapper-shop-items,
  .cid-uCW4L0walv .mbr-shop__row {
    padding: 0;
  }
  .cid-uCW4L0walv .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uCW4L0walv .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uCW4L0walv .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uCW4L0walv .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uCW4L0walv .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uCW4L0walv .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uCW4L0walv .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uCW4L0walv .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uCW4L0walv .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uCW4L0walv .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uCW4L0walv .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uCW4L0walv .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uCW4L0walv .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCW4L0walv .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uCW4L0walv .shop-item-price,
.cid-uCW4L0walv .price-block {
  color: #ff3366;
}
.cid-uCW4L0walv .onsale {
  color: #ffffff;
}
.cid-uCW4L0walv .card-description {
  color: #232323;
}
.cid-uCW4L0walv .card-description DIV {
  text-align: left;
}
.cid-uP5Sc8NG0T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP5Sc8NG0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5Sc8NG0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5Sc8NG0T .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP5Sc8NG0T .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP5Sc8NG0T .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uP5Sc8NG0T .card-title {
  color: #007fff;
}
.cid-uvY5lnnPAS {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvY5lnnPAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvY5lnnPAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvY5lnnPAS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uvY5lnnPAS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uvY5lnnPAS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uvY5lnnPAS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uvY5lnnPAS .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uvY5lnnPAS .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uvY5lnnPAS .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uvY5lnnPAS .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uvY5lnnPAS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uvY5lnnPAS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uvY5lnnPAS .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uvY5lnnPAS .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uvY5lnnPAS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uvY5lnnPAS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uvY5lnnPAS [class^="socicon-"]:before,
.cid-uvY5lnnPAS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uvY5lliTbP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvY5lliTbP .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvY5lliTbP .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvY5lliTbP .media-col {
    flex-direction: column;
  }
}
.cid-uvY5lliTbP .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uvY5lliTbP .brand-name {
    margin-top: 1rem;
  }
}
.cid-uvY5lliTbP .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uvY5lliTbP .media-wrap {
    margin-right: 0;
  }
}
.cid-uvY5lliTbP .cards-row,
.cid-uvY5lliTbP .social-row,
.cid-uvY5lliTbP .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvY5lliTbP .cards-row,
  .cid-uvY5lliTbP .social-row,
  .cid-uvY5lliTbP .menu-row {
    justify-content: center;
  }
}
.cid-uvY5lliTbP .menu-row {
  margin-bottom: 1rem;
}
.cid-uvY5lliTbP .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvY5lliTbP .foot-menu {
    justify-content: center;
  }
}
.cid-uvY5lliTbP .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uvY5lliTbP .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uvY5lliTbP .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uvY5lliTbP .row {
    text-align: center;
  }
  .cid-uvY5lliTbP .cards-col {
    justify-content: center;
  }
  .cid-uvY5lliTbP .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uvY5lliTbP .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uvY5lliTbP .card-item:last-child {
  margin-right: 0;
}
.cid-uvY5lliTbP .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uvY5lliTbP .logo {
  width: 80px;
}
.cid-uvY5lliTbP .socicon {
  color: black;
}
.cid-uvY5lliTbP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvY5lliTbP .soc-item:last-child {
  margin-right: 0;
}
.cid-uvY5lliTbP .mbr-text {
  color: #ffffff;
}
.cid-uvY5lliTbP .copyright {
  color: #000000;
}
.cid-uvY5lthPLz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uvY5lthPLz .media-container-row .mbr-text {
  color: #000000;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvT7B856o2 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvT7B856o2 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uvT7B856o2 .mbr-shop .row {
  margin: 0;
}
.cid-uvT7B856o2 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uvT7B856o2 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uvT7B856o2 .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uvT7B856o2 .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-uvT7B856o2 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uvT7B856o2 .container {
  max-width: 1400px;
}
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uvT7B856o2 .sidebar_wraper {
  padding: 1rem 0;
}
.cid-uvT7B856o2 .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-uvT7B856o2 .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #149dcc;
}
.cid-uvT7B856o2 .display-5 {
  font-size: 1.4rem;
}
.cid-uvT7B856o2 .shop-item-price,
.cid-uvT7B856o2 .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-uvT7B856o2 .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-uvT7B856o2 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uvT7B856o2 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uvT7B856o2 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uvT7B856o2 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uvT7B856o2 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uvT7B856o2 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uvT7B856o2 .mbr-shop .hide-modal {
  display: none;
}
.cid-uvT7B856o2 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uvT7B856o2 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uvT7B856o2 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uvT7B856o2 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uvT7B856o2 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uvT7B856o2 .mbr-shop .filter-by-pu,
.cid-uvT7B856o2 .mbr-shop .filter-by-pd,
.cid-uvT7B856o2 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uvT7B856o2 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uvT7B856o2 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uvT7B856o2 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .galleryItem h4,
.cid-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .galleryItem h5,
.cid-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .galleryItem p,
.cid-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .item-button {
  text-align: center;
}
.cid-uvT7B856o2 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uvT7B856o2 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uvT7B856o2 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uvT7B856o2 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uvT7B856o2 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uvT7B856o2 .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: #ff3366;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uvT7B856o2 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uvT7B856o2 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uvT7B856o2 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uvT7B856o2 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uvT7B856o2 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .range-controls {
  position: relative;
}
.cid-uvT7B856o2 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uvT7B856o2 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .toggle:hover,
.cid-uvT7B856o2 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uvT7B856o2 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uvT7B856o2 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uvT7B856o2 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uvT7B856o2 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uvT7B856o2 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uvT7B856o2 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uvT7B856o2 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uvT7B856o2 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uvT7B856o2 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uvT7B856o2 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uvT7B856o2 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uvT7B856o2 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uvT7B856o2 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uvT7B856o2 .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-uvT7B856o2 .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-uvT7B856o2 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uvT7B856o2 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uvT7B856o2 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uvT7B856o2 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uvT7B856o2 .mbr-shop .shop-items .onsale,
.cid-uvT7B856o2 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uvT7B856o2 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uvT7B856o2 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uvT7B856o2 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uvT7B856o2 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uvT7B856o2 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uvT7B856o2 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uvT7B856o2 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uvT7B856o2 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uvT7B856o2 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uvT7B856o2 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uvT7B856o2 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uvT7B856o2 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uvT7B856o2 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uvT7B856o2 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uvT7B856o2 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uvT7B856o2 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uvT7B856o2 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uvT7B856o2 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvT7B856o2 .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-uvT7B856o2 .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uvT7B856o2 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uvT7B856o2 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uvT7B856o2 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uvT7B856o2 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uvT7B856o2 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uvT7B856o2 .wrapper-shop-items,
  .cid-uvT7B856o2 .mbr-shop__row {
    padding: 0;
  }
  .cid-uvT7B856o2 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uvT7B856o2 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uvT7B856o2 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uvT7B856o2 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uvT7B856o2 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uvT7B856o2 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uvT7B856o2 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uvT7B856o2 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uvT7B856o2 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uvT7B856o2 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uvT7B856o2 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uvT7B856o2 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uvT7B856o2 .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvT7B856o2 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uvT7B856o2 .shop-item-price,
.cid-uvT7B856o2 .price-block {
  color: #ff3366;
}
.cid-uvT7B856o2 .onsale {
  color: #ffffff;
}
.cid-uvT7B856o2 .card-description {
  color: #232323;
}
.cid-uvT7B856o2 .card-description DIV {
  text-align: left;
}
.cid-uP5PzWPxFu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP5PzWPxFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5PzWPxFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5PzWPxFu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP5PzWPxFu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP5PzWPxFu .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uP5PzWPxFu .card-title {
  color: #007fff;
}
.cid-uvT5Rsv4Bu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvT5Rsv4Bu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvT5Rsv4Bu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvT5Rsv4Bu .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uvT5Rsv4Bu .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uvT5Rsv4Bu .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uvT5Rsv4Bu .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uvT5Rsv4Bu .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uvT5Rsv4Bu .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uvT5Rsv4Bu .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uvT5Rsv4Bu .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uvT5Rsv4Bu .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uvT5Rsv4Bu .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uvT5Rsv4Bu .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uvT5Rsv4Bu .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uvT5Rsv4Bu .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uvT5Rsv4Bu .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uvT5Rsv4Bu [class^="socicon-"]:before,
.cid-uvT5Rsv4Bu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uvT5RrHCFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvT5RrHCFP .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvT5RrHCFP .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvT5RrHCFP .media-col {
    flex-direction: column;
  }
}
.cid-uvT5RrHCFP .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uvT5RrHCFP .brand-name {
    margin-top: 1rem;
  }
}
.cid-uvT5RrHCFP .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uvT5RrHCFP .media-wrap {
    margin-right: 0;
  }
}
.cid-uvT5RrHCFP .cards-row,
.cid-uvT5RrHCFP .social-row,
.cid-uvT5RrHCFP .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvT5RrHCFP .cards-row,
  .cid-uvT5RrHCFP .social-row,
  .cid-uvT5RrHCFP .menu-row {
    justify-content: center;
  }
}
.cid-uvT5RrHCFP .menu-row {
  margin-bottom: 1rem;
}
.cid-uvT5RrHCFP .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvT5RrHCFP .foot-menu {
    justify-content: center;
  }
}
.cid-uvT5RrHCFP .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uvT5RrHCFP .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uvT5RrHCFP .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uvT5RrHCFP .row {
    text-align: center;
  }
  .cid-uvT5RrHCFP .cards-col {
    justify-content: center;
  }
  .cid-uvT5RrHCFP .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uvT5RrHCFP .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uvT5RrHCFP .card-item:last-child {
  margin-right: 0;
}
.cid-uvT5RrHCFP .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uvT5RrHCFP .logo {
  width: 80px;
}
.cid-uvT5RrHCFP .socicon {
  color: black;
}
.cid-uvT5RrHCFP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvT5RrHCFP .soc-item:last-child {
  margin-right: 0;
}
.cid-uvT5RrHCFP .mbr-text {
  color: #ffffff;
}
.cid-uvT5RrHCFP .copyright {
  color: #000000;
}
.cid-uvT5RtHUBB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uvT5RtHUBB .media-container-row .mbr-text {
  color: #000000;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uyDeOkqw3b {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyDeOkqw3b img,
.cid-uyDeOkqw3b .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uyDeOkqw3b .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uyDeOkqw3b .item:focus,
.cid-uyDeOkqw3b span:focus {
  outline: none;
}
.cid-uyDeOkqw3b .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uyDeOkqw3b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyDeOkqw3b .item {
    margin-bottom: 1rem;
  }
}
.cid-uyDeOkqw3b h5 {
  margin: 0;
}
.cid-uyDeOkqw3b .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uyDeOkqw3b .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uyDeOkqw3b .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uyDeOkqw3b .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uyDeOkqw3b .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uyDeOkqw3b .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uyDeOkqw3b .item-wrapper {
    height: auto;
  }
}
.cid-uyDeOkqw3b .mbr-section-title {
  color: #007fff;
  text-align: left;
}
.cid-uyDeOkqw3b .item-title {
  text-align: center;
}
.cid-uyDeOkqw3b .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uyDeOkqw3b .mbr-text,
.cid-uyDeOkqw3b .item .mbr-section-btn {
  text-align: left;
}
.cid-uyDeOkqw3b .mbr-section-subtitle,
.cid-uyDeOkqw3b .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uyDePAohH3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyDePAohH3 img,
.cid-uyDePAohH3 .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uyDePAohH3 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uyDePAohH3 .item:focus,
.cid-uyDePAohH3 span:focus {
  outline: none;
}
.cid-uyDePAohH3 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uyDePAohH3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyDePAohH3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uyDePAohH3 h5 {
  margin: 0;
}
.cid-uyDePAohH3 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uyDePAohH3 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uyDePAohH3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uyDePAohH3 .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uyDePAohH3 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uyDePAohH3 .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uyDePAohH3 .item-wrapper {
    height: auto;
  }
}
.cid-uyDePAohH3 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uyDePAohH3 .item-title {
  text-align: center;
}
.cid-uyDePAohH3 .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uyDePAohH3 .mbr-text,
.cid-uyDePAohH3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uyDePAohH3 .mbr-section-subtitle,
.cid-uyDePAohH3 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uyDeQEWLeK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyDeQEWLeK img,
.cid-uyDeQEWLeK .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uyDeQEWLeK .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uyDeQEWLeK .item:focus,
.cid-uyDeQEWLeK span:focus {
  outline: none;
}
.cid-uyDeQEWLeK .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uyDeQEWLeK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyDeQEWLeK .item {
    margin-bottom: 1rem;
  }
}
.cid-uyDeQEWLeK h5 {
  margin: 0;
}
.cid-uyDeQEWLeK .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uyDeQEWLeK .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uyDeQEWLeK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uyDeQEWLeK .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-uyDeQEWLeK .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uyDeQEWLeK .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uyDeQEWLeK .item-wrapper {
    height: auto;
  }
}
.cid-uyDeQEWLeK .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uyDeQEWLeK .item-title {
  text-align: center;
}
.cid-uyDeQEWLeK .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-uyDeQEWLeK .mbr-text,
.cid-uyDeQEWLeK .item .mbr-section-btn {
  text-align: left;
}
.cid-uyDeQEWLeK .mbr-section-subtitle,
.cid-uyDeQEWLeK .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uyetDrl8jg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyetDrl8jg .fb-page,
.cid-uyetDrl8jg span,
.cid-uyetDrl8jg iframe {
  width: 500px;
  height: 620px;
}
.cid-uyetDrl8jg blockquote {
  display: none;
}
.cid-uyetDrl8jg .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uyetDBe69s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyetDBe69s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyetDBe69s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyetDBe69s .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyetDBe69s .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyetDBe69s .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyetDBe69s .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyetDBe69s .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyetDBe69s .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyetDBe69s .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyetDBe69s .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyetDBe69s .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyetDBe69s .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyetDBe69s .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyetDBe69s .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyetDBe69s .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyetDBe69s .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyetDBe69s [class^="socicon-"]:before,
.cid-uyetDBe69s [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyetDD5KCO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyetDD5KCO .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uyetDD5KCO .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uyetDD5KCO .media-col {
    flex-direction: column;
  }
}
.cid-uyetDD5KCO .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uyetDD5KCO .brand-name {
    margin-top: 1rem;
  }
}
.cid-uyetDD5KCO .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uyetDD5KCO .media-wrap {
    margin-right: 0;
  }
}
.cid-uyetDD5KCO .cards-row,
.cid-uyetDD5KCO .social-row,
.cid-uyetDD5KCO .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uyetDD5KCO .cards-row,
  .cid-uyetDD5KCO .social-row,
  .cid-uyetDD5KCO .menu-row {
    justify-content: center;
  }
}
.cid-uyetDD5KCO .menu-row {
  margin-bottom: 1rem;
}
.cid-uyetDD5KCO .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uyetDD5KCO .foot-menu {
    justify-content: center;
  }
}
.cid-uyetDD5KCO .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uyetDD5KCO .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uyetDD5KCO .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uyetDD5KCO .row {
    text-align: center;
  }
  .cid-uyetDD5KCO .cards-col {
    justify-content: center;
  }
  .cid-uyetDD5KCO .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uyetDD5KCO .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uyetDD5KCO .card-item:last-child {
  margin-right: 0;
}
.cid-uyetDD5KCO .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uyetDD5KCO .logo {
  width: 80px;
}
.cid-uyetDD5KCO .socicon {
  color: black;
}
.cid-uyetDD5KCO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uyetDD5KCO .soc-item:last-child {
  margin-right: 0;
}
.cid-uyetDD5KCO .mbr-text {
  color: #ffffff;
}
.cid-uyetDD5KCO .copyright {
  color: #000000;
}
.cid-uyetDFei8k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uyetDFei8k .media-container-row .mbr-text {
  color: #000000;
}
.cid-uAP02tmXCW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAP02tmXCW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAP02tmXCW .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAP02tmXCW .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAP02tmXCW .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP02tmXCW .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAP02tmXCW .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAP02tmXCW .navbar-caption-wrap {
  align-items: center;
}
.cid-uAP02tmXCW .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAP02tmXCW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAP02tmXCW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uAP02tmXCW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-nav {
    align-items: center;
  }
}
.cid-uAP02tmXCW .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAP02tmXCW .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAP02tmXCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uAP02tmXCW .nav-item:focus,
.cid-uAP02tmXCW .nav-link:focus {
  outline: none;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP02tmXCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP02tmXCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP02tmXCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP02tmXCW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAP02tmXCW .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP02tmXCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAP02tmXCW .navbar .navbar-logo img {
  width: auto;
}
.cid-uAP02tmXCW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAP02tmXCW .navbar.collapsed {
  justify-content: center;
}
.cid-uAP02tmXCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP02tmXCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP02tmXCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAP02tmXCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP02tmXCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAP02tmXCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar {
    min-height: 72px;
  }
  .cid-uAP02tmXCW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP02tmXCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAP02tmXCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP02tmXCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAP02tmXCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP02tmXCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAP02tmXCW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAP02tmXCW .dropdown-item.active,
.cid-uAP02tmXCW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP02tmXCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP02tmXCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAP02tmXCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAP02tmXCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAP02tmXCW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAP02tmXCW .navbar-buttons {
    text-align: center;
  }
}
.cid-uAP02tmXCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP02tmXCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP02tmXCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP02tmXCW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAP02tmXCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAP02tmXCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAP02tmXCW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP02tmXCW .navbar {
    height: 70px;
  }
  .cid-uAP02tmXCW .navbar.opened {
    height: auto;
  }
  .cid-uAP02tmXCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAP02tmXCW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAP02tmXCW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAP02tmXCW .navbar-brand {
    margin-right: auto;
  }
  .cid-uAP02tmXCW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uAP02tmXCW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAP02tmXCW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAP02tmXCW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAP02tmXCW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAP02tmXCW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAOWrt8f9s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uAOWrt8f9s .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uAOWrt8f9s .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-uAOWrt8f9s .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uAOWrt8f9s .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-uAOWrt8f9s .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-uAOWrt8f9s .special-label {
  color: #fff;
}
.cid-uAOWrt8f9s .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uAOWrt8f9s .menu-box .box-price {
  flex-shrink: 0;
}
.cid-uAOWrt8f9s .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uAOWrt8f9s .menu-row {
  margin: 0;
}
.cid-uAOWrt8f9s .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-uAOWrt8f9s .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uAOWrt8f9s .group-title,
.cid-uAOWrt8f9s .align-wrap {
  text-align: left;
}
.cid-uAOWrt8f9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOWrt8f9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5RDGLZMX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP5RDGLZMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5RDGLZMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP5RDGLZMX .container {
    padding: 0 20px;
  }
}
.cid-uP5RDGLZMX .row {
  justify-content: center;
}
.cid-uP5RDGLZMX .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uP5RDGLZMX .item {
    margin-bottom: 40px;
  }
}
.cid-uP5RDGLZMX .item:hover .item-wrapper,
.cid-uP5RDGLZMX .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uP5RDGLZMX .item:hover .item-wrapper .item-img img,
.cid-uP5RDGLZMX .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uP5RDGLZMX .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uP5RDGLZMX .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uP5RDGLZMX .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uP5RDGLZMX .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uP5RDGLZMX .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uP5RDGLZMX .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uP5RDGLZMX .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uP5RDGLZMX .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uP5RDGLZMX .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uP5RDGLZMX .card-price {
  color: #000000;
}
.cid-uP5RDGLZMX .card-desc {
  color: #9a9a9a;
}
.cid-uP5RDGLZMX .card-title {
  color: #000000;
}
.cid-uAOWrD40Zj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAOWrD40Zj .fb-page,
.cid-uAOWrD40Zj span,
.cid-uAOWrD40Zj iframe {
  width: 500px;
  height: 620px;
}
.cid-uAOWrD40Zj blockquote {
  display: none;
}
.cid-uAOWrD40Zj .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uAOWrOuCsq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAOWrOuCsq .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAOWrOuCsq .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uAOWrOuCsq .media-col {
    flex-direction: column;
  }
}
.cid-uAOWrOuCsq .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uAOWrOuCsq .brand-name {
    margin-top: 1rem;
  }
}
.cid-uAOWrOuCsq .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOWrOuCsq .media-wrap {
    margin-right: 0;
  }
}
.cid-uAOWrOuCsq .cards-row,
.cid-uAOWrOuCsq .social-row,
.cid-uAOWrOuCsq .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uAOWrOuCsq .cards-row,
  .cid-uAOWrOuCsq .social-row,
  .cid-uAOWrOuCsq .menu-row {
    justify-content: center;
  }
}
.cid-uAOWrOuCsq .menu-row {
  margin-bottom: 1rem;
}
.cid-uAOWrOuCsq .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uAOWrOuCsq .foot-menu {
    justify-content: center;
  }
}
.cid-uAOWrOuCsq .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uAOWrOuCsq .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uAOWrOuCsq .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uAOWrOuCsq .row {
    text-align: center;
  }
  .cid-uAOWrOuCsq .cards-col {
    justify-content: center;
  }
  .cid-uAOWrOuCsq .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uAOWrOuCsq .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uAOWrOuCsq .card-item:last-child {
  margin-right: 0;
}
.cid-uAOWrOuCsq .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uAOWrOuCsq .logo {
  width: 80px;
}
.cid-uAOWrOuCsq .socicon {
  color: black;
}
.cid-uAOWrOuCsq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uAOWrOuCsq .soc-item:last-child {
  margin-right: 0;
}
.cid-uAOWrOuCsq .mbr-text {
  color: #ffffff;
}
.cid-uAOWrOuCsq .copyright {
  color: #000000;
}
.cid-uAOWrRshAf {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uAOWrRshAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOWrRshAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOWrRshAf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uAOWrRshAf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uAOWrRshAf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uAOWrRshAf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uAOWrRshAf .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uAOWrRshAf .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uAOWrRshAf .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uAOWrRshAf .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uAOWrRshAf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uAOWrRshAf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uAOWrRshAf .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uAOWrRshAf .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uAOWrRshAf .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uAOWrRshAf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uAOWrRshAf [class^="socicon-"]:before,
.cid-uAOWrRshAf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uAOWrU35nw.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWrU35nw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWrU35nw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWrU35nw .modal-content,
.cid-uAOWrU35nw .modal-dialog {
  height: auto;
}
.cid-uAOWrU35nw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWrU35nw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWrU35nw .form-wrapper .mbr-form .form-group,
  .cid-uAOWrU35nw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWrU35nw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWrU35nw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWrU35nw .mbr-text {
  text-align: center;
}
.cid-uAOWrU35nw .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWrU35nw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWrU35nw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWrU35nw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWrU35nw .modal-open {
  overflow: hidden;
}
.cid-uAOWrU35nw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWrU35nw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWrU35nw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWrU35nw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWrU35nw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWrU35nw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWrU35nw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWrU35nw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWrU35nw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWrU35nw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWrU35nw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWrU35nw .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWrU35nw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWrU35nw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWrU35nw .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWrU35nw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWrU35nw .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWrU35nw .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWrU35nw .modal-header .close:focus {
  outline: none;
}
.cid-uAOWrU35nw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWrU35nw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWrU35nw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWrU35nw .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWrU35nw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWrU35nw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWrU35nw .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWrU35nw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWrU35nw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWrU35nw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWrU35nw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWrU35nw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWrU35nw .modal-lg,
  .cid-uAOWrU35nw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWrU35nw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWrU35nw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWrU35nw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWrU35nw .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWrU35nw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWrU35nw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWrU35nw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWrU35nw .mbr-section-btn {
  margin: 0;
}
.cid-uAOWrU35nw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWrX6wae.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWrX6wae.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWrX6wae.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWrX6wae .modal-content,
.cid-uAOWrX6wae .modal-dialog {
  height: auto;
}
.cid-uAOWrX6wae .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWrX6wae .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWrX6wae .form-wrapper .mbr-form .form-group,
  .cid-uAOWrX6wae .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWrX6wae .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWrX6wae .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWrX6wae .mbr-text {
  text-align: center;
}
.cid-uAOWrX6wae .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWrX6wae .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWrX6wae .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWrX6wae .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWrX6wae .modal-open {
  overflow: hidden;
}
.cid-uAOWrX6wae .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWrX6wae .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWrX6wae .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWrX6wae .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWrX6wae .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWrX6wae .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWrX6wae .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWrX6wae .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWrX6wae .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWrX6wae .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWrX6wae .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWrX6wae .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWrX6wae .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWrX6wae .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWrX6wae .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWrX6wae .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWrX6wae .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWrX6wae .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWrX6wae .modal-header .close:focus {
  outline: none;
}
.cid-uAOWrX6wae .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWrX6wae .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWrX6wae .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWrX6wae .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWrX6wae .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWrX6wae .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWrX6wae .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWrX6wae .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWrX6wae .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWrX6wae .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWrX6wae .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWrX6wae .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWrX6wae .modal-lg,
  .cid-uAOWrX6wae .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWrX6wae .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWrX6wae .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWrX6wae .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWrX6wae .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWrX6wae .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWrX6wae .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWrX6wae .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWrX6wae .mbr-section-btn {
  margin: 0;
}
.cid-uAOWrX6wae .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWrZVosd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uAOWrZVosd .media-container-row .mbr-text {
  color: #000000;
}
.cid-uAOWs4zddA.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWs4zddA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWs4zddA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWs4zddA .modal-content,
.cid-uAOWs4zddA .modal-dialog {
  height: auto;
}
.cid-uAOWs4zddA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWs4zddA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWs4zddA .form-wrapper .mbr-form .form-group,
  .cid-uAOWs4zddA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWs4zddA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWs4zddA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWs4zddA .mbr-text {
  text-align: center;
}
.cid-uAOWs4zddA .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWs4zddA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWs4zddA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWs4zddA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWs4zddA .modal-open {
  overflow: hidden;
}
.cid-uAOWs4zddA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWs4zddA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWs4zddA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWs4zddA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWs4zddA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWs4zddA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWs4zddA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWs4zddA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWs4zddA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWs4zddA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWs4zddA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWs4zddA .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWs4zddA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWs4zddA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWs4zddA .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWs4zddA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWs4zddA .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWs4zddA .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWs4zddA .modal-header .close:focus {
  outline: none;
}
.cid-uAOWs4zddA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWs4zddA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWs4zddA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWs4zddA .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWs4zddA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWs4zddA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWs4zddA .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWs4zddA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWs4zddA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWs4zddA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWs4zddA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWs4zddA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWs4zddA .modal-lg,
  .cid-uAOWs4zddA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWs4zddA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWs4zddA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWs4zddA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWs4zddA .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWs4zddA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWs4zddA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWs4zddA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWs4zddA .mbr-section-btn {
  margin: 0;
}
.cid-uAOWs4zddA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWs7yTkS.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWs7yTkS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWs7yTkS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWs7yTkS .modal-content,
.cid-uAOWs7yTkS .modal-dialog {
  height: auto;
}
.cid-uAOWs7yTkS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWs7yTkS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWs7yTkS .form-wrapper .mbr-form .form-group,
  .cid-uAOWs7yTkS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWs7yTkS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWs7yTkS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWs7yTkS .mbr-text {
  text-align: center;
}
.cid-uAOWs7yTkS .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWs7yTkS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWs7yTkS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWs7yTkS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWs7yTkS .modal-open {
  overflow: hidden;
}
.cid-uAOWs7yTkS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWs7yTkS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWs7yTkS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWs7yTkS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWs7yTkS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWs7yTkS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWs7yTkS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWs7yTkS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWs7yTkS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWs7yTkS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWs7yTkS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWs7yTkS .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWs7yTkS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWs7yTkS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWs7yTkS .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWs7yTkS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWs7yTkS .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWs7yTkS .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWs7yTkS .modal-header .close:focus {
  outline: none;
}
.cid-uAOWs7yTkS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWs7yTkS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWs7yTkS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWs7yTkS .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWs7yTkS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWs7yTkS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWs7yTkS .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWs7yTkS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWs7yTkS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWs7yTkS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWs7yTkS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWs7yTkS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWs7yTkS .modal-lg,
  .cid-uAOWs7yTkS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWs7yTkS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWs7yTkS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWs7yTkS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWs7yTkS .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWs7yTkS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWs7yTkS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWs7yTkS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWs7yTkS .mbr-section-btn {
  margin: 0;
}
.cid-uAOWs7yTkS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWsarLoI.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWsarLoI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWsarLoI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWsarLoI .modal-content,
.cid-uAOWsarLoI .modal-dialog {
  height: auto;
}
.cid-uAOWsarLoI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWsarLoI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWsarLoI .form-wrapper .mbr-form .form-group,
  .cid-uAOWsarLoI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWsarLoI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWsarLoI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWsarLoI .mbr-text {
  text-align: center;
}
.cid-uAOWsarLoI .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWsarLoI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWsarLoI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWsarLoI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWsarLoI .modal-open {
  overflow: hidden;
}
.cid-uAOWsarLoI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWsarLoI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWsarLoI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWsarLoI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWsarLoI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWsarLoI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWsarLoI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWsarLoI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWsarLoI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWsarLoI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWsarLoI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWsarLoI .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWsarLoI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWsarLoI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsarLoI .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWsarLoI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWsarLoI .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWsarLoI .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWsarLoI .modal-header .close:focus {
  outline: none;
}
.cid-uAOWsarLoI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWsarLoI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWsarLoI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsarLoI .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWsarLoI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWsarLoI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsarLoI .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWsarLoI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWsarLoI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWsarLoI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWsarLoI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWsarLoI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWsarLoI .modal-lg,
  .cid-uAOWsarLoI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWsarLoI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWsarLoI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWsarLoI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWsarLoI .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWsarLoI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWsarLoI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWsarLoI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWsarLoI .mbr-section-btn {
  margin: 0;
}
.cid-uAOWsarLoI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWsdnVy3.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWsdnVy3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWsdnVy3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWsdnVy3 .modal-content,
.cid-uAOWsdnVy3 .modal-dialog {
  height: auto;
}
.cid-uAOWsdnVy3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWsdnVy3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWsdnVy3 .form-wrapper .mbr-form .form-group,
  .cid-uAOWsdnVy3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWsdnVy3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWsdnVy3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWsdnVy3 .mbr-text {
  text-align: center;
}
.cid-uAOWsdnVy3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWsdnVy3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWsdnVy3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWsdnVy3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWsdnVy3 .modal-open {
  overflow: hidden;
}
.cid-uAOWsdnVy3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWsdnVy3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWsdnVy3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWsdnVy3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWsdnVy3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWsdnVy3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWsdnVy3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWsdnVy3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWsdnVy3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWsdnVy3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWsdnVy3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWsdnVy3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWsdnVy3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWsdnVy3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsdnVy3 .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWsdnVy3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWsdnVy3 .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWsdnVy3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWsdnVy3 .modal-header .close:focus {
  outline: none;
}
.cid-uAOWsdnVy3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWsdnVy3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWsdnVy3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsdnVy3 .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWsdnVy3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWsdnVy3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsdnVy3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWsdnVy3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWsdnVy3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWsdnVy3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWsdnVy3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWsdnVy3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWsdnVy3 .modal-lg,
  .cid-uAOWsdnVy3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWsdnVy3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWsdnVy3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWsdnVy3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWsdnVy3 .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWsdnVy3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWsdnVy3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWsdnVy3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWsdnVy3 .mbr-section-btn {
  margin: 0;
}
.cid-uAOWsdnVy3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWsguq9d.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWsguq9d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWsguq9d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWsguq9d .modal-content,
.cid-uAOWsguq9d .modal-dialog {
  height: auto;
}
.cid-uAOWsguq9d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWsguq9d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWsguq9d .form-wrapper .mbr-form .form-group,
  .cid-uAOWsguq9d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWsguq9d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWsguq9d .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWsguq9d .mbr-text {
  text-align: center;
}
.cid-uAOWsguq9d .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWsguq9d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWsguq9d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWsguq9d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWsguq9d .modal-open {
  overflow: hidden;
}
.cid-uAOWsguq9d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWsguq9d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWsguq9d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWsguq9d .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWsguq9d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWsguq9d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWsguq9d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWsguq9d .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWsguq9d .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWsguq9d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWsguq9d .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWsguq9d .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWsguq9d .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWsguq9d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsguq9d .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWsguq9d .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWsguq9d .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWsguq9d .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWsguq9d .modal-header .close:focus {
  outline: none;
}
.cid-uAOWsguq9d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff87db;
}
.cid-uAOWsguq9d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWsguq9d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsguq9d .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWsguq9d .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWsguq9d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsguq9d .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWsguq9d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWsguq9d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWsguq9d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWsguq9d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWsguq9d .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWsguq9d .modal-lg,
  .cid-uAOWsguq9d .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWsguq9d .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWsguq9d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWsguq9d .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWsguq9d .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWsguq9d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWsguq9d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWsguq9d .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWsguq9d .mbr-section-btn {
  margin: 0;
}
.cid-uAOWsguq9d .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWsjAvtN.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWsjAvtN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWsjAvtN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWsjAvtN .modal-content,
.cid-uAOWsjAvtN .modal-dialog {
  height: auto;
}
.cid-uAOWsjAvtN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWsjAvtN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWsjAvtN .form-wrapper .mbr-form .form-group,
  .cid-uAOWsjAvtN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWsjAvtN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWsjAvtN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWsjAvtN .mbr-text {
  text-align: center;
}
.cid-uAOWsjAvtN .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWsjAvtN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWsjAvtN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWsjAvtN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWsjAvtN .modal-open {
  overflow: hidden;
}
.cid-uAOWsjAvtN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWsjAvtN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWsjAvtN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWsjAvtN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWsjAvtN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWsjAvtN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWsjAvtN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWsjAvtN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWsjAvtN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWsjAvtN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWsjAvtN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWsjAvtN .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWsjAvtN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWsjAvtN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsjAvtN .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWsjAvtN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWsjAvtN .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWsjAvtN .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWsjAvtN .modal-header .close:focus {
  outline: none;
}
.cid-uAOWsjAvtN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWsjAvtN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWsjAvtN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsjAvtN .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWsjAvtN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWsjAvtN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsjAvtN .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWsjAvtN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWsjAvtN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWsjAvtN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWsjAvtN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWsjAvtN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWsjAvtN .modal-lg,
  .cid-uAOWsjAvtN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWsjAvtN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWsjAvtN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWsjAvtN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWsjAvtN .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWsjAvtN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWsjAvtN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWsjAvtN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWsjAvtN .mbr-section-btn {
  margin: 0;
}
.cid-uAOWsjAvtN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWsmJByQ.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWsmJByQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWsmJByQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWsmJByQ .modal-content,
.cid-uAOWsmJByQ .modal-dialog {
  height: auto;
}
.cid-uAOWsmJByQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWsmJByQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWsmJByQ .form-wrapper .mbr-form .form-group,
  .cid-uAOWsmJByQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWsmJByQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWsmJByQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWsmJByQ .mbr-text {
  text-align: center;
}
.cid-uAOWsmJByQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWsmJByQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWsmJByQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWsmJByQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWsmJByQ .modal-open {
  overflow: hidden;
}
.cid-uAOWsmJByQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWsmJByQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWsmJByQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWsmJByQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWsmJByQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWsmJByQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWsmJByQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWsmJByQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWsmJByQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWsmJByQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWsmJByQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWsmJByQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWsmJByQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWsmJByQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsmJByQ .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWsmJByQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWsmJByQ .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWsmJByQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWsmJByQ .modal-header .close:focus {
  outline: none;
}
.cid-uAOWsmJByQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWsmJByQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWsmJByQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsmJByQ .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWsmJByQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWsmJByQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsmJByQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWsmJByQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWsmJByQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWsmJByQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWsmJByQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWsmJByQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWsmJByQ .modal-lg,
  .cid-uAOWsmJByQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWsmJByQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWsmJByQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWsmJByQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWsmJByQ .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWsmJByQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWsmJByQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWsmJByQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWsmJByQ .mbr-section-btn {
  margin: 0;
}
.cid-uAOWsmJByQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWsq51N7.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWsq51N7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWsq51N7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWsq51N7 .modal-content,
.cid-uAOWsq51N7 .modal-dialog {
  height: auto;
}
.cid-uAOWsq51N7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWsq51N7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWsq51N7 .form-wrapper .mbr-form .form-group,
  .cid-uAOWsq51N7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWsq51N7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWsq51N7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWsq51N7 .mbr-text {
  text-align: center;
}
.cid-uAOWsq51N7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWsq51N7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWsq51N7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWsq51N7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWsq51N7 .modal-open {
  overflow: hidden;
}
.cid-uAOWsq51N7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWsq51N7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWsq51N7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWsq51N7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWsq51N7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWsq51N7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWsq51N7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWsq51N7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWsq51N7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWsq51N7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWsq51N7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWsq51N7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWsq51N7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWsq51N7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsq51N7 .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWsq51N7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWsq51N7 .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWsq51N7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWsq51N7 .modal-header .close:focus {
  outline: none;
}
.cid-uAOWsq51N7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWsq51N7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWsq51N7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsq51N7 .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWsq51N7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWsq51N7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsq51N7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWsq51N7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWsq51N7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWsq51N7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWsq51N7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWsq51N7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWsq51N7 .modal-lg,
  .cid-uAOWsq51N7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWsq51N7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWsq51N7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWsq51N7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWsq51N7 .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWsq51N7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWsq51N7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWsq51N7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWsq51N7 .mbr-section-btn {
  margin: 0;
}
.cid-uAOWsq51N7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWstksXr.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWstksXr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWstksXr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWstksXr .modal-content,
.cid-uAOWstksXr .modal-dialog {
  height: auto;
}
.cid-uAOWstksXr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWstksXr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWstksXr .form-wrapper .mbr-form .form-group,
  .cid-uAOWstksXr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWstksXr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWstksXr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWstksXr .mbr-text {
  text-align: center;
}
.cid-uAOWstksXr .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWstksXr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWstksXr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWstksXr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWstksXr .modal-open {
  overflow: hidden;
}
.cid-uAOWstksXr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWstksXr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWstksXr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWstksXr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWstksXr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWstksXr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWstksXr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWstksXr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWstksXr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWstksXr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWstksXr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWstksXr .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWstksXr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWstksXr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWstksXr .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWstksXr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWstksXr .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWstksXr .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWstksXr .modal-header .close:focus {
  outline: none;
}
.cid-uAOWstksXr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWstksXr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWstksXr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWstksXr .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWstksXr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWstksXr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWstksXr .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWstksXr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWstksXr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWstksXr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWstksXr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWstksXr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWstksXr .modal-lg,
  .cid-uAOWstksXr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWstksXr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWstksXr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWstksXr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWstksXr .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWstksXr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWstksXr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWstksXr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWstksXr .mbr-section-btn {
  margin: 0;
}
.cid-uAOWstksXr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWsxaUmS.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWsxaUmS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWsxaUmS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWsxaUmS .modal-content,
.cid-uAOWsxaUmS .modal-dialog {
  height: auto;
}
.cid-uAOWsxaUmS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWsxaUmS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWsxaUmS .form-wrapper .mbr-form .form-group,
  .cid-uAOWsxaUmS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWsxaUmS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWsxaUmS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWsxaUmS .mbr-text {
  text-align: center;
}
.cid-uAOWsxaUmS .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWsxaUmS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWsxaUmS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWsxaUmS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWsxaUmS .modal-open {
  overflow: hidden;
}
.cid-uAOWsxaUmS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWsxaUmS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWsxaUmS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWsxaUmS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWsxaUmS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWsxaUmS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWsxaUmS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWsxaUmS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWsxaUmS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWsxaUmS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWsxaUmS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWsxaUmS .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWsxaUmS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWsxaUmS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsxaUmS .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWsxaUmS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWsxaUmS .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWsxaUmS .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWsxaUmS .modal-header .close:focus {
  outline: none;
}
.cid-uAOWsxaUmS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWsxaUmS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWsxaUmS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsxaUmS .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWsxaUmS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWsxaUmS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsxaUmS .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWsxaUmS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWsxaUmS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWsxaUmS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWsxaUmS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWsxaUmS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWsxaUmS .modal-lg,
  .cid-uAOWsxaUmS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWsxaUmS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWsxaUmS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWsxaUmS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWsxaUmS .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWsxaUmS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWsxaUmS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWsxaUmS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWsxaUmS .mbr-section-btn {
  margin: 0;
}
.cid-uAOWsxaUmS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAOWsABlmf.popup-builder {
  background-color: #ffffff;
}
.cid-uAOWsABlmf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAOWsABlmf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAOWsABlmf .modal-content,
.cid-uAOWsABlmf .modal-dialog {
  height: auto;
}
.cid-uAOWsABlmf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAOWsABlmf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAOWsABlmf .form-wrapper .mbr-form .form-group,
  .cid-uAOWsABlmf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAOWsABlmf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAOWsABlmf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOWsABlmf .mbr-text {
  text-align: center;
}
.cid-uAOWsABlmf .pt-0 {
  padding-top: 0 !important;
}
.cid-uAOWsABlmf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAOWsABlmf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAOWsABlmf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAOWsABlmf .modal-open {
  overflow: hidden;
}
.cid-uAOWsABlmf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAOWsABlmf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAOWsABlmf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAOWsABlmf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAOWsABlmf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAOWsABlmf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAOWsABlmf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAOWsABlmf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAOWsABlmf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAOWsABlmf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAOWsABlmf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAOWsABlmf .modal-backdrop.show {
  opacity: .5;
}
.cid-uAOWsABlmf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAOWsABlmf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsABlmf .modal-header {
    padding: 1rem;
  }
}
.cid-uAOWsABlmf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAOWsABlmf .modal-header .close svg {
  fill: #353535;
}
.cid-uAOWsABlmf .modal-header .close:hover {
  opacity: 1;
}
.cid-uAOWsABlmf .modal-header .close:focus {
  outline: none;
}
.cid-uAOWsABlmf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAOWsABlmf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAOWsABlmf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsABlmf .modal-body {
    padding: 1rem;
  }
}
.cid-uAOWsABlmf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAOWsABlmf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOWsABlmf .modal-footer {
    padding: 1rem;
  }
}
.cid-uAOWsABlmf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAOWsABlmf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAOWsABlmf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAOWsABlmf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAOWsABlmf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAOWsABlmf .modal-lg,
  .cid-uAOWsABlmf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAOWsABlmf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAOWsABlmf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAOWsABlmf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAOWsABlmf .form-group {
  margin-bottom: 1rem;
}
.cid-uAOWsABlmf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAOWsABlmf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAOWsABlmf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAOWsABlmf .mbr-section-btn {
  margin: 0;
}
.cid-uAOWsABlmf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4asEaL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBRD4asEaL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBRD4asEaL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBRD4asEaL .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBRD4asEaL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBRD4asEaL .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uBRD4asEaL .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBRD4asEaL .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBRD4asEaL .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uBRD4asEaL .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uBRD4asEaL .navbar-caption-wrap {
  align-items: center;
}
.cid-uBRD4asEaL .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uBRD4asEaL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBRD4asEaL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uBRD4asEaL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uBRD4asEaL .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-uBRD4asEaL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBRD4asEaL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBRD4asEaL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uBRD4asEaL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBRD4asEaL .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRD4asEaL .navbar-nav {
    align-items: center;
  }
}
.cid-uBRD4asEaL .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uBRD4asEaL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBRD4asEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBRD4asEaL .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uBRD4asEaL .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRD4asEaL .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBRD4asEaL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBRD4asEaL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uBRD4asEaL .nav-item:focus,
.cid-uBRD4asEaL .nav-link:focus {
  outline: none;
}
.cid-uBRD4asEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBRD4asEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBRD4asEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBRD4asEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBRD4asEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBRD4asEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBRD4asEaL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBRD4asEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-uBRD4asEaL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBRD4asEaL .navbar .navbar-logo img {
  width: auto;
}
.cid-uBRD4asEaL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBRD4asEaL .navbar.collapsed {
  justify-content: center;
}
.cid-uBRD4asEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBRD4asEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBRD4asEaL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uBRD4asEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBRD4asEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBRD4asEaL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBRD4asEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBRD4asEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBRD4asEaL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBRD4asEaL .navbar {
    min-height: 72px;
  }
  .cid-uBRD4asEaL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4asEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBRD4asEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBRD4asEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBRD4asEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBRD4asEaL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBRD4asEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBRD4asEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBRD4asEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBRD4asEaL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBRD4asEaL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBRD4asEaL .dropdown-item.active,
.cid-uBRD4asEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-uBRD4asEaL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBRD4asEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBRD4asEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBRD4asEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uBRD4asEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uBRD4asEaL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBRD4asEaL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBRD4asEaL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBRD4asEaL .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uBRD4asEaL .navbar-buttons {
    text-align: center;
  }
}
.cid-uBRD4asEaL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBRD4asEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uBRD4asEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBRD4asEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRD4asEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRD4asEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBRD4asEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRD4asEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBRD4asEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBRD4asEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRD4asEaL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBRD4asEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBRD4asEaL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBRD4asEaL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBRD4asEaL .navbar {
    height: 70px;
  }
  .cid-uBRD4asEaL .navbar.opened {
    height: auto;
  }
  .cid-uBRD4asEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBRD4asEaL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBRD4asEaL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBRD4asEaL .navbar-brand {
    margin-right: auto;
  }
  .cid-uBRD4asEaL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBRD4asEaL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBRD4asEaL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBRD4asEaL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBRD4asEaL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBRD4asEaL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCFzKQ72HT {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uCFzKQ72HT .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uCFzKQ72HT .mbr-shop .row {
  margin: 0;
}
.cid-uCFzKQ72HT .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uCFzKQ72HT .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uCFzKQ72HT .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uCFzKQ72HT .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-uCFzKQ72HT li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uCFzKQ72HT .container {
  max-width: 1400px;
}
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uCFzKQ72HT .sidebar_wraper {
  padding: 1rem 0;
}
.cid-uCFzKQ72HT .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-uCFzKQ72HT .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #149dcc;
}
.cid-uCFzKQ72HT .display-5 {
  font-size: 1.4rem;
}
.cid-uCFzKQ72HT .shop-item-price,
.cid-uCFzKQ72HT .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-uCFzKQ72HT .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-uCFzKQ72HT .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uCFzKQ72HT .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uCFzKQ72HT .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uCFzKQ72HT .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uCFzKQ72HT .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uCFzKQ72HT .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uCFzKQ72HT .mbr-shop .hide-modal {
  display: none;
}
.cid-uCFzKQ72HT .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uCFzKQ72HT .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uCFzKQ72HT .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uCFzKQ72HT .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uCFzKQ72HT .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uCFzKQ72HT .mbr-shop .filter-by-pu,
.cid-uCFzKQ72HT .mbr-shop .filter-by-pd,
.cid-uCFzKQ72HT .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uCFzKQ72HT .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uCFzKQ72HT .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uCFzKQ72HT .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .galleryItem h4,
.cid-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .galleryItem h5,
.cid-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .galleryItem p,
.cid-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .item-button {
  text-align: center;
}
.cid-uCFzKQ72HT .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uCFzKQ72HT .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uCFzKQ72HT .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uCFzKQ72HT .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uCFzKQ72HT .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: #00afff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-item__hided h4,
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-item__hided h5,
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uCFzKQ72HT .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uCFzKQ72HT .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uCFzKQ72HT .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uCFzKQ72HT .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uCFzKQ72HT .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .range-controls {
  position: relative;
}
.cid-uCFzKQ72HT .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uCFzKQ72HT .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .toggle:hover,
.cid-uCFzKQ72HT .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uCFzKQ72HT .mbr-shop .min-toggle {
  left: 0;
}
.cid-uCFzKQ72HT .mbr-shop .max-toggle {
  right: 0;
}
.cid-uCFzKQ72HT .mbr-shop .hided-by-price {
  display: none;
}
.cid-uCFzKQ72HT .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uCFzKQ72HT .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uCFzKQ72HT .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uCFzKQ72HT .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uCFzKQ72HT .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uCFzKQ72HT .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uCFzKQ72HT .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uCFzKQ72HT .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uCFzKQ72HT .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uCFzKQ72HT .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uCFzKQ72HT .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-uCFzKQ72HT .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-uCFzKQ72HT .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uCFzKQ72HT .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uCFzKQ72HT .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uCFzKQ72HT .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uCFzKQ72HT .mbr-shop .shop-items .onsale,
.cid-uCFzKQ72HT .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uCFzKQ72HT .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uCFzKQ72HT .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uCFzKQ72HT .mbr-shop .price-range {
  display: inline-block;
}
.cid-uCFzKQ72HT .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uCFzKQ72HT .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uCFzKQ72HT .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uCFzKQ72HT .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uCFzKQ72HT .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uCFzKQ72HT .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uCFzKQ72HT .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uCFzKQ72HT .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uCFzKQ72HT .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uCFzKQ72HT .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uCFzKQ72HT .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uCFzKQ72HT .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uCFzKQ72HT .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uCFzKQ72HT .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uCFzKQ72HT .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCFzKQ72HT .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-uCFzKQ72HT .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uCFzKQ72HT .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uCFzKQ72HT .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uCFzKQ72HT .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uCFzKQ72HT .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uCFzKQ72HT .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uCFzKQ72HT .wrapper-shop-items,
  .cid-uCFzKQ72HT .mbr-shop__row {
    padding: 0;
  }
  .cid-uCFzKQ72HT .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uCFzKQ72HT .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uCFzKQ72HT .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uCFzKQ72HT .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uCFzKQ72HT .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uCFzKQ72HT .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uCFzKQ72HT .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uCFzKQ72HT .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uCFzKQ72HT .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uCFzKQ72HT .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uCFzKQ72HT .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uCFzKQ72HT .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uCFzKQ72HT .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCFzKQ72HT .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uCFzKQ72HT .shop-item-price,
.cid-uCFzKQ72HT .price-block {
  color: #ff3366;
}
.cid-uCFzKQ72HT .onsale {
  color: #ffffff;
}
.cid-uCFzKQ72HT .card-description {
  color: #000000;
}
.cid-uCFzKQ72HT .card-description DIV {
  text-align: left;
}
.cid-uBRD4jbRl5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBRD4jbRl5 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uBRD4jbRl5 .mbr-shop .row {
  margin: 0;
}
.cid-uBRD4jbRl5 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uBRD4jbRl5 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uBRD4jbRl5 .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uBRD4jbRl5 .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-uBRD4jbRl5 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uBRD4jbRl5 .container {
  max-width: 1400px;
}
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uBRD4jbRl5 .sidebar_wraper {
  padding: 1rem 0;
}
.cid-uBRD4jbRl5 .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-uBRD4jbRl5 .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #149dcc;
}
.cid-uBRD4jbRl5 .display-5 {
  font-size: 1.4rem;
}
.cid-uBRD4jbRl5 .shop-item-price,
.cid-uBRD4jbRl5 .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-uBRD4jbRl5 .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-uBRD4jbRl5 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uBRD4jbRl5 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uBRD4jbRl5 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uBRD4jbRl5 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uBRD4jbRl5 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uBRD4jbRl5 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uBRD4jbRl5 .mbr-shop .hide-modal {
  display: none;
}
.cid-uBRD4jbRl5 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uBRD4jbRl5 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uBRD4jbRl5 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uBRD4jbRl5 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uBRD4jbRl5 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uBRD4jbRl5 .mbr-shop .filter-by-pu,
.cid-uBRD4jbRl5 .mbr-shop .filter-by-pd,
.cid-uBRD4jbRl5 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uBRD4jbRl5 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uBRD4jbRl5 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uBRD4jbRl5 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .galleryItem h4,
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .galleryItem h5,
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .galleryItem p,
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .item-button {
  text-align: center;
}
.cid-uBRD4jbRl5 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uBRD4jbRl5 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uBRD4jbRl5 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uBRD4jbRl5 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uBRD4jbRl5 .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: #ff3366;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uBRD4jbRl5 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uBRD4jbRl5 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uBRD4jbRl5 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uBRD4jbRl5 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uBRD4jbRl5 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .range-controls {
  position: relative;
}
.cid-uBRD4jbRl5 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uBRD4jbRl5 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .toggle:hover,
.cid-uBRD4jbRl5 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uBRD4jbRl5 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uBRD4jbRl5 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uBRD4jbRl5 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uBRD4jbRl5 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uBRD4jbRl5 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uBRD4jbRl5 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uBRD4jbRl5 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uBRD4jbRl5 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uBRD4jbRl5 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uBRD4jbRl5 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uBRD4jbRl5 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uBRD4jbRl5 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uBRD4jbRl5 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uBRD4jbRl5 .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-uBRD4jbRl5 .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-uBRD4jbRl5 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uBRD4jbRl5 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uBRD4jbRl5 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uBRD4jbRl5 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uBRD4jbRl5 .mbr-shop .shop-items .onsale,
.cid-uBRD4jbRl5 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uBRD4jbRl5 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uBRD4jbRl5 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uBRD4jbRl5 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uBRD4jbRl5 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uBRD4jbRl5 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uBRD4jbRl5 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uBRD4jbRl5 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uBRD4jbRl5 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uBRD4jbRl5 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uBRD4jbRl5 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uBRD4jbRl5 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uBRD4jbRl5 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uBRD4jbRl5 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uBRD4jbRl5 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uBRD4jbRl5 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uBRD4jbRl5 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uBRD4jbRl5 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-uBRD4jbRl5 .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uBRD4jbRl5 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uBRD4jbRl5 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uBRD4jbRl5 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBRD4jbRl5 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uBRD4jbRl5 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uBRD4jbRl5 .wrapper-shop-items,
  .cid-uBRD4jbRl5 .mbr-shop__row {
    padding: 0;
  }
  .cid-uBRD4jbRl5 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uBRD4jbRl5 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uBRD4jbRl5 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uBRD4jbRl5 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uBRD4jbRl5 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uBRD4jbRl5 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uBRD4jbRl5 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uBRD4jbRl5 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uBRD4jbRl5 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uBRD4jbRl5 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uBRD4jbRl5 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uBRD4jbRl5 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4jbRl5 .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBRD4jbRl5 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uBRD4jbRl5 .shop-item-price,
.cid-uBRD4jbRl5 .price-block {
  color: #ff3366;
}
.cid-uBRD4jbRl5 .onsale {
  color: #ffffff;
}
.cid-uBRD4jbRl5 .card-description {
  color: #232323;
}
.cid-uBRD4jbRl5 .card-description DIV {
  text-align: left;
}
.cid-v75QxNVp24 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v75QxNVp24 img,
.cid-v75QxNVp24 .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-v75QxNVp24 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v75QxNVp24 .item:focus,
.cid-v75QxNVp24 span:focus {
  outline: none;
}
.cid-v75QxNVp24 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v75QxNVp24 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v75QxNVp24 .item {
    margin-bottom: 1rem;
  }
}
.cid-v75QxNVp24 h5 {
  margin: 0;
}
.cid-v75QxNVp24 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v75QxNVp24 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v75QxNVp24 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v75QxNVp24 .item-wrapper:hover .item-img {
  border: 1px solid #103178;
}
.cid-v75QxNVp24 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-v75QxNVp24 .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v75QxNVp24 .item-wrapper {
    height: auto;
  }
}
.cid-v75QxNVp24 .mbr-section-title {
  color: #007fff;
  text-align: left;
}
.cid-v75QxNVp24 .item-title {
  text-align: center;
}
.cid-v75QxNVp24 .item-subtitle {
  text-align: center;
  color: #00afff;
}
.cid-v75QxNVp24 .mbr-text,
.cid-v75QxNVp24 .item .mbr-section-btn {
  text-align: left;
}
.cid-v75QxNVp24 .mbr-section-subtitle,
.cid-v75QxNVp24 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uBRD4trZfv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBRD4trZfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRD4trZfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRD4trZfv .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBRD4trZfv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBRD4trZfv .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 2rem;
}
.cid-uBRD4trZfv .card-title {
  color: #007fff;
}
.cid-uBRD4xxIxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBRD4xxIxf .fb-page,
.cid-uBRD4xxIxf span,
.cid-uBRD4xxIxf iframe {
  width: 500px;
  height: 620px;
}
.cid-uBRD4xxIxf blockquote {
  display: none;
}
.cid-uBRD4xxIxf .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uBRD4B3ejY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBRD4B3ejY .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBRD4B3ejY .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uBRD4B3ejY .media-col {
    flex-direction: column;
  }
}
.cid-uBRD4B3ejY .brand-name {
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uBRD4B3ejY .brand-name {
    margin-top: 1rem;
  }
}
.cid-uBRD4B3ejY .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uBRD4B3ejY .media-wrap {
    margin-right: 0;
  }
}
.cid-uBRD4B3ejY .cards-row,
.cid-uBRD4B3ejY .social-row,
.cid-uBRD4B3ejY .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uBRD4B3ejY .cards-row,
  .cid-uBRD4B3ejY .social-row,
  .cid-uBRD4B3ejY .menu-row {
    justify-content: center;
  }
}
.cid-uBRD4B3ejY .menu-row {
  margin-bottom: 1rem;
}
.cid-uBRD4B3ejY .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uBRD4B3ejY .foot-menu {
    justify-content: center;
  }
}
.cid-uBRD4B3ejY .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uBRD4B3ejY .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uBRD4B3ejY .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uBRD4B3ejY .row {
    text-align: center;
  }
  .cid-uBRD4B3ejY .cards-col {
    justify-content: center;
  }
  .cid-uBRD4B3ejY .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uBRD4B3ejY .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uBRD4B3ejY .card-item:last-child {
  margin-right: 0;
}
.cid-uBRD4B3ejY .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uBRD4B3ejY .logo {
  width: 80px;
}
.cid-uBRD4B3ejY .socicon {
  color: black;
}
.cid-uBRD4B3ejY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBRD4B3ejY .soc-item:last-child {
  margin-right: 0;
}
.cid-uBRD4B3ejY .mbr-text {
  color: #ffffff;
}
.cid-uBRD4B3ejY .copyright {
  color: #000000;
}
.cid-uBRD4CVtuk {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uBRD4CVtuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRD4CVtuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRD4CVtuk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uBRD4CVtuk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uBRD4CVtuk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uBRD4CVtuk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uBRD4CVtuk .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uBRD4CVtuk .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uBRD4CVtuk .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uBRD4CVtuk .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uBRD4CVtuk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uBRD4CVtuk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uBRD4CVtuk .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uBRD4CVtuk .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uBRD4CVtuk .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uBRD4CVtuk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uBRD4CVtuk [class^="socicon-"]:before,
.cid-uBRD4CVtuk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uBRD4GBVIw.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4GBVIw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4GBVIw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4GBVIw .modal-content,
.cid-uBRD4GBVIw .modal-dialog {
  height: auto;
}
.cid-uBRD4GBVIw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4GBVIw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4GBVIw .form-wrapper .mbr-form .form-group,
  .cid-uBRD4GBVIw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4GBVIw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4GBVIw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4GBVIw .mbr-text {
  text-align: center;
}
.cid-uBRD4GBVIw .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4GBVIw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4GBVIw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4GBVIw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4GBVIw .modal-open {
  overflow: hidden;
}
.cid-uBRD4GBVIw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4GBVIw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4GBVIw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4GBVIw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4GBVIw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4GBVIw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4GBVIw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4GBVIw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4GBVIw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4GBVIw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4GBVIw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4GBVIw .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4GBVIw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4GBVIw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4GBVIw .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4GBVIw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4GBVIw .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4GBVIw .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4GBVIw .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4GBVIw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD4GBVIw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4GBVIw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4GBVIw .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4GBVIw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4GBVIw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4GBVIw .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4GBVIw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4GBVIw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4GBVIw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4GBVIw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4GBVIw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4GBVIw .modal-lg,
  .cid-uBRD4GBVIw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4GBVIw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4GBVIw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4GBVIw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4GBVIw .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4GBVIw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4GBVIw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4GBVIw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4GBVIw .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4GBVIw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4IvXN9.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4IvXN9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4IvXN9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4IvXN9 .modal-content,
.cid-uBRD4IvXN9 .modal-dialog {
  height: auto;
}
.cid-uBRD4IvXN9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4IvXN9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4IvXN9 .form-wrapper .mbr-form .form-group,
  .cid-uBRD4IvXN9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4IvXN9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4IvXN9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4IvXN9 .mbr-text {
  text-align: center;
}
.cid-uBRD4IvXN9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4IvXN9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4IvXN9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4IvXN9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4IvXN9 .modal-open {
  overflow: hidden;
}
.cid-uBRD4IvXN9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4IvXN9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4IvXN9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4IvXN9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4IvXN9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4IvXN9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4IvXN9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4IvXN9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4IvXN9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4IvXN9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4IvXN9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4IvXN9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4IvXN9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4IvXN9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4IvXN9 .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4IvXN9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4IvXN9 .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4IvXN9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4IvXN9 .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4IvXN9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD4IvXN9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4IvXN9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4IvXN9 .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4IvXN9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4IvXN9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4IvXN9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4IvXN9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4IvXN9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4IvXN9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4IvXN9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4IvXN9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4IvXN9 .modal-lg,
  .cid-uBRD4IvXN9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4IvXN9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4IvXN9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4IvXN9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4IvXN9 .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4IvXN9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4IvXN9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4IvXN9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4IvXN9 .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4IvXN9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4KmKig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBRD4KmKig .media-container-row .mbr-text {
  color: #000000;
}
.cid-uBRD4M1VG1.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4M1VG1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4M1VG1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4M1VG1 .modal-content,
.cid-uBRD4M1VG1 .modal-dialog {
  height: auto;
}
.cid-uBRD4M1VG1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4M1VG1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4M1VG1 .form-wrapper .mbr-form .form-group,
  .cid-uBRD4M1VG1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4M1VG1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4M1VG1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4M1VG1 .mbr-text {
  text-align: center;
}
.cid-uBRD4M1VG1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4M1VG1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4M1VG1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4M1VG1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4M1VG1 .modal-open {
  overflow: hidden;
}
.cid-uBRD4M1VG1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4M1VG1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4M1VG1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4M1VG1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4M1VG1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4M1VG1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4M1VG1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4M1VG1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4M1VG1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4M1VG1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4M1VG1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4M1VG1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4M1VG1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4M1VG1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4M1VG1 .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4M1VG1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4M1VG1 .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4M1VG1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4M1VG1 .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4M1VG1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD4M1VG1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4M1VG1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4M1VG1 .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4M1VG1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4M1VG1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4M1VG1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4M1VG1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4M1VG1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4M1VG1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4M1VG1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4M1VG1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4M1VG1 .modal-lg,
  .cid-uBRD4M1VG1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4M1VG1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4M1VG1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4M1VG1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4M1VG1 .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4M1VG1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4M1VG1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4M1VG1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4M1VG1 .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4M1VG1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4NWmuP.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4NWmuP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4NWmuP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4NWmuP .modal-content,
.cid-uBRD4NWmuP .modal-dialog {
  height: auto;
}
.cid-uBRD4NWmuP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4NWmuP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4NWmuP .form-wrapper .mbr-form .form-group,
  .cid-uBRD4NWmuP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4NWmuP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4NWmuP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4NWmuP .mbr-text {
  text-align: center;
}
.cid-uBRD4NWmuP .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4NWmuP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4NWmuP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4NWmuP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4NWmuP .modal-open {
  overflow: hidden;
}
.cid-uBRD4NWmuP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4NWmuP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4NWmuP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4NWmuP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4NWmuP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4NWmuP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4NWmuP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4NWmuP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4NWmuP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4NWmuP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4NWmuP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4NWmuP .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4NWmuP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4NWmuP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4NWmuP .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4NWmuP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4NWmuP .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4NWmuP .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4NWmuP .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4NWmuP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD4NWmuP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4NWmuP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4NWmuP .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4NWmuP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4NWmuP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4NWmuP .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4NWmuP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4NWmuP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4NWmuP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4NWmuP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4NWmuP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4NWmuP .modal-lg,
  .cid-uBRD4NWmuP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4NWmuP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4NWmuP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4NWmuP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4NWmuP .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4NWmuP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4NWmuP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4NWmuP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4NWmuP .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4NWmuP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4PSS8J.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4PSS8J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4PSS8J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4PSS8J .modal-content,
.cid-uBRD4PSS8J .modal-dialog {
  height: auto;
}
.cid-uBRD4PSS8J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4PSS8J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4PSS8J .form-wrapper .mbr-form .form-group,
  .cid-uBRD4PSS8J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4PSS8J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4PSS8J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4PSS8J .mbr-text {
  text-align: center;
}
.cid-uBRD4PSS8J .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4PSS8J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4PSS8J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4PSS8J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4PSS8J .modal-open {
  overflow: hidden;
}
.cid-uBRD4PSS8J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4PSS8J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4PSS8J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4PSS8J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4PSS8J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4PSS8J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4PSS8J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4PSS8J .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4PSS8J .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4PSS8J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4PSS8J .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4PSS8J .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4PSS8J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4PSS8J .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4PSS8J .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4PSS8J .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4PSS8J .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4PSS8J .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4PSS8J .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4PSS8J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD4PSS8J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4PSS8J .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4PSS8J .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4PSS8J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4PSS8J .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4PSS8J .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4PSS8J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4PSS8J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4PSS8J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4PSS8J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4PSS8J .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4PSS8J .modal-lg,
  .cid-uBRD4PSS8J .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4PSS8J .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4PSS8J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4PSS8J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4PSS8J .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4PSS8J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4PSS8J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4PSS8J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4PSS8J .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4PSS8J .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4RPXW5.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4RPXW5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4RPXW5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4RPXW5 .modal-content,
.cid-uBRD4RPXW5 .modal-dialog {
  height: auto;
}
.cid-uBRD4RPXW5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4RPXW5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4RPXW5 .form-wrapper .mbr-form .form-group,
  .cid-uBRD4RPXW5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4RPXW5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4RPXW5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4RPXW5 .mbr-text {
  text-align: center;
}
.cid-uBRD4RPXW5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4RPXW5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4RPXW5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4RPXW5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4RPXW5 .modal-open {
  overflow: hidden;
}
.cid-uBRD4RPXW5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4RPXW5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4RPXW5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4RPXW5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4RPXW5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4RPXW5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4RPXW5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4RPXW5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4RPXW5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4RPXW5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4RPXW5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4RPXW5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4RPXW5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4RPXW5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4RPXW5 .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4RPXW5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4RPXW5 .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4RPXW5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4RPXW5 .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4RPXW5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD4RPXW5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4RPXW5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4RPXW5 .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4RPXW5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4RPXW5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4RPXW5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4RPXW5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4RPXW5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4RPXW5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4RPXW5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4RPXW5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4RPXW5 .modal-lg,
  .cid-uBRD4RPXW5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4RPXW5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4RPXW5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4RPXW5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4RPXW5 .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4RPXW5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4RPXW5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4RPXW5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4RPXW5 .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4RPXW5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4TIgTQ.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4TIgTQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4TIgTQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4TIgTQ .modal-content,
.cid-uBRD4TIgTQ .modal-dialog {
  height: auto;
}
.cid-uBRD4TIgTQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4TIgTQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4TIgTQ .form-wrapper .mbr-form .form-group,
  .cid-uBRD4TIgTQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4TIgTQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4TIgTQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4TIgTQ .mbr-text {
  text-align: center;
}
.cid-uBRD4TIgTQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4TIgTQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4TIgTQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4TIgTQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4TIgTQ .modal-open {
  overflow: hidden;
}
.cid-uBRD4TIgTQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4TIgTQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4TIgTQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4TIgTQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4TIgTQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4TIgTQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4TIgTQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4TIgTQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4TIgTQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4TIgTQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4TIgTQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4TIgTQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4TIgTQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4TIgTQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4TIgTQ .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4TIgTQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4TIgTQ .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4TIgTQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4TIgTQ .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4TIgTQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff87db;
}
.cid-uBRD4TIgTQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4TIgTQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4TIgTQ .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4TIgTQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4TIgTQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4TIgTQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4TIgTQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4TIgTQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4TIgTQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4TIgTQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4TIgTQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4TIgTQ .modal-lg,
  .cid-uBRD4TIgTQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4TIgTQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4TIgTQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4TIgTQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4TIgTQ .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4TIgTQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4TIgTQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4TIgTQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4TIgTQ .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4TIgTQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4VD5wr.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4VD5wr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4VD5wr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4VD5wr .modal-content,
.cid-uBRD4VD5wr .modal-dialog {
  height: auto;
}
.cid-uBRD4VD5wr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4VD5wr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4VD5wr .form-wrapper .mbr-form .form-group,
  .cid-uBRD4VD5wr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4VD5wr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4VD5wr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4VD5wr .mbr-text {
  text-align: center;
}
.cid-uBRD4VD5wr .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4VD5wr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4VD5wr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4VD5wr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4VD5wr .modal-open {
  overflow: hidden;
}
.cid-uBRD4VD5wr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4VD5wr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4VD5wr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4VD5wr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4VD5wr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4VD5wr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4VD5wr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4VD5wr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4VD5wr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4VD5wr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4VD5wr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4VD5wr .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4VD5wr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4VD5wr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4VD5wr .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4VD5wr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4VD5wr .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4VD5wr .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4VD5wr .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4VD5wr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD4VD5wr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4VD5wr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4VD5wr .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4VD5wr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4VD5wr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4VD5wr .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4VD5wr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4VD5wr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4VD5wr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4VD5wr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4VD5wr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4VD5wr .modal-lg,
  .cid-uBRD4VD5wr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4VD5wr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4VD5wr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4VD5wr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4VD5wr .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4VD5wr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4VD5wr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4VD5wr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4VD5wr .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4VD5wr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4Xva4s.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4Xva4s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4Xva4s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4Xva4s .modal-content,
.cid-uBRD4Xva4s .modal-dialog {
  height: auto;
}
.cid-uBRD4Xva4s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4Xva4s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4Xva4s .form-wrapper .mbr-form .form-group,
  .cid-uBRD4Xva4s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4Xva4s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4Xva4s .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4Xva4s .mbr-text {
  text-align: center;
}
.cid-uBRD4Xva4s .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4Xva4s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4Xva4s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4Xva4s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4Xva4s .modal-open {
  overflow: hidden;
}
.cid-uBRD4Xva4s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4Xva4s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4Xva4s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4Xva4s .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4Xva4s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4Xva4s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4Xva4s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4Xva4s .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4Xva4s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4Xva4s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4Xva4s .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4Xva4s .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4Xva4s .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4Xva4s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4Xva4s .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4Xva4s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4Xva4s .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4Xva4s .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4Xva4s .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4Xva4s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD4Xva4s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4Xva4s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4Xva4s .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4Xva4s .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4Xva4s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4Xva4s .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4Xva4s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4Xva4s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4Xva4s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4Xva4s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4Xva4s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4Xva4s .modal-lg,
  .cid-uBRD4Xva4s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4Xva4s .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4Xva4s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4Xva4s .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4Xva4s .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4Xva4s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4Xva4s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4Xva4s .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4Xva4s .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4Xva4s .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD4ZuC4w.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD4ZuC4w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD4ZuC4w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD4ZuC4w .modal-content,
.cid-uBRD4ZuC4w .modal-dialog {
  height: auto;
}
.cid-uBRD4ZuC4w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD4ZuC4w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD4ZuC4w .form-wrapper .mbr-form .form-group,
  .cid-uBRD4ZuC4w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD4ZuC4w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD4ZuC4w .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD4ZuC4w .mbr-text {
  text-align: center;
}
.cid-uBRD4ZuC4w .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD4ZuC4w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD4ZuC4w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD4ZuC4w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD4ZuC4w .modal-open {
  overflow: hidden;
}
.cid-uBRD4ZuC4w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD4ZuC4w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD4ZuC4w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD4ZuC4w .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD4ZuC4w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD4ZuC4w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD4ZuC4w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD4ZuC4w .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD4ZuC4w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD4ZuC4w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD4ZuC4w .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD4ZuC4w .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD4ZuC4w .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD4ZuC4w .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4ZuC4w .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD4ZuC4w .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD4ZuC4w .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD4ZuC4w .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD4ZuC4w .modal-header .close:focus {
  outline: none;
}
.cid-uBRD4ZuC4w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD4ZuC4w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD4ZuC4w .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4ZuC4w .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD4ZuC4w .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD4ZuC4w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD4ZuC4w .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD4ZuC4w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD4ZuC4w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD4ZuC4w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD4ZuC4w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD4ZuC4w .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD4ZuC4w .modal-lg,
  .cid-uBRD4ZuC4w .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD4ZuC4w .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD4ZuC4w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD4ZuC4w .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD4ZuC4w .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD4ZuC4w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD4ZuC4w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD4ZuC4w .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD4ZuC4w .mbr-section-btn {
  margin: 0;
}
.cid-uBRD4ZuC4w .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD51Ao47.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD51Ao47.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD51Ao47.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD51Ao47 .modal-content,
.cid-uBRD51Ao47 .modal-dialog {
  height: auto;
}
.cid-uBRD51Ao47 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD51Ao47 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD51Ao47 .form-wrapper .mbr-form .form-group,
  .cid-uBRD51Ao47 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD51Ao47 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD51Ao47 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD51Ao47 .mbr-text {
  text-align: center;
}
.cid-uBRD51Ao47 .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD51Ao47 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD51Ao47 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD51Ao47 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD51Ao47 .modal-open {
  overflow: hidden;
}
.cid-uBRD51Ao47 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD51Ao47 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD51Ao47 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD51Ao47 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD51Ao47 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD51Ao47 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD51Ao47 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD51Ao47 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD51Ao47 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD51Ao47 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD51Ao47 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD51Ao47 .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD51Ao47 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD51Ao47 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD51Ao47 .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD51Ao47 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD51Ao47 .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD51Ao47 .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD51Ao47 .modal-header .close:focus {
  outline: none;
}
.cid-uBRD51Ao47 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD51Ao47 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD51Ao47 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD51Ao47 .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD51Ao47 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD51Ao47 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD51Ao47 .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD51Ao47 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD51Ao47 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD51Ao47 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD51Ao47 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD51Ao47 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD51Ao47 .modal-lg,
  .cid-uBRD51Ao47 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD51Ao47 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD51Ao47 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD51Ao47 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD51Ao47 .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD51Ao47 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD51Ao47 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD51Ao47 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD51Ao47 .mbr-section-btn {
  margin: 0;
}
.cid-uBRD51Ao47 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD53KIFK.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD53KIFK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD53KIFK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD53KIFK .modal-content,
.cid-uBRD53KIFK .modal-dialog {
  height: auto;
}
.cid-uBRD53KIFK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD53KIFK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD53KIFK .form-wrapper .mbr-form .form-group,
  .cid-uBRD53KIFK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD53KIFK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD53KIFK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD53KIFK .mbr-text {
  text-align: center;
}
.cid-uBRD53KIFK .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD53KIFK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD53KIFK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD53KIFK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD53KIFK .modal-open {
  overflow: hidden;
}
.cid-uBRD53KIFK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD53KIFK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD53KIFK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD53KIFK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD53KIFK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD53KIFK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD53KIFK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD53KIFK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD53KIFK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD53KIFK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD53KIFK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD53KIFK .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD53KIFK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD53KIFK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD53KIFK .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD53KIFK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD53KIFK .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD53KIFK .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD53KIFK .modal-header .close:focus {
  outline: none;
}
.cid-uBRD53KIFK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD53KIFK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD53KIFK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD53KIFK .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD53KIFK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD53KIFK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD53KIFK .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD53KIFK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD53KIFK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD53KIFK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD53KIFK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD53KIFK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD53KIFK .modal-lg,
  .cid-uBRD53KIFK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD53KIFK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD53KIFK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD53KIFK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD53KIFK .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD53KIFK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD53KIFK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD53KIFK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD53KIFK .mbr-section-btn {
  margin: 0;
}
.cid-uBRD53KIFK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBRD55VPVf.popup-builder {
  background-color: #ffffff;
}
.cid-uBRD55VPVf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBRD55VPVf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBRD55VPVf .modal-content,
.cid-uBRD55VPVf .modal-dialog {
  height: auto;
}
.cid-uBRD55VPVf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBRD55VPVf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBRD55VPVf .form-wrapper .mbr-form .form-group,
  .cid-uBRD55VPVf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBRD55VPVf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBRD55VPVf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRD55VPVf .mbr-text {
  text-align: center;
}
.cid-uBRD55VPVf .pt-0 {
  padding-top: 0 !important;
}
.cid-uBRD55VPVf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBRD55VPVf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBRD55VPVf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBRD55VPVf .modal-open {
  overflow: hidden;
}
.cid-uBRD55VPVf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBRD55VPVf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBRD55VPVf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBRD55VPVf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBRD55VPVf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBRD55VPVf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBRD55VPVf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBRD55VPVf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBRD55VPVf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBRD55VPVf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBRD55VPVf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBRD55VPVf .modal-backdrop.show {
  opacity: .5;
}
.cid-uBRD55VPVf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBRD55VPVf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD55VPVf .modal-header {
    padding: 1rem;
  }
}
.cid-uBRD55VPVf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBRD55VPVf .modal-header .close svg {
  fill: #353535;
}
.cid-uBRD55VPVf .modal-header .close:hover {
  opacity: 1;
}
.cid-uBRD55VPVf .modal-header .close:focus {
  outline: none;
}
.cid-uBRD55VPVf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBRD55VPVf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBRD55VPVf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD55VPVf .modal-body {
    padding: 1rem;
  }
}
.cid-uBRD55VPVf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBRD55VPVf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRD55VPVf .modal-footer {
    padding: 1rem;
  }
}
.cid-uBRD55VPVf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBRD55VPVf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBRD55VPVf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBRD55VPVf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBRD55VPVf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBRD55VPVf .modal-lg,
  .cid-uBRD55VPVf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBRD55VPVf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBRD55VPVf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBRD55VPVf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBRD55VPVf .form-group {
  margin-bottom: 1rem;
}
.cid-uBRD55VPVf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBRD55VPVf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBRD55VPVf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBRD55VPVf .mbr-section-btn {
  margin: 0;
}
.cid-uBRD55VPVf .mbr-section-btn .btn {
  margin: 0;
}
.cid-tNbSmi8ZZf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNbSmi8ZZf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNbSmi8ZZf .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNbSmi8ZZf .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-tNbSmi8ZZf .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNbSmi8ZZf .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-logo a {
  outline: none;
}
.cid-tNbSmi8ZZf .navbar-caption-wrap {
  align-items: center;
}
.cid-tNbSmi8ZZf .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-tNbSmi8ZZf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link:hover {
  color: #103178 !important;
}
.cid-tNbSmi8ZZf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    align-items: center;
  }
}
.cid-tNbSmi8ZZf .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNbSmi8ZZf .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNbSmi8ZZf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-tNbSmi8ZZf .nav-item:focus,
.cid-tNbSmi8ZZf .nav-link:focus {
  outline: none;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNbSmi8ZZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNbSmi8ZZf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.opened {
  transition: all 0.3s;
}
.cid-tNbSmi8ZZf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNbSmi8ZZf .navbar .navbar-logo img {
  width: auto;
}
.cid-tNbSmi8ZZf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNbSmi8ZZf .navbar.collapsed {
  justify-content: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNbSmi8ZZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNbSmi8ZZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar {
    min-height: 72px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNbSmi8ZZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNbSmi8ZZf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNbSmi8ZZf .dropdown-item.active,
.cid-tNbSmi8ZZf .dropdown-item:active {
  background-color: transparent;
}
.cid-tNbSmi8ZZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNbSmi8ZZf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNbSmi8ZZf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: center;
  }
}
.cid-tNbSmi8ZZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNbSmi8ZZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNbSmi8ZZf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNbSmi8ZZf .navbar {
    height: 70px;
  }
  .cid-tNbSmi8ZZf .navbar.opened {
    height: auto;
  }
  .cid-tNbSmi8ZZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNbSmi8ZZf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNbSmi8ZZf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar-brand {
    margin-right: auto;
  }
  .cid-tNbSmi8ZZf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNbSmi8ZZf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tNbsrmU5Ji {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tNbsrmU5Ji .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tNbsrmU5Ji .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tNbsrmU5Ji {
    align-items: center;
  }
  .cid-tNbsrmU5Ji .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNbsrmU5Ji .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNbsrmU5Ji {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNbsrmU5Ji .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNbsrmU5Ji .content-wrap {
    width: 100%;
  }
}
.cid-tNbsrmU5Ji .mbr-section-title {
  text-align: left;
}
.cid-tNbsrmU5Ji .mbr-text,
.cid-tNbsrmU5Ji .mbr-section-btn {
  text-align: left;
}
.cid-tNbtn3gfot {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbtn3gfot .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtn3gfot .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtn3gfot .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNbtn3gfot .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tNbtn3gfot .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNbtn3gfot h5 {
  margin: 0;
}
.cid-tNbtn3gfot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtn3gfot .iconfont-wrapper {
  position: relative;
}
.cid-tNbtn3gfot .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ca9236;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-tNbtn3gfot .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #4e423d;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tNbtn3gfot .card-title,
.cid-tNbtn3gfot .iconfont-wrapper {
  color: #000000;
}
.cid-tNbtn3gfot .card-text {
  color: #000000;
}
.cid-tNbtn3gfot .mbr-section-title {
  color: #000000;
}
.cid-tNbtnw7JGs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbtnw7JGs .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tNbtnw7JGs .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tNbtnw7JGs .item-img:hover img {
  transform: scale(1.15);
}
.cid-tNbtnw7JGs .item-img:hover:before {
  opacity: 0.5;
}
.cid-tNbtnw7JGs h5 {
  margin-bottom: 1rem;
}
.cid-tNbtnw7JGs .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tNbtnw7JGs .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tNbtnw7JGs img,
.cid-tNbtnw7JGs .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-tNbtnw7JGs .item:focus,
.cid-tNbtnw7JGs span:focus {
  outline: none;
}
.cid-tNbtnw7JGs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtnw7JGs .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtnw7JGs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNbtnw7JGs .mbr-section-title {
  color: #4e423d;
}
.cid-tNbtnw7JGs .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .mbr-text,
.cid-tNbtnw7JGs .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .content-head {
  max-width: 800px;
}
.cid-tNbtv2MiSg {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tNbtv2MiSg {
    align-items: center;
  }
  .cid-tNbtv2MiSg .row {
    justify-content: center;
  }
}
.cid-tNbtv2MiSg p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNbtv2MiSg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNbtv2MiSg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNbtv2MiSg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNbtv2MiSg .content-wrap {
    width: 100%;
  }
}
.cid-tNbtv2MiSg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tNbtv2MiSg .mbr-text,
.cid-tNbtv2MiSg .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-tNbtv2MiSg .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: center;
}
.cid-tNbtmHRYqk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNbtmHRYqk img,
.cid-tNbtmHRYqk .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 300px;
  height: 300px;
  object-fit: cover;
}
.cid-tNbtmHRYqk .item:focus,
.cid-tNbtmHRYqk span:focus {
  outline: none;
}
.cid-tNbtmHRYqk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtmHRYqk .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtmHRYqk h5 {
  margin: 0;
}
.cid-tNbtmHRYqk .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tNbtmHRYqk .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-tNbtmHRYqk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tNbtmHRYqk .item-wrapper:hover {
  border-color: #103178;
}
.cid-tNbtmHRYqk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-tNbtmHRYqk .item-wrapper {
    height: auto;
  }
}
.cid-tNbtmHRYqk .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-tNbtmHRYqk .item-title {
  text-align: center;
}
.cid-tNbtmHRYqk .item-subtitle {
  text-align: center;
}
.cid-tNbtmHRYqk .mbr-text,
.cid-tNbtmHRYqk .item .mbr-section-btn {
  text-align: center;
}
.cid-tNbtmHRYqk .content-head {
  max-width: 800px;
}
.cid-tNbtmHRYqk .mbr-section-subtitle,
.cid-tNbtmHRYqk .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tNbSpTIDXK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a413a;
}
.cid-tNbSpTIDXK img,
.cid-tNbSpTIDXK .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 400px;
  height: 400px;
}
.cid-tNbSpTIDXK .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-tNbSpTIDXK .item:focus,
.cid-tNbSpTIDXK span:focus {
  outline: none;
}
.cid-tNbSpTIDXK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbSpTIDXK .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbSpTIDXK .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tNbSpTIDXK .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-tNbSpTIDXK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tNbSpTIDXK .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-tNbSpTIDXK .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-tNbSpTIDXK .item-wrapper {
    height: auto;
  }
}
.cid-tNbSpTIDXK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNbSpTIDXK .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tNbSpTIDXK .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tNbSpTIDXK .mbr-text,
.cid-tNbSpTIDXK .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tNbSpTIDXK .mbr-section-subtitle,
.cid-tNbSpTIDXK .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tNbtUAlViZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNbtUAlViZ .item-img,
.cid-tNbtUAlViZ .img-wrap,
.cid-tNbtUAlViZ img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-tNbtUAlViZ img,
.cid-tNbtUAlViZ .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-tNbtUAlViZ img,
  .cid-tNbtUAlViZ .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-tNbtUAlViZ .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-tNbtUAlViZ .item:focus,
.cid-tNbtUAlViZ span:focus {
  outline: none;
}
.cid-tNbtUAlViZ .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-tNbtUAlViZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtUAlViZ .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtUAlViZ h5 {
  margin: 0;
}
.cid-tNbtUAlViZ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tNbtUAlViZ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-tNbtUAlViZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tNbtUAlViZ .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-tNbtUAlViZ .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-tNbtUAlViZ .item-wrapper {
    height: auto;
  }
}
.cid-tNbtUAlViZ .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-tNbtUAlViZ .item-title {
  text-align: center;
}
.cid-tNbtUAlViZ .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tNbtUAlViZ .mbr-text,
.cid-tNbtUAlViZ .item .mbr-section-btn {
  text-align: center;
}
.cid-tNbtUAlViZ .mbr-section-subtitle,
.cid-tNbtUAlViZ .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tNbtV83XeT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5f1f2;
}
.cid-tNbtV83XeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtV83XeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtV83XeT img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-tNbtV83XeT .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ca9236;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-tNbtV83XeT .card-title,
.cid-tNbtV83XeT .iconfont-wrapper {
  color: #232323;
}
.cid-tNbtV83XeT .card-text {
  color: #232323;
}
.cid-tNbtV83XeT .mbr-section-title {
  color: #4e423d;
}
.cid-tNbtV83XeT .mbr-section-subtitle {
  color: #232323;
}
.cid-tNbtV83XeT .content-head {
  max-width: 800px;
}
.cid-tNbtV83XeT .card-subtitle {
  color: #a1a1a1;
}
.cid-tNbu6rQBuQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNbu6rQBuQ img {
  width: 180px;
  margin: auto;
}
.cid-tNbu6rQBuQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-tNbu6rQBuQ .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-tNbu6rQBuQ .card {
    max-width: 20%;
  }
}
.cid-tNbu6rQBuQ .mbr-section-title {
  color: #4e423d;
}
.cid-tNbtp0OACb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a413a;
}
.cid-tNbtp0OACb img,
.cid-tNbtp0OACb .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 400px;
  height: 400px;
}
.cid-tNbtp0OACb .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-tNbtp0OACb .item:focus,
.cid-tNbtp0OACb span:focus {
  outline: none;
}
.cid-tNbtp0OACb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtp0OACb .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtp0OACb .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tNbtp0OACb .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-tNbtp0OACb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tNbtp0OACb .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-tNbtp0OACb .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-tNbtp0OACb .item-wrapper {
    height: auto;
  }
}
.cid-tNbtp0OACb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNbtp0OACb .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tNbtp0OACb .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tNbtp0OACb .mbr-text,
.cid-tNbtp0OACb .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tNbtp0OACb .mbr-section-subtitle,
.cid-tNbtp0OACb .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tNbtVVPJGP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNbtVVPJGP .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-tNbtVVPJGP .panel-group {
  border: none;
}
.cid-tNbtVVPJGP .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-tNbtVVPJGP .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtVVPJGP .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tNbtVVPJGP .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-tNbtVVPJGP .img-col {
  padding: 0;
}
.cid-tNbtVVPJGP span {
  margin-right: 1rem;
}
.cid-tNbtVVPJGP .img-item {
  height: 100%;
}
.cid-tNbtVVPJGP img {
  height: 100%;
  object-fit: cover;
}
.cid-tNbtVVPJGP .collapsed span {
  transform: rotate(0deg);
}
.cid-tNbtVVPJGP .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-tNbtVVPJGP p {
  margin-bottom: 0.3rem;
}
.cid-tNbtVVPJGP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-tNbtVVPJGP .card {
  padding: 0;
}
.cid-tNbtVVPJGP .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-tNbtVVPJGP .panel-text {
    padding-left: 0;
  }
}
.cid-tNbtVVPJGP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tNbtVVPJGP .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tNbtVVPJGP .panel-title-edit,
.cid-tNbtVVPJGP .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-tNbtYW7t6J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbtYW7t6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtYW7t6J .container {
  max-width: 1300px;
}
.cid-tNbtYW7t6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtYW7t6J .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tNbtYW7t6J .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tNbtYW7t6J .row {
  background: #1f6463;
}
@media (max-width: 991px) {
  .cid-tNbtYW7t6J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNbtYW7t6J .image-wrapper {
  padding: 0;
}
.cid-tNbtYW7t6J .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tNbtYW7t6J .mbr-section-title {
  color: #ffffff;
}
.cid-tNbtYW7t6J .mbr-text,
.cid-tNbtYW7t6J .mbr-section-btn {
  color: #ffffff;
}
.cid-tNbtYW7t6J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNbtW48MdB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tNbtW48MdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtW48MdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtW48MdB .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
  border-radius: 2rem;
}
.cid-tNbtW48MdB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNbtW48MdB .google-map [data-state-details] {
  color: #6b6763;
  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-tNbtW48MdB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNbtW48MdB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNbtW48MdB .google-map:hover {
  filter: grayscale(0);
}
.cid-tNbtW48MdB .mbr-section-title {
  text-align: left;
}
.cid-tNbtWcJNjH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNbtWcJNjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtWcJNjH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtWcJNjH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNbtWcJNjH .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tNbtWcJNjH a {
  font-weight: 600;
}
.cid-tNbtWcJNjH a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tNbtWcJNjH .col-lg-3,
  .cid-tNbtWcJNjH .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tNbtWcJNjH .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tNbtWcJNjH .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNbtWcJNjH h5 {
  margin: 0;
}
.cid-tNbtWcJNjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtWcJNjH .iconfont-wrapper {
  position: relative;
}
.cid-tNbtWcJNjH .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tNbtWcJNjH .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tNbtWcJNjH .sociconfont-wrapper {
  display: flex;
}
.cid-tNbtWcJNjH .card-title,
.cid-tNbtWcJNjH .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-tNbtWcJNjH .card-text {
  color: #000000;
}
.cid-tNbtWcJNjH .mbr-section-title {
  color: #000000;
}
.cid-tNbtWcJNjH .main-title,
.cid-tNbtWcJNjH .iconfont-wrapper {
  text-align: left;
}
.cid-tNbtUOD8SE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fcf0e2;
}
.cid-tNbtUOD8SE input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-tNbtUOD8SE input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-tNbtUOD8SE .btn,
.cid-tNbtUOD8SE .wrapper {
  border-radius: 2rem !important;
}
.cid-tNbtUOD8SE .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tNbtUOD8SE .btn {
    width: 100%;
  }
}
.cid-tNbtUOD8SE .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tNbtUOD8SE .mbr-section-btn {
    width: 100%;
  }
}
.cid-tNbtUOD8SE .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-tNbtUOD8SE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNbtUOD8SE .form-group {
  margin: 0;
}
.cid-tNbtUOD8SE .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tNbtUOD8SE .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-tNbtUOD8SE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tNbtUOD8SE .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tNbtUOD8SE .justify-content-center {
  align-items: center;
}
.cid-tNbtUOD8SE .mbr-section-title {
  text-align: center;
  color: #4e423d;
}
.cid-tNbSkOuTGD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNbSkOuTGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbSkOuTGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbSkOuTGD li {
  padding-bottom: 0.3rem;
}
.cid-tNbSkOuTGD h5 {
  padding-bottom: 1rem;
}
.cid-tNbSkOuTGD .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-tNbSkOuTGD .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-tNbSkOuTGD .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-tNbSkOuTGD .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tNbSkOuTGD .list {
  list-style: none;
  padding-left: 0;
  color: #a1a1a1;
}
@media (max-width: 991px) {
  .cid-tNbSkOuTGD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNbSkOuTGD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSkOuTGD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tNbSkOuTGD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tNbSkOuTGD .copyright {
  color: #000000;
}
.cid-tNbSkOuTGD .mbr-section-subtitle {
  color: #4e423d;
}
.cid-tNbtX8ulws {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNbtX8ulws .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-col {
    flex-direction: column;
  }
}
.cid-tNbtX8ulws .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-tNbtX8ulws .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-wrap {
    margin-right: 0;
  }
}
.cid-tNbtX8ulws .cards-row,
.cid-tNbtX8ulws .social-row,
.cid-tNbtX8ulws .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .cards-row,
  .cid-tNbtX8ulws .social-row,
  .cid-tNbtX8ulws .menu-row {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .menu-row {
  margin-bottom: 1rem;
}
.cid-tNbtX8ulws .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .foot-menu {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tNbtX8ulws .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tNbtX8ulws .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .row {
    text-align: center;
  }
  .cid-tNbtX8ulws .cards-col {
    justify-content: center;
  }
  .cid-tNbtX8ulws .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tNbtX8ulws .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tNbtX8ulws .card-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNbtX8ulws .logo {
  width: 80px;
}
.cid-tNbtX8ulws .socicon {
  color: black;
}
.cid-tNbtX8ulws .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNbtX8ulws .soc-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .mbr-text {
  color: #ffffff;
}
.cid-tNbtX8ulws .copyright {
  color: #000000;
}
.cid-tNbu30YsYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNbu30YsYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbu30YsYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbu30YsYj li {
  padding-bottom: 0.3rem;
}
.cid-tNbu30YsYj h5 {
  padding-bottom: 1rem;
}
.cid-tNbu30YsYj .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-tNbu30YsYj .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-tNbu30YsYj .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-tNbu30YsYj .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tNbu30YsYj .list {
  list-style: none;
  padding-left: 0;
  color: #a1a1a1;
}
@media (max-width: 991px) {
  .cid-tNbu30YsYj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNbu30YsYj .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbu30YsYj .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tNbu30YsYj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tNbu30YsYj .copyright {
  color: #000000;
}
.cid-tNbu30YsYj .mbr-section-subtitle {
  color: #4e423d;
}
