.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  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: #ff6600 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8533 !important;
  border-color: #ff8533 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8533 !important;
  border-color: #ff8533 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !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: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !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: #ff6600;
  color: #ff6600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a84300 !important;
  background-color: transparent !important;
  border-color: #a84300 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !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: #ff6600 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #993d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #ff6600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ff6600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ff6600;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6600;
}
.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: #ff6600;
  border-bottom-color: #ff6600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6600 !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: #ffd7ef !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='%23ff6600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNOHVaviTO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNOHVaviTO .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-uNOHVaviTO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNOHVaviTO .navbar-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-uNOHVaviTO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNOHVaviTO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNOHVaviTO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNOHVaviTO .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uNOHVaviTO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNOHVaviTO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNOHVaviTO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNOHVaviTO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNOHVaviTO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNOHVaviTO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNOHVaviTO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNOHVaviTO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNOHVaviTO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNOHVaviTO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNOHVaviTO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNOHVaviTO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uNOHVaviTO .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNOHVaviTO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNOHVaviTO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNOHVaviTO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uNOHVaviTO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNOHVaviTO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNOHVaviTO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNOHVaviTO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uNOHVaviTO .nav-item:focus,
.cid-uNOHVaviTO .nav-link:focus {
  outline: none;
}
.cid-uNOHVaviTO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNOHVaviTO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNOHVaviTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNOHVaviTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNOHVaviTO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNOHVaviTO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNOHVaviTO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNOHVaviTO .navbar.opened {
  transition: all 0.3s;
}
.cid-uNOHVaviTO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNOHVaviTO .navbar .navbar-logo img {
  width: auto;
}
.cid-uNOHVaviTO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNOHVaviTO .navbar.collapsed {
  justify-content: center;
}
.cid-uNOHVaviTO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNOHVaviTO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNOHVaviTO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNOHVaviTO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNOHVaviTO .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-uNOHVaviTO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNOHVaviTO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNOHVaviTO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNOHVaviTO .navbar {
    min-height: 72px;
  }
  .cid-uNOHVaviTO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNOHVaviTO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNOHVaviTO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNOHVaviTO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNOHVaviTO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNOHVaviTO .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-uNOHVaviTO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNOHVaviTO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNOHVaviTO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNOHVaviTO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNOHVaviTO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNOHVaviTO .dropdown-item.active,
.cid-uNOHVaviTO .dropdown-item:active {
  background-color: transparent;
}
.cid-uNOHVaviTO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNOHVaviTO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNOHVaviTO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNOHVaviTO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNOHVaviTO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNOHVaviTO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNOHVaviTO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNOHVaviTO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNOHVaviTO .navbar-buttons {
    text-align: left;
  }
}
.cid-uNOHVaviTO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNOHVaviTO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNOHVaviTO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNOHVaviTO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNOHVaviTO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNOHVaviTO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNOHVaviTO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNOHVaviTO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNOHVaviTO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNOHVaviTO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNOHVaviTO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNOHVaviTO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNOHVaviTO .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-uNOHVaviTO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNOHVaviTO .navbar {
    height: 70px;
  }
  .cid-uNOHVaviTO .navbar.opened {
    height: auto;
  }
  .cid-uNOHVaviTO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNOHVaviTO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNOHVaviTO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNOHVaviTO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNOHVaviTO .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-uNOHVaviTO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNOHVaviTO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNOHVaviTO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNOHVaviTO .navbar-brand {
    margin-right: auto;
  }
  .cid-uNOHVaviTO .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: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uNOHVaviTO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNOHVaviTO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNOHVaviTO .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-uNOHVaviTO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNOHVaviTO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNOHVaviTO .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-uNOHVaviTO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNOHVaviTO .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-uNOHVaviTO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNOHVaviTO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNOJqpiR3v {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uNOJqpiR3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOJqpiR3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOJqpiR3v .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNOJqpiR3v .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNOJqpiR3v .content-head {
  max-width: 800px;
}
.cid-uNOJqpiR3v .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uNOJqpiR3v .img-wrapper img {
  width: 6rem;
}
.cid-uNOJqpiR3v .card-title {
  text-align: center;
}
.cid-uNTlNRQnaA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uNTlNRQnaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNTlNRQnaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNTlNRQnaA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNTlNRQnaA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNTlNRQnaA .content-head {
  max-width: 800px;
}
.cid-uNTlNRQnaA .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uNTlNRQnaA .img-wrapper img {
  width: 6rem;
}
.cid-uNTlNRQnaA .card-title {
  text-align: center;
}
.cid-uNODM0ARQV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNODM0ARQV .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNODM0ARQV .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNODM0ARQV .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNODM0ARQV .desc {
  color: #111213;
}
.cid-uNODM0ARQV .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNODM0ARQV .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNODM0ARQV .name {
  margin-bottom: 20px;
}
.cid-uNODM0ARQV .price {
  width: auto;
  display: inline;
}
.cid-uNODM0ARQV .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNODM0ARQV .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uNODM0ARQV .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNODM0ARQV .new-price {
  width: auto;
  display: inline;
}
.cid-uNODM0ARQV .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNODM0ARQV .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNODM0ARQV .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNODM0ARQV .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNODM0ARQV .plus {
  color: #52586a;
}
.cid-uNODM0ARQV .desc,
.cid-uNODM0ARQV .plus {
  display: inline-block;
  width: auto;
}
.cid-uNODM0ARQV .mbr-text,
.cid-uNODM0ARQV .mbr-section-btn {
  color: #52586a;
}
.cid-uNODM0ARQV .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNODM0ARQV .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNODM0ARQV .name,
.cid-uNODM0ARQV .card,
.cid-uNODM0ARQV .price-line {
  color: #ff6600;
}
#custom-html-6k {
  /* Type valid CSS here */
}
#custom-html-6k div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6k p {
  font-size: 0px;
  color: #777;
}
.cid-uNOL8B4M2e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNOL8B4M2e .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNOL8B4M2e .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNOL8B4M2e .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNOL8B4M2e .desc {
  color: #111213;
}
.cid-uNOL8B4M2e .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNOL8B4M2e .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNOL8B4M2e .name {
  margin-bottom: 20px;
}
.cid-uNOL8B4M2e .price {
  width: auto;
  display: inline;
}
.cid-uNOL8B4M2e .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNOL8B4M2e .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uNOL8B4M2e .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNOL8B4M2e .new-price {
  width: auto;
  display: inline;
}
.cid-uNOL8B4M2e .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNOL8B4M2e .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNOL8B4M2e .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNOL8B4M2e .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNOL8B4M2e .plus {
  color: #52586a;
}
.cid-uNOL8B4M2e .desc,
.cid-uNOL8B4M2e .plus {
  display: inline-block;
  width: auto;
}
.cid-uNOL8B4M2e .mbr-text,
.cid-uNOL8B4M2e .mbr-section-btn {
  color: #52586a;
}
.cid-uNOL8B4M2e .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNOL8B4M2e .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNOL8B4M2e .name,
.cid-uNOL8B4M2e .card,
.cid-uNOL8B4M2e .price-line {
  color: #ff6600;
}
#custom-html-6l {
  /* Type valid CSS here */
}
#custom-html-6l div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6l p {
  font-size: 0px;
  color: #777;
}
.cid-uNOLERZjDl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNOLERZjDl .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNOLERZjDl .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNOLERZjDl .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNOLERZjDl .desc {
  color: #111213;
}
.cid-uNOLERZjDl .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNOLERZjDl .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNOLERZjDl .name {
  margin-bottom: 20px;
}
.cid-uNOLERZjDl .price {
  width: auto;
  display: inline;
}
.cid-uNOLERZjDl .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNOLERZjDl .plus1 {
  display: inline;
  width: auto;
  color: #232323;
}
.cid-uNOLERZjDl .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNOLERZjDl .new-price {
  width: auto;
  display: inline;
}
.cid-uNOLERZjDl .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNOLERZjDl .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNOLERZjDl .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNOLERZjDl .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNOLERZjDl .plus {
  color: #232323;
}
.cid-uNOLERZjDl .desc,
.cid-uNOLERZjDl .plus {
  display: inline-block;
  width: auto;
}
.cid-uNOLERZjDl .mbr-text,
.cid-uNOLERZjDl .mbr-section-btn {
  color: #52586a;
}
.cid-uNOLERZjDl .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNOLERZjDl .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNOLERZjDl .name,
.cid-uNOLERZjDl .card,
.cid-uNOLERZjDl .price-line {
  color: #ff6600;
}
.cid-uNOLERZjDl .mbr-text,
.cid-uNOLERZjDl .mbr-section-btn,
.cid-uNOLERZjDl .price-line1 {
  color: #52586a;
}
#custom-html-6m {
  /* Type valid CSS here */
}
#custom-html-6m div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6m p {
  font-size: 0px;
  color: #777;
}
.cid-uNTlTx7O78 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNTlTx7O78 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNTlTx7O78 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNTlTx7O78 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNTlTx7O78 .desc {
  color: #111213;
}
.cid-uNTlTx7O78 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNTlTx7O78 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNTlTx7O78 .name {
  margin-bottom: 20px;
}
.cid-uNTlTx7O78 .price {
  width: auto;
  display: inline;
}
.cid-uNTlTx7O78 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNTlTx7O78 .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uNTlTx7O78 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNTlTx7O78 .new-price {
  width: auto;
  display: inline;
}
.cid-uNTlTx7O78 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNTlTx7O78 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNTlTx7O78 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNTlTx7O78 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNTlTx7O78 .plus {
  color: #52586a;
}
.cid-uNTlTx7O78 .desc,
.cid-uNTlTx7O78 .plus {
  display: inline-block;
  width: auto;
}
.cid-uNTlTx7O78 .mbr-text,
.cid-uNTlTx7O78 .mbr-section-btn {
  color: #52586a;
}
.cid-uNTlTx7O78 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNTlTx7O78 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNTlTx7O78 .name,
.cid-uNTlTx7O78 .card,
.cid-uNTlTx7O78 .price-line {
  color: #ff6600;
}
#custom-html-6n {
  /* Type valid CSS here */
}
#custom-html-6n div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6n p {
  font-size: 0px;
  color: #777;
}
.cid-uNTlYxWZc7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNTlYxWZc7 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNTlYxWZc7 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNTlYxWZc7 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNTlYxWZc7 .desc {
  color: #111213;
}
.cid-uNTlYxWZc7 .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNTlYxWZc7 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNTlYxWZc7 .name {
  margin-bottom: 20px;
}
.cid-uNTlYxWZc7 .price {
  width: auto;
  display: inline;
}
.cid-uNTlYxWZc7 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNTlYxWZc7 .plus1 {
  display: inline;
  width: auto;
  color: #232323;
}
.cid-uNTlYxWZc7 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNTlYxWZc7 .new-price {
  width: auto;
  display: inline;
}
.cid-uNTlYxWZc7 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNTlYxWZc7 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNTlYxWZc7 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNTlYxWZc7 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNTlYxWZc7 .plus {
  color: #52586a;
}
.cid-uNTlYxWZc7 .desc,
.cid-uNTlYxWZc7 .plus {
  display: inline-block;
  width: auto;
}
.cid-uNTlYxWZc7 .mbr-text,
.cid-uNTlYxWZc7 .mbr-section-btn {
  color: #52586a;
}
.cid-uNTlYxWZc7 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNTlYxWZc7 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNTlYxWZc7 .name,
.cid-uNTlYxWZc7 .card,
.cid-uNTlYxWZc7 .price-line {
  color: #ff6600;
}
#custom-html-6o {
  /* Type valid CSS here */
}
#custom-html-6o div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6o p {
  font-size: 0px;
  color: #777;
}
.cid-uNTm31DykB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNTm31DykB .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNTm31DykB .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNTm31DykB .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNTm31DykB .desc {
  color: #111213;
}
.cid-uNTm31DykB .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNTm31DykB .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNTm31DykB .name {
  margin-bottom: 20px;
}
.cid-uNTm31DykB .price {
  width: auto;
  display: inline;
}
.cid-uNTm31DykB .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNTm31DykB .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uNTm31DykB .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNTm31DykB .new-price {
  width: auto;
  display: inline;
}
.cid-uNTm31DykB .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNTm31DykB .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNTm31DykB .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNTm31DykB .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNTm31DykB .plus {
  color: #52586a;
}
.cid-uNTm31DykB .desc,
.cid-uNTm31DykB .plus {
  display: inline-block;
  width: auto;
}
.cid-uNTm31DykB .mbr-text,
.cid-uNTm31DykB .mbr-section-btn {
  color: #52586a;
}
.cid-uNTm31DykB .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNTm31DykB .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNTm31DykB .name,
.cid-uNTm31DykB .card,
.cid-uNTm31DykB .price-line {
  color: #ff6600;
}
#custom-html-6p {
  /* Type valid CSS here */
}
#custom-html-6p div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6p p {
  font-size: 0px;
  color: #777;
}
.cid-uNTwLWtzUg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNTwLWtzUg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNTwLWtzUg .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNTwLWtzUg .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNTwLWtzUg .desc {
  color: #111213;
}
.cid-uNTwLWtzUg .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNTwLWtzUg .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNTwLWtzUg .name {
  margin-bottom: 20px;
}
.cid-uNTwLWtzUg .price {
  width: auto;
  display: inline;
}
.cid-uNTwLWtzUg .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNTwLWtzUg .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uNTwLWtzUg .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNTwLWtzUg .new-price {
  width: auto;
  display: inline;
}
.cid-uNTwLWtzUg .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNTwLWtzUg .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNTwLWtzUg .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNTwLWtzUg .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNTwLWtzUg .plus {
  color: #52586a;
}
.cid-uNTwLWtzUg .desc,
.cid-uNTwLWtzUg .plus {
  display: inline-block;
  width: auto;
}
.cid-uNTwLWtzUg .mbr-text,
.cid-uNTwLWtzUg .mbr-section-btn {
  color: #52586a;
}
.cid-uNTwLWtzUg .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNTwLWtzUg .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNTwLWtzUg .name,
.cid-uNTwLWtzUg .card,
.cid-uNTwLWtzUg .price-line {
  color: #ff6600;
}
.cid-uNTZwD6WDE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNTZwD6WDE .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNTZwD6WDE .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNTZwD6WDE .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNTZwD6WDE .desc {
  color: #111213;
}
.cid-uNTZwD6WDE .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNTZwD6WDE .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNTZwD6WDE .name {
  margin-bottom: 20px;
}
.cid-uNTZwD6WDE .price {
  width: auto;
  display: inline;
}
.cid-uNTZwD6WDE .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNTZwD6WDE .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uNTZwD6WDE .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNTZwD6WDE .new-price {
  width: auto;
  display: inline;
}
.cid-uNTZwD6WDE .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNTZwD6WDE .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNTZwD6WDE .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNTZwD6WDE .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNTZwD6WDE .plus {
  color: #52586a;
}
.cid-uNTZwD6WDE .desc,
.cid-uNTZwD6WDE .plus {
  display: inline-block;
  width: auto;
}
.cid-uNTZwD6WDE .mbr-text,
.cid-uNTZwD6WDE .mbr-section-btn {
  color: #52586a;
}
.cid-uNTZwD6WDE .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNTZwD6WDE .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNTZwD6WDE .name,
.cid-uNTZwD6WDE .card,
.cid-uNTZwD6WDE .price-line {
  color: #ff6600;
}
.cid-uNU0hTF5ck {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNU0hTF5ck .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNU0hTF5ck .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNU0hTF5ck .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNU0hTF5ck .desc {
  color: #111213;
}
.cid-uNU0hTF5ck .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNU0hTF5ck .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNU0hTF5ck .name {
  margin-bottom: 20px;
}
.cid-uNU0hTF5ck .price {
  width: auto;
  display: inline;
}
.cid-uNU0hTF5ck .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNU0hTF5ck .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uNU0hTF5ck .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNU0hTF5ck .new-price {
  width: auto;
  display: inline;
}
.cid-uNU0hTF5ck .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNU0hTF5ck .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNU0hTF5ck .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNU0hTF5ck .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNU0hTF5ck .plus {
  color: #52586a;
}
.cid-uNU0hTF5ck .desc,
.cid-uNU0hTF5ck .plus {
  display: inline-block;
  width: auto;
}
.cid-uNU0hTF5ck .mbr-text,
.cid-uNU0hTF5ck .mbr-section-btn {
  color: #52586a;
}
.cid-uNU0hTF5ck .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNU0hTF5ck .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNU0hTF5ck .name,
.cid-uNU0hTF5ck .card,
.cid-uNU0hTF5ck .price-line {
  color: #ff6600;
}
.cid-uNZCxbiBR8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNZCxbiBR8 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNZCxbiBR8 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNZCxbiBR8 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNZCxbiBR8 .desc {
  color: #111213;
}
.cid-uNZCxbiBR8 .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNZCxbiBR8 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNZCxbiBR8 .name {
  margin-bottom: 20px;
}
.cid-uNZCxbiBR8 .price {
  width: auto;
  display: inline;
}
.cid-uNZCxbiBR8 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNZCxbiBR8 .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uNZCxbiBR8 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNZCxbiBR8 .new-price {
  width: auto;
  display: inline;
}
.cid-uNZCxbiBR8 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNZCxbiBR8 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNZCxbiBR8 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNZCxbiBR8 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNZCxbiBR8 .plus {
  color: #52586a;
}
.cid-uNZCxbiBR8 .desc,
.cid-uNZCxbiBR8 .plus {
  display: inline-block;
  width: auto;
}
.cid-uNZCxbiBR8 .mbr-text,
.cid-uNZCxbiBR8 .mbr-section-btn {
  color: #52586a;
}
.cid-uNZCxbiBR8 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNZCxbiBR8 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNZCxbiBR8 .name,
.cid-uNZCxbiBR8 .card,
.cid-uNZCxbiBR8 .price-line {
  color: #ff6600;
}
.cid-uNZCDpUQXi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNZCDpUQXi .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNZCDpUQXi .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNZCDpUQXi .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNZCDpUQXi .desc {
  color: #111213;
}
.cid-uNZCDpUQXi .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNZCDpUQXi .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNZCDpUQXi .name {
  margin-bottom: 20px;
}
.cid-uNZCDpUQXi .price {
  width: auto;
  display: inline;
}
.cid-uNZCDpUQXi .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNZCDpUQXi .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uNZCDpUQXi .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNZCDpUQXi .new-price {
  width: auto;
  display: inline;
}
.cid-uNZCDpUQXi .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNZCDpUQXi .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNZCDpUQXi .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNZCDpUQXi .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNZCDpUQXi .plus {
  color: #52586a;
}
.cid-uNZCDpUQXi .desc,
.cid-uNZCDpUQXi .plus {
  display: inline-block;
  width: auto;
}
.cid-uNZCDpUQXi .mbr-text,
.cid-uNZCDpUQXi .mbr-section-btn {
  color: #52586a;
}
.cid-uNZCDpUQXi .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNZCDpUQXi .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNZCDpUQXi .name,
.cid-uNZCDpUQXi .card,
.cid-uNZCDpUQXi .price-line {
  color: #ff6600;
}
.cid-uNZCHzzhfE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uNZCHzzhfE .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uNZCHzzhfE .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uNZCHzzhfE .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uNZCHzzhfE .desc {
  color: #111213;
}
.cid-uNZCHzzhfE .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uNZCHzzhfE .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uNZCHzzhfE .name {
  margin-bottom: 20px;
}
.cid-uNZCHzzhfE .price {
  width: auto;
  display: inline;
}
.cid-uNZCHzzhfE .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uNZCHzzhfE .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uNZCHzzhfE .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uNZCHzzhfE .new-price {
  width: auto;
  display: inline;
}
.cid-uNZCHzzhfE .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uNZCHzzhfE .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uNZCHzzhfE .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uNZCHzzhfE .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uNZCHzzhfE .plus {
  color: #52586a;
}
.cid-uNZCHzzhfE .desc,
.cid-uNZCHzzhfE .plus {
  display: inline-block;
  width: auto;
}
.cid-uNZCHzzhfE .mbr-text,
.cid-uNZCHzzhfE .mbr-section-btn {
  color: #52586a;
}
.cid-uNZCHzzhfE .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uNZCHzzhfE .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uNZCHzzhfE .name,
.cid-uNZCHzzhfE .card,
.cid-uNZCHzzhfE .price-line {
  color: #ff6600;
}
.cid-uOicexOXuM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOicexOXuM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOicexOXuM .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOicexOXuM .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOicexOXuM .desc {
  color: #111213;
}
.cid-uOicexOXuM .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOicexOXuM .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOicexOXuM .name {
  margin-bottom: 20px;
}
.cid-uOicexOXuM .price {
  width: auto;
  display: inline;
}
.cid-uOicexOXuM .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOicexOXuM .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOicexOXuM .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOicexOXuM .new-price {
  width: auto;
  display: inline;
}
.cid-uOicexOXuM .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOicexOXuM .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOicexOXuM .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOicexOXuM .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOicexOXuM .plus {
  color: #52586a;
}
.cid-uOicexOXuM .desc,
.cid-uOicexOXuM .plus {
  display: inline-block;
  width: auto;
}
.cid-uOicexOXuM .mbr-text,
.cid-uOicexOXuM .mbr-section-btn {
  color: #52586a;
}
.cid-uOicexOXuM .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOicexOXuM .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOicexOXuM .name,
.cid-uOicexOXuM .card,
.cid-uOicexOXuM .price-line {
  color: #ff6600;
}
#custom-html-6q {
  /* Type valid CSS here */
}
#custom-html-6q div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6q p {
  font-size: 0px;
  color: #777;
}
.cid-uOidgSypj8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOidgSypj8 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOidgSypj8 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOidgSypj8 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOidgSypj8 .desc {
  color: #111213;
}
.cid-uOidgSypj8 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOidgSypj8 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOidgSypj8 .name {
  margin-bottom: 20px;
}
.cid-uOidgSypj8 .price {
  width: auto;
  display: inline;
}
.cid-uOidgSypj8 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOidgSypj8 .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOidgSypj8 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOidgSypj8 .new-price {
  width: auto;
  display: inline;
}
.cid-uOidgSypj8 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOidgSypj8 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOidgSypj8 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOidgSypj8 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOidgSypj8 .plus {
  color: #52586a;
}
.cid-uOidgSypj8 .desc,
.cid-uOidgSypj8 .plus {
  display: inline-block;
  width: auto;
}
.cid-uOidgSypj8 .mbr-text,
.cid-uOidgSypj8 .mbr-section-btn {
  color: #52586a;
}
.cid-uOidgSypj8 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOidgSypj8 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOidgSypj8 .name,
.cid-uOidgSypj8 .card,
.cid-uOidgSypj8 .price-line {
  color: #ff6600;
}
#custom-html-6r {
  /* Type valid CSS here */
}
#custom-html-6r div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6r p {
  font-size: 0px;
  color: #777;
}
.cid-uOidI7frRg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOidI7frRg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOidI7frRg .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOidI7frRg .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOidI7frRg .desc {
  color: #111213;
}
.cid-uOidI7frRg .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOidI7frRg .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOidI7frRg .name {
  margin-bottom: 20px;
}
.cid-uOidI7frRg .price {
  width: auto;
  display: inline;
}
.cid-uOidI7frRg .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOidI7frRg .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOidI7frRg .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOidI7frRg .new-price {
  width: auto;
  display: inline;
}
.cid-uOidI7frRg .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOidI7frRg .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOidI7frRg .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOidI7frRg .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOidI7frRg .plus {
  color: #52586a;
}
.cid-uOidI7frRg .desc,
.cid-uOidI7frRg .plus {
  display: inline-block;
  width: auto;
}
.cid-uOidI7frRg .mbr-text,
.cid-uOidI7frRg .mbr-section-btn {
  color: #52586a;
}
.cid-uOidI7frRg .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOidI7frRg .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOidI7frRg .name,
.cid-uOidI7frRg .card,
.cid-uOidI7frRg .price-line {
  color: #ff6600;
}
#custom-html-6s {
  /* Type valid CSS here */
}
#custom-html-6s div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6s p {
  font-size: 0px;
  color: #777;
}
.cid-uOmye2YFAW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOmye2YFAW .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOmye2YFAW .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOmye2YFAW .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOmye2YFAW .desc {
  color: #111213;
}
.cid-uOmye2YFAW .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOmye2YFAW .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOmye2YFAW .name {
  margin-bottom: 20px;
}
.cid-uOmye2YFAW .price {
  width: auto;
  display: inline;
}
.cid-uOmye2YFAW .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOmye2YFAW .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOmye2YFAW .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOmye2YFAW .new-price {
  width: auto;
  display: inline;
}
.cid-uOmye2YFAW .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOmye2YFAW .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOmye2YFAW .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOmye2YFAW .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOmye2YFAW .plus {
  color: #52586a;
}
.cid-uOmye2YFAW .desc,
.cid-uOmye2YFAW .plus {
  display: inline-block;
  width: auto;
}
.cid-uOmye2YFAW .mbr-text,
.cid-uOmye2YFAW .mbr-section-btn {
  color: #52586a;
}
.cid-uOmye2YFAW .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOmye2YFAW .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOmye2YFAW .name,
.cid-uOmye2YFAW .card,
.cid-uOmye2YFAW .price-line {
  color: #ff6600;
}
.cid-uOmyK37Guo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOmyK37Guo .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOmyK37Guo .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOmyK37Guo .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOmyK37Guo .desc {
  color: #111213;
}
.cid-uOmyK37Guo .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOmyK37Guo .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOmyK37Guo .name {
  margin-bottom: 20px;
}
.cid-uOmyK37Guo .price {
  width: auto;
  display: inline;
}
.cid-uOmyK37Guo .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOmyK37Guo .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOmyK37Guo .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOmyK37Guo .new-price {
  width: auto;
  display: inline;
}
.cid-uOmyK37Guo .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOmyK37Guo .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOmyK37Guo .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOmyK37Guo .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOmyK37Guo .plus {
  color: #52586a;
}
.cid-uOmyK37Guo .desc,
.cid-uOmyK37Guo .plus {
  display: inline-block;
  width: auto;
}
.cid-uOmyK37Guo .mbr-text,
.cid-uOmyK37Guo .mbr-section-btn {
  color: #52586a;
}
.cid-uOmyK37Guo .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOmyK37Guo .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOmyK37Guo .name,
.cid-uOmyK37Guo .card,
.cid-uOmyK37Guo .price-line {
  color: #ff6600;
}
.cid-uOmD3bxquC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOmD3bxquC .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOmD3bxquC .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOmD3bxquC .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOmD3bxquC .desc {
  color: #111213;
}
.cid-uOmD3bxquC .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOmD3bxquC .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOmD3bxquC .name {
  margin-bottom: 20px;
}
.cid-uOmD3bxquC .price {
  width: auto;
  display: inline;
}
.cid-uOmD3bxquC .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOmD3bxquC .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOmD3bxquC .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOmD3bxquC .new-price {
  width: auto;
  display: inline;
}
.cid-uOmD3bxquC .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOmD3bxquC .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOmD3bxquC .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOmD3bxquC .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOmD3bxquC .plus {
  color: #52586a;
}
.cid-uOmD3bxquC .desc,
.cid-uOmD3bxquC .plus {
  display: inline-block;
  width: auto;
}
.cid-uOmD3bxquC .mbr-text,
.cid-uOmD3bxquC .mbr-section-btn {
  color: #52586a;
}
.cid-uOmD3bxquC .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOmD3bxquC .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOmD3bxquC .name,
.cid-uOmD3bxquC .card,
.cid-uOmD3bxquC .price-line {
  color: #ff6600;
}
.cid-uOmDIOYcDn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOmDIOYcDn .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOmDIOYcDn .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOmDIOYcDn .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOmDIOYcDn .desc {
  color: #111213;
}
.cid-uOmDIOYcDn .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOmDIOYcDn .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOmDIOYcDn .name {
  margin-bottom: 20px;
}
.cid-uOmDIOYcDn .price {
  width: auto;
  display: inline;
}
.cid-uOmDIOYcDn .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOmDIOYcDn .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOmDIOYcDn .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOmDIOYcDn .new-price {
  width: auto;
  display: inline;
}
.cid-uOmDIOYcDn .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOmDIOYcDn .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOmDIOYcDn .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOmDIOYcDn .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOmDIOYcDn .plus {
  color: #52586a;
}
.cid-uOmDIOYcDn .desc,
.cid-uOmDIOYcDn .plus {
  display: inline-block;
  width: auto;
}
.cid-uOmDIOYcDn .mbr-text,
.cid-uOmDIOYcDn .mbr-section-btn {
  color: #52586a;
}
.cid-uOmDIOYcDn .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOmDIOYcDn .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOmDIOYcDn .name,
.cid-uOmDIOYcDn .card,
.cid-uOmDIOYcDn .price-line {
  color: #ff6600;
}
#custom-html-6t {
  /* Type valid CSS here */
}
#custom-html-6t div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6t p {
  font-size: 0px;
  color: #777;
}
.cid-uOmKXgBLHI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOmKXgBLHI .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOmKXgBLHI .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOmKXgBLHI .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOmKXgBLHI .desc {
  color: #111213;
}
.cid-uOmKXgBLHI .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOmKXgBLHI .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOmKXgBLHI .name {
  margin-bottom: 20px;
}
.cid-uOmKXgBLHI .price {
  width: auto;
  display: inline;
}
.cid-uOmKXgBLHI .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOmKXgBLHI .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOmKXgBLHI .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOmKXgBLHI .new-price {
  width: auto;
  display: inline;
}
.cid-uOmKXgBLHI .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOmKXgBLHI .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOmKXgBLHI .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOmKXgBLHI .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOmKXgBLHI .plus {
  color: #52586a;
}
.cid-uOmKXgBLHI .desc,
.cid-uOmKXgBLHI .plus {
  display: inline-block;
  width: auto;
}
.cid-uOmKXgBLHI .mbr-text,
.cid-uOmKXgBLHI .mbr-section-btn {
  color: #52586a;
}
.cid-uOmKXgBLHI .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOmKXgBLHI .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOmKXgBLHI .name,
.cid-uOmKXgBLHI .card,
.cid-uOmKXgBLHI .price-line {
  color: #ff6600;
}
#custom-html-6u {
  /* Type valid CSS here */
}
#custom-html-6u div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6u p {
  font-size: 0px;
  color: #777;
}
.cid-uOmM5gPMvQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOmM5gPMvQ .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOmM5gPMvQ .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOmM5gPMvQ .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOmM5gPMvQ .desc {
  color: #111213;
}
.cid-uOmM5gPMvQ .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOmM5gPMvQ .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOmM5gPMvQ .name {
  margin-bottom: 20px;
}
.cid-uOmM5gPMvQ .price {
  width: auto;
  display: inline;
}
.cid-uOmM5gPMvQ .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOmM5gPMvQ .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOmM5gPMvQ .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOmM5gPMvQ .new-price {
  width: auto;
  display: inline;
}
.cid-uOmM5gPMvQ .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOmM5gPMvQ .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOmM5gPMvQ .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOmM5gPMvQ .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOmM5gPMvQ .plus {
  color: #52586a;
}
.cid-uOmM5gPMvQ .desc,
.cid-uOmM5gPMvQ .plus {
  display: inline-block;
  width: auto;
}
.cid-uOmM5gPMvQ .mbr-text,
.cid-uOmM5gPMvQ .mbr-section-btn {
  color: #52586a;
}
.cid-uOmM5gPMvQ .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOmM5gPMvQ .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOmM5gPMvQ .name,
.cid-uOmM5gPMvQ .card,
.cid-uOmM5gPMvQ .price-line {
  color: #ff6600;
}
#custom-html-6v {
  /* Type valid CSS here */
}
#custom-html-6v div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6v p {
  font-size: 0px;
  color: #777;
}
.cid-uOneFEiOC4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOneFEiOC4 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOneFEiOC4 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOneFEiOC4 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOneFEiOC4 .desc {
  color: #111213;
}
.cid-uOneFEiOC4 .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOneFEiOC4 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOneFEiOC4 .name {
  margin-bottom: 20px;
}
.cid-uOneFEiOC4 .price {
  width: auto;
  display: inline;
}
.cid-uOneFEiOC4 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOneFEiOC4 .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOneFEiOC4 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOneFEiOC4 .new-price {
  width: auto;
  display: inline;
}
.cid-uOneFEiOC4 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOneFEiOC4 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOneFEiOC4 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOneFEiOC4 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOneFEiOC4 .plus {
  color: #52586a;
}
.cid-uOneFEiOC4 .desc,
.cid-uOneFEiOC4 .plus {
  display: inline-block;
  width: auto;
}
.cid-uOneFEiOC4 .mbr-text,
.cid-uOneFEiOC4 .mbr-section-btn {
  color: #52586a;
}
.cid-uOneFEiOC4 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOneFEiOC4 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOneFEiOC4 .name,
.cid-uOneFEiOC4 .card,
.cid-uOneFEiOC4 .price-line {
  color: #ff6600;
}
.cid-uOnh9aASVx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOnh9aASVx .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOnh9aASVx .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOnh9aASVx .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOnh9aASVx .desc {
  color: #111213;
}
.cid-uOnh9aASVx .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOnh9aASVx .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOnh9aASVx .name {
  margin-bottom: 20px;
}
.cid-uOnh9aASVx .price {
  width: auto;
  display: inline;
}
.cid-uOnh9aASVx .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOnh9aASVx .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOnh9aASVx .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOnh9aASVx .new-price {
  width: auto;
  display: inline;
}
.cid-uOnh9aASVx .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOnh9aASVx .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOnh9aASVx .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOnh9aASVx .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOnh9aASVx .plus {
  color: #52586a;
}
.cid-uOnh9aASVx .desc,
.cid-uOnh9aASVx .plus {
  display: inline-block;
  width: auto;
}
.cid-uOnh9aASVx .mbr-text,
.cid-uOnh9aASVx .mbr-section-btn {
  color: #52586a;
}
.cid-uOnh9aASVx .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOnh9aASVx .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOnh9aASVx .name,
.cid-uOnh9aASVx .card,
.cid-uOnh9aASVx .price-line {
  color: #ff6600;
}
.cid-uOnir9ZiCi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOnir9ZiCi .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOnir9ZiCi .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOnir9ZiCi .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOnir9ZiCi .desc {
  color: #111213;
}
.cid-uOnir9ZiCi .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOnir9ZiCi .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOnir9ZiCi .name {
  margin-bottom: 20px;
}
.cid-uOnir9ZiCi .price {
  width: auto;
  display: inline;
}
.cid-uOnir9ZiCi .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOnir9ZiCi .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOnir9ZiCi .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOnir9ZiCi .new-price {
  width: auto;
  display: inline;
}
.cid-uOnir9ZiCi .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOnir9ZiCi .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOnir9ZiCi .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOnir9ZiCi .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOnir9ZiCi .plus {
  color: #52586a;
}
.cid-uOnir9ZiCi .desc,
.cid-uOnir9ZiCi .plus {
  display: inline-block;
  width: auto;
}
.cid-uOnir9ZiCi .mbr-text,
.cid-uOnir9ZiCi .mbr-section-btn {
  color: #52586a;
}
.cid-uOnir9ZiCi .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOnir9ZiCi .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOnir9ZiCi .name,
.cid-uOnir9ZiCi .card,
.cid-uOnir9ZiCi .price-line {
  color: #ff6600;
}
.cid-uOnmLXcrgi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOnmLXcrgi .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOnmLXcrgi .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOnmLXcrgi .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOnmLXcrgi .desc {
  color: #111213;
}
.cid-uOnmLXcrgi .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOnmLXcrgi .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOnmLXcrgi .name {
  margin-bottom: 20px;
}
.cid-uOnmLXcrgi .price {
  width: auto;
  display: inline;
}
.cid-uOnmLXcrgi .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOnmLXcrgi .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOnmLXcrgi .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOnmLXcrgi .new-price {
  width: auto;
  display: inline;
}
.cid-uOnmLXcrgi .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOnmLXcrgi .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOnmLXcrgi .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOnmLXcrgi .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOnmLXcrgi .plus {
  color: #52586a;
}
.cid-uOnmLXcrgi .desc,
.cid-uOnmLXcrgi .plus {
  display: inline-block;
  width: auto;
}
.cid-uOnmLXcrgi .mbr-text,
.cid-uOnmLXcrgi .mbr-section-btn {
  color: #52586a;
}
.cid-uOnmLXcrgi .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOnmLXcrgi .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOnmLXcrgi .name,
.cid-uOnmLXcrgi .card,
.cid-uOnmLXcrgi .price-line {
  color: #ff6600;
}
#custom-html-70 {
  /* Type valid CSS here */
}
#custom-html-70 div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-70 p {
  font-size: 0px;
  color: #777;
}
.cid-uOnsSYoEfM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOnsSYoEfM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOnsSYoEfM .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOnsSYoEfM .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOnsSYoEfM .desc {
  color: #111213;
}
.cid-uOnsSYoEfM .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOnsSYoEfM .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOnsSYoEfM .name {
  margin-bottom: 20px;
}
.cid-uOnsSYoEfM .price {
  width: auto;
  display: inline;
}
.cid-uOnsSYoEfM .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOnsSYoEfM .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOnsSYoEfM .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOnsSYoEfM .new-price {
  width: auto;
  display: inline;
}
.cid-uOnsSYoEfM .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOnsSYoEfM .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOnsSYoEfM .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOnsSYoEfM .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOnsSYoEfM .plus {
  color: #52586a;
}
.cid-uOnsSYoEfM .desc,
.cid-uOnsSYoEfM .plus {
  display: inline-block;
  width: auto;
}
.cid-uOnsSYoEfM .mbr-text,
.cid-uOnsSYoEfM .mbr-section-btn {
  color: #52586a;
}
.cid-uOnsSYoEfM .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOnsSYoEfM .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOnsSYoEfM .name,
.cid-uOnsSYoEfM .card,
.cid-uOnsSYoEfM .price-line {
  color: #ff6600;
}
#custom-html-74 {
  /* Type valid CSS here */
}
#custom-html-74 div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-74 p {
  font-size: 0px;
  color: #777;
}
.cid-uOntS88S8D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOntS88S8D .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOntS88S8D .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOntS88S8D .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOntS88S8D .desc {
  color: #111213;
}
.cid-uOntS88S8D .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOntS88S8D .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOntS88S8D .name {
  margin-bottom: 20px;
}
.cid-uOntS88S8D .price {
  width: auto;
  display: inline;
}
.cid-uOntS88S8D .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOntS88S8D .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOntS88S8D .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOntS88S8D .new-price {
  width: auto;
  display: inline;
}
.cid-uOntS88S8D .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOntS88S8D .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOntS88S8D .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOntS88S8D .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOntS88S8D .plus {
  color: #52586a;
}
.cid-uOntS88S8D .desc,
.cid-uOntS88S8D .plus {
  display: inline-block;
  width: auto;
}
.cid-uOntS88S8D .mbr-text,
.cid-uOntS88S8D .mbr-section-btn {
  color: #52586a;
}
.cid-uOntS88S8D .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOntS88S8D .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOntS88S8D .name,
.cid-uOntS88S8D .card,
.cid-uOntS88S8D .price-line {
  color: #ff6600;
}
#custom-html-6j {
  /* Type valid CSS here */
}
#custom-html-6j div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6j p {
  font-size: 0px;
  color: #777;
}
.cid-uOsKCa8iP9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOsKCa8iP9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOsKCa8iP9 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOsKCa8iP9 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOsKCa8iP9 .desc {
  color: #111213;
}
.cid-uOsKCa8iP9 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOsKCa8iP9 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOsKCa8iP9 .name {
  margin-bottom: 20px;
}
.cid-uOsKCa8iP9 .price {
  width: auto;
  display: inline;
}
.cid-uOsKCa8iP9 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOsKCa8iP9 .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOsKCa8iP9 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOsKCa8iP9 .new-price {
  width: auto;
  display: inline;
}
.cid-uOsKCa8iP9 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOsKCa8iP9 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOsKCa8iP9 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOsKCa8iP9 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOsKCa8iP9 .plus {
  color: #52586a;
}
.cid-uOsKCa8iP9 .desc,
.cid-uOsKCa8iP9 .plus {
  display: inline-block;
  width: auto;
}
.cid-uOsKCa8iP9 .mbr-text,
.cid-uOsKCa8iP9 .mbr-section-btn {
  color: #52586a;
}
.cid-uOsKCa8iP9 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOsKCa8iP9 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOsKCa8iP9 .name,
.cid-uOsKCa8iP9 .card,
.cid-uOsKCa8iP9 .price-line {
  color: #ff6600;
}
#custom-html-71 {
  /* Type valid CSS here */
}
#custom-html-71 div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-71 p {
  font-size: 0px;
  color: #777;
}
.cid-uOsN2WB5MC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOsN2WB5MC .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOsN2WB5MC .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOsN2WB5MC .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOsN2WB5MC .desc {
  color: #111213;
}
.cid-uOsN2WB5MC .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOsN2WB5MC .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOsN2WB5MC .name {
  margin-bottom: 20px;
}
.cid-uOsN2WB5MC .price {
  width: auto;
  display: inline;
}
.cid-uOsN2WB5MC .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOsN2WB5MC .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOsN2WB5MC .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOsN2WB5MC .new-price {
  width: auto;
  display: inline;
}
.cid-uOsN2WB5MC .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOsN2WB5MC .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOsN2WB5MC .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOsN2WB5MC .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOsN2WB5MC .plus {
  color: #52586a;
}
.cid-uOsN2WB5MC .desc,
.cid-uOsN2WB5MC .plus {
  display: inline-block;
  width: auto;
}
.cid-uOsN2WB5MC .mbr-text,
.cid-uOsN2WB5MC .mbr-section-btn {
  color: #52586a;
}
.cid-uOsN2WB5MC .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOsN2WB5MC .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOsN2WB5MC .name,
.cid-uOsN2WB5MC .card,
.cid-uOsN2WB5MC .price-line {
  color: #ff6600;
}
#custom-html-72 {
  /* Type valid CSS here */
}
#custom-html-72 div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-72 p {
  font-size: 0px;
  color: #777;
}
.cid-uOVw6L296e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOVw6L296e .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOVw6L296e .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOVw6L296e .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOVw6L296e .desc {
  color: #111213;
}
.cid-uOVw6L296e .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOVw6L296e .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOVw6L296e .name {
  margin-bottom: 20px;
}
.cid-uOVw6L296e .price {
  width: auto;
  display: inline;
}
.cid-uOVw6L296e .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOVw6L296e .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOVw6L296e .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOVw6L296e .new-price {
  width: auto;
  display: inline;
}
.cid-uOVw6L296e .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOVw6L296e .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOVw6L296e .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOVw6L296e .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOVw6L296e .plus {
  color: #52586a;
}
.cid-uOVw6L296e .desc,
.cid-uOVw6L296e .plus {
  display: inline-block;
  width: auto;
}
.cid-uOVw6L296e .mbr-text,
.cid-uOVw6L296e .mbr-section-btn {
  color: #52586a;
}
.cid-uOVw6L296e .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOVw6L296e .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOVw6L296e .name,
.cid-uOVw6L296e .card,
.cid-uOVw6L296e .price-line {
  color: #ff6600;
}
#custom-html-73 {
  /* Type valid CSS here */
}
#custom-html-73 div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-73 p {
  font-size: 0px;
  color: #777;
}
.cid-uOW1c0dn1R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOW1c0dn1R .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOW1c0dn1R .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOW1c0dn1R .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOW1c0dn1R .desc {
  color: #111213;
}
.cid-uOW1c0dn1R .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOW1c0dn1R .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOW1c0dn1R .name {
  margin-bottom: 20px;
}
.cid-uOW1c0dn1R .price {
  width: auto;
  display: inline;
}
.cid-uOW1c0dn1R .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOW1c0dn1R .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOW1c0dn1R .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOW1c0dn1R .new-price {
  width: auto;
  display: inline;
}
.cid-uOW1c0dn1R .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOW1c0dn1R .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOW1c0dn1R .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOW1c0dn1R .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOW1c0dn1R .plus {
  color: #52586a;
}
.cid-uOW1c0dn1R .desc,
.cid-uOW1c0dn1R .plus {
  display: inline-block;
  width: auto;
}
.cid-uOW1c0dn1R .mbr-text,
.cid-uOW1c0dn1R .mbr-section-btn {
  color: #52586a;
}
.cid-uOW1c0dn1R .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOW1c0dn1R .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOW1c0dn1R .name,
.cid-uOW1c0dn1R .card,
.cid-uOW1c0dn1R .price-line {
  color: #ff6600;
}
.cid-uOW25rZkM7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOW25rZkM7 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOW25rZkM7 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOW25rZkM7 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOW25rZkM7 .desc {
  color: #111213;
}
.cid-uOW25rZkM7 .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOW25rZkM7 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOW25rZkM7 .name {
  margin-bottom: 20px;
}
.cid-uOW25rZkM7 .price {
  width: auto;
  display: inline;
}
.cid-uOW25rZkM7 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOW25rZkM7 .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOW25rZkM7 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOW25rZkM7 .new-price {
  width: auto;
  display: inline;
}
.cid-uOW25rZkM7 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOW25rZkM7 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOW25rZkM7 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOW25rZkM7 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOW25rZkM7 .plus {
  color: #52586a;
}
.cid-uOW25rZkM7 .desc,
.cid-uOW25rZkM7 .plus {
  display: inline-block;
  width: auto;
}
.cid-uOW25rZkM7 .mbr-text,
.cid-uOW25rZkM7 .mbr-section-btn {
  color: #52586a;
}
.cid-uOW25rZkM7 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOW25rZkM7 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOW25rZkM7 .name,
.cid-uOW25rZkM7 .card,
.cid-uOW25rZkM7 .price-line {
  color: #ff6600;
}
.cid-uOW623uyFb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOW623uyFb .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOW623uyFb .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOW623uyFb .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOW623uyFb .desc {
  color: #111213;
}
.cid-uOW623uyFb .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOW623uyFb .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOW623uyFb .name {
  margin-bottom: 20px;
}
.cid-uOW623uyFb .price {
  width: auto;
  display: inline;
}
.cid-uOW623uyFb .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOW623uyFb .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOW623uyFb .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOW623uyFb .new-price {
  width: auto;
  display: inline;
}
.cid-uOW623uyFb .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOW623uyFb .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOW623uyFb .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOW623uyFb .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOW623uyFb .plus {
  color: #52586a;
}
.cid-uOW623uyFb .desc,
.cid-uOW623uyFb .plus {
  display: inline-block;
  width: auto;
}
.cid-uOW623uyFb .mbr-text,
.cid-uOW623uyFb .mbr-section-btn {
  color: #52586a;
}
.cid-uOW623uyFb .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOW623uyFb .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOW623uyFb .name,
.cid-uOW623uyFb .card,
.cid-uOW623uyFb .price-line {
  color: #ff6600;
}
.cid-uOWtSM0JFg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWtSM0JFg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWtSM0JFg .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWtSM0JFg .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWtSM0JFg .desc {
  color: #111213;
}
.cid-uOWtSM0JFg .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWtSM0JFg .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWtSM0JFg .name {
  margin-bottom: 20px;
}
.cid-uOWtSM0JFg .price {
  width: auto;
  display: inline;
}
.cid-uOWtSM0JFg .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWtSM0JFg .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOWtSM0JFg .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWtSM0JFg .new-price {
  width: auto;
  display: inline;
}
.cid-uOWtSM0JFg .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWtSM0JFg .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWtSM0JFg .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWtSM0JFg .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWtSM0JFg .plus {
  color: #52586a;
}
.cid-uOWtSM0JFg .desc,
.cid-uOWtSM0JFg .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWtSM0JFg .mbr-text,
.cid-uOWtSM0JFg .mbr-section-btn {
  color: #52586a;
}
.cid-uOWtSM0JFg .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWtSM0JFg .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWtSM0JFg .name,
.cid-uOWtSM0JFg .card,
.cid-uOWtSM0JFg .price-line {
  color: #ff6600;
}
.cid-uOWuuS2ddI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWuuS2ddI .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWuuS2ddI .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWuuS2ddI .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWuuS2ddI .desc {
  color: #111213;
}
.cid-uOWuuS2ddI .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWuuS2ddI .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWuuS2ddI .name {
  margin-bottom: 20px;
}
.cid-uOWuuS2ddI .price {
  width: auto;
  display: inline;
}
.cid-uOWuuS2ddI .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWuuS2ddI .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOWuuS2ddI .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWuuS2ddI .new-price {
  width: auto;
  display: inline;
}
.cid-uOWuuS2ddI .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWuuS2ddI .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWuuS2ddI .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWuuS2ddI .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWuuS2ddI .plus {
  color: #52586a;
}
.cid-uOWuuS2ddI .desc,
.cid-uOWuuS2ddI .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWuuS2ddI .mbr-text,
.cid-uOWuuS2ddI .mbr-section-btn {
  color: #52586a;
}
.cid-uOWuuS2ddI .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWuuS2ddI .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWuuS2ddI .name,
.cid-uOWuuS2ddI .card,
.cid-uOWuuS2ddI .price-line {
  color: #ff6600;
}
.cid-uOWzPaEsEu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWzPaEsEu .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWzPaEsEu .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWzPaEsEu .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWzPaEsEu .desc {
  color: #111213;
}
.cid-uOWzPaEsEu .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWzPaEsEu .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWzPaEsEu .name {
  margin-bottom: 20px;
}
.cid-uOWzPaEsEu .price {
  width: auto;
  display: inline;
}
.cid-uOWzPaEsEu .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWzPaEsEu .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOWzPaEsEu .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWzPaEsEu .new-price {
  width: auto;
  display: inline;
}
.cid-uOWzPaEsEu .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWzPaEsEu .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWzPaEsEu .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWzPaEsEu .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWzPaEsEu .plus {
  color: #52586a;
}
.cid-uOWzPaEsEu .desc,
.cid-uOWzPaEsEu .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWzPaEsEu .mbr-text,
.cid-uOWzPaEsEu .mbr-section-btn {
  color: #52586a;
}
.cid-uOWzPaEsEu .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWzPaEsEu .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWzPaEsEu .name,
.cid-uOWzPaEsEu .card,
.cid-uOWzPaEsEu .price-line {
  color: #ff6600;
}
.cid-uOWAPLvSay {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWAPLvSay .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWAPLvSay .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWAPLvSay .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWAPLvSay .desc {
  color: #111213;
}
.cid-uOWAPLvSay .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWAPLvSay .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWAPLvSay .name {
  margin-bottom: 20px;
}
.cid-uOWAPLvSay .price {
  width: auto;
  display: inline;
}
.cid-uOWAPLvSay .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWAPLvSay .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOWAPLvSay .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWAPLvSay .new-price {
  width: auto;
  display: inline;
}
.cid-uOWAPLvSay .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWAPLvSay .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWAPLvSay .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWAPLvSay .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWAPLvSay .plus {
  color: #52586a;
}
.cid-uOWAPLvSay .desc,
.cid-uOWAPLvSay .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWAPLvSay .mbr-text,
.cid-uOWAPLvSay .mbr-section-btn {
  color: #52586a;
}
.cid-uOWAPLvSay .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWAPLvSay .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWAPLvSay .name,
.cid-uOWAPLvSay .card,
.cid-uOWAPLvSay .price-line {
  color: #ff6600;
}
#custom-html-6w {
  /* Type valid CSS here */
}
#custom-html-6w div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6w p {
  font-size: 0px;
  color: #777;
}
.cid-uOWCJgSzaz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWCJgSzaz .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWCJgSzaz .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWCJgSzaz .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWCJgSzaz .desc {
  color: #111213;
}
.cid-uOWCJgSzaz .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWCJgSzaz .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWCJgSzaz .name {
  margin-bottom: 20px;
}
.cid-uOWCJgSzaz .price {
  width: auto;
  display: inline;
}
.cid-uOWCJgSzaz .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWCJgSzaz .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOWCJgSzaz .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWCJgSzaz .new-price {
  width: auto;
  display: inline;
}
.cid-uOWCJgSzaz .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWCJgSzaz .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWCJgSzaz .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWCJgSzaz .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWCJgSzaz .plus {
  color: #52586a;
}
.cid-uOWCJgSzaz .desc,
.cid-uOWCJgSzaz .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWCJgSzaz .mbr-text,
.cid-uOWCJgSzaz .mbr-section-btn {
  color: #52586a;
}
.cid-uOWCJgSzaz .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWCJgSzaz .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWCJgSzaz .name,
.cid-uOWCJgSzaz .card,
.cid-uOWCJgSzaz .price-line {
  color: #ff6600;
}
#custom-html-6y {
  /* Type valid CSS here */
}
#custom-html-6y div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6y p {
  font-size: 0px;
  color: #777;
}
.cid-uOWDL1ph7o {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWDL1ph7o .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWDL1ph7o .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWDL1ph7o .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWDL1ph7o .desc {
  color: #111213;
}
.cid-uOWDL1ph7o .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWDL1ph7o .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWDL1ph7o .name {
  margin-bottom: 20px;
}
.cid-uOWDL1ph7o .price {
  width: auto;
  display: inline;
}
.cid-uOWDL1ph7o .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWDL1ph7o .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOWDL1ph7o .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWDL1ph7o .new-price {
  width: auto;
  display: inline;
}
.cid-uOWDL1ph7o .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWDL1ph7o .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWDL1ph7o .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWDL1ph7o .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWDL1ph7o .plus {
  color: #52586a;
}
.cid-uOWDL1ph7o .desc,
.cid-uOWDL1ph7o .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWDL1ph7o .mbr-text,
.cid-uOWDL1ph7o .mbr-section-btn {
  color: #52586a;
}
.cid-uOWDL1ph7o .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWDL1ph7o .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWDL1ph7o .name,
.cid-uOWDL1ph7o .card,
.cid-uOWDL1ph7o .price-line {
  color: #ff6600;
}
#custom-html-6z {
  /* Type valid CSS here */
}
#custom-html-6z div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6z p {
  font-size: 0px;
  color: #777;
}
.cid-uOWOdTcFZr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWOdTcFZr .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWOdTcFZr .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWOdTcFZr .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWOdTcFZr .desc {
  color: #111213;
}
.cid-uOWOdTcFZr .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWOdTcFZr .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWOdTcFZr .name {
  margin-bottom: 20px;
}
.cid-uOWOdTcFZr .price {
  width: auto;
  display: inline;
}
.cid-uOWOdTcFZr .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWOdTcFZr .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOWOdTcFZr .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWOdTcFZr .new-price {
  width: auto;
  display: inline;
}
.cid-uOWOdTcFZr .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWOdTcFZr .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWOdTcFZr .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWOdTcFZr .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWOdTcFZr .plus {
  color: #52586a;
}
.cid-uOWOdTcFZr .desc,
.cid-uOWOdTcFZr .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWOdTcFZr .mbr-text,
.cid-uOWOdTcFZr .mbr-section-btn {
  color: #52586a;
}
.cid-uOWOdTcFZr .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWOdTcFZr .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWOdTcFZr .name,
.cid-uOWOdTcFZr .card,
.cid-uOWOdTcFZr .price-line {
  color: #ff6600;
}
.cid-uOWOFw19OT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWOFw19OT .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWOFw19OT .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWOFw19OT .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWOFw19OT .desc {
  color: #111213;
}
.cid-uOWOFw19OT .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWOFw19OT .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWOFw19OT .name {
  margin-bottom: 20px;
}
.cid-uOWOFw19OT .price {
  width: auto;
  display: inline;
}
.cid-uOWOFw19OT .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWOFw19OT .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOWOFw19OT .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWOFw19OT .new-price {
  width: auto;
  display: inline;
}
.cid-uOWOFw19OT .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWOFw19OT .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWOFw19OT .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWOFw19OT .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWOFw19OT .plus {
  color: #52586a;
}
.cid-uOWOFw19OT .desc,
.cid-uOWOFw19OT .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWOFw19OT .mbr-text,
.cid-uOWOFw19OT .mbr-section-btn {
  color: #52586a;
}
.cid-uOWOFw19OT .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWOFw19OT .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWOFw19OT .name,
.cid-uOWOFw19OT .card,
.cid-uOWOFw19OT .price-line {
  color: #ff6600;
}
.cid-uOWQj3v6dj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWQj3v6dj .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWQj3v6dj .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWQj3v6dj .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWQj3v6dj .desc {
  color: #111213;
}
.cid-uOWQj3v6dj .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWQj3v6dj .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWQj3v6dj .name {
  margin-bottom: 20px;
}
.cid-uOWQj3v6dj .price {
  width: auto;
  display: inline;
}
.cid-uOWQj3v6dj .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWQj3v6dj .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uOWQj3v6dj .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWQj3v6dj .new-price {
  width: auto;
  display: inline;
}
.cid-uOWQj3v6dj .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWQj3v6dj .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWQj3v6dj .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWQj3v6dj .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWQj3v6dj .plus {
  color: #52586a;
}
.cid-uOWQj3v6dj .desc,
.cid-uOWQj3v6dj .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWQj3v6dj .mbr-text,
.cid-uOWQj3v6dj .mbr-section-btn {
  color: #52586a;
}
.cid-uOWQj3v6dj .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWQj3v6dj .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWQj3v6dj .name,
.cid-uOWQj3v6dj .card,
.cid-uOWQj3v6dj .price-line {
  color: #ff6600;
}
.cid-uOWRLkvcH4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uOWRLkvcH4 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uOWRLkvcH4 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uOWRLkvcH4 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uOWRLkvcH4 .desc {
  color: #111213;
}
.cid-uOWRLkvcH4 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uOWRLkvcH4 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uOWRLkvcH4 .name {
  margin-bottom: 20px;
}
.cid-uOWRLkvcH4 .price {
  width: auto;
  display: inline;
}
.cid-uOWRLkvcH4 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uOWRLkvcH4 .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uOWRLkvcH4 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uOWRLkvcH4 .new-price {
  width: auto;
  display: inline;
}
.cid-uOWRLkvcH4 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uOWRLkvcH4 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uOWRLkvcH4 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uOWRLkvcH4 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uOWRLkvcH4 .plus {
  color: #52586a;
}
.cid-uOWRLkvcH4 .desc,
.cid-uOWRLkvcH4 .plus {
  display: inline-block;
  width: auto;
}
.cid-uOWRLkvcH4 .mbr-text,
.cid-uOWRLkvcH4 .mbr-section-btn {
  color: #52586a;
}
.cid-uOWRLkvcH4 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uOWRLkvcH4 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uOWRLkvcH4 .name,
.cid-uOWRLkvcH4 .card,
.cid-uOWRLkvcH4 .price-line {
  color: #ff6600;
}
#custom-html-6x {
  /* Type valid CSS here */
}
#custom-html-6x div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-6x p {
  font-size: 0px;
  color: #777;
}
.cid-uP1w1qVb5o {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP1w1qVb5o .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP1w1qVb5o .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP1w1qVb5o .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP1w1qVb5o .desc {
  color: #111213;
}
.cid-uP1w1qVb5o .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP1w1qVb5o .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP1w1qVb5o .name {
  margin-bottom: 20px;
}
.cid-uP1w1qVb5o .price {
  width: auto;
  display: inline;
}
.cid-uP1w1qVb5o .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP1w1qVb5o .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uP1w1qVb5o .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP1w1qVb5o .new-price {
  width: auto;
  display: inline;
}
.cid-uP1w1qVb5o .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP1w1qVb5o .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP1w1qVb5o .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP1w1qVb5o .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP1w1qVb5o .plus {
  color: #52586a;
}
.cid-uP1w1qVb5o .desc,
.cid-uP1w1qVb5o .plus {
  display: inline-block;
  width: auto;
}
.cid-uP1w1qVb5o .mbr-text,
.cid-uP1w1qVb5o .mbr-section-btn {
  color: #52586a;
}
.cid-uP1w1qVb5o .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP1w1qVb5o .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP1w1qVb5o .name,
.cid-uP1w1qVb5o .card,
.cid-uP1w1qVb5o .price-line {
  color: #ff6600;
}
#custom-html-76 {
  /* Type valid CSS here */
}
#custom-html-76 div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-76 p {
  font-size: 0px;
  color: #777;
}
.cid-uP1ARccTMp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP1ARccTMp .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP1ARccTMp .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP1ARccTMp .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP1ARccTMp .desc {
  color: #111213;
}
.cid-uP1ARccTMp .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP1ARccTMp .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP1ARccTMp .name {
  margin-bottom: 20px;
}
.cid-uP1ARccTMp .price {
  width: auto;
  display: inline;
}
.cid-uP1ARccTMp .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP1ARccTMp .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uP1ARccTMp .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP1ARccTMp .new-price {
  width: auto;
  display: inline;
}
.cid-uP1ARccTMp .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP1ARccTMp .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP1ARccTMp .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP1ARccTMp .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP1ARccTMp .plus {
  color: #52586a;
}
.cid-uP1ARccTMp .desc,
.cid-uP1ARccTMp .plus {
  display: inline-block;
  width: auto;
}
.cid-uP1ARccTMp .mbr-text,
.cid-uP1ARccTMp .mbr-section-btn {
  color: #52586a;
}
.cid-uP1ARccTMp .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP1ARccTMp .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP1ARccTMp .name,
.cid-uP1ARccTMp .card,
.cid-uP1ARccTMp .price-line {
  color: #ff6600;
}
#custom-html-78 {
  /* Type valid CSS here */
}
#custom-html-78 div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-78 p {
  font-size: 0px;
  color: #777;
}
.cid-uP2bNG3FXz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2bNG3FXz .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2bNG3FXz .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2bNG3FXz .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2bNG3FXz .desc {
  color: #111213;
}
.cid-uP2bNG3FXz .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2bNG3FXz .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2bNG3FXz .name {
  margin-bottom: 20px;
}
.cid-uP2bNG3FXz .price {
  width: auto;
  display: inline;
}
.cid-uP2bNG3FXz .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2bNG3FXz .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uP2bNG3FXz .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2bNG3FXz .new-price {
  width: auto;
  display: inline;
}
.cid-uP2bNG3FXz .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2bNG3FXz .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2bNG3FXz .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2bNG3FXz .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2bNG3FXz .plus {
  color: #52586a;
}
.cid-uP2bNG3FXz .desc,
.cid-uP2bNG3FXz .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2bNG3FXz .mbr-text,
.cid-uP2bNG3FXz .mbr-section-btn {
  color: #52586a;
}
.cid-uP2bNG3FXz .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2bNG3FXz .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2bNG3FXz .name,
.cid-uP2bNG3FXz .card,
.cid-uP2bNG3FXz .price-line {
  color: #ff6600;
}
.cid-uP2clcHokq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2clcHokq .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2clcHokq .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2clcHokq .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2clcHokq .desc {
  color: #111213;
}
.cid-uP2clcHokq .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2clcHokq .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2clcHokq .name {
  margin-bottom: 20px;
}
.cid-uP2clcHokq .price {
  width: auto;
  display: inline;
}
.cid-uP2clcHokq .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2clcHokq .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uP2clcHokq .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2clcHokq .new-price {
  width: auto;
  display: inline;
}
.cid-uP2clcHokq .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2clcHokq .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2clcHokq .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2clcHokq .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2clcHokq .plus {
  color: #52586a;
}
.cid-uP2clcHokq .desc,
.cid-uP2clcHokq .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2clcHokq .mbr-text,
.cid-uP2clcHokq .mbr-section-btn {
  color: #52586a;
}
.cid-uP2clcHokq .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2clcHokq .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2clcHokq .name,
.cid-uP2clcHokq .card,
.cid-uP2clcHokq .price-line {
  color: #ff6600;
}
.cid-uP2d3WKP7N {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2d3WKP7N .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2d3WKP7N .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2d3WKP7N .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2d3WKP7N .desc {
  color: #111213;
}
.cid-uP2d3WKP7N .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2d3WKP7N .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2d3WKP7N .name {
  margin-bottom: 20px;
}
.cid-uP2d3WKP7N .price {
  width: auto;
  display: inline;
}
.cid-uP2d3WKP7N .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2d3WKP7N .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uP2d3WKP7N .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2d3WKP7N .new-price {
  width: auto;
  display: inline;
}
.cid-uP2d3WKP7N .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2d3WKP7N .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2d3WKP7N .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2d3WKP7N .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2d3WKP7N .plus {
  color: #52586a;
}
.cid-uP2d3WKP7N .desc,
.cid-uP2d3WKP7N .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2d3WKP7N .mbr-text,
.cid-uP2d3WKP7N .mbr-section-btn {
  color: #52586a;
}
.cid-uP2d3WKP7N .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2d3WKP7N .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2d3WKP7N .name,
.cid-uP2d3WKP7N .card,
.cid-uP2d3WKP7N .price-line {
  color: #ff6600;
}
.cid-uP2gyrDDDt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2gyrDDDt .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2gyrDDDt .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2gyrDDDt .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2gyrDDDt .desc {
  color: #111213;
}
.cid-uP2gyrDDDt .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2gyrDDDt .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2gyrDDDt .name {
  margin-bottom: 20px;
}
.cid-uP2gyrDDDt .price {
  width: auto;
  display: inline;
}
.cid-uP2gyrDDDt .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2gyrDDDt .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uP2gyrDDDt .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2gyrDDDt .new-price {
  width: auto;
  display: inline;
}
.cid-uP2gyrDDDt .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2gyrDDDt .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2gyrDDDt .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2gyrDDDt .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2gyrDDDt .plus {
  color: #52586a;
}
.cid-uP2gyrDDDt .desc,
.cid-uP2gyrDDDt .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2gyrDDDt .mbr-text,
.cid-uP2gyrDDDt .mbr-section-btn {
  color: #52586a;
}
.cid-uP2gyrDDDt .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2gyrDDDt .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2gyrDDDt .name,
.cid-uP2gyrDDDt .card,
.cid-uP2gyrDDDt .price-line {
  color: #ff6600;
}
#custom-html-7d {
  /* Type valid CSS here */
}
#custom-html-7d div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-7d p {
  font-size: 0px;
  color: #777;
}
.cid-uP2hvN5D8p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2hvN5D8p .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2hvN5D8p .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2hvN5D8p .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2hvN5D8p .desc {
  color: #111213;
}
.cid-uP2hvN5D8p .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2hvN5D8p .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2hvN5D8p .name {
  margin-bottom: 20px;
}
.cid-uP2hvN5D8p .price {
  width: auto;
  display: inline;
}
.cid-uP2hvN5D8p .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2hvN5D8p .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uP2hvN5D8p .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2hvN5D8p .new-price {
  width: auto;
  display: inline;
}
.cid-uP2hvN5D8p .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2hvN5D8p .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2hvN5D8p .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2hvN5D8p .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2hvN5D8p .plus {
  color: #52586a;
}
.cid-uP2hvN5D8p .desc,
.cid-uP2hvN5D8p .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2hvN5D8p .mbr-text,
.cid-uP2hvN5D8p .mbr-section-btn {
  color: #52586a;
}
.cid-uP2hvN5D8p .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2hvN5D8p .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2hvN5D8p .name,
.cid-uP2hvN5D8p .card,
.cid-uP2hvN5D8p .price-line {
  color: #ff6600;
}
#custom-html-7f {
  /* Type valid CSS here */
}
#custom-html-7f div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-7f p {
  font-size: 0px;
  color: #777;
}
.cid-uP2iHEhHGk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2iHEhHGk .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2iHEhHGk .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2iHEhHGk .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2iHEhHGk .desc {
  color: #111213;
}
.cid-uP2iHEhHGk .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2iHEhHGk .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2iHEhHGk .name {
  margin-bottom: 20px;
}
.cid-uP2iHEhHGk .price {
  width: auto;
  display: inline;
}
.cid-uP2iHEhHGk .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2iHEhHGk .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uP2iHEhHGk .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2iHEhHGk .new-price {
  width: auto;
  display: inline;
}
.cid-uP2iHEhHGk .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2iHEhHGk .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2iHEhHGk .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2iHEhHGk .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2iHEhHGk .plus {
  color: #52586a;
}
.cid-uP2iHEhHGk .desc,
.cid-uP2iHEhHGk .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2iHEhHGk .mbr-text,
.cid-uP2iHEhHGk .mbr-section-btn {
  color: #52586a;
}
.cid-uP2iHEhHGk .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2iHEhHGk .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2iHEhHGk .name,
.cid-uP2iHEhHGk .card,
.cid-uP2iHEhHGk .price-line {
  color: #ff6600;
}
#custom-html-7h {
  /* Type valid CSS here */
}
#custom-html-7h div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-7h p {
  font-size: 0px;
  color: #777;
}
.cid-uP2jn10UAh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2jn10UAh .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2jn10UAh .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2jn10UAh .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2jn10UAh .desc {
  color: #111213;
}
.cid-uP2jn10UAh .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2jn10UAh .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2jn10UAh .name {
  margin-bottom: 20px;
}
.cid-uP2jn10UAh .price {
  width: auto;
  display: inline;
}
.cid-uP2jn10UAh .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2jn10UAh .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uP2jn10UAh .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2jn10UAh .new-price {
  width: auto;
  display: inline;
}
.cid-uP2jn10UAh .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2jn10UAh .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2jn10UAh .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2jn10UAh .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2jn10UAh .plus {
  color: #52586a;
}
.cid-uP2jn10UAh .desc,
.cid-uP2jn10UAh .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2jn10UAh .mbr-text,
.cid-uP2jn10UAh .mbr-section-btn {
  color: #52586a;
}
.cid-uP2jn10UAh .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2jn10UAh .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2jn10UAh .name,
.cid-uP2jn10UAh .card,
.cid-uP2jn10UAh .price-line {
  color: #ff6600;
}
.cid-uP2knGC36r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2knGC36r .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2knGC36r .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2knGC36r .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2knGC36r .desc {
  color: #111213;
}
.cid-uP2knGC36r .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2knGC36r .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2knGC36r .name {
  margin-bottom: 20px;
}
.cid-uP2knGC36r .price {
  width: auto;
  display: inline;
}
.cid-uP2knGC36r .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2knGC36r .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uP2knGC36r .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2knGC36r .new-price {
  width: auto;
  display: inline;
}
.cid-uP2knGC36r .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2knGC36r .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2knGC36r .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2knGC36r .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2knGC36r .plus {
  color: #52586a;
}
.cid-uP2knGC36r .desc,
.cid-uP2knGC36r .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2knGC36r .mbr-text,
.cid-uP2knGC36r .mbr-section-btn {
  color: #52586a;
}
.cid-uP2knGC36r .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2knGC36r .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2knGC36r .name,
.cid-uP2knGC36r .card,
.cid-uP2knGC36r .price-line {
  color: #ff6600;
}
.cid-uP2GEEIiEN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2GEEIiEN .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2GEEIiEN .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2GEEIiEN .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2GEEIiEN .desc {
  color: #111213;
}
.cid-uP2GEEIiEN .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2GEEIiEN .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2GEEIiEN .name {
  margin-bottom: 20px;
}
.cid-uP2GEEIiEN .price {
  width: auto;
  display: inline;
}
.cid-uP2GEEIiEN .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2GEEIiEN .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uP2GEEIiEN .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2GEEIiEN .new-price {
  width: auto;
  display: inline;
}
.cid-uP2GEEIiEN .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2GEEIiEN .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2GEEIiEN .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2GEEIiEN .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2GEEIiEN .plus {
  color: #52586a;
}
.cid-uP2GEEIiEN .desc,
.cid-uP2GEEIiEN .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2GEEIiEN .mbr-text,
.cid-uP2GEEIiEN .mbr-section-btn {
  color: #52586a;
}
.cid-uP2GEEIiEN .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2GEEIiEN .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2GEEIiEN .name,
.cid-uP2GEEIiEN .card,
.cid-uP2GEEIiEN .price-line {
  color: #ff6600;
}
.cid-uP2I4Yy4Of {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP2I4Yy4Of .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP2I4Yy4Of .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP2I4Yy4Of .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP2I4Yy4Of .desc {
  color: #111213;
}
.cid-uP2I4Yy4Of .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP2I4Yy4Of .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP2I4Yy4Of .name {
  margin-bottom: 20px;
}
.cid-uP2I4Yy4Of .price {
  width: auto;
  display: inline;
}
.cid-uP2I4Yy4Of .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP2I4Yy4Of .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uP2I4Yy4Of .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP2I4Yy4Of .new-price {
  width: auto;
  display: inline;
}
.cid-uP2I4Yy4Of .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP2I4Yy4Of .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP2I4Yy4Of .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP2I4Yy4Of .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP2I4Yy4Of .plus {
  color: #52586a;
}
.cid-uP2I4Yy4Of .desc,
.cid-uP2I4Yy4Of .plus {
  display: inline-block;
  width: auto;
}
.cid-uP2I4Yy4Of .mbr-text,
.cid-uP2I4Yy4Of .mbr-section-btn {
  color: #52586a;
}
.cid-uP2I4Yy4Of .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP2I4Yy4Of .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP2I4Yy4Of .name,
.cid-uP2I4Yy4Of .card,
.cid-uP2I4Yy4Of .price-line {
  color: #ff6600;
}
#custom-html-7m {
  /* Type valid CSS here */
}
#custom-html-7m div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-7m p {
  font-size: 0px;
  color: #777;
}
.cid-uP848iJp5h {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP848iJp5h .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP848iJp5h .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP848iJp5h .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP848iJp5h .desc {
  color: #111213;
}
.cid-uP848iJp5h .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP848iJp5h .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP848iJp5h .name {
  margin-bottom: 20px;
}
.cid-uP848iJp5h .price {
  width: auto;
  display: inline;
}
.cid-uP848iJp5h .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP848iJp5h .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uP848iJp5h .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP848iJp5h .new-price {
  width: auto;
  display: inline;
}
.cid-uP848iJp5h .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP848iJp5h .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP848iJp5h .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP848iJp5h .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP848iJp5h .plus {
  color: #52586a;
}
.cid-uP848iJp5h .desc,
.cid-uP848iJp5h .plus {
  display: inline-block;
  width: auto;
}
.cid-uP848iJp5h .mbr-text,
.cid-uP848iJp5h .mbr-section-btn {
  color: #52586a;
}
.cid-uP848iJp5h .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP848iJp5h .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP848iJp5h .name,
.cid-uP848iJp5h .card,
.cid-uP848iJp5h .price-line {
  color: #ff6600;
}
#custom-html-7q {
  /* Type valid CSS here */
}
#custom-html-7q div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-7q p {
  font-size: 0px;
  color: #777;
}
.cid-uP87yqhzCu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP87yqhzCu .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP87yqhzCu .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP87yqhzCu .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP87yqhzCu .desc {
  color: #111213;
}
.cid-uP87yqhzCu .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP87yqhzCu .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP87yqhzCu .name {
  margin-bottom: 20px;
}
.cid-uP87yqhzCu .price {
  width: auto;
  display: inline;
}
.cid-uP87yqhzCu .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP87yqhzCu .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uP87yqhzCu .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP87yqhzCu .new-price {
  width: auto;
  display: inline;
}
.cid-uP87yqhzCu .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP87yqhzCu .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP87yqhzCu .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP87yqhzCu .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP87yqhzCu .plus {
  color: #52586a;
}
.cid-uP87yqhzCu .desc,
.cid-uP87yqhzCu .plus {
  display: inline-block;
  width: auto;
}
.cid-uP87yqhzCu .mbr-text,
.cid-uP87yqhzCu .mbr-section-btn {
  color: #52586a;
}
.cid-uP87yqhzCu .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP87yqhzCu .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP87yqhzCu .name,
.cid-uP87yqhzCu .card,
.cid-uP87yqhzCu .price-line {
  color: #ff6600;
}
#custom-html-7s {
  /* Type valid CSS here */
}
#custom-html-7s div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-7s p {
  font-size: 0px;
  color: #777;
}
.cid-uP89eTrGDW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uP89eTrGDW .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uP89eTrGDW .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uP89eTrGDW .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uP89eTrGDW .desc {
  color: #111213;
}
.cid-uP89eTrGDW .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uP89eTrGDW .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uP89eTrGDW .name {
  margin-bottom: 20px;
}
.cid-uP89eTrGDW .price {
  width: auto;
  display: inline;
}
.cid-uP89eTrGDW .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uP89eTrGDW .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uP89eTrGDW .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uP89eTrGDW .new-price {
  width: auto;
  display: inline;
}
.cid-uP89eTrGDW .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uP89eTrGDW .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uP89eTrGDW .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uP89eTrGDW .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uP89eTrGDW .plus {
  color: #52586a;
}
.cid-uP89eTrGDW .desc,
.cid-uP89eTrGDW .plus {
  display: inline-block;
  width: auto;
}
.cid-uP89eTrGDW .mbr-text,
.cid-uP89eTrGDW .mbr-section-btn {
  color: #52586a;
}
.cid-uP89eTrGDW .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uP89eTrGDW .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uP89eTrGDW .name,
.cid-uP89eTrGDW .card,
.cid-uP89eTrGDW .price-line {
  color: #ff6600;
}
#custom-html-7u {
  /* Type valid CSS here */
}
#custom-html-7u div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-7u p {
  font-size: 0px;
  color: #777;
}
.cid-uPdp6B34XC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uPdp6B34XC .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uPdp6B34XC .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uPdp6B34XC .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uPdp6B34XC .desc {
  color: #111213;
}
.cid-uPdp6B34XC .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uPdp6B34XC .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uPdp6B34XC .name {
  margin-bottom: 20px;
}
.cid-uPdp6B34XC .price {
  width: auto;
  display: inline;
}
.cid-uPdp6B34XC .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uPdp6B34XC .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uPdp6B34XC .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uPdp6B34XC .new-price {
  width: auto;
  display: inline;
}
.cid-uPdp6B34XC .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uPdp6B34XC .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uPdp6B34XC .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uPdp6B34XC .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uPdp6B34XC .plus {
  color: #52586a;
}
.cid-uPdp6B34XC .desc,
.cid-uPdp6B34XC .plus {
  display: inline-block;
  width: auto;
}
.cid-uPdp6B34XC .mbr-text,
.cid-uPdp6B34XC .mbr-section-btn {
  color: #52586a;
}
.cid-uPdp6B34XC .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uPdp6B34XC .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uPdp6B34XC .name,
.cid-uPdp6B34XC .card,
.cid-uPdp6B34XC .price-line {
  color: #ff6600;
}
#custom-html-7w {
  /* Type valid CSS here */
}
#custom-html-7w div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-7w p {
  font-size: 0px;
  color: #777;
}
.cid-uPdtwpR3IM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uPdtwpR3IM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uPdtwpR3IM .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uPdtwpR3IM .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uPdtwpR3IM .desc {
  color: #111213;
}
.cid-uPdtwpR3IM .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uPdtwpR3IM .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uPdtwpR3IM .name {
  margin-bottom: 20px;
}
.cid-uPdtwpR3IM .price {
  width: auto;
  display: inline;
}
.cid-uPdtwpR3IM .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uPdtwpR3IM .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uPdtwpR3IM .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uPdtwpR3IM .new-price {
  width: auto;
  display: inline;
}
.cid-uPdtwpR3IM .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uPdtwpR3IM .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uPdtwpR3IM .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uPdtwpR3IM .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uPdtwpR3IM .plus {
  color: #52586a;
}
.cid-uPdtwpR3IM .desc,
.cid-uPdtwpR3IM .plus {
  display: inline-block;
  width: auto;
}
.cid-uPdtwpR3IM .mbr-text,
.cid-uPdtwpR3IM .mbr-section-btn {
  color: #52586a;
}
.cid-uPdtwpR3IM .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uPdtwpR3IM .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uPdtwpR3IM .name,
.cid-uPdtwpR3IM .card,
.cid-uPdtwpR3IM .price-line {
  color: #ff6600;
}
#custom-html-7y {
  /* Type valid CSS here */
}
#custom-html-7y div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-7y p {
  font-size: 0px;
  color: #777;
}
.cid-uPdub89oOr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uPdub89oOr .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uPdub89oOr .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uPdub89oOr .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uPdub89oOr .desc {
  color: #111213;
}
.cid-uPdub89oOr .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uPdub89oOr .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uPdub89oOr .name {
  margin-bottom: 20px;
}
.cid-uPdub89oOr .price {
  width: auto;
  display: inline;
}
.cid-uPdub89oOr .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uPdub89oOr .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uPdub89oOr .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uPdub89oOr .new-price {
  width: auto;
  display: inline;
}
.cid-uPdub89oOr .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uPdub89oOr .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uPdub89oOr .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uPdub89oOr .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uPdub89oOr .plus {
  color: #52586a;
}
.cid-uPdub89oOr .desc,
.cid-uPdub89oOr .plus {
  display: inline-block;
  width: auto;
}
.cid-uPdub89oOr .mbr-text,
.cid-uPdub89oOr .mbr-section-btn {
  color: #52586a;
}
.cid-uPdub89oOr .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uPdub89oOr .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uPdub89oOr .name,
.cid-uPdub89oOr .card,
.cid-uPdub89oOr .price-line {
  color: #ff6600;
}
#custom-html-80 {
  /* Type valid CSS here */
}
#custom-html-80 div {
  padding: 200px 0;
  color: #777;
  text-align: center;
}
#custom-html-80 p {
  font-size: 0px;
  color: #777;
}
.cid-uPdDLP6gOv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uPdDLP6gOv .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uPdDLP6gOv .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uPdDLP6gOv .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uPdDLP6gOv .desc {
  color: #111213;
}
.cid-uPdDLP6gOv .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uPdDLP6gOv .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uPdDLP6gOv .name {
  margin-bottom: 20px;
}
.cid-uPdDLP6gOv .price {
  width: auto;
  display: inline;
}
.cid-uPdDLP6gOv .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uPdDLP6gOv .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uPdDLP6gOv .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uPdDLP6gOv .new-price {
  width: auto;
  display: inline;
}
.cid-uPdDLP6gOv .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uPdDLP6gOv .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uPdDLP6gOv .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uPdDLP6gOv .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uPdDLP6gOv .plus {
  color: #52586a;
}
.cid-uPdDLP6gOv .desc,
.cid-uPdDLP6gOv .plus {
  display: inline-block;
  width: auto;
}
.cid-uPdDLP6gOv .mbr-text,
.cid-uPdDLP6gOv .mbr-section-btn {
  color: #52586a;
}
.cid-uPdDLP6gOv .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uPdDLP6gOv .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uPdDLP6gOv .name,
.cid-uPdDLP6gOv .card,
.cid-uPdDLP6gOv .price-line {
  color: #ff6600;
}
.cid-uPdEw2pAps {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uPdEw2pAps .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uPdEw2pAps .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uPdEw2pAps .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uPdEw2pAps .desc {
  color: #111213;
}
.cid-uPdEw2pAps .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uPdEw2pAps .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uPdEw2pAps .name {
  margin-bottom: 20px;
}
.cid-uPdEw2pAps .price {
  width: auto;
  display: inline;
}
.cid-uPdEw2pAps .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uPdEw2pAps .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uPdEw2pAps .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uPdEw2pAps .new-price {
  width: auto;
  display: inline;
}
.cid-uPdEw2pAps .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uPdEw2pAps .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uPdEw2pAps .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uPdEw2pAps .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uPdEw2pAps .plus {
  color: #52586a;
}
.cid-uPdEw2pAps .desc,
.cid-uPdEw2pAps .plus {
  display: inline-block;
  width: auto;
}
.cid-uPdEw2pAps .mbr-text,
.cid-uPdEw2pAps .mbr-section-btn {
  color: #52586a;
}
.cid-uPdEw2pAps .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uPdEw2pAps .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uPdEw2pAps .name,
.cid-uPdEw2pAps .card,
.cid-uPdEw2pAps .price-line {
  color: #ff6600;
}
.cid-uPdFKpWrCY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-uPdFKpWrCY .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uPdFKpWrCY .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uPdFKpWrCY .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uPdFKpWrCY .desc {
  color: #111213;
}
.cid-uPdFKpWrCY .desc1 {
  padding: 0px 10px;
  background: #ff0000;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uPdFKpWrCY .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uPdFKpWrCY .name {
  margin-bottom: 20px;
}
.cid-uPdFKpWrCY .price {
  width: auto;
  display: inline;
}
.cid-uPdFKpWrCY .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uPdFKpWrCY .plus1 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-uPdFKpWrCY .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uPdFKpWrCY .new-price {
  width: auto;
  display: inline;
}
.cid-uPdFKpWrCY .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uPdFKpWrCY .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uPdFKpWrCY .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uPdFKpWrCY .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uPdFKpWrCY .plus {
  color: #52586a;
}
.cid-uPdFKpWrCY .desc,
.cid-uPdFKpWrCY .plus {
  display: inline-block;
  width: auto;
}
.cid-uPdFKpWrCY .mbr-text,
.cid-uPdFKpWrCY .mbr-section-btn {
  color: #52586a;
}
.cid-uPdFKpWrCY .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uPdFKpWrCY .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uPdFKpWrCY .name,
.cid-uPdFKpWrCY .card,
.cid-uPdFKpWrCY .price-line {
  color: #ff6600;
}
