body {
  font-family: Cormorant Garamond;
}
.display-1 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 5.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.71875rem;
}
.display-2 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 3.5625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.453125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.1875rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.484375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.7625rem;
    font-size: calc( 2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.85rem;
    font-size: calc( 1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.95rem;
    font-size: calc( 1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.0625rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #111213 !important;
}
.bg-success {
  background-color: #b18161 !important;
}
.bg-info {
  background-color: #52586a !important;
}
.bg-warning {
  background-color: #909190 !important;
}
.bg-danger {
  background-color: #9d9690 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #111213 !important;
  border-color: #111213 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3843c7 !important;
  border-color: #3843c7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #252c83 !important;
  border-color: #252c83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #252c83 !important;
  border-color: #252c83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #52586a !important;
  border-color: #52586a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b18161 !important;
  border-color: #b18161 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7d573e !important;
  border-color: #7d573e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7d573e !important;
  border-color: #7d573e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #909190 !important;
  border-color: #909190 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111213;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #111213 !important;
  border-color: #111213 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3843c7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #252c83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3843c7 !important;
  border-color: #3843c7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #52586a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2c2f39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #52586a !important;
  border-color: #52586a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b18161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7d573e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b18161 !important;
  border-color: #b18161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #909190;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #656665 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #909190 !important;
  border-color: #909190 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d9690;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #726b64 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #111213 !important;
}
.text-secondary {
  color: #3843c7 !important;
}
.text-success {
  color: #b18161 !important;
}
.text-info {
  color: #52586a !important;
}
.text-warning {
  color: #909190 !important;
}
.text-danger {
  color: #9d9690 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #111213 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3843c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b18161 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #52586a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #909190 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9d9690 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #111213;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #52586a;
}
.alert-warning {
  background-color: #909190;
}
.alert-danger {
  background-color: #9d9690;
}
.mbr-gallery-filter li.active .btn {
  background-color: #111213;
  border-color: #111213;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1c4c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbc5b6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9198aa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0d0d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d6d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #111213 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #111213;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #111213;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #111213;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #111213;
  border-bottom-color: #111213;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #111213 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3843c7 !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='%23111213' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1356px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1000px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 420px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sPvxhv3AgR .navbar-dropdown {
  position: relative !important;
}
.cid-sPvxhv3AgR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvxhv3AgR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvxhv3AgR .dropdown-item:hover,
.cid-sPvxhv3AgR .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvxhv3AgR .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvxhv3AgR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvxhv3AgR .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvxhv3AgR .container {
  display: flex;
  margin: auto;
}
.cid-sPvxhv3AgR .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvxhv3AgR .dropdown-menu,
.cid-sPvxhv3AgR .navbar.opened {
  background: #ffffff !important;
}
.cid-sPvxhv3AgR .nav-item:focus,
.cid-sPvxhv3AgR .nav-link:focus {
  outline: none;
}
.cid-sPvxhv3AgR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvxhv3AgR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvxhv3AgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvxhv3AgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvxhv3AgR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvxhv3AgR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvxhv3AgR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sPvxhv3AgR .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvxhv3AgR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvxhv3AgR .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvxhv3AgR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvxhv3AgR .navbar.collapsed {
  justify-content: center;
}
.cid-sPvxhv3AgR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvxhv3AgR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPvxhv3AgR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvxhv3AgR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvxhv3AgR .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-sPvxhv3AgR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvxhv3AgR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvxhv3AgR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvxhv3AgR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvxhv3AgR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvxhv3AgR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvxhv3AgR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvxhv3AgR .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-sPvxhv3AgR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPvxhv3AgR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvxhv3AgR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvxhv3AgR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvxhv3AgR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvxhv3AgR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvxhv3AgR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvxhv3AgR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvxhv3AgR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvxhv3AgR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvxhv3AgR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvxhv3AgR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvxhv3AgR .dropdown-item.active,
.cid-sPvxhv3AgR .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvxhv3AgR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvxhv3AgR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvxhv3AgR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvxhv3AgR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPvxhv3AgR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvxhv3AgR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvxhv3AgR ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvxhv3AgR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvxhv3AgR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #111213;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvxhv3AgR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvxhv3AgR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvxhv3AgR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvxhv3AgR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvxhv3AgR .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-sPvxhv3AgR a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvxhv3AgR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvxhv3AgR .navbar {
    height: 70px;
  }
  .cid-sPvxhv3AgR .navbar.opened {
    height: auto;
  }
  .cid-sPvxhv3AgR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvxhv3AgR a {
  display: inline;
}
.cid-sPvxhv3AgR img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvxhv3AgR .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvxhv3AgR .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvxhv3AgR .dropdown-item:hover {
  color: #52586a !important;
}
@media (max-width: 990px) {
  .cid-sPvxhv3AgR .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvxhv3AgR .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvxhv3AgR .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvxhv3AgR .nav-item {
  margin-right: 32px;
}
.cid-sPvxhv3AgR .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvxhv3AgR ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvxhv3AgR .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvxhv3AgR .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvxhv3AgR .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvxhv3AgR .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #111213;
}
.cid-sPvxhv3AgR .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvxhv3AgR .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvxhv3AgR .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvxhv3AgR .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-sPvxhv3AgR .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvxhv3AgR .dropdown-item:focus {
  color: #52586a !important;
}
@media (max-width: 945px) {
  .cid-sPvxhv3AgR .top {
    margin-top: 25px;
  }
}
.cid-sPvxhv3AgR .btn:hover {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvxhv3AgR .container,
  .cid-sPvxhv3AgR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvxhv3AgR li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sPvxhv3AgR ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvxhv3AgR .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvxhv3AgR a.btn {
    margin-top: 10px;
  }
}
.cid-sPvxhv3AgR a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvxhv3AgR a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvxhv3AgR a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvxhv3AgR a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvxhv3AgR .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-family: 'Open Sans';
  font-size: 16px;
}
.cid-sPvxhv3AgR .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvxhv3AgR a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-family: 'Open Sans';
  font-size: 16px;
}
.cid-sPvxhv3AgR a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvxhv3AgR .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvxhv3AgR .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sOJuA9c2WV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1-1170x780.jpg");
}
.cid-sOJuA9c2WV .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sOJuA9c2WV .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sOJuA9c2WV .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sOJuA9c2WV .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-sOJuA9c2WV .right-side {
  max-width: 554px;
}
.cid-sOJuA9c2WV .rs {
  margin-right: 60px;
}
.cid-sOJuA9c2WV .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sOJuA9c2WV .margin {
  margin-right: 14px;
}
.cid-sOJuA9c2WV .gray {
  padding: 45px 0;
  background-color: transparent;
}
.cid-sOJuA9c2WV img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-sOJuA9c2WV .gray {
    padding: 0px 0 5px;
  }
  .cid-sOJuA9c2WV img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-sOJuA9c2WV .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-sOJuA9c2WV .b {
    margin-bottom: 10px;
  }
}
.cid-sOJuA9c2WV .btn {
  margin-top: 20px;
}
.cid-sOJuA9c2WV a.btn > span {
  margin-left: 0.5rem;
}
.cid-sOJuA9c2WV .mbr-text,
.cid-sOJuA9c2WV .button-align {
  color: #111213;
}
.cid-sOJuyg34K3 .container,
.cid-sOJuyg34K3 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-sOJuB3v8gd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1-1170x780.jpg");
}
.cid-sOJuB3v8gd .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sOJuB3v8gd .team-card:hover {
  transform: translateY(-10px);
}
.cid-sOJuB3v8gd .card-wrap {
  background: transparent;
}
.cid-sOJuB3v8gd .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sOJuB3v8gd .social-row {
  padding-top: 20px;
  text-align: center;
}
.cid-sOJuB3v8gd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #9a0712;
  transition: all 0.3s;
}
.cid-sOJuB3v8gd .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #9a0712;
  font-size: 1.5rem;
}
.cid-sOJuB3v8gd .social-row .soc-item:hover {
  background-color: #9a0712;
}
.cid-sOJuB3v8gd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sOJuB3v8gd img {
  border-radius: 0px;
}
.cid-sOJuB3v8gd .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sOJuB3v8gd .content-wrap {
  padding: 0;
}
.cid-sOJuB3v8gd .mbr-role {
  color: #a3a6b2;
  margin: 0;
  padding-top: 20px;
}
.cid-sOJuB3v8gd .card-title {
  margin: 0;
  padding-top: 20px;
}
.cid-sOJuB3v8gd .card-text {
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .cid-sOJuB3v8gd .social-row {
    margin-bottom: 25px;
  }
}
.cid-sOJuB3v8gd .mbr-section-title {
  text-align: center;
  color: #14142b;
}
.cid-sOJuB3v8gd .card-title,
.cid-sOJuB3v8gd .social-row {
  color: #ffffff;
}
.cid-sOJuLz5rH7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sOJuLz5rH7 .video-wrapper iframe {
  width: 100%;
}
.cid-sOJuLz5rH7 .mbr-section-title,
.cid-sOJuLz5rH7 .mbr-section-subtitle,
.cid-sOJuLz5rH7 .mbr-text {
  text-align: center;
}
.cid-sOJuLz5rH7 .mbr-section-title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.cid-sOJyieNFZ2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1.jpg");
}
.cid-sOJyieNFZ2 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.cid-sOJyieNFZ2 .mbr-section-title {
  margin-bottom: 50px;
  line-height: 0.8;
  text-align: left;
}
.cid-sOJyieNFZ2 .video-wrapper {
  margin-top: 135px;
}
.cid-sOJyieNFZ2 .video-wrapper iframe {
  width: 100%;
}
.cid-sOJyieNFZ2 .app-video-wrapper:before {
  font-size: 16px;
  padding: 28px 28px 28px 30px;
  background-color: #FFFFFF;
  color: #4D2E12;
  line-height: 15px;
  text-shadow: none;
}
.cid-sOJyieNFZ2 .right {
  margin-left: 14%;
}
.cid-sOJyieNFZ2 .mbr-text {
  color: #52586a;
  font-family: 'Open Sans';
}
@media (max-width: 768px) {
  .cid-sOJyieNFZ2 .right {
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 50px;
  }
  .cid-sOJyieNFZ2 .video-wrapper {
    margin-top: 30px;
  }
}
.cid-sOJyieNFZ2 .row {
  align-items: center;
}
.cid-sOJuOT7wiV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sOJuOT7wiV .mbr-text {
  color: #909190;
  font-family: 'Open Sans';
}
.cid-sOJuOT7wiV .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 32px;
}
.cid-sOJuOT7wiV a {
  font-weight: 400 !important;
}
.cid-sOJDGD3Gwa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1.jpg");
}
.cid-sOJDGD3Gwa .card-heading {
  padding-bottom: 20px;
  color: #111213;
  text-align: center;
}
.cid-sOJDGD3Gwa .p {
  padding-bottom: 29px;
  font-family: 'Open Sans';
  color: #111213;
  text-align: center;
}
.cid-sOJDGD3Gwa .p:last-child {
  padding-bottom: 0;
}
.cid-sOJDGD3Gwa .row {
  justify-content: center;
}
.cid-sOJEvlvzX6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sOJEvlvzX6 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.cid-sOJEvlvzX6 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sOJEvlvzX6 .video-wrapper {
  margin-top: 135px;
}
.cid-sOJEvlvzX6 .video-wrapper iframe {
  width: 100%;
}
.cid-sOJEvlvzX6 .app-video-wrapper:before {
  font-size: 16px;
  padding: 28px 28px 28px 30px;
  background-color: #FFFFFF;
  color: #4D2E12;
  line-height: 15px;
  text-shadow: none;
}
.cid-sOJEvlvzX6 .right {
  margin-left: 14%;
}
.cid-sOJEvlvzX6 .mbr-text {
  color: #52586a;
  font-family: 'Open Sans';
}
@media (max-width: 768px) {
  .cid-sOJEvlvzX6 .right {
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 50px;
  }
  .cid-sOJEvlvzX6 .video-wrapper {
    margin-top: 30px;
  }
}
.cid-sOJEvTKnbX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJEvTKnbX .item-wrapper {
  position: relative;
}
.cid-sOJEvTKnbX .features-image {
  padding-top: 70px;
}
.cid-sOJEvTKnbX .features-image:first-child {
  padding-top: 0px;
}
.cid-sOJEvTKnbX .desc1 {
  font-family: 'Open Sans';
}
.cid-sOJEvTKnbX .name {
  color: #111213;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.cid-sOJEvTKnbX .price {
  color: #111213;
  margin-top: 10px;
}
.cid-sOJEvTKnbX .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 33px;
}
.cid-sOJEvTKnbX .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.cid-sOJEvTKnbX .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sOJEvTKnbX .item:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sOJEvTKnbX .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sOJEvTKnbX .text {
  margin-top: 27px;
  padding-left: 50px;
  position: relative;
}
.cid-sOJEvTKnbX .name:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 35px;
  height: 2px;
  content: "";
  display: block;
  background-color: #000000;
}
.cid-sOJEvTKnbX .name:after {
  content: '•';
  font-family: fontello;
  display: inline-block;
  vertical-align: baseline;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  margin: 0 0.75em;
  color: #909190;
}
.cid-sOJEvTKnbX .name,
.cid-sOJEvTKnbX .name2 {
  width: auto;
  display: inline;
}
.cid-sOJEvTKnbX .name > a:hover {
  color: #3843c7 !important;
}
.cid-sOJEvTKnbX .name2 > a:hover {
  color: #3843c7 !important;
}
.cid-sOJEvTKnbX a {
  font-weight: 400 !important;
}
.cid-sOJEvTKnbX .spacer {
  height: 20px;
  width: 1px;
  background-color: #52586a;
  margin: auto;
  margin-bottom: 95px;
}
@media (max-width: 576px) {
  .cid-sOJEvTKnbX .b {
    margin-top: 30px;
  }
  .cid-sOJEvTKnbX .features-image {
    padding-top: 30px;
  }
}
@media (max-width: 745px) {
  .cid-sOJEvTKnbX .b {
    margin-top: 70px;
  }
  .cid-sOJEvTKnbX .spacer {
    margin-bottom: 60px;
  }
}
.cid-sOJEwtHM9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJEwtHM9G .item-wrapper {
  position: relative;
}
.cid-sOJEwtHM9G .features-image {
  padding-top: 40px;
}
.cid-sOJEwtHM9G .features-image:first-child {
  padding-top: 0px;
}
.cid-sOJEwtHM9G .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sOJEwtHM9G .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sOJEwtHM9G .features-image {
    padding-top: 40px;
  }
  .cid-sOJEwtHM9G .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sOJEwtHM9G .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-sOJEwtHM9G .features-image:nth-child(3) {
    padding-top: 40px;
  }
}
@media (max-width: 574px) {
  .cid-sOJEwtHM9G .features-image {
    padding-top: 40px;
  }
  .cid-sOJEwtHM9G .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sOJEwtHM9G .features-image:nth-child(2) {
    padding-top: 40px;
  }
  .cid-sOJEwtHM9G .features-image:nth-child(3) {
    padding-top: 40px;
  }
}
.cid-sOJEwtHM9G .name {
  color: #111213;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.cid-sOJEwtHM9G .price {
  color: #111213;
  margin-top: 10px;
}
.cid-sOJEwtHM9G .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 60px;
}
.cid-sOJEwtHM9G .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.cid-sOJEwtHM9G .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sOJEwtHM9G .item:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sOJEwtHM9G .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sOJEwtHM9G .text {
  margin-top: 27px;
  padding-left: 50px;
  position: relative;
}
.cid-sOJEwtHM9G .name:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 35px;
  height: 2px;
  content: "";
  display: block;
  background-color: #000000;
}
.cid-sOJEwtHM9G .name:after {
  content: '•';
  font-family: fontello;
  display: inline-block;
  vertical-align: baseline;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  margin: 0 0.75em;
  color: #909190;
}
.cid-sOJEwtHM9G .name,
.cid-sOJEwtHM9G .name2 {
  width: auto;
  display: inline;
}
.cid-sOJEwtHM9G .name > a:hover {
  color: #3843c7 !important;
}
.cid-sOJEwtHM9G .name2 > a:hover {
  color: #3843c7 !important;
}
.cid-sOJEwtHM9G a {
  font-weight: 400 !important;
}
.cid-sOJExyRApN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJExyRApN .card1 {
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/image11.jpg");
  background-size: cover;
  background-position: center;
}
.cid-sOJExyRApN .card2 {
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/image12.jpg");
  background-size: cover;
  background-position: center;
}
.cid-sOJExyRApN .card3 {
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/image13.jpg");
  background-size: cover;
  background-position: center;
}
.cid-sOJExyRApN .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sOJExyRApN .text {
  width: 100%;
  padding: 30% 10%;
  z-index: 10;
}
.cid-sOJExyRApN .mbr-iconfont {
  display: block;
  font-size: 73px;
  color: #ffffff;
  height: 100%;
  padding-bottom: 18px;
}
.cid-sOJExyRApN .l2 {
  color: #ffffff;
  margin-bottom: 48px;
}
.cid-sOJExyRApN .l1 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.cid-sOJExyRApN .btn-secondary,
.cid-sOJExyRApN .btn-secondary:hover {
  color: #1d2024 !important;
}
.cid-sOJExyRApN .features-image {
  margin-top: 30px;
}
.cid-sOJExyRApN .features-image:nth-of-type(1) {
  margin-top: 0px;
}
.cid-sOJExyRApN .features-image:nth-of-type(2) {
  margin-top: 0px;
}
.cid-sOJExyRApN .features-image:nth-of-type(3) {
  margin-top: 0px;
}
@media (max-width: 990px) {
  .cid-sOJExyRApN .features-image:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-sOJExyRApN .features-image:nth-of-type(2) {
    margin-top: 30px;
  }
  .cid-sOJExyRApN .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sOJExyRApN .btn {
  margin: 0 13px;
}
.cid-sOJExyRApN .mbr-section-title {
  font-family: 'Open Sans';
}
.cid-sOJEAcIfyp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1-1.jpg");
}
.cid-sOJEAcIfyp .card-heading {
  padding-bottom: 20px;
  color: #111213;
  text-align: center;
}
.cid-sOJEAcIfyp .p {
  padding-bottom: 29px;
  font-family: 'Open Sans';
  color: #111213;
  text-align: center;
}
.cid-sOJEAcIfyp .p:last-child {
  padding-bottom: 0;
}
.cid-sOJEAcIfyp .row {
  justify-content: center;
}
.cid-sOJEBN1ZLO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sOJEBN1ZLO .carousel {
  height: 800px;
}
.cid-sOJEBN1ZLO .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sOJEBN1ZLO .carousel-item,
.cid-sOJEBN1ZLO .carousel-inner {
  height: 100%;
}
.cid-sOJEBN1ZLO .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
}
.cid-sOJEBN1ZLO .carousel-caption {
  bottom: initial;
  text-align: left;
  position: absolute;
  right: initial;
  left: initial;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-sOJEBN1ZLO .mbr-text {
  margin-bottom: 10px;
}
.cid-sOJEBN1ZLO .mbr-section-text {
  margin-bottom: 10px;
}
.cid-sOJEBN1ZLO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sOJEBN1ZLO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sOJEBN1ZLO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: .8;
}
@media (max-width: 767px) {
  .cid-sOJEBN1ZLO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sOJEBN1ZLO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sOJEBN1ZLO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sOJEBN1ZLO .carousel-control {
  top: 50%;
  width: 67px;
  height: 67px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #07091f;
  transition: all 0.3s;
  opacity: 1;
}
.cid-sOJEBN1ZLO .carousel-control.carousel-control-prev {
  left: -134px;
}
.cid-sOJEBN1ZLO .carousel-control.carousel-control-next {
  left: -67px;
}
.cid-sOJEBN1ZLO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3rem !important;
  justify-content: flex-start;
  margin-left: 120px;
}
.cid-sOJEBN1ZLO .carousel-indicators li {
  margin-right: 23px;
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  background-color: #040e17;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
  border: none;
}
.cid-sOJEBN1ZLO .carousel-indicators li:hover {
  background-color: #b18161;
}
.cid-sOJEBN1ZLO .carousel-indicators li.active {
  margin-right: 23px;
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  background-color: #b18161;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
  border: none;
}
@media (max-width: 768px) {
  .cid-sOJEBN1ZLO .carousel-indicators {
    display: none !important;
  }
}
.cid-sOJEBN1ZLO .container {
  margin-right: 70px;
  margin-left: 70px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: initial;
  max-width: initial !important;
}
@media (max-width: 1000px) {
  .cid-sOJEBN1ZLO .container {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .cid-sOJEBN1ZLO .carousel-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-sOJEBN1ZLO .carousel-indicators {
    margin-left: 30px;
  }
}
.cid-sOJEBN1ZLO .controls {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 1260px) {
  .cid-sOJEBN1ZLO .controls {
    display: none;
  }
}
.cid-sOJEBN1ZLO P {
  color: #111213;
}
.cid-sOJEBN1ZLO .mbr-text,
.cid-sOJEBN1ZLO .mbr-section-btn {
  color: #111213;
}
.cid-sOJEBN1ZLO .active {
  transition: all 0.5s !important;
}
.cid-sOJEBN1ZLO .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-sOJEDbjA3G {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sOJEDbjA3G .mbr-text {
  margin: 0;
  padding-bottom: 30px;
  color: #52586a;
  font-family: 'Open Sans';
}
.cid-sOJEDbjA3G .mbr-section-title {
  padding-bottom: 17px;
  letter-spacing: 0.7px;
}
.cid-sOJEDbjA3G .text-element {
  background-color: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sOJEDbjA3G .row-element,
.cid-sOJEDbjA3G .image-element {
  padding: 0;
}
.cid-sOJEDbjA3G .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOJEDbjA3G .carousel-item.active,
.cid-sOJEDbjA3G .carousel-item-next,
.cid-sOJEDbjA3G .carousel-item-prev {
  display: flex;
}
.cid-sOJEDbjA3G .carousel-indicators {
  position: initial;
  align-items: center;
  display: flex;
}
.cid-sOJEDbjA3G .carousel-indicators .active img {
  opacity: 1;
  transform: scale(1.3);
  transition: 0.1s;
}
.cid-sOJEDbjA3G .carousel-indicators li {
  background-color: transparent;
  margin: 0 20px;
  opacity: 1;
  position: initial;
  width: 3.6em;
  height: 3.6em;
  max-width: initial;
  max-height: initial;
  transition: 0.1s;
}
@media (max-width: 540px) {
  .cid-sOJEDbjA3G .text-element {
    padding: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOJEDbjA3G .image-element {
    min-width: 50%;
  }
  .cid-sOJEDbjA3G .media-container-row {
    width: 100%;
  }
}
.cid-sOJEDbjA3G img {
  border-radius: 50%;
  object-fit: cover;
  width: 3.6em;
  height: 3.6em;
  transition: 0.1s;
}
.cid-sOJEDbjA3G .heading {
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0;
}
.cid-sOJEDbjA3G .title {
  margin-bottom: 23px;
  padding: 0;
  color: #111213;
}
.cid-sOJEDbjA3G .mbr-section-subtitle {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  color: #111213;
}
.cid-sOJEDbjA3G .container {
  padding: 0 15%;
}
@media (max-width: 990px) {
  .cid-sOJEDbjA3G .text-element {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-sOJEDbjA3G .container {
    padding: 0 5%;
  }
}
.cid-sOJEDbjA3G .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #3f37c9;
}
.cid-sOJEDbjA3G .iconfont-wrapper {
  margin-bottom: 40px;
}
.cid-sOJEDbjA3G section {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-sOJEDbjA3G li {
    margin: 10px !important;
    width: 1.5em !important;
    height: 1.5em !important;
  }
  .cid-sOJEDbjA3G img {
    width: 1.5em !important;
    height: 1.5em !important;
  }
}
.cid-sOJEDGRG8M .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-sOJEDGRG8M .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sOJEDGRG8M .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sOJEDGRG8M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sOJEDGRG8M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sOJEF3P8Yw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sOJEF3P8Yw .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sOJEF3P8Yw .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sOJEF3P8Yw .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sOJEF3P8Yw .social-list {
  width: auto;
}
.cid-sOJEF3P8Yw .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-sOJEF3P8Yw .social-media {
  padding: 0;
  text-align: center;
}
.cid-sOJEF3P8Yw .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sOJEF3P8Yw .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sOJEF3P8Yw .mbr-section-title,
.cid-sOJEF3P8Yw .social-media {
  color: #111213;
}
.cid-sOJEGSB7Bx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sOJEGSB7Bx .nav-tabs .nav-item.open .nav-link:focus,
.cid-sOJEGSB7Bx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sOJEGSB7Bx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sOJEGSB7Bx .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sOJEGSB7Bx .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sOJEGSB7Bx .nav-tabs .nav-item {
  margin-right: 0;
  width: 290px;
  padding: 0 6px;
}
.cid-sOJEGSB7Bx .nav-link,
.cid-sOJEGSB7Bx .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sOJEGSB7Bx .nav-tabs .nav-link.active {
  color: #040E17;
  border-bottom: none;
  transition: all .3s ease !important;
  padding: 21px;
  background-color: transparent;
  border-top: 2px solid #040e17;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-sOJEGSB7Bx H4 {
  text-align: center;
}
.cid-sOJEGSB7Bx H3 {
  text-align: center;
}
.cid-sOJEGSB7Bx .nav-tabs .nav-link:not(.active) {
  transition: all .3s ease !important;
  padding: 21px;
  border: none;
  font-weight: 500;
  background-color: #f2f5fb;
  color: #040E17;
  border-top: 2px solid transparent;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-sOJEGSB7Bx .nav-tabs .nav-link:not(.active):hover {
  background-color: transparent;
  border-top: 2px solid #040e17;
}
.cid-sOJEGSB7Bx .card-heading {
  margin-bottom: 25px;
  text-align: left;
  color: #111213;
}
.cid-sOJEGSB7Bx .p,
.cid-sOJEGSB7Bx .mbr-text {
  font-family: 'Open Sans';
}
.cid-sOJEGSB7Bx P {
  color: #52586a;
}
.cid-sOJEGSB7Bx .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sOJETMbv7P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1-1.jpg");
}
.cid-sOJETMbv7P .card-heading {
  padding-bottom: 20px;
  color: #111213;
  text-align: center;
}
.cid-sOJETMbv7P .p {
  padding-bottom: 29px;
  font-family: 'Open Sans';
  color: #111213;
  text-align: center;
}
.cid-sOJETMbv7P .p:last-child {
  padding-bottom: 0;
}
.cid-sOJETMbv7P .row {
  justify-content: center;
}
.cid-sOJEV9qnQm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f5fb;
}
.cid-sOJEV9qnQm .mbr-section-subtitle {
  color: #b18161;
  padding-bottom: 13px;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.cid-sOJEV9qnQm .mbr-section-title {
  padding-bottom: 30px;
  color: #111213;
}
.cid-sOJEV9qnQm .role {
  font-family: 'Open Sans';
  color: #52586a;
}
.cid-sOJEV9qnQm .name {
  color: #111213;
}
.cid-sOJEV9qnQm a {
  font-weight: 400 !important;
}
.cid-sOJEVRmFyR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJEVRmFyR .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sOJEVRmFyR .p {
  padding-bottom: 29px;
  font-family: 'Open Sans';
  color: #52586a;
}
.cid-sOJEVRmFyR .p:last-child {
  padding-bottom: 0;
}
.cid-sOJEVRmFyR .row {
  justify-content: center;
}
.cid-sOJEWx8ian {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJEWx8ian .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin: auto;
  position: relative;
  padding-left: 60px;
  margin-top: 18px;
}
.cid-sOJEWx8ian .row {
  align-items: center;
  height: 100%;
}
.cid-sOJEWx8ian .wrapper {
  margin: auto;
}
.cid-sOJEWx8ian .text {
  padding: 2.75em 2.9em;
  background-color: #f2f5fb;
}
@media (max-width: 1279px) {
  .cid-sOJEWx8ian {
    padding: 2.5em;
  }
}
.cid-sOJEWx8ian .mbr-section-subtitle:before {
  background-color: #3843c7;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.cid-sOJEWx8ian .mbr-section-title {
  color: #111213;
}
.cid-sOJEXgiMA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJEXgiMA1 .mbr-section-subtitle {
  color: #14142b;
  text-align: left;
  margin: auto;
  position: relative;
  padding-left: 60px;
}
.cid-sOJEXgiMA1 .row {
  align-items: center;
  height: 100%;
}
.cid-sOJEXgiMA1 .wrapper {
  margin: auto;
}
.cid-sOJEXgiMA1 .text {
  padding: 1.8em 2.55em;
  background-color: #f2f5fb;
  border-left: 2px solid #b18161;
}
@media (max-width: 1279px) {
  .cid-sOJEXgiMA1 .text {
    padding: 1.8em 2em;
  }
}
.cid-sOJEXgiMA1 .iconfont-wrapper > .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #b18161;
  margin-bottom: 11px;
}
@media (max-width: 479px) {
  .cid-sOJEXgiMA1 .text {
    padding: 1.5em 2em;
  }
}
.cid-sOJEXgiMA1 .mbr-section-title,
.cid-sOJEXgiMA1 .iconfont-wrapper {
  color: #111213;
}
.cid-sOJEYAXsnv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1-1.jpg");
}
.cid-sOJEYAXsnv .card-heading {
  padding-bottom: 20px;
  color: #111213;
  text-align: center;
}
.cid-sOJEYAXsnv .p {
  padding-bottom: 29px;
  font-family: 'Open Sans';
  color: #111213;
  text-align: center;
}
.cid-sOJEYAXsnv .p:last-child {
  padding-bottom: 0;
}
.cid-sOJEYAXsnv .row {
  justify-content: center;
}
.cid-sOJEZGNjht .container,
.cid-sOJEZGNjht .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-sOJF0gpWHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJF0gpWHg img {
  border-radius: 0px;
}
.cid-sOJF0gpWHg .row {
  justify-content: center;
}
.cid-sOJF0gpWHg .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sOJF0gpWHg .container {
  max-width: 1132px;
}
.cid-sOJF10V5rK .container,
.cid-sOJF10V5rK .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-sOJF10V5rK .video-wrapper iframe {
  width: 100%;
}
.cid-sOJF10V5rK .app-video-wrapper:before {
  font-size: 16px;
  padding: 28px 28px 28px 30px;
  background-color: #FFFFFF;
  color: #4D2E12;
  line-height: 15px;
  text-shadow: none;
}
.cid-sOJF1Aqdfl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sOJF1Aqdfl .container {
  max-width: 1132px;
}
.cid-sOJF1Aqdfl .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-sOJF1Aqdfl .b {
    margin-bottom: 20px;
  }
}
.cid-sOJF2ugYO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJF2ugYO7 .item-wrapper {
  position: relative;
  overflow: initial;
}
.cid-sOJF2ugYO7 .item-img:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cid-sOJF2ugYO7 .item:hover .item-img:before {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-sOJF2ugYO7 .col-12 {
    margin-top: 30px;
  }
  .cid-sOJF2ugYO7 .col-12:first-child {
    margin-top: 0px;
  }
  .cid-sOJF2ugYO7 .col-12:nth-child(2) {
    margin-top: 0px;
  }
  .cid-sOJF2ugYO7 .col-12:nth-child(3) {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-sOJF2ugYO7 .col-12:nth-child(2) {
    margin-top: 30px;
  }
  .cid-sOJF2ugYO7 .col-12:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-sOJF5UW3Mu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1-1.jpg");
}
.cid-sOJF5UW3Mu .card-heading {
  padding-bottom: 20px;
  color: #111213;
  text-align: center;
}
.cid-sOJF5UW3Mu .p {
  padding-bottom: 29px;
  font-family: 'Open Sans';
  color: #111213;
  text-align: center;
}
.cid-sOJF5UW3Mu .p:last-child {
  padding-bottom: 0;
}
.cid-sOJF5UW3Mu .row {
  justify-content: center;
}
.cid-sPvxJuRgYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPvxJuRgYJ textarea,
.cid-sPvxJuRgYJ textarea:hover,
.cid-sPvxJuRgYJ input,
.cid-sPvxJuRgYJ input:hover,
.cid-sPvxJuRgYJ input:focus,
.cid-sPvxJuRgYJ textarea:focus {
  padding: 13px 0;
  border-color: transparent;
  padding-left: 30px;
  box-shadow: none;
}
.cid-sPvxJuRgYJ .form-control {
  border-radius: 0 !important;
}
.cid-sPvxJuRgYJ .form-check .form-check-input {
  float: initial;
  margin-top: 0;
  padding: 0 !important;
}
.cid-sPvxJuRgYJ label {
  color: #040e17;
  font-family: 'DM Sans';
}
.cid-sPvxJuRgYJ input {
  color: #040e17;
  font-family: 'DM Sans';
  background-color: transparent;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-sPvxJuRgYJ input::placeholder {
  color: #52586A;
  font-family: 'DM Sans';
}
.cid-sPvxJuRgYJ textarea {
  background-color: transparent;
  color: #040e17;
  font-family: 'DM Sans';
  min-height: 66px;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-sPvxJuRgYJ textarea::placeholder {
  color: #52586A;
  font-family: 'DM Sans';
}
.cid-sPvxJuRgYJ .btn > span {
  margin-left: 0.5rem;
  color: currentColor;
}
.cid-sPvxJuRgYJ .btn {
  padding: 12px 35px 12px 35px !important;
}
.cid-sPvxJuRgYJ .line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #E2E3E9;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: -1px;
}
.cid-sPvxJuRgYJ .line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #040e17;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cid-sPvxJuRgYJ .form-group:hover .line:before,
.cid-sPvxJuRgYJ .form-group:focus .line:before {
  width: 100%;
}
.cid-sPvxJuRgYJ .form-group {
  position: relative;
  margin-bottom: 30px;
}
.cid-sPvxJuRgYJ .form-group:before {
  font-size: 20px;
  color: black;
  display: block;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: initial;
}
.cid-sPvxJuRgYJ .mbr-iconfont1 {
  position: absolute;
  top: 14px;
  font-size: 18px;
}
.cid-sPvxJuRgYJ .align {
  margin-top: 5px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.cid-sPvxJuRgYJ .col-auto {
  display: inline-block;
}
.cid-sPvxJuRgYJ .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 45px;
  height: 45px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvxJuRgYJ button span:before {
  color: currentColor !important;
}
.cid-sPvxJuRgYJ .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvxJuRgYJ .mbr-iconfont:before {
  color: currentColor;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.cid-sPvxJuRgYJ .social-list {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sPvxJuRgYJ .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-sPvxJuRgYJ .social-media {
  padding: 0;
  text-align: left;
}
.cid-sPvxJuRgYJ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvxJuRgYJ .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvxJuRgYJ .mbr-list,
.cid-sPvxJuRgYJ .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sPvxJuRgYJ .social-list {
    text-align: center !important;
  }
}
.cid-sPvxJuRgYJ .title {
  margin-bottom: 28px;
}
.cid-sPvxJuRgYJ .text {
  margin-bottom: 20px;
  color: #111213;
}
.cid-sPvxJuRgYJ .link1 {
  margin-bottom: 20px;
  position: relative;
}
.cid-sPvxJuRgYJ .phone {
  margin-bottom: 42px;
}
.cid-sPvxJuRgYJ .link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.cid-sPvxJuRgYJ .link:hover:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.cid-sPvxJuRgYJ .ph {
  font-weight: 600;
}
.cid-sPvxJuRgYJ .link {
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .cid-sPvxJuRgYJ .col-md-8 {
    margin-top: 20px;
  }
}
.cid-sPvxJuRgYJ .title,
.cid-sPvxJuRgYJ .social-media,
.cid-sPvxJuRgYJ .link1,
.cid-sPvxJuRgYJ .phone {
  color: #111213;
}
.cid-sPvxKdVG3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPvxKdVG3n .align {
  align-items: center;
}
.cid-sPvxKdVG3n .mbr-section-title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 38px;
}
.cid-sPvxKdVG3n .btn {
  border-left: 1px solid #E5E6EF;
  padding: 0.6rem 20px 0.6rem 30px !important;
  transition: color 300ms ease !important;
  margin-top: 13px;
  margin-bottom: 13px;
  height: 30px;
}
.cid-sPvxKdVG3n .btn:hover {
  border-left: 1px solid #E5E6EF !important;
  padding: 0.6rem 20px 0.6rem 30px !important;
  color: #3843c7 !important;
}
.cid-sPvxKdVG3n .form-group.col-12 {
  padding-left: 26px;
  padding-right: 0 !important;
}
.cid-sPvxKdVG3n .button {
  right: 1px;
  top: 11px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sPvxKdVG3n .form-control {
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
  background-color: transparent !important;
}
.cid-sPvxKdVG3n .form-control:hover {
  box-shadow: none;
}
.cid-sPvxKdVG3n .form-group {
  margin-bottom: 10px;
  position: relative;
  background-color: #f2f5fb;
  padding-top: 3px;
  padding-bottom: 3px;
}
.cid-sPvxKdVG3n textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-sPvxKdVG3n input:hover {
  border-color: #14142b !important;
}
.cid-sPvxKdVG3n textarea:hover {
  border-color: #14142b !important;
}
.cid-sPvxKdVG3n input:focus {
  border-color: #14142b !important;
  box-shadow: none !important;
}
.cid-sPvxKdVG3n textarea:focus {
  border-color: #14142b !important;
}
.cid-sPvxKdVG3n .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-sPvxKdVG3n .mbr-section-title {
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-sPvxKdVG3n .form-part {
    width: 100%;
  }
  .cid-sPvxKdVG3n .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-sPvxKdVG3n .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-sPvxKdVG3n .form-group.col-12.col-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-sPvxKdVG3n input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    padding: 8px 16px;
  }
  .cid-sPvxKdVG3n .dragArea.row {
    margin-right: 1px;
    margin-left: 1px;
  }
  .cid-sPvxKdVG3n input[type=email] {
    margin-bottom: 0;
  }
}
.cid-sPvxKdVG3n a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvxKdVG3n .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sPvxKdVG3n input,
.cid-sPvxKdVG3n textarea,
.cid-sPvxKdVG3n select,
.cid-sPvxKdVG3n .form-control-label,
.cid-sPvxKdVG3n .form-check,
.cid-sPvxKdVG3n label {
  color: #040e17;
  font-family: 'DM Sans';
}
.cid-sPvxKdVG3n input::placeholder,
.cid-sPvxKdVG3n textarea::placeholder,
.cid-sPvxKdVG3n select::placeholder {
  color: #52586A;
  font-family: 'DM Sans' !important;
}
.cid-sPvxKdVG3n .form-control,
.cid-sPvxKdVG3n form .btn {
  min-height: initial;
}
.cid-sPvxKdVG3n .iconfont-wrapper > .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #3f37c9;
  margin-bottom: 25px;
}
.cid-sPvxKdVG3n .container {
  max-width: 630px;
}
.cid-sPvxKdVG3n .title,
.cid-sPvxKdVG3n .iconfont-wrapper {
  color: #111213;
  text-align: center;
}
.cid-sOJF99VZvd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1-1.jpg");
}
.cid-sOJF99VZvd .card-heading {
  padding-bottom: 20px;
  color: #111213;
  text-align: center;
}
.cid-sOJF99VZvd .p {
  padding-bottom: 29px;
  font-family: 'Open Sans';
  color: #111213;
  text-align: center;
}
.cid-sOJF99VZvd .p:last-child {
  padding-bottom: 0;
}
.cid-sOJF99VZvd .row {
  justify-content: center;
}
.cid-sOJFasEBpm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJFasEBpm .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-sOJFasEBpm .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  color: #b18161;
}
.cid-sOJFasEBpm .mbr-section-title {
  padding-bottom: 45px;
  color: #111213;
}
.cid-sOJFasEBpm .text-block {
  color: #52586a;
  margin-bottom: 45px;
  font-family: 'Open Sans';
}
.cid-sOJFasEBpm .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-sOJFasEBpm .name {
  color: #111213;
}
.cid-sOJFasEBpm .name1 {
  margin-right: 20%;
  color: #111213;
}
.cid-sOJFasEBpm .name2 {
  margin-right: 10%;
  color: #111213;
}
.cid-sOJFasEBpm .name3 {
  margin-right: 0%;
  color: #111213;
}
.cid-sOJFasEBpm .name,
.cid-sOJFasEBpm .name1,
.cid-sOJFasEBpm .name2,
.cid-sOJFasEBpm .name3 {
  width: auto;
  padding: 0;
  font-family: 'Open Sans';
}
.cid-sOJFasEBpm .progress {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #F2F5FB;
  margin-top: 12px;
  border-radius: 0;
}
.cid-sOJFasEBpm .progress-bar {
  position: absolute;
  background-color: #3843c7;
  height: 6px;
}
.cid-sOJFasEBpm .progress1 {
  width: 80%;
}
.cid-sOJFasEBpm .progress2 {
  width: 90%;
}
.cid-sOJFasEBpm .progress3 {
  width: 100%;
}
.cid-sOJFasEBpm .progressbar-number1:before {
  content: '80';
}
.cid-sOJFasEBpm .progressbar-number2:before {
  content: '90';
}
.cid-sOJFasEBpm .progressbar-number3:before {
  content: '100';
}
.cid-sOJFasEBpm .left {
  max-width: 557px;
}
.cid-sOJFasEBpm .email span {
  padding: 19px;
  border-radius: 50%;
  font-size: 18px;
  color: #000000;
  background-color: #f2f5fb;
  margin-right: 15px;
}
.cid-sOJFasEBpm .email > a {
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .cid-sOJFasEBpm .text-wrapper {
    margin-top: 30px;
  }
  .cid-sOJFasEBpm .left {
    max-width: initial;
  }
}
.cid-sOJFbrCNfY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJFbrCNfY .bottom {
  color: #52586a;
  margin-top: 14px;
  font-family: 'Open Sans';
}
.cid-sOJFbrCNfY .card-title {
  text-align: center;
  color: #111213;
}
.cid-sOJFbrCNfY .mbr-section-btn {
  margin-top: 35px;
  text-align: center;
}
.cid-sOJFbrCNfY a.btn {
  font-weight: 600 !important;
}
@media (max-width: 992px) {
  .cid-sOJFbrCNfY .t1 {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-sOJFbrCNfY .t {
    margin-top: 30px;
  }
}
.cid-sOJFcs2oex {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("https://mobirise.com/extensions/jewelrym5/assets/images/background1-1.jpg");
}
.cid-sOJFcs2oex .card-heading {
  padding-bottom: 20px;
  color: #111213;
  text-align: center;
}
.cid-sOJFcs2oex .p {
  padding-bottom: 29px;
  font-family: 'Open Sans';
  color: #111213;
  text-align: center;
}
.cid-sOJFcs2oex .p:last-child {
  padding-bottom: 0;
}
.cid-sOJFcs2oex .row {
  justify-content: center;
}
.cid-sOJFeMsc9c {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sOJFeMsc9c .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.cid-sOJFeMsc9c .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sOJFeMsc9c .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
  font-family: 'Open Sans';
}
.cid-sOJFeMsc9c .desc {
  color: #111213;
}
.cid-sOJFeMsc9c .desc1 {
  font-family: 'Open Sans';
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sOJFeMsc9c .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sOJFeMsc9c .name {
  margin-bottom: 20px;
}
.cid-sOJFeMsc9c .price {
  width: auto;
  display: inline;
}
.cid-sOJFeMsc9c .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sOJFeMsc9c .plus1 {
  display: inline;
  width: auto;
  font-family: 'Open Sans';
  color: #3f37c9;
}
.cid-sOJFeMsc9c .desc2 {
  display: inline;
  width: auto;
  font-family: 'Open Sans';
  color: #909190;
}
.cid-sOJFeMsc9c .new-price {
  width: auto;
  display: inline;
}
.cid-sOJFeMsc9c .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sOJFeMsc9c .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sOJFeMsc9c .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sOJFeMsc9c .btn {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.cid-sOJFeMsc9c .plus {
  font-family: 'Open Sans';
  color: #52586a;
}
.cid-sOJFeMsc9c .desc,
.cid-sOJFeMsc9c .plus {
  display: inline-block;
  width: auto;
}
.cid-sOJFeMsc9c .mbr-text,
.cid-sOJFeMsc9c .mbr-section-btn {
  color: #52586a;
}
.cid-sOJFeMsc9c .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sOJFeMsc9c .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sOJFfvbYXq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJFfvbYXq .item-wrapper {
  position: relative;
}
.cid-sOJFfvbYXq .features-image {
  padding-top: 45px;
}
.cid-sOJFfvbYXq .features-image:first-child {
  padding-top: 0px;
}
.cid-sOJFfvbYXq .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sOJFfvbYXq .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-sOJFfvbYXq .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-sOJFfvbYXq .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-sOJFfvbYXq .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-sOJFfvbYXq .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-sOJFfvbYXq .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-sOJFfvbYXq .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-sOJFfvbYXq .desc1 {
  font-family: 'Open Sans';
}
.cid-sOJFfvbYXq .name {
  margin-top: 27px;
  color: #111213;
}
.cid-sOJFfvbYXq .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-sOJFfvbYXq .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 60px;
}
.cid-sOJFfvbYXq .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.cid-sOJFfvbYXq .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sOJFfvbYXq .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sOJFfvbYXq .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sOJFfvbYXq .desc1,
.cid-sOJFfvbYXq .iconfont-wrapper {
  color: #ffffff;
}
.cid-sOJFfvbYXq .tag1 {
  background-color: #3f37c9;
}
.cid-sOJFfvbYXq .tag2 {
  background-color: #3f37c9;
}
.cid-sOJFfvbYXq .tag3 {
  background-color: #3f37c9;
}
.cid-sOJFfvbYXq .tag4 {
  background-color: #3f37c9;
}
.cid-sOJFgcLJjn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJFgcLJjn .item-wrapper {
  position: relative;
}
.cid-sOJFgcLJjn .features-image {
  padding-top: 45px;
}
.cid-sOJFgcLJjn .features-image:first-child {
  padding-top: 0px;
}
.cid-sOJFgcLJjn .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sOJFgcLJjn .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-sOJFgcLJjn .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-sOJFgcLJjn .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-sOJFgcLJjn .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-sOJFgcLJjn .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-sOJFgcLJjn .desc1 {
  font-family: 'Open Sans';
}
.cid-sOJFgcLJjn .name {
  margin-top: 27px;
  color: #111213;
}
.cid-sOJFgcLJjn .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-sOJFgcLJjn .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin-bottom: 35px;
}
.cid-sOJFgcLJjn .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.cid-sOJFgcLJjn .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sOJFgcLJjn .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sOJFgcLJjn .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sOJFgcLJjn .tag1 {
  background-color: #3f37c9;
}
.cid-sOJFgcLJjn .tag2 {
  background-color: #111213;
}
.cid-sOJFgcLJjn .tag3 {
  background-color: #3f37c9;
}
.cid-sOJFgcLJjn .desc1,
.cid-sOJFgcLJjn .iconfont-wrapper {
  color: #ffffff;
}
.cid-sOJFgJYaVi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOJFgJYaVi .item-wrapper {
  position: relative;
}
.cid-sOJFgJYaVi .features-image {
  padding-top: 45px;
}
.cid-sOJFgJYaVi .features-image:first-child {
  padding-top: 0px;
}
.cid-sOJFgJYaVi .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sOJFgJYaVi .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-sOJFgJYaVi .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-sOJFgJYaVi .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-sOJFgJYaVi .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-sOJFgJYaVi .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-sOJFgJYaVi .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-sOJFgJYaVi .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-sOJFgJYaVi .desc1 {
  font-family: 'Open Sans';
}
.cid-sOJFgJYaVi .name {
  margin-top: 27px;
  color: #111213;
}
.cid-sOJFgJYaVi .price {
  margin-top: 1px;
  color: #111213;
}
.cid-sOJFgJYaVi .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 60px;
}
.cid-sOJFgJYaVi .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.cid-sOJFgJYaVi .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sOJFgJYaVi .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sOJFgJYaVi .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sOJFgJYaVi .tag1 {
  background-color: #111213;
}
.cid-sOJFgJYaVi .tag2 {
  background-color: #3f37c9;
}
.cid-sOJFgJYaVi .tag3 {
  background-color: #f2f2f2;
}
.cid-sOJFgJYaVi .tag4 {
  background-color: #111213;
}
.cid-sOJFgJYaVi .desc1,
.cid-sOJFgJYaVi .iconfont-wrapper {
  color: #ffffff;
}
.cid-sOJuOT7wiV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sOJuOT7wiV .mbr-text {
  color: #909190;
  font-family: 'Open Sans';
}
.cid-sOJuOT7wiV .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 32px;
}
.cid-sOJuOT7wiV a {
  font-weight: 400 !important;
}
.cid-sPvxhv3AgR .navbar-dropdown {
  position: relative !important;
}
.cid-sPvxhv3AgR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvxhv3AgR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvxhv3AgR .dropdown-item:hover,
.cid-sPvxhv3AgR .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvxhv3AgR .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvxhv3AgR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvxhv3AgR .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvxhv3AgR .container {
  display: flex;
  margin: auto;
}
.cid-sPvxhv3AgR .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvxhv3AgR .dropdown-menu,
.cid-sPvxhv3AgR .navbar.opened {
  background: #ffffff !important;
}
.cid-sPvxhv3AgR .nav-item:focus,
.cid-sPvxhv3AgR .nav-link:focus {
  outline: none;
}
.cid-sPvxhv3AgR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvxhv3AgR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvxhv3AgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvxhv3AgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvxhv3AgR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvxhv3AgR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvxhv3AgR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sPvxhv3AgR .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvxhv3AgR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvxhv3AgR .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvxhv3AgR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvxhv3AgR .navbar.collapsed {
  justify-content: center;
}
.cid-sPvxhv3AgR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvxhv3AgR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPvxhv3AgR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvxhv3AgR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvxhv3AgR .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-sPvxhv3AgR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvxhv3AgR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvxhv3AgR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvxhv3AgR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvxhv3AgR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvxhv3AgR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvxhv3AgR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvxhv3AgR .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-sPvxhv3AgR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPvxhv3AgR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvxhv3AgR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvxhv3AgR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvxhv3AgR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvxhv3AgR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvxhv3AgR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvxhv3AgR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvxhv3AgR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvxhv3AgR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvxhv3AgR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvxhv3AgR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvxhv3AgR .dropdown-item.active,
.cid-sPvxhv3AgR .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvxhv3AgR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvxhv3AgR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvxhv3AgR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvxhv3AgR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPvxhv3AgR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvxhv3AgR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvxhv3AgR ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvxhv3AgR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvxhv3AgR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #111213;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvxhv3AgR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvxhv3AgR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvxhv3AgR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvxhv3AgR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvxhv3AgR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvxhv3AgR .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-sPvxhv3AgR a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvxhv3AgR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvxhv3AgR .navbar {
    height: 70px;
  }
  .cid-sPvxhv3AgR .navbar.opened {
    height: auto;
  }
  .cid-sPvxhv3AgR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvxhv3AgR a {
  display: inline;
}
.cid-sPvxhv3AgR img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvxhv3AgR .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvxhv3AgR .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvxhv3AgR .dropdown-item:hover {
  color: #52586a !important;
}
@media (max-width: 990px) {
  .cid-sPvxhv3AgR .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvxhv3AgR .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvxhv3AgR .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvxhv3AgR .nav-item {
  margin-right: 32px;
}
.cid-sPvxhv3AgR .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvxhv3AgR ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvxhv3AgR .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvxhv3AgR .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvxhv3AgR .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvxhv3AgR .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #111213;
}
.cid-sPvxhv3AgR .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvxhv3AgR .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvxhv3AgR .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvxhv3AgR .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-sPvxhv3AgR .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvxhv3AgR .dropdown-item:focus {
  color: #52586a !important;
}
@media (max-width: 945px) {
  .cid-sPvxhv3AgR .top {
    margin-top: 25px;
  }
}
.cid-sPvxhv3AgR .btn:hover {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvxhv3AgR .container,
  .cid-sPvxhv3AgR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvxhv3AgR li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sPvxhv3AgR ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvxhv3AgR .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvxhv3AgR a.btn {
    margin-top: 10px;
  }
}
.cid-sPvxhv3AgR a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvxhv3AgR a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvxhv3AgR a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvxhv3AgR a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvxhv3AgR .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-family: 'Open Sans';
  font-size: 16px;
}
.cid-sPvxhv3AgR .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvxhv3AgR a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-family: 'Open Sans';
  font-size: 16px;
}
.cid-sPvxhv3AgR a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvxhv3AgR .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvxhv3AgR .navbar-toggler:focus {
  box-shadow: none !important;
}
