body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Alegreya', serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Alegreya', serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0f153f !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #ff3366 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b69b74 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f153f !important;
  border-color: #0f153f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000001 !important;
  border-color: #000001 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000001 !important;
  border-color: #000001 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #0f153f;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f153f;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f153f !important;
  border-color: #0f153f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #149dcc;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff3366;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff3366;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f7ed4a;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7ed4a;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #879a9f;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #879a9f;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b69b74;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b69b74;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0f153f !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #ff3366 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b69b74 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc0033 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #816843 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff3366;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b69b74;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f153f;
  border-color: #0f153f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0f153f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5b6bd8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2d7c8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #0f153f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f153f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0f153f;
  border-bottom-color: #0f153f;
}
.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: #0f153f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230f153f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
.cid-rArWGfbF0U {
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #f1eeea;
}
.cid-rArWGfbF0U .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-rArWGfbF0U .wrapper {
  position: relative;
}
.cid-rArWGfbF0U .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-rArWGfbF0U .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-rArWGfbF0U .mbr-iconfont {
  font-size: 1.8rem;
  color: #0f153f;
}
.cid-rArWGfbF0U .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-rArWGfbF0U .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-rArWGfbF0U .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-rArWGfbF0U .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-rArWGfbF0U .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-rArWGfbF0U .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-rArWGfbF0U .img2 {
    width: 400px;
  }
  .cid-rArWGfbF0U .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-rArWGfbF0U .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rArWGfbF0U .img2 {
    width: 400px;
  }
  .cid-rArWGfbF0U .img1 {
    padding-right: 4rem;
  }
  .cid-rArWGfbF0U .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rArWGfbF0U .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-rArWGfbF0U .img2 {
    width: 200px;
  }
  .cid-rArWGfbF0U .container-fluid {
    padding: 0 1rem;
  }
  .cid-rArWGfbF0U .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rArWGfbF0U H1 {
  color: #0f153f;
}
.cid-rArWGfbF0U .mbr-text,
.cid-rArWGfbF0U .mbr-section-btn {
  color: #465052;
}
.cid-rArWGfbF0U H2 {
  color: #0f153f;
}
.cid-rArWGumJqV {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-rArWGumJqV .text-wrap {
  background-color: #b69b74;
  padding: 3rem 6rem;
}
.cid-rArWGumJqV .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-rArWGumJqV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArWGumJqV .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArWGumJqV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArWGumJqV .mbr-text,
.cid-rArWGumJqV .link-wrap {
  text-align: center;
}
.cid-rArWGumJqV H4 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rArWGumJqV .img1 {
    width: 50%;
  }
  .cid-rArWGumJqV .text-wrap {
    background-color: #b69b74;
    padding: 2rem 2rem;
  }
}
.cid-rArWGumJqV H1 {
  color: #0f153f;
}
.cid-rArWHD1YFc {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #f1eeea;
}
.cid-rArWHD1YFc .mbr-text {
  color: #465052;
}
.cid-rArWHD1YFc h4 {
  text-align: center;
}
.cid-rArWHD1YFc p {
  text-align: center;
}
.cid-rArWHD1YFc .card-img span {
  font-size: 96px;
  color: #0f153f;
}
.cid-rArWHD1YFc .card-title,
.cid-rArWHD1YFc .card-img {
  color: #b69b74;
}
.cid-rArWGHv2Uu {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #eee8df;
}
.cid-rArWGHv2Uu .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0!important;
  font-size: 1.4rem!important;
  color: #b69b74;
}
.cid-rArWGHv2Uu .p-4 {
  padding: 1rem 0!important;
}
.cid-rArWGHv2Uu img {
  width: 90%;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-rArWGHv2Uu .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-rArWGHv2Uu .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rArWGHv2Uu .mbri-arrow-up:before {
  content: "\e960";
}
.cid-rArWGHv2Uu .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-rArWGHv2Uu h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-rArWGHv2Uu .card {
  border-radius: 0px;
}
.cid-rArWGHv2Uu .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #eee8df;
}
.cid-rArWGHv2Uu .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rArWGHv2Uu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rArWGHv2Uu .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-rArWGHv2Uu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-rArWGHv2Uu img {
    width: 100%;
  }
}
.cid-rArWGHv2Uu H1 {
  color: #0f153f;
}
.cid-rArWGHv2Uu .mbr-text,
.cid-rArWGHv2Uu .mbr-section-btn {
  color: #465052;
}
.cid-rArWGHv2Uu H2 {
  color: #465052;
}
.cid-rArWGHv2Uu H3 {
  color: #b69b74;
}
.cid-rArWGHv2Uu H4 {
  color: #0f153f;
}
.cid-rArWGHv2Uu .panel-text {
  color: #465052;
}
.cid-rArWHXCrjo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rArWHXCrjo .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rArWHXCrjo .title {
  max-width: 800px;
  margin: auto;
}
.cid-rArWHXCrjo .mbr-testimonial {
  padding: 0;
}
.cid-rArWHXCrjo .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rArWHXCrjo .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.cid-rArWHXCrjo .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
}
.cid-rArWHXCrjo .mbr-testimonial p {
  padding: 0 1rem;
}
.cid-rArWHXCrjo .mbr-testimonial .card-footer {
  margin-bottom: 2.2rem;
  border-top: 0;
  padding: 1rem 1rem 3rem 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
  position: relative;
}
.cid-rArWHXCrjo .mbr-testimonial .card-footer:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: -1rem;
  left: 50%;
  width: 2px;
  height: 3rem;
}
@media (max-width: 300px) {
  .cid-rArWHXCrjo .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rArWHXCrjo .mbr-author-desc {
  color: #b69b74;
}
.cid-rArWHXCrjo H2 {
  color: #2a2525;
}
@media (max-width: 992px) {
  .cid-rArWHXCrjo .md-pb {
    padding-bottom: 2rem!important;
  }
}
.cid-rArWHXCrjo .mbr-author-name {
  color: #0f153f;
}
.cid-rArWHXCrjo .mbr-text {
  color: #465052;
}
.cid-rArWHXCrjo .mail {
  color: #ff3366;
}
.cid-rArWHXCrjo .phone {
  color: #ff3366;
}
.cid-rArWILL1E6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
@media (max-width: 992px) {
  .cid-rArWILL1E6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-rArWILL1E6 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-rArWILL1E6 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArWILL1E6 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArWILL1E6 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArWILL1E6 .box {
  background-size: cover;
  background-position: center;
  height: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-rArWILL1E6 .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #2a2525;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-rArWILL1E6 .bg1 {
  background-image: url("../../../assets/images/14-1920x1080.png");
}
.cid-rArWILL1E6 .bg2 {
  background-image: url("../../../assets/images/15-1920x1080.png");
}
.cid-rArWILL1E6 .icon-wrap {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-rArWILL1E6 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rArWILL1E6 .icon-wrap span {
  padding-left: 8px;
}
.cid-rArWILL1E6 .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rArWILL1E6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rArWILL1E6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rArWILL1E6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rArWILL1E6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rArWILL1E6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rArWILL1E6 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rArWILL1E6 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-rArWILL1E6 .box {
    height: 250px;
  }
}
.cid-rArWILL1E6 H4 {
  color: #2a2525;
}
.cid-rArWILL1E6 .mbr-section-title,
.cid-rArWILL1E6 .link-wrap {
  color: #0f153f;
}
.cid-rArWILL1E6 H3 {
  color: #465052;
}
.cid-rArWJRbpio {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-rArWJRbpio .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rArWJRbpio h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-rArWJRbpio .form-check-inline {
    margin-right: 2rem;
  }
  .cid-rArWJRbpio .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-rArWJRbpio .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-rArWJRbpio .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-rArWJRbpio .col,
  .cid-rArWJRbpio .col-lg-6 {
    max-width: 48%;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-rArWJRbpio .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0rem;
  }
}
.cid-rArWJRbpio label {
  margin-bottom: 0;
}
.cid-rArWJRbpio .form-row {
  justify-content: space-between;
}
.cid-rArWJRbpio .form-control,
.cid-rArWJRbpio .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none;
  border-bottom: 2px solid #343434;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control input:-moz-placeholder,
.cid-rArWJRbpio .field-input input:-moz-placeholder,
.cid-rArWJRbpio .form-control textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover,
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .form-control:hover input:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover input:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus input:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus input:-moz-placeholder,
.cid-rArWJRbpio .form-control:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .jq-number__spin:hover,
.cid-rArWJRbpio .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-selectbox li,
.cid-rArWJRbpio .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox li:hover,
.cid-rArWJRbpio .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:hover:after,
.cid-rArWJRbpio .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-rArWJRbpio .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:after,
.cid-rArWJRbpio .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-rArWJRbpio input::-webkit-clear-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-inner-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-outer-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rArWJRbpio H5 {
  text-align: center;
  color: #0f153f;
}
.cid-rArWJRbpio P {
  text-align: center;
  color: #465052;
}
.cid-rArWJRbpio LABEL {
  color: #767676;
}
.cid-rArWJRbpio H4 {
  color: #9c9485;
}
.cid-rArWIuB3C5 {
  padding-top: 600px;
  background-image: url("../../../assets/images/your-home-lifestyle-store-1920x1080.png");
}
.cid-rArWJZPMfb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-rArWJZPMfb .mbr-text {
  color: #ffffff;
}
.cid-rArWJZPMfb .container {
  max-width: 1000px;
}
.cid-rArWJZPMfb h4 {
  text-align: center;
}
.cid-rArWJZPMfb p {
  text-align: center;
}
.cid-rArWJZPMfb .row {
  justify-content: center;
}
.cid-rArWJZPMfb .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rArWJZPMfb .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-rArWJZPMfb .card-title,
.cid-rArWJZPMfb .card-img {
  color: #b69b74;
}
.cid-rArWJZPMfb .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-rArWJZPMfb .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-rArWJZPMfb img {
  margin-bottom: 5rem;
}
.cid-sV9jzwaFzo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jzwaFzo .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-soOvgE7fRR {
  background-image: url("../../../assets/images/i-trust-and-love-you-6-1920x1080.png");
}
.cid-soOvgE7fRR H1 {
  color: #ffffff;
}
.cid-soOvgE7fRR .mbr-text,
.cid-soOvgE7fRR .mbr-section-btn {
  color: #ffffff;
}
.cid-soOBLllHgd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-soOBLllHgd .mbr-section-title,
.cid-soOBLllHgd .mbr-text {
  margin-bottom: 0;
}
.cid-soOBLllHgd .title__block {
  margin-bottom: 45px;
}
.cid-soOBLllHgd .mbr-text {
  color: #465052;
  letter-spacing: 2px;
}
.cid-soOBLllHgd .mbr-section-title {
  margin-top: 15px;
  color: #0f153f;
}
.cid-soOBLllHgd .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-soOBLllHgd .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-soOFVIq5Oa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-soOFVIq5Oa .mbr-shop {
  display: table;
  width: 100%;
}
.cid-soOFVIq5Oa .mbr-shop .row {
  margin: 0;
}
.cid-soOFVIq5Oa .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-soOFVIq5Oa .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-soOFVIq5Oa .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-soOFVIq5Oa .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-soOFVIq5Oa .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-soOFVIq5Oa .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-soOFVIq5Oa .mbr-shop .hide-modal {
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-soOFVIq5Oa .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-soOFVIq5Oa .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-soOFVIq5Oa .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-soOFVIq5Oa .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-soOFVIq5Oa .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-soOFVIq5Oa .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-soOFVIq5Oa .mbr-shop .filter-by-pu,
.cid-soOFVIq5Oa .mbr-shop .filter-by-pd,
.cid-soOFVIq5Oa .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-soOFVIq5Oa .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-soOFVIq5Oa .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-soOFVIq5Oa .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-soOFVIq5Oa .mbr-shop .galleryItem h4,
.cid-soOFVIq5Oa .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-soOFVIq5Oa .mbr-shop .galleryItem h5,
.cid-soOFVIq5Oa .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-soOFVIq5Oa .mbr-shop .galleryItem p,
.cid-soOFVIq5Oa .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-soOFVIq5Oa .mbr-shop .item-button {
  text-align: center;
}
.cid-soOFVIq5Oa .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-soOFVIq5Oa .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-soOFVIq5Oa .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-soOFVIq5Oa .mbr-shop .sidebar-block {
  position: relative;
}
.cid-soOFVIq5Oa .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7e4d6;
  top: -20px;
  right: 3px;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-soOFVIq5Oa .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #b69b74;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-item__hided h4,
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-item__hided h5,
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-soOFVIq5Oa .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-soOFVIq5Oa .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-soOFVIq5Oa .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-soOFVIq5Oa .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-soOFVIq5Oa .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-soOFVIq5Oa .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-soOFVIq5Oa .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-soOFVIq5Oa .min-price input {
  text-align: left;
}
.cid-soOFVIq5Oa .max-price input {
  text-align: right;
}
.cid-soOFVIq5Oa .mbr-shop .range-controls {
  position: relative;
}
.cid-soOFVIq5Oa .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-soOFVIq5Oa .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #0f153f;
}
.cid-soOFVIq5Oa .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #0f153f;
  cursor: pointer;
}
.cid-soOFVIq5Oa .mbr-shop .toggle:hover,
.cid-soOFVIq5Oa .mbr-shop .toggle:active {
  background-color: #149dcc;
}
.cid-soOFVIq5Oa .mbr-shop .min-toggle {
  left: 0;
}
.cid-soOFVIq5Oa .mbr-shop .max-toggle {
  right: 0;
}
.cid-soOFVIq5Oa .mbr-shop .hided-by-price {
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-soOFVIq5Oa .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-soOFVIq5Oa .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-soOFVIq5Oa .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-soOFVIq5Oa .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-soOFVIq5Oa .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-soOFVIq5Oa .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-soOFVIq5Oa .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-soOFVIq5Oa .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-soOFVIq5Oa .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-soOFVIq5Oa .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-soOFVIq5Oa .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-soOFVIq5Oa .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-soOFVIq5Oa .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-soOFVIq5Oa .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-soOFVIq5Oa .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-soOFVIq5Oa .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-soOFVIq5Oa .mbr-shop .price-range {
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .price-range-reset {
  display: none;
}
.cid-soOFVIq5Oa .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-soOFVIq5Oa .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-soOFVIq5Oa .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-soOFVIq5Oa .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-soOFVIq5Oa .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-soOFVIq5Oa .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-soOFVIq5Oa .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-soOFVIq5Oa .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-soOFVIq5Oa .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-soOFVIq5Oa .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-soOFVIq5Oa .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-soOFVIq5Oa .mbr-shop .price-range {
    max-width: 100%;
    text-align: center;
  }
  .cid-soOFVIq5Oa .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-soOFVIq5Oa .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-soOFVIq5Oa .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-soOFVIq5Oa .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-soOFVIq5Oa .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-soOFVIq5Oa .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-soOFVIq5Oa .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-soOFVIq5Oa .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-soOFVIq5Oa .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-soOFVIq5Oa .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-soOFVIq5Oa .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-soOFVIq5Oa .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-soOFVIq5Oa .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-soOFVIq5Oa .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-soOFVIq5Oa .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-soOFVIq5Oa .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-soOFVIq5Oa .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-soOFVIq5Oa .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-soOFVIq5Oa .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-soOFVIq5Oa .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-soOFVIq5Oa .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soOFVIq5Oa .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-soOFVIq5Oa .range-controls {
  display: block !important;
}
.cid-soOFVIq5Oa .mbr-gallery-item .sidebar_wraper {
  background-color: #f7e4d6;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-soOFVIq5Oa .sidebar .sidebar_wraper {
  background-color: #f7e4d6;
}
.cid-soOFVIq5Oa .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-soOFVIq5Oa .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-soOFVIq5Oa .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: bold;
}
.cid-soOFVIq5Oa .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-soOFVIq5Oa .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soOFVIq5Oa .sidebar .container {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-soOFVIq5Oa .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-soOFVIq5Oa .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-soOFVIq5Oa .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-soOFVIq5Oa .categories {
  padding: 0;
}
.cid-soOFVIq5Oa .sidebar-title {
  font-weight: bold;
}
.cid-soOPLV1LUy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #cebfaf;
}
.cid-soOPLV1LUy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-soOPLV1LUy .form-control,
.cid-soOPLV1LUy .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-soOPLV1LUy .form-control::-webkit-input-placeholder,
.cid-soOPLV1LUy .field-input::-webkit-input-placeholder,
.cid-soOPLV1LUy .form-control::-webkit-input-placeholder,
.cid-soOPLV1LUy .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-soOPLV1LUy .form-control:-moz-placeholder,
.cid-soOPLV1LUy .field-input:-moz-placeholder,
.cid-soOPLV1LUy .form-control:-moz-placeholder,
.cid-soOPLV1LUy .field-input:-moz-placeholder {
  color: #606060;
}
.cid-soOPLV1LUy .form-control:hover,
.cid-soOPLV1LUy .field-input:hover,
.cid-soOPLV1LUy .form-control:focus,
.cid-soOPLV1LUy .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-soOPLV1LUy .form-control:hover::-webkit-input-placeholder,
.cid-soOPLV1LUy .field-input:hover::-webkit-input-placeholder,
.cid-soOPLV1LUy .form-control:focus::-webkit-input-placeholder,
.cid-soOPLV1LUy .field-input:focus::-webkit-input-placeholder,
.cid-soOPLV1LUy .form-control:hover::-webkit-input-placeholder,
.cid-soOPLV1LUy .field-input:hover::-webkit-input-placeholder,
.cid-soOPLV1LUy .form-control:focus::-webkit-input-placeholder,
.cid-soOPLV1LUy .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-soOPLV1LUy .form-control:hover:-moz-placeholder,
.cid-soOPLV1LUy .field-input:hover:-moz-placeholder,
.cid-soOPLV1LUy .form-control:focus:-moz-placeholder,
.cid-soOPLV1LUy .field-input:focus:-moz-placeholder,
.cid-soOPLV1LUy .form-control:hover:-moz-placeholder,
.cid-soOPLV1LUy .field-input:hover:-moz-placeholder,
.cid-soOPLV1LUy .form-control:focus:-moz-placeholder,
.cid-soOPLV1LUy .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-soOPLV1LUy textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-soOPLV1LUy .jq-number__spin:hover,
.cid-soOPLV1LUy .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-soOPLV1LUy .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-soOPLV1LUy .jq-selectbox li,
.cid-soOPLV1LUy .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-soOPLV1LUy .jq-selectbox li:hover,
.cid-soOPLV1LUy .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-soOPLV1LUy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-soOPLV1LUy .jq-number__spin.minus:hover:after,
.cid-soOPLV1LUy .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-soOPLV1LUy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-soOPLV1LUy .jq-number__spin.minus:after,
.cid-soOPLV1LUy .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-soOPLV1LUy input::-webkit-clear-button {
  display: none;
}
.cid-soOPLV1LUy input::-webkit-inner-spin-button {
  display: none;
}
.cid-soOPLV1LUy input::-webkit-outer-spin-button {
  display: none;
}
.cid-soOPLV1LUy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-soOPLV1LUy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0f153f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-soOPLV1LUy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-soOPLV1LUy .mbr-section-title {
  color: #0f153f;
}
.cid-soOPLV1LUy .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-soOPLV1LUy .mbr-section-subtitle {
  color: #b69b74;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-soOPLV1LUy .mbr-text {
  color: #606060;
}
.cid-soOPLV1LUy .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-soOPLV1LUy .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-soOPLV1LUy .required {
  width: 100%;
  color: #808080;
}
.cid-soOPLV1LUy img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-soOPLV1LUy .counter {
  top: 45%;
  left: 0%;
}
.cid-soOPLV1LUy .counter .full-circle {
  background-color: #b69b74;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-soOPLV1LUy .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-soOPLV1LUy .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-soOPLV1LUy .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-soOPLV1LUy img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-soOPLV1LUy .required {
    text-align: center;
  }
}
.cid-soOPLV1LUy .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-soOPLV1LUy .form-control-label,
.cid-soOPLV1LUy .form-check {
  margin-left: 20px;
}
.cid-spbiDbSzKv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-spbiDbSzKv .mbr-text {
  color: #ffffff;
}
.cid-spbiDbSzKv .container {
  max-width: 1000px;
}
.cid-spbiDbSzKv h4 {
  text-align: center;
}
.cid-spbiDbSzKv p {
  text-align: center;
}
.cid-spbiDbSzKv .row {
  justify-content: center;
}
.cid-spbiDbSzKv .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-spbiDbSzKv .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-spbiDbSzKv .card-title,
.cid-spbiDbSzKv .card-img {
  color: #b69b74;
}
.cid-spbiDbSzKv .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-spbiDbSzKv .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-spbiDbSzKv img {
  margin-bottom: 5rem;
}
.cid-sV9jvkK8CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jvkK8CT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
.cid-soRsFnwW1u {
  background-image: url("../../../assets/images/copy-of-online-store.png");
}
.cid-soRsFnwW1u .mbr-section-title {
  margin: 0;
}
.cid-soRsFnwW1u .container-fluid {
  padding: 0 2rem;
}
.cid-soRsFnwW1u .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #0f153f, #149dcc);
  display: inline-block;
}
.cid-soRsFnwW1u .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soRsFnwW1u .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-soRsFnwW1u .form-control-label {
  color: #0f153f;
}
.cid-soRsFnwW1u .form-group {
  margin-bottom: 1.3em;
}
.cid-soRsFnwW1u .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-soRsFnwW1u input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-soRsFnwW1u textarea.form-control {
  padding: 1rem;
}
.cid-soRsFnwW1u .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-soRsFnwW1u .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-soRsFnwW1u .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-soRsFnwW1u .underline .line {
    height: 2px;
  }
  .cid-soRsFnwW1u .text-element {
    padding-bottom: 1rem;
  }
  .cid-soRsFnwW1u .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-soRsFnwW1u .mbr-section-title,
.cid-soRsFnwW1u .underline {
  text-align: left;
}
.cid-soSz4wmS7o {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-soSz4wmS7o .container > .row,
.cid-soSz4wmS7o .container-fluid > .row {
  background-color: #010a44;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-soSz4wmS7o .container > .row,
  .cid-soSz4wmS7o .container-fluid > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-soSz4wmS7o .container > .row,
  .cid-soSz4wmS7o .container-fluid > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-soSz4wmS7o .container > .row,
  .cid-soSz4wmS7o .container-fluid > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-soSz4wmS7o .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-soSz4wmS7o .icon_wrapper {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}
.cid-soSz4wmS7o .icon_wrapper .mbr-iconfont {
  transition: all .4s;
  color: #ffffff;
}
.cid-soSz4wmS7o .item_wrapper {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-soSz4wmS7o .item_wrapper {
    padding-bottom: 20px;
  }
}
.cid-soSz4wmS7o .item_wrapper:hover .item_title a {
  color: #149dcc !important;
}
.cid-soSz4wmS7o .item_wrapper:hover .icon_wrapper a span {
  color: #149dcc !important;
}
.cid-soSz4wmS7o .item_content {
  margin-top: 20px;
  width: 100%;
}
.cid-soSz4wmS7o .item_title {
  margin-bottom: 10px;
  transition: all .4s;
}
.cid-soSz4wmS7o .item_text {
  margin-bottom: 0;
}
.cid-soSz4wmS7o .divider {
  border-left: 1px solid #ffffff;
}
.cid-soSz4wmS7o .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-soSz4wmS7o .icons__block {
    margin-top: 40px;
  }
}
.cid-soYpUsNMJt {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #f1eeea;
}
.cid-soYpUsNMJt .mbr-text {
  color: #465052;
}
.cid-soYpUsNMJt h4 {
  text-align: center;
}
.cid-soYpUsNMJt p {
  text-align: center;
}
.cid-soYpUsNMJt .card-img span {
  font-size: 96px;
  color: #0f153f;
}
.cid-soYpUsNMJt .card-title,
.cid-soYpUsNMJt .card-img {
  color: #b69b74;
}
.cid-soSFERnz4e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-soSFERnz4e .mbr-section-title {
  margin-bottom: 60px;
  color: #0f153f;
}
.cid-soSFERnz4e .block__left {
  margin-bottom: 50px;
}
.cid-soSFERnz4e .text__left {
  margin-top: 85px;
  margin-bottom: 0;
  color: #0f153f;
}
.cid-soSFERnz4e .image img {
  max-width: 80%;
  border-radius: 20px;
  object-fit: cover;
}
.cid-soSFERnz4e .title__right {
  margin-bottom: 15px;
  color: #0f153f;
}
.cid-soSFERnz4e .mbr-text {
  margin-bottom: 0;
  color: #b69b74;
}
.cid-soSFERnz4e .item__right {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-soSFERnz4e .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-soSFERnz4e .text__left {
    margin-top: 0;
  }
  .cid-soSFERnz4e .item__right {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.cid-soYi8FRIYB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-soYi8FRIYB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-soYi8FRIYB .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-soYi8FRIYB .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-soYi8FRIYB .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-soYi8FRIYB .link {
  letter-spacing: 2px;
}
.cid-soYi8FRIYB .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-soYi8FRIYB .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soYi8FRIYB .card {
    padding-bottom: 2rem;
  }
}
.cid-soYi8FRIYB .main-subtitle,
.cid-soYi8FRIYB .underline {
  color: #0f153f;
}
.cid-soYi8FRIYB .main-title {
  color: #0f153f;
}
.cid-soYi8FRIYB .card-title {
  color: #0f153f;
}
.cid-soYi8FRIYB .card-text,
.cid-soYi8FRIYB .link {
  color: #b69b74;
}
.cid-soYrwUKtNB {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-soYrwUKtNB .accordion .card {
  overflow: hidden;
}
.cid-soYrwUKtNB .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-soYrwUKtNB .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-soYrwUKtNB .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-soYrwUKtNB .mbr-section-subtitle {
  color: #0f153f;
  font-weight: 700;
}
.cid-soYrwUKtNB .panel-body {
  padding: 0.3rem 2rem;
}
.cid-soYrwUKtNB .card-title {
  position: relative;
}
.cid-soYrwUKtNB .mbr-text {
  position: relative;
}
.cid-soYrwUKtNB .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #eee8df;
  border-radius: 35px;
}
.cid-soYrwUKtNB .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-soYrwUKtNB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-soYrwUKtNB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-soYrwUKtNB .card .card-header a.panel-title h5 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-soYrwUKtNB .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-soYrwUKtNB .card .card-header a.panel-title h5:hover {
  color: #0f153f;
}
.cid-soYrwUKtNB .sign {
  font-family: "FontAwesome" !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-soYrwUKtNB .mbr-iconfont {
  border: 2px solid #0f153f;
  border-radius: 50%;
  color: #0f153f;
}
.cid-soYrwUKtNB .mbri-arrow-up {
  background-color: transparent !important;
  color: #0f153f !important;
}
.cid-soYrwUKtNB .mbri-arrow-up:before {
  content: "\f068";
}
.cid-soYrwUKtNB .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-soYrwUKtNB .mbri-arrow-down:before {
  content: "\f067";
}
.cid-soYrwUKtNB .panel-text {
  padding: 0rem;
  color: #b69b74;
}
.cid-soYrwUKtNB .panel-collapse {
  margin-top: -1px;
}
.cid-soYrwUKtNB .block-right {
  position: relative;
}
.cid-soYrwUKtNB .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-soYrwUKtNB .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-soYrwUKtNB .wrapper-text-2 {
  position: absolute;
}
.cid-soYrwUKtNB .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-soYrwUKtNB .link:hover {
  color: #0f153f !important;
}
.cid-soYrwUKtNB .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-soYrwUKtNB .col {
  padding: 0rem;
}
.cid-soYrwUKtNB .link:hover::after {
  opacity: 0;
}
.cid-soYrwUKtNB .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(15, 21, 63, 0.4);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-soYrwUKtNB .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-soYrwUKtNB .mbr-section-title,
.cid-soYrwUKtNB .ornament {
  color: #0f153f;
}
.cid-soYrwUKtNB H5 {
  color: #0f153f;
}
.cid-sxUwYx9H2Q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-sxUwYx9H2Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sxUwYx9H2Q h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-sxUwYx9H2Q .form-check-inline {
    margin-right: 2rem;
  }
  .cid-sxUwYx9H2Q .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-sxUwYx9H2Q .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-sxUwYx9H2Q .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-sxUwYx9H2Q .col,
  .cid-sxUwYx9H2Q .col-lg-6 {
    max-width: 48%;
  }
  .cid-sxUwYx9H2Q .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-sxUwYx9H2Q .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-sxUwYx9H2Q .form-group {
    margin-bottom: 0rem;
  }
}
.cid-sxUwYx9H2Q label {
  margin-bottom: 0;
}
.cid-sxUwYx9H2Q .form-row {
  justify-content: space-between;
}
.cid-sxUwYx9H2Q .form-control,
.cid-sxUwYx9H2Q .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none;
  border-bottom: 2px solid #343434;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxUwYx9H2Q .form-control:focus,
.cid-sxUwYx9H2Q .field-input:focus {
  color: #343434 !important;
}
.cid-sxUwYx9H2Q .form-control:hover,
.cid-sxUwYx9H2Q .field-input:hover {
  color: #343434 !important;
}
.cid-sxUwYx9H2Q .form-control input::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .field-input input::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .form-control textarea::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-sxUwYx9H2Q .form-control input:-moz-placeholder,
.cid-sxUwYx9H2Q .field-input input:-moz-placeholder,
.cid-sxUwYx9H2Q .form-control textarea:-moz-placeholder,
.cid-sxUwYx9H2Q .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-sxUwYx9H2Q .form-control:hover,
.cid-sxUwYx9H2Q .field-input:hover,
.cid-sxUwYx9H2Q .form-control:focus,
.cid-sxUwYx9H2Q .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxUwYx9H2Q .form-control:hover input::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .field-input:hover input::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .form-control:focus input::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .field-input:focus input::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .form-control:hover textarea::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .field-input:hover textarea::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .form-control:focus textarea::-webkit-input-placeholder,
.cid-sxUwYx9H2Q .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sxUwYx9H2Q .form-control:hover input:-moz-placeholder,
.cid-sxUwYx9H2Q .field-input:hover input:-moz-placeholder,
.cid-sxUwYx9H2Q .form-control:focus input:-moz-placeholder,
.cid-sxUwYx9H2Q .field-input:focus input:-moz-placeholder,
.cid-sxUwYx9H2Q .form-control:hover textarea:-moz-placeholder,
.cid-sxUwYx9H2Q .field-input:hover textarea:-moz-placeholder,
.cid-sxUwYx9H2Q .form-control:focus textarea:-moz-placeholder,
.cid-sxUwYx9H2Q .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sxUwYx9H2Q .jq-number__spin:hover,
.cid-sxUwYx9H2Q .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxUwYx9H2Q .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxUwYx9H2Q .jq-selectbox li,
.cid-sxUwYx9H2Q .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sxUwYx9H2Q .jq-selectbox li:hover,
.cid-sxUwYx9H2Q .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sxUwYx9H2Q .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sxUwYx9H2Q .jq-number__spin.minus:hover:after,
.cid-sxUwYx9H2Q .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sxUwYx9H2Q .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sxUwYx9H2Q .jq-number__spin.minus:after,
.cid-sxUwYx9H2Q .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sxUwYx9H2Q input::-webkit-clear-button {
  display: none;
}
.cid-sxUwYx9H2Q input::-webkit-inner-spin-button {
  display: none;
}
.cid-sxUwYx9H2Q input::-webkit-outer-spin-button {
  display: none;
}
.cid-sxUwYx9H2Q input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sxUwYx9H2Q H5 {
  text-align: center;
  color: #0f153f;
}
.cid-sxUwYx9H2Q P {
  text-align: center;
  color: #465052;
}
.cid-sxUwYx9H2Q LABEL {
  color: #767676;
}
.cid-sxUwYx9H2Q H4 {
  color: #9c9485;
}
.cid-soZguH8iXV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-soZguH8iXV .mbr-text {
  color: #ffffff;
}
.cid-soZguH8iXV .container {
  max-width: 1000px;
}
.cid-soZguH8iXV h4 {
  text-align: center;
}
.cid-soZguH8iXV p {
  text-align: center;
}
.cid-soZguH8iXV .row {
  justify-content: center;
}
.cid-soZguH8iXV .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-soZguH8iXV .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-soZguH8iXV .card-title,
.cid-soZguH8iXV .card-img {
  color: #b69b74;
}
.cid-soZguH8iXV .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-soZguH8iXV .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-soZguH8iXV img {
  margin-bottom: 5rem;
}
.cid-sV9jvkK8CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jvkK8CT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
.cid-sowfFeIgZr {
  padding-top: 105px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sowfFeIgZr .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-sowfFeIgZr .wrapper {
  position: relative;
}
.cid-sowfFeIgZr .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sowfFeIgZr .mbr-iconfont {
  font-size: 1.8rem;
  color: #0f153f;
}
.cid-sowfFeIgZr .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sowfFeIgZr .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sowfFeIgZr .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sowfFeIgZr .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sowfFeIgZr .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sowfFeIgZr .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sowfFeIgZr .img2 {
    width: 400px;
  }
  .cid-sowfFeIgZr .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sowfFeIgZr .img2 {
    width: 400px;
  }
  .cid-sowfFeIgZr .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sowfFeIgZr .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sowfFeIgZr .img2 {
    width: 200px;
  }
  .cid-sowfFeIgZr .container-fluid {
    padding-right: 1rem;
  }
}
.cid-sowfFeIgZr H1 {
  color: #0f153f;
}
.cid-sowFjMCSb9 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sowFjMCSb9 .text-wrap {
  background-color: #465052;
  padding: 3rem 6rem;
}
.cid-sowFjMCSb9 .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sowFjMCSb9 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sowFjMCSb9 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sowFjMCSb9 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sowFjMCSb9 .mbr-text,
.cid-sowFjMCSb9 .link-wrap {
  text-align: center;
}
.cid-sowFjMCSb9 H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sowFjMCSb9 .img1 {
    width: 50%;
  }
  .cid-sowFjMCSb9 .text-wrap {
    background-color: #465052;
    padding: 2rem 2rem;
  }
}
.cid-sowFjMCSb9 H1 {
  color: #b69b74;
}
.cid-sowLaHXASJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-sowLaHXASJ .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sowLaHXASJ .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-sowLaHXASJ .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sowLaHXASJ .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sowLaHXASJ .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sowLaHXASJ .title {
  max-width: 800px;
  margin: auto;
}
.cid-sowLaHXASJ .text-wrap {
  padding: 0 1rem;
}
.cid-sowLaHXASJ .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sowLaHXASJ .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sowLaHXASJ .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sowLaHXASJ .card-block:hover img {
  transform: scale(1.1);
}
.cid-sowLaHXASJ H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sowLaHXASJ .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sowLaHXASJ H2 {
  color: #0f153f;
}
.cid-soxlF8zpdn {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #f1eeea;
}
.cid-soxlF8zpdn .mbr-text {
  color: #465052;
}
.cid-soxlF8zpdn h4 {
  text-align: center;
}
.cid-soxlF8zpdn p {
  text-align: center;
}
.cid-soxlF8zpdn .card-img span {
  font-size: 96px;
  color: #0f153f;
}
.cid-soxlF8zpdn .card-title,
.cid-soxlF8zpdn .card-img {
  color: #b69b74;
}
.cid-soxjSd9uzG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-soxjSd9uzG .mbr-shop {
  display: table;
  width: 100%;
}
.cid-soxjSd9uzG .mbr-shop .row {
  margin: 0;
  padding: 0;
}
.cid-soxjSd9uzG .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-soxjSd9uzG .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-soxjSd9uzG .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-soxjSd9uzG .shopItemsModal_wraper {
  left: 0;
}
.cid-soxjSd9uzG .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-soxjSd9uzG .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-soxjSd9uzG .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-soxjSd9uzG .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-soxjSd9uzG .mbr-shop .hide-modal {
  display: none;
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-soxjSd9uzG .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-soxjSd9uzG .mbr-shop .filter-by-pu,
.cid-soxjSd9uzG .mbr-shop .filter-by-pd,
.cid-soxjSd9uzG .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-soxjSd9uzG .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-soxjSd9uzG .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-soxjSd9uzG .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-soxjSd9uzG .mbr-shop .galleryItem h4,
.cid-soxjSd9uzG .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-soxjSd9uzG .mbr-shop .galleryItem h5,
.cid-soxjSd9uzG .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-soxjSd9uzG .mbr-shop .galleryItem p,
.cid-soxjSd9uzG .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-soxjSd9uzG .mbr-shop .item-button {
  text-align: center;
}
.cid-soxjSd9uzG .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-soxjSd9uzG .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-soxjSd9uzG .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-soxjSd9uzG .mbr-shop .sidebar-block {
  position: relative;
}
.cid-soxjSd9uzG .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-soxjSd9uzG .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #cebfaf;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-item__hided h4,
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-item__hided h5,
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-soxjSd9uzG .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-soxjSd9uzG .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-soxjSd9uzG .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-soxjSd9uzG .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-soxjSd9uzG .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-soxjSd9uzG .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-soxjSd9uzG .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-soxjSd9uzG .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-soxjSd9uzG .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-soxjSd9uzG .mbr-shop .range-controls {
  position: relative;
}
.cid-soxjSd9uzG .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-soxjSd9uzG .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-soxjSd9uzG .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-soxjSd9uzG .mbr-shop .toggle:hover,
.cid-soxjSd9uzG .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-soxjSd9uzG .mbr-shop .min-toggle {
  left: 0;
}
.cid-soxjSd9uzG .mbr-shop .max-toggle {
  right: 0;
}
.cid-soxjSd9uzG .mbr-shop .hided-by-price {
  display: none;
}
.cid-soxjSd9uzG .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-soxjSd9uzG .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-soxjSd9uzG .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-soxjSd9uzG .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-soxjSd9uzG .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-soxjSd9uzG .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-soxjSd9uzG .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-soxjSd9uzG .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-soxjSd9uzG .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-soxjSd9uzG .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-soxjSd9uzG .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-soxjSd9uzG .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-soxjSd9uzG .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-soxjSd9uzG .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-soxjSd9uzG .mbr-shop .shop-items .onsale,
.cid-soxjSd9uzG .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-soxjSd9uzG .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-soxjSd9uzG .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-soxjSd9uzG .mbr-shop .price-range {
  display: inline-block;
}
.cid-soxjSd9uzG .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-soxjSd9uzG .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-soxjSd9uzG .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-soxjSd9uzG .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-soxjSd9uzG .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-soxjSd9uzG .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-soxjSd9uzG .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-soxjSd9uzG .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-soxjSd9uzG .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-soxjSd9uzG .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-soxjSd9uzG .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-soxjSd9uzG .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-soxjSd9uzG .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-soxjSd9uzG .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-soxjSd9uzG .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-soxjSd9uzG .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-soxjSd9uzG .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-soxjSd9uzG .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-soxjSd9uzG .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-soxjSd9uzG .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-soxjSd9uzG .wrapper-shop-items {
    order: 1;
  }
  .cid-soxjSd9uzG .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-soxjSd9uzG .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-soxjSd9uzG .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-soxjSd9uzG .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-soxjSd9uzG .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-soxjSd9uzG .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-soxjSd9uzG .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-soxjSd9uzG .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-soxjSd9uzG .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-soxjSd9uzG .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-soxjSd9uzG .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-soxjSd9uzG .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-soxjSd9uzG .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-soxjSd9uzG .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-soxjSd9uzG .oldprice {
  color: #767676;
  padding-left: 0.8rem;
  text-decoration: line-through;
}
.cid-soxjSd9uzG .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-soxjSd9uzG .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-soxjSd9uzG .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-soxjSd9uzG .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-soxjSd9uzG .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soxjSd9uzG .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-soxjSd9uzG .mbr-gallery-item > div {
  background: transparent !important;
}
.cid-soxjSd9uzG .sidebar-title {
  color: #0f153f;
}
.cid-sxUwSWbCfq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-sxUwSWbCfq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sxUwSWbCfq h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-sxUwSWbCfq .form-check-inline {
    margin-right: 2rem;
  }
  .cid-sxUwSWbCfq .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-sxUwSWbCfq .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-sxUwSWbCfq .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-sxUwSWbCfq .col,
  .cid-sxUwSWbCfq .col-lg-6 {
    max-width: 48%;
  }
  .cid-sxUwSWbCfq .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-sxUwSWbCfq .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-sxUwSWbCfq .form-group {
    margin-bottom: 0rem;
  }
}
.cid-sxUwSWbCfq label {
  margin-bottom: 0;
}
.cid-sxUwSWbCfq .form-row {
  justify-content: space-between;
}
.cid-sxUwSWbCfq .form-control,
.cid-sxUwSWbCfq .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none;
  border-bottom: 2px solid #343434;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxUwSWbCfq .form-control:focus,
.cid-sxUwSWbCfq .field-input:focus {
  color: #343434 !important;
}
.cid-sxUwSWbCfq .form-control:hover,
.cid-sxUwSWbCfq .field-input:hover {
  color: #343434 !important;
}
.cid-sxUwSWbCfq .form-control input::-webkit-input-placeholder,
.cid-sxUwSWbCfq .field-input input::-webkit-input-placeholder,
.cid-sxUwSWbCfq .form-control textarea::-webkit-input-placeholder,
.cid-sxUwSWbCfq .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-sxUwSWbCfq .form-control input:-moz-placeholder,
.cid-sxUwSWbCfq .field-input input:-moz-placeholder,
.cid-sxUwSWbCfq .form-control textarea:-moz-placeholder,
.cid-sxUwSWbCfq .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-sxUwSWbCfq .form-control:hover,
.cid-sxUwSWbCfq .field-input:hover,
.cid-sxUwSWbCfq .form-control:focus,
.cid-sxUwSWbCfq .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxUwSWbCfq .form-control:hover input::-webkit-input-placeholder,
.cid-sxUwSWbCfq .field-input:hover input::-webkit-input-placeholder,
.cid-sxUwSWbCfq .form-control:focus input::-webkit-input-placeholder,
.cid-sxUwSWbCfq .field-input:focus input::-webkit-input-placeholder,
.cid-sxUwSWbCfq .form-control:hover textarea::-webkit-input-placeholder,
.cid-sxUwSWbCfq .field-input:hover textarea::-webkit-input-placeholder,
.cid-sxUwSWbCfq .form-control:focus textarea::-webkit-input-placeholder,
.cid-sxUwSWbCfq .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sxUwSWbCfq .form-control:hover input:-moz-placeholder,
.cid-sxUwSWbCfq .field-input:hover input:-moz-placeholder,
.cid-sxUwSWbCfq .form-control:focus input:-moz-placeholder,
.cid-sxUwSWbCfq .field-input:focus input:-moz-placeholder,
.cid-sxUwSWbCfq .form-control:hover textarea:-moz-placeholder,
.cid-sxUwSWbCfq .field-input:hover textarea:-moz-placeholder,
.cid-sxUwSWbCfq .form-control:focus textarea:-moz-placeholder,
.cid-sxUwSWbCfq .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sxUwSWbCfq .jq-number__spin:hover,
.cid-sxUwSWbCfq .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxUwSWbCfq .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxUwSWbCfq .jq-selectbox li,
.cid-sxUwSWbCfq .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sxUwSWbCfq .jq-selectbox li:hover,
.cid-sxUwSWbCfq .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sxUwSWbCfq .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sxUwSWbCfq .jq-number__spin.minus:hover:after,
.cid-sxUwSWbCfq .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sxUwSWbCfq .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sxUwSWbCfq .jq-number__spin.minus:after,
.cid-sxUwSWbCfq .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sxUwSWbCfq input::-webkit-clear-button {
  display: none;
}
.cid-sxUwSWbCfq input::-webkit-inner-spin-button {
  display: none;
}
.cid-sxUwSWbCfq input::-webkit-outer-spin-button {
  display: none;
}
.cid-sxUwSWbCfq input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sxUwSWbCfq H5 {
  text-align: center;
  color: #0f153f;
}
.cid-sxUwSWbCfq P {
  text-align: center;
  color: #465052;
}
.cid-sxUwSWbCfq LABEL {
  color: #767676;
}
.cid-sxUwSWbCfq H4 {
  color: #9c9485;
}
.cid-spbi7QJtul {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-spbi7QJtul .mbr-text {
  color: #ffffff;
}
.cid-spbi7QJtul .container {
  max-width: 1000px;
}
.cid-spbi7QJtul h4 {
  text-align: center;
}
.cid-spbi7QJtul p {
  text-align: center;
}
.cid-spbi7QJtul .row {
  justify-content: center;
}
.cid-spbi7QJtul .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-spbi7QJtul .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-spbi7QJtul .card-title,
.cid-spbi7QJtul .card-img {
  color: #b69b74;
}
.cid-spbi7QJtul .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-spbi7QJtul .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-spbi7QJtul img {
  margin-bottom: 5rem;
}
.cid-sV9jvkK8CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jvkK8CT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
.cid-soZNAYSv4E {
  padding-top: 105px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-soZNAYSv4E .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-soZNAYSv4E .wrapper {
  position: relative;
}
.cid-soZNAYSv4E .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-soZNAYSv4E .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-soZNAYSv4E .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-soZNAYSv4E .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-soZNAYSv4E .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-soZNAYSv4E .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-soZNAYSv4E .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-soZNAYSv4E .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-soZNAYSv4E .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-soZNAYSv4E .img2 {
    width: 400px;
  }
  .cid-soZNAYSv4E .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-soZNAYSv4E .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-soZNAYSv4E .img2 {
    width: 400px;
  }
  .cid-soZNAYSv4E .img1 {
    padding-right: 4rem;
  }
  .cid-soZNAYSv4E .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-soZNAYSv4E .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-soZNAYSv4E .img2 {
    width: 200px;
  }
  .cid-soZNAYSv4E .container-fluid {
    padding: 0 1rem;
  }
  .cid-soZNAYSv4E .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-soZNAYSv4E H1 {
  color: #0f153f;
}
.cid-soZNAYSv4E .mbr-text,
.cid-soZNAYSv4E .mbr-section-btn {
  color: #465052;
}
.cid-soZXCldho2 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #656b50;
}
.cid-soZXCldho2 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #b69b74;
}
.cid-soZXCldho2 .p-4 {
  padding: 1rem 0 !important;
}
.cid-soZXCldho2 .content {
  max-width: 650px;
}
.cid-soZXCldho2 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 3rem;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-soZXCldho2 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-soZXCldho2 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-soZXCldho2 .mbri-arrow-up:before {
  content: '\e960';
}
.cid-soZXCldho2 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-soZXCldho2 h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-soZXCldho2 .card {
  border-radius: 0px;
}
.cid-soZXCldho2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #b69b74;
}
.cid-soZXCldho2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-soZXCldho2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-soZXCldho2 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-soZXCldho2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-soZXCldho2 img {
    width: 100%;
  }
  .cid-soZXCldho2 .content {
    max-width: 100%;
  }
}
.cid-soZXCldho2 H4 {
  color: #ffffff;
}
.cid-soZXCldho2 .panel-text {
  color: #ffffff;
}
.cid-sp07HlWLKp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sp07HlWLKp img {
  width: 100%;
  object-fit: cover;
}
.cid-sp07HlWLKp .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sp07HlWLKp .img-card {
  justify-content: center;
}
.cid-sp07HlWLKp .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sp07HlWLKp .card-title {
  margin-bottom: 1.2rem;
}
.cid-sp07HlWLKp .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sp07HlWLKp .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sp07HlWLKp .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sp07HlWLKp .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp07HlWLKp .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sp07HlWLKp .card-title,
.cid-sp07HlWLKp .card-box {
  color: #0f153f;
}
.cid-sp07HlWLKp H4 {
  color: #b69b74;
}
.cid-sp07HlWLKp .mbr-text,
.cid-sp07HlWLKp .mbr-section-btn {
  color: #b69b74;
}
.cid-sp0eBwixZ3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sp0eBwixZ3 .card-wrapper {
  background-position: center;
  padding: 1.4rem 1.8rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #b69b74;
}
.cid-sp0eBwixZ3 .card-title {
  margin-bottom: 0.5rem;
}
.cid-sp0eBwixZ3 .item1 {
  margin-bottom: 0.1rem;
}
.cid-sp0eBwixZ3 ul {
  margin-bottom: 0rem;
}
.cid-sp0eBwixZ3 .row {
  justify-content: center;
}
.cid-sp0eBwixZ3 .list {
  padding: 0;
}
.cid-sp0eBwixZ3 li {
  list-style: none;
}
.cid-sp0eBwixZ3 .link-wrap {
  width: 100%;
}
.cid-sp0eBwixZ3 .link {
  display: inline-block;
}
.cid-sp0eBwixZ3 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-sp0eBwixZ3 .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sp0eBwixZ3 .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
@media (max-width: 767px) {
  .cid-sp0eBwixZ3 .card-wrapper {
    padding: 1.4rem 1rem 1rem;
  }
}
.cid-sp0eBwixZ3 .main-title {
  color: #0f153f;
}
.cid-sxUx17JPsN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-sxUx17JPsN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sxUx17JPsN h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-sxUx17JPsN .form-check-inline {
    margin-right: 2rem;
  }
  .cid-sxUx17JPsN .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-sxUx17JPsN .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-sxUx17JPsN .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-sxUx17JPsN .col,
  .cid-sxUx17JPsN .col-lg-6 {
    max-width: 48%;
  }
  .cid-sxUx17JPsN .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-sxUx17JPsN .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-sxUx17JPsN .form-group {
    margin-bottom: 0rem;
  }
}
.cid-sxUx17JPsN label {
  margin-bottom: 0;
}
.cid-sxUx17JPsN .form-row {
  justify-content: space-between;
}
.cid-sxUx17JPsN .form-control,
.cid-sxUx17JPsN .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none;
  border-bottom: 2px solid #343434;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxUx17JPsN .form-control:focus,
.cid-sxUx17JPsN .field-input:focus {
  color: #343434 !important;
}
.cid-sxUx17JPsN .form-control:hover,
.cid-sxUx17JPsN .field-input:hover {
  color: #343434 !important;
}
.cid-sxUx17JPsN .form-control input::-webkit-input-placeholder,
.cid-sxUx17JPsN .field-input input::-webkit-input-placeholder,
.cid-sxUx17JPsN .form-control textarea::-webkit-input-placeholder,
.cid-sxUx17JPsN .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-sxUx17JPsN .form-control input:-moz-placeholder,
.cid-sxUx17JPsN .field-input input:-moz-placeholder,
.cid-sxUx17JPsN .form-control textarea:-moz-placeholder,
.cid-sxUx17JPsN .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-sxUx17JPsN .form-control:hover,
.cid-sxUx17JPsN .field-input:hover,
.cid-sxUx17JPsN .form-control:focus,
.cid-sxUx17JPsN .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxUx17JPsN .form-control:hover input::-webkit-input-placeholder,
.cid-sxUx17JPsN .field-input:hover input::-webkit-input-placeholder,
.cid-sxUx17JPsN .form-control:focus input::-webkit-input-placeholder,
.cid-sxUx17JPsN .field-input:focus input::-webkit-input-placeholder,
.cid-sxUx17JPsN .form-control:hover textarea::-webkit-input-placeholder,
.cid-sxUx17JPsN .field-input:hover textarea::-webkit-input-placeholder,
.cid-sxUx17JPsN .form-control:focus textarea::-webkit-input-placeholder,
.cid-sxUx17JPsN .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sxUx17JPsN .form-control:hover input:-moz-placeholder,
.cid-sxUx17JPsN .field-input:hover input:-moz-placeholder,
.cid-sxUx17JPsN .form-control:focus input:-moz-placeholder,
.cid-sxUx17JPsN .field-input:focus input:-moz-placeholder,
.cid-sxUx17JPsN .form-control:hover textarea:-moz-placeholder,
.cid-sxUx17JPsN .field-input:hover textarea:-moz-placeholder,
.cid-sxUx17JPsN .form-control:focus textarea:-moz-placeholder,
.cid-sxUx17JPsN .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sxUx17JPsN .jq-number__spin:hover,
.cid-sxUx17JPsN .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxUx17JPsN .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxUx17JPsN .jq-selectbox li,
.cid-sxUx17JPsN .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sxUx17JPsN .jq-selectbox li:hover,
.cid-sxUx17JPsN .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sxUx17JPsN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sxUx17JPsN .jq-number__spin.minus:hover:after,
.cid-sxUx17JPsN .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sxUx17JPsN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sxUx17JPsN .jq-number__spin.minus:after,
.cid-sxUx17JPsN .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sxUx17JPsN input::-webkit-clear-button {
  display: none;
}
.cid-sxUx17JPsN input::-webkit-inner-spin-button {
  display: none;
}
.cid-sxUx17JPsN input::-webkit-outer-spin-button {
  display: none;
}
.cid-sxUx17JPsN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sxUx17JPsN H5 {
  text-align: center;
  color: #0f153f;
}
.cid-sxUx17JPsN P {
  text-align: center;
  color: #465052;
}
.cid-sxUx17JPsN LABEL {
  color: #767676;
}
.cid-sxUx17JPsN H4 {
  color: #9c9485;
}
.cid-sp0iLxkou2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-sp0iLxkou2 .mbr-text {
  color: #ffffff;
}
.cid-sp0iLxkou2 .container {
  max-width: 1000px;
}
.cid-sp0iLxkou2 h4 {
  text-align: center;
}
.cid-sp0iLxkou2 p {
  text-align: center;
}
.cid-sp0iLxkou2 .row {
  justify-content: center;
}
.cid-sp0iLxkou2 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sp0iLxkou2 .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-sp0iLxkou2 .card-title,
.cid-sp0iLxkou2 .card-img {
  color: #b69b74;
}
.cid-sp0iLxkou2 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-sp0iLxkou2 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-sp0iLxkou2 img {
  margin-bottom: 5rem;
}
.cid-sV9jvkK8CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jvkK8CT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
.cid-sp5hJC4dX0 {
  background-image: url("../../../assets/images/copy-of-online-store-1-1920x1301.png");
}
.cid-sp5hJC4dX0 H1 {
  color: #ffffff;
}
.cid-sp6fUpmsWO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eee8df;
}
.cid-sp6fUpmsWO .mbr-text {
  color: #465052;
}
.cid-sp6fUpmsWO h4 {
  text-align: center;
}
.cid-sp6fUpmsWO p {
  text-align: center;
}
.cid-sp6fUpmsWO .card-img span {
  font-size: 96px;
  color: #0f153f;
}
.cid-sp6fUpmsWO .card-title,
.cid-sp6fUpmsWO .card-img {
  color: #0f153f;
}
.cid-sp6jBlSjf3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sp6jBlSjf3 p {
  color: #767676;
}
.cid-sp6jBlSjf3 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sp6jBlSjf3 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sp6jBlSjf3 .row-element,
.cid-sp6jBlSjf3 .image-element {
  padding: 0;
}
.cid-sp6jBlSjf3 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sp6jBlSjf3 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sp6jBlSjf3 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sp6jBlSjf3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0f153f, #149dcc);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sp6jBlSjf3 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sp6jBlSjf3 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sp6jBlSjf3 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sp6jBlSjf3 .underline .line {
    height: 2px;
  }
  .cid-sp6jBlSjf3 .mbr-title,
  .cid-sp6jBlSjf3 .underline,
  .cid-sp6jBlSjf3 .mbr-text,
  .cid-sp6jBlSjf3 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sp6jBlSjf3 .mbr-title,
.cid-sp6jBlSjf3 .underline {
  color: #0f153f;
}
.cid-sp6jBlSjf3 .mbr-text,
.cid-sp6jBlSjf3 .mbr-section-btn {
  color: #343434;
}
.cid-spcx2hRBRk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spcx2hRBRk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-spcx2hRBRk .items-col {
  background: #b69b74;
  padding: 5rem;
  height: 100%;
}
.cid-spcx2hRBRk .container {
  max-width: 1800px;
}
@media (max-width: 1400px) {
  .cid-spcx2hRBRk .items-col {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spcx2hRBRk .items-col {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-spcx2hRBRk .col-md-12 {
    padding-bottom: 2rem;
  }
}
.cid-spcx2hRBRk img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-spcx2hRBRk .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-spcx2hRBRk .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0.2rem 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-spcx2hRBRk .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-spcx2hRBRk .link,
.cid-spcx2hRBRk .link-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-spcAp3pr4b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spcAp3pr4b H3 {
  color: #200960;
}
.cid-spcAp3pr4b H4 {
  color: #b69b74;
}
.cid-spcAp3pr4b img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-spcAswkbXh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-spcAswkbXh .mbr-text {
  color: #ffffff;
}
.cid-spcAswkbXh .container {
  max-width: 1000px;
}
.cid-spcAswkbXh h4 {
  text-align: center;
}
.cid-spcAswkbXh p {
  text-align: center;
}
.cid-spcAswkbXh .row {
  justify-content: center;
}
.cid-spcAswkbXh .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-spcAswkbXh .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-spcAswkbXh .card-title,
.cid-spcAswkbXh .card-img {
  color: #b69b74;
}
.cid-spcAswkbXh .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-spcAswkbXh .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-spcAswkbXh img {
  margin-bottom: 5rem;
}
.cid-sV9jvkK8CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jvkK8CT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
.cid-sph9ZOUwNE {
  padding-top: 105px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sph9ZOUwNE .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-sph9ZOUwNE .wrapper {
  position: relative;
}
.cid-sph9ZOUwNE .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sph9ZOUwNE .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sph9ZOUwNE .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sph9ZOUwNE .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sph9ZOUwNE .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sph9ZOUwNE .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sph9ZOUwNE .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sph9ZOUwNE .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sph9ZOUwNE .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sph9ZOUwNE .img2 {
    width: 400px;
  }
  .cid-sph9ZOUwNE .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sph9ZOUwNE .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sph9ZOUwNE .img2 {
    width: 400px;
  }
  .cid-sph9ZOUwNE .img1 {
    padding-right: 4rem;
  }
  .cid-sph9ZOUwNE .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sph9ZOUwNE .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sph9ZOUwNE .img2 {
    width: 200px;
  }
  .cid-sph9ZOUwNE .container-fluid {
    padding: 0 1rem;
  }
  .cid-sph9ZOUwNE .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sph9ZOUwNE H1 {
  color: #0f153f;
}
.cid-sph9ZOUwNE .mbr-text,
.cid-sph9ZOUwNE .mbr-section-btn {
  color: #343434;
}
.cid-sph9ZOUwNE H2 {
  color: #0f153f;
}
.cid-sphgGEVYNs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphgGEVYNs .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sphgGEVYNs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sphgGEVYNs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-sphgGEVYNs .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-sphgGEVYNs .image-element {
    padding-right: 0;
  }
}
.cid-sphgGEVYNs .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sphgGEVYNs .mbr-section-subtitle,
.cid-sphgGEVYNs .mbr-text {
  color: #878787;
}
.cid-sphgGEVYNs .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sphgGEVYNs .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sphgGEVYNs .text-element {
    padding-top: 0;
  }
}
.cid-sphgGEVYNs .mbr-section-title {
  color: #0f153f;
}
.cid-sphgGEVYNs .mbr-text,
.cid-sphgGEVYNs .mbr-section-btn {
  color: #2a2525;
}
.cid-sphgGEVYNs .mbr-section-subtitle,
.cid-sphgGEVYNs .underline {
  color: #b69b74;
}
.cid-sphtFh4mQq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-sphtFh4mQq .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sphtFh4mQq .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sphtFh4mQq .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sphtFh4mQq .card-title {
  color: #0f153f;
}
.cid-sphtFh4mQq .mbr-text,
.cid-sphtFh4mQq .mbr-section-btn {
  color: #2a2525;
}
.cid-sphHyO19DU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sphHyO19DU .main-wrapper .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-sphHyO19DU .main-wrapper .icon-main:hover .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-sphHyO19DU .main-wrapper .icon-main:hover .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-sphHyO19DU .main-wrapper .icon-main:hover .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  background-color: #000000 !important;
}
.cid-sphHyO19DU .mbr-section-subtitle {
  color: #b69b74;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sphHyO19DU .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0f153f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sphHyO19DU .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sphHyO19DU .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sphHyO19DU .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sphHyO19DU .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-sphHyO19DU .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(53, 182, 86, 0.3);
  color: #35b656;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(255, 51, 102, 0.3);
  color: #ff3366;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(182, 155, 116, 0.3);
  color: #b69b74;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #35b656;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #5ca7db;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #ff3366;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #b69b74;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .subicon-title,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .subicon-text,
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-sphHyO19DU .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sphHyO19DU .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sphHyO19DU .mbr-section-title,
.cid-sphHyO19DU .underline {
  color: #0f153f;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .subicon-title {
  color: #b69b74;
}
.cid-sphHyO19DU .main-wrapper .icon-main .process-icon .subicon-text {
  color: #2a2525;
}
.cid-sphwo2g3qj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sphwo2g3qj .card-box {
  padding: 0rem;
}
.cid-sphwo2g3qj .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sphwo2g3qj .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sphwo2g3qj .big h4 {
  margin: 0;
}
.cid-sphwo2g3qj .card {
  padding: 0;
  min-height: 300px;
}
.cid-sphwo2g3qj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sphwo2g3qj .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-sphwo2g3qj .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sphwo2g3qj .card-wrapper {
    padding: 4rem;
  }
}
.cid-sphwo2g3qj .cardbg1 {
  background: #b69b74;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sphwo2g3qj .cardbg2 {
  background: #f6f6f6;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sphwo2g3qj .main-title {
  color: #fff3f3;
}
.cid-sphwo2g3qj .card-title,
.cid-sphwo2g3qj .mbr-section-btn {
  color: #ffffff;
}
.cid-sphwo2g3qj .card-text {
  color: #0f153f;
}
.cid-sphN4QgZ8C {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #cebfaf;
}
.cid-sphN4QgZ8C .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sphN4QgZ8C .form-control,
.cid-sphN4QgZ8C .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sphN4QgZ8C .form-control::-webkit-input-placeholder,
.cid-sphN4QgZ8C .field-input::-webkit-input-placeholder,
.cid-sphN4QgZ8C .form-control::-webkit-input-placeholder,
.cid-sphN4QgZ8C .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-sphN4QgZ8C .form-control:-moz-placeholder,
.cid-sphN4QgZ8C .field-input:-moz-placeholder,
.cid-sphN4QgZ8C .form-control:-moz-placeholder,
.cid-sphN4QgZ8C .field-input:-moz-placeholder {
  color: #606060;
}
.cid-sphN4QgZ8C .form-control:hover,
.cid-sphN4QgZ8C .field-input:hover,
.cid-sphN4QgZ8C .form-control:focus,
.cid-sphN4QgZ8C .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sphN4QgZ8C .form-control:hover::-webkit-input-placeholder,
.cid-sphN4QgZ8C .field-input:hover::-webkit-input-placeholder,
.cid-sphN4QgZ8C .form-control:focus::-webkit-input-placeholder,
.cid-sphN4QgZ8C .field-input:focus::-webkit-input-placeholder,
.cid-sphN4QgZ8C .form-control:hover::-webkit-input-placeholder,
.cid-sphN4QgZ8C .field-input:hover::-webkit-input-placeholder,
.cid-sphN4QgZ8C .form-control:focus::-webkit-input-placeholder,
.cid-sphN4QgZ8C .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-sphN4QgZ8C .form-control:hover:-moz-placeholder,
.cid-sphN4QgZ8C .field-input:hover:-moz-placeholder,
.cid-sphN4QgZ8C .form-control:focus:-moz-placeholder,
.cid-sphN4QgZ8C .field-input:focus:-moz-placeholder,
.cid-sphN4QgZ8C .form-control:hover:-moz-placeholder,
.cid-sphN4QgZ8C .field-input:hover:-moz-placeholder,
.cid-sphN4QgZ8C .form-control:focus:-moz-placeholder,
.cid-sphN4QgZ8C .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-sphN4QgZ8C textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sphN4QgZ8C .jq-number__spin:hover,
.cid-sphN4QgZ8C .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sphN4QgZ8C .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sphN4QgZ8C .jq-selectbox li,
.cid-sphN4QgZ8C .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sphN4QgZ8C .jq-selectbox li:hover,
.cid-sphN4QgZ8C .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sphN4QgZ8C .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sphN4QgZ8C .jq-number__spin.minus:hover:after,
.cid-sphN4QgZ8C .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sphN4QgZ8C .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sphN4QgZ8C .jq-number__spin.minus:after,
.cid-sphN4QgZ8C .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sphN4QgZ8C input::-webkit-clear-button {
  display: none;
}
.cid-sphN4QgZ8C input::-webkit-inner-spin-button {
  display: none;
}
.cid-sphN4QgZ8C input::-webkit-outer-spin-button {
  display: none;
}
.cid-sphN4QgZ8C input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sphN4QgZ8C .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0f153f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sphN4QgZ8C .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sphN4QgZ8C .mbr-section-title {
  color: #0f153f;
}
.cid-sphN4QgZ8C .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sphN4QgZ8C .mbr-section-subtitle {
  color: #b69b74;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sphN4QgZ8C .mbr-text {
  color: #606060;
}
.cid-sphN4QgZ8C .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sphN4QgZ8C .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sphN4QgZ8C .required {
  width: 100%;
  color: #808080;
}
.cid-sphN4QgZ8C img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-sphN4QgZ8C .counter {
  top: 45%;
  left: 0%;
}
.cid-sphN4QgZ8C .counter .full-circle {
  background-color: #b69b74;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sphN4QgZ8C .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sphN4QgZ8C .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sphN4QgZ8C .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sphN4QgZ8C img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sphN4QgZ8C .required {
    text-align: center;
  }
}
.cid-sphN4QgZ8C .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sphN4QgZ8C .form-control-label,
.cid-sphN4QgZ8C .form-check {
  margin-left: 20px;
}
.cid-sphFguWX9e {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-sphFguWX9e .mbr-text {
  color: #ffffff;
}
.cid-sphFguWX9e .container {
  max-width: 1000px;
}
.cid-sphFguWX9e h4 {
  text-align: center;
}
.cid-sphFguWX9e p {
  text-align: center;
}
.cid-sphFguWX9e .row {
  justify-content: center;
}
.cid-sphFguWX9e .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sphFguWX9e .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-sphFguWX9e .card-title,
.cid-sphFguWX9e .card-img {
  color: #b69b74;
}
.cid-sphFguWX9e .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-sphFguWX9e .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-sphFguWX9e img {
  margin-bottom: 5rem;
}
.cid-sV9jvkK8CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jvkK8CT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
.cid-spind9nFRK {
  padding-top: 10rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #f1eeea;
}
.cid-spind9nFRK .title__block {
  position: relative;
  z-index: 10;
}
.cid-spind9nFRK .mbr-section-title {
  margin-bottom: 25px;
  color: #0f153f;
}
.cid-spind9nFRK .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #b69b74;
}
.cid-spind9nFRK .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-spind9nFRK .mbr-section-btn {
  padding-right: 150px;
}
.cid-spind9nFRK .slider__block .container {
  padding: 0 15px;
}
.cid-spind9nFRK .carousel {
  padding-bottom: 100px;
}
.cid-spind9nFRK .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-spind9nFRK .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-spind9nFRK .carousel-item.active {
  opacity: 1;
}
.cid-spind9nFRK .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-spind9nFRK .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-spind9nFRK .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-spind9nFRK .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-spind9nFRK .carousel-item .cloneditem-1,
.cid-spind9nFRK .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-spind9nFRK .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-spind9nFRK .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-spind9nFRK .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-spind9nFRK .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-spind9nFRK .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-spind9nFRK .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-spind9nFRK .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #0f153f;
  transition: all 0.3s ease;
}
.cid-spind9nFRK .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-spind9nFRK .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-spind9nFRK .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-spind9nFRK .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-spind9nFRK .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #0f153f;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-spind9nFRK .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #0f153f;
  margin: 0;
  opacity: 1;
}
.cid-spind9nFRK .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-spind9nFRK .cloneditem-1,
.cid-spind9nFRK .cloneditem-2,
.cid-spind9nFRK .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-spind9nFRK .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-spind9nFRK .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-spind9nFRK .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-spind9nFRK .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-spind9nFRK .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-spind9nFRK .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-spind9nFRK .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-spind9nFRK .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spind9nFRK .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-spind9nFRK .carousel-inner.slides2 .cloneditem-1,
  .cid-spind9nFRK .carousel-inner.slides2 .cloneditem-2,
  .cid-spind9nFRK .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-spind9nFRK .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-spind9nFRK .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-spind9nFRK .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-spind9nFRK .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-spind9nFRK .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-spind9nFRK .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spind9nFRK .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-spind9nFRK .carousel-inner.slides3 .cloneditem-1,
  .cid-spind9nFRK .carousel-inner.slides3 .cloneditem-2,
  .cid-spind9nFRK .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-spind9nFRK .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-spind9nFRK .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-spind9nFRK .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-spind9nFRK .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-spind9nFRK .mbr-section-btn {
    padding-right: 0;
  }
  .cid-spind9nFRK .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-spind9nFRK .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-spind9nFRK .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-spind9nFRK .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-spind9nFRK .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-spind9nFRK .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-spind9nFRK .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-spind9nFRK .carousel {
    padding-bottom: 50px;
  }
}
.cid-spind9nFRK .mbr-text,
.cid-spind9nFRK .mbr-section-btn {
  color: #343434;
}
.cid-spirFpHuCz {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-spirFpHuCz .text-wrap {
  background-color: #b69b74;
  padding: 3rem 6rem;
}
.cid-spirFpHuCz .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-spirFpHuCz .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-spirFpHuCz .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-spirFpHuCz .link:hover:before {
  margin-right: -0.4rem;
}
.cid-spirFpHuCz .mbr-text,
.cid-spirFpHuCz .link-wrap {
  text-align: center;
}
.cid-spirFpHuCz H4 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-spirFpHuCz .img1 {
    width: 50%;
  }
  .cid-spirFpHuCz .text-wrap {
    background-color: #b69b74;
    padding: 2rem 2rem;
  }
}
.cid-spirFpHuCz H1 {
  color: #0f153f;
}
.cid-spirFpHuCz DIV {
  text-align: right;
}
.cid-spivqZ1WwB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-spivqZ1WwB img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-spivqZ1WwB img {
    width: 100%;
  }
  .cid-spivqZ1WwB .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-spivqZ1WwB ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-spivqZ1WwB ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-spivqZ1WwB ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b69b74;
}
.cid-spivqZ1WwB H1 {
  color: #0f153f;
}
.cid-spivqZ1WwB H3 {
  color: #b69b74;
}
.cid-spivqZ1WwB .text1 {
  color: #465052;
}
.cid-spivqZ1WwB .counter-container {
  color: #b69b74;
}
.cid-spivqZ1WwB .text2 {
  color: #465052;
}
.cid-spiFGJbxeV {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #cebfaf;
}
.cid-spiFGJbxeV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-spiFGJbxeV .form-control,
.cid-spiFGJbxeV .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-spiFGJbxeV .form-control::-webkit-input-placeholder,
.cid-spiFGJbxeV .field-input::-webkit-input-placeholder,
.cid-spiFGJbxeV .form-control::-webkit-input-placeholder,
.cid-spiFGJbxeV .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-spiFGJbxeV .form-control:-moz-placeholder,
.cid-spiFGJbxeV .field-input:-moz-placeholder,
.cid-spiFGJbxeV .form-control:-moz-placeholder,
.cid-spiFGJbxeV .field-input:-moz-placeholder {
  color: #606060;
}
.cid-spiFGJbxeV .form-control:hover,
.cid-spiFGJbxeV .field-input:hover,
.cid-spiFGJbxeV .form-control:focus,
.cid-spiFGJbxeV .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-spiFGJbxeV .form-control:hover::-webkit-input-placeholder,
.cid-spiFGJbxeV .field-input:hover::-webkit-input-placeholder,
.cid-spiFGJbxeV .form-control:focus::-webkit-input-placeholder,
.cid-spiFGJbxeV .field-input:focus::-webkit-input-placeholder,
.cid-spiFGJbxeV .form-control:hover::-webkit-input-placeholder,
.cid-spiFGJbxeV .field-input:hover::-webkit-input-placeholder,
.cid-spiFGJbxeV .form-control:focus::-webkit-input-placeholder,
.cid-spiFGJbxeV .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-spiFGJbxeV .form-control:hover:-moz-placeholder,
.cid-spiFGJbxeV .field-input:hover:-moz-placeholder,
.cid-spiFGJbxeV .form-control:focus:-moz-placeholder,
.cid-spiFGJbxeV .field-input:focus:-moz-placeholder,
.cid-spiFGJbxeV .form-control:hover:-moz-placeholder,
.cid-spiFGJbxeV .field-input:hover:-moz-placeholder,
.cid-spiFGJbxeV .form-control:focus:-moz-placeholder,
.cid-spiFGJbxeV .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-spiFGJbxeV textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-spiFGJbxeV .jq-number__spin:hover,
.cid-spiFGJbxeV .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-spiFGJbxeV .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-spiFGJbxeV .jq-selectbox li,
.cid-spiFGJbxeV .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-spiFGJbxeV .jq-selectbox li:hover,
.cid-spiFGJbxeV .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-spiFGJbxeV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-spiFGJbxeV .jq-number__spin.minus:hover:after,
.cid-spiFGJbxeV .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-spiFGJbxeV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-spiFGJbxeV .jq-number__spin.minus:after,
.cid-spiFGJbxeV .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-spiFGJbxeV input::-webkit-clear-button {
  display: none;
}
.cid-spiFGJbxeV input::-webkit-inner-spin-button {
  display: none;
}
.cid-spiFGJbxeV input::-webkit-outer-spin-button {
  display: none;
}
.cid-spiFGJbxeV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-spiFGJbxeV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0f153f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-spiFGJbxeV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-spiFGJbxeV .mbr-section-title {
  color: #0f153f;
}
.cid-spiFGJbxeV .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-spiFGJbxeV .mbr-section-subtitle {
  color: #b69b74;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-spiFGJbxeV .mbr-text {
  color: #606060;
}
.cid-spiFGJbxeV .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-spiFGJbxeV .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-spiFGJbxeV .required {
  width: 100%;
  color: #808080;
}
.cid-spiFGJbxeV img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-spiFGJbxeV .counter {
  top: 45%;
  left: 0%;
}
.cid-spiFGJbxeV .counter .full-circle {
  background-color: #b69b74;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-spiFGJbxeV .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-spiFGJbxeV .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-spiFGJbxeV .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-spiFGJbxeV img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-spiFGJbxeV .required {
    text-align: center;
  }
}
.cid-spiFGJbxeV .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-spiFGJbxeV .form-control-label,
.cid-spiFGJbxeV .form-check {
  margin-left: 20px;
}
.cid-spiFRUmrYQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-spiFRUmrYQ .mbr-text {
  color: #ffffff;
}
.cid-spiFRUmrYQ .container {
  max-width: 1000px;
}
.cid-spiFRUmrYQ h4 {
  text-align: center;
}
.cid-spiFRUmrYQ p {
  text-align: center;
}
.cid-spiFRUmrYQ .row {
  justify-content: center;
}
.cid-spiFRUmrYQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-spiFRUmrYQ .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-spiFRUmrYQ .card-title,
.cid-spiFRUmrYQ .card-img {
  color: #b69b74;
}
.cid-spiFRUmrYQ .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-spiFRUmrYQ .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-spiFRUmrYQ img {
  margin-bottom: 5rem;
}
.cid-sV9jvkK8CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jvkK8CT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
.cid-spiGDkxpxy {
  padding-top: 105px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-spiGDkxpxy .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-spiGDkxpxy .wrapper {
  position: relative;
}
.cid-spiGDkxpxy .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-spiGDkxpxy .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-spiGDkxpxy .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-spiGDkxpxy .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-spiGDkxpxy .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-spiGDkxpxy .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-spiGDkxpxy .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-spiGDkxpxy .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-spiGDkxpxy .img2 {
    width: 400px;
  }
  .cid-spiGDkxpxy .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-spiGDkxpxy .img2 {
    width: 400px;
  }
  .cid-spiGDkxpxy .img1 {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spiGDkxpxy .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-spiGDkxpxy .img2 {
    width: 200px;
  }
  .cid-spiGDkxpxy .container-fluid {
    padding-right: 1rem;
  }
}
.cid-spiGDkxpxy H1 {
  color: #0f153f;
}
.cid-spiMrfQzQp {
  padding-top: 600px;
  background-image: url("../../../assets/images/i-trust-and-love-you-8-1920x1080.png");
}
.cid-spiIIERkrF {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f1eeea;
}
.cid-spiIIERkrF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-spiIIERkrF .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #b69b74;
  margin-bottom: 0.7rem;
}
.cid-spiIIERkrF input,
.cid-spiIIERkrF textarea {
  font-size: 14px;
}
.cid-spiIIERkrF input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-spiIIERkrF textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-spiIIERkrF .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-spiIIERkrF .col-auto {
  width: 100%;
  text-align: center;
}
.cid-spiIIERkrF img {
  width: 90%;
  border-radius: 8px;
}
.cid-spiIIERkrF .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-spiIIERkrF .btn {
  padding: 1rem 3.5rem !important;
}
.cid-spiIIERkrF .title-block {
  margin-bottom: 2rem;
}
.cid-spiIIERkrF .form-control,
.cid-spiIIERkrF .field-input {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-spiIIERkrF .form-control:hover,
.cid-spiIIERkrF .field-input:hover {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-spiIIERkrF .form-control:focus,
.cid-spiIIERkrF .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-spiIIERkrF input::-webkit-input-placeholder,
.cid-spiIIERkrF textarea::-webkit-input-placeholder {
  color: #b69b74;
}
.cid-spiIIERkrF input:-moz-placeholder,
.cid-spiIIERkrF textarea:-moz-placeholder {
  color: #b69b74;
}
.cid-spiIIERkrF .jq-selectbox li,
.cid-spiIIERkrF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-spiIIERkrF .jq-selectbox li:hover,
.cid-spiIIERkrF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-spiIIERkrF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-spiIIERkrF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-spiIIERkrF H5 {
  padding-bottom: 2rem;
}
.cid-spiIIERkrF .mbr-text {
  color: #777777;
}
.cid-spiIIERkrF .mbr-form {
  padding: 0rem;
}
.cid-spiIIERkrF .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-spiIIERkrF .form-row {
    margin: 0;
  }
  .cid-spiIIERkrF .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-spiIIERkrF .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-spiIIERkrF img {
    width: 100%;
  }
}
.cid-spiIIERkrF .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-spiIIERkrF H3 {
  color: #0f153f;
}
.cid-spiIIERkrF .mbr-text,
.cid-spiIIERkrF .mbr-section-btn {
  color: #b69b74;
}
.cid-spiJt73KMQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spiJt73KMQ .content {
    text-align: center;
  }
  .cid-spiJt73KMQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spiJt73KMQ .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-spiJt73KMQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spiJt73KMQ .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-spiJt73KMQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spiJt73KMQ .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-spiJt73KMQ .google-map {
    width: 100%;
  }
}
.cid-spiJt73KMQ H2 {
  color: #0f153f;
}
.cid-spiJt73KMQ H3 {
  color: #0f153f;
}
.cid-spiJt73KMQ .mbr-text,
.cid-spiJt73KMQ .mbr-section-btn {
  color: #343434;
}
.cid-spiJJDNueW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-spiJJDNueW .mbr-text {
  color: #ffffff;
}
.cid-spiJJDNueW .container {
  max-width: 1000px;
}
.cid-spiJJDNueW h4 {
  text-align: center;
}
.cid-spiJJDNueW p {
  text-align: center;
}
.cid-spiJJDNueW .row {
  justify-content: center;
}
.cid-spiJJDNueW .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-spiJJDNueW .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-spiJJDNueW .card-title,
.cid-spiJJDNueW .card-img {
  color: #b69b74;
}
.cid-spiJJDNueW .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-spiJJDNueW .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-spiJJDNueW img {
  margin-bottom: 5rem;
}
.cid-sV9jvkK8CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jvkK8CT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
.cid-sV9hM0agSR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9hM0agSR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9hM0agSR .row {
  flex-direction: row-reverse;
}
.cid-sV9hM0agSR img {
  width: 100%;
}
.cid-sV9hXRAUsA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9hXRAUsA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9hXRAUsA .row {
  flex-direction: row-reverse;
}
.cid-sV9hXRAUsA img {
  width: 100%;
}
.cid-sV9hYj5gnk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9hYj5gnk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9hYj5gnk .row {
  flex-direction: row-reverse;
}
.cid-sV9hYj5gnk img {
  width: 100%;
}
.cid-sV9hYByzmp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9hYByzmp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9hYByzmp .row {
  flex-direction: row-reverse;
}
.cid-sV9hYByzmp img {
  width: 100%;
}
.cid-sV9hYQWRsQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9hYQWRsQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9hYQWRsQ .row {
  flex-direction: row-reverse;
}
.cid-sV9hYQWRsQ img {
  width: 100%;
}
.cid-sV9ikTnITT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9ikTnITT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9ikTnITT .row {
  flex-direction: row-reverse;
}
.cid-sV9ikTnITT img {
  width: 100%;
}
.cid-sV9iyFVr7i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9iyFVr7i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9iyFVr7i .row {
  flex-direction: row-reverse;
}
.cid-sV9iyFVr7i img {
  width: 100%;
}
.cid-sV9iTdCYHq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9iTdCYHq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9iTdCYHq .row {
  flex-direction: row-reverse;
}
.cid-sV9iTdCYHq img {
  width: 100%;
}
.cid-sV9iTGwp28 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9iTGwp28 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9iTGwp28 .row {
  flex-direction: row-reverse;
}
.cid-sV9iTGwp28 img {
  width: 100%;
}
.cid-sV9iU84gDB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9iU84gDB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9iU84gDB .row {
  flex-direction: row-reverse;
}
.cid-sV9iU84gDB img {
  width: 100%;
}
.cid-sV9iUtsMA4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9iUtsMA4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9iUtsMA4 .row {
  flex-direction: row-reverse;
}
.cid-sV9iUtsMA4 img {
  width: 100%;
}
.cid-sV9iUOQwq0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sV9iUOQwq0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV9iUOQwq0 .row {
  flex-direction: row-reverse;
}
.cid-sV9iUOQwq0 img {
  width: 100%;
}
.cid-sV9jniydeB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-sV9jniydeB .mbr-text {
  color: #ffffff;
}
.cid-sV9jniydeB .container {
  max-width: 1000px;
}
.cid-sV9jniydeB h4 {
  text-align: center;
}
.cid-sV9jniydeB p {
  text-align: center;
}
.cid-sV9jniydeB .row {
  justify-content: center;
}
.cid-sV9jniydeB .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sV9jniydeB .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-sV9jniydeB .card-title,
.cid-sV9jniydeB .card-img {
  color: #b69b74;
}
.cid-sV9jniydeB .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-sV9jniydeB .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-sV9jniydeB img {
  margin-bottom: 5rem;
}
.cid-sV9jvkK8CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b69b74;
}
.cid-sV9jvkK8CT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sV9jByEMry .navbar {
  padding: .5rem 0;
  background: #0f153f;
  transition: none;
  min-height: 100px;
}
.cid-sV9jByEMry .navbar-dropdown.bg-color.transparent.opened {
  background: #0f153f;
}
.cid-sV9jByEMry a {
  font-style: normal;
}
.cid-sV9jByEMry a .link:hover {
  color: inherit!important;
}
.cid-sV9jByEMry .dropdown-item:active {
  background: #0f153f;
}
.cid-sV9jByEMry .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sV9jByEMry .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sV9jByEMry .nav-item:focus,
.cid-sV9jByEMry .nav-link:focus {
  outline: none;
}
.cid-sV9jByEMry .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sV9jByEMry .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sV9jByEMry .menu-logo {
  margin-right: auto;
}
.cid-sV9jByEMry .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV9jByEMry .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sV9jByEMry .dropdown .dropdown-menu {
  background: #0f153f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV9jByEMry .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sV9jByEMry .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV9jByEMry .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sV9jByEMry .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sV9jByEMry .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sV9jByEMry button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-sV9jByEMry button.navbar-toggler:focus {
  outline: none;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV9jByEMry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV9jByEMry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV9jByEMry .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .btn {
  display: -webkit-flex;
}
.cid-sV9jByEMry .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing,
.cid-sV9jByEMry .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sV9jByEMry .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sV9jByEMry .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sV9jByEMry .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sV9jByEMry .collapsed button.navbar-toggler {
  display: block;
}
.cid-sV9jByEMry .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sV9jByEMry .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sV9jByEMry .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sV9jByEMry .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sV9jByEMry .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry img {
    height: 3.8rem !important;
  }
  .cid-sV9jByEMry .btn {
    display: -webkit-flex;
  }
  .cid-sV9jByEMry button.navbar-toggler {
    display: block;
  }
  .cid-sV9jByEMry .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sV9jByEMry .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sV9jByEMry .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing,
  .cid-sV9jByEMry .navbar-collapse.show {
    display: block !important;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sV9jByEMry .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sV9jByEMry .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sV9jByEMry .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sV9jByEMry .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sV9jByEMry .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sV9jByEMry .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sV9jByEMry .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sV9jByEMry .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sV9jByEMry .nav-link,
.cid-sV9jByEMry .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-sV9jByEMry .nav-link:hover,
.cid-sV9jByEMry .dropdown-item:hover {
  color: #343434 !important;
  border-color: #0f153f;
}
