.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Google Sans', sans-serif;
  font-size: 4.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-2 {
  font-family: 'Google Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3125rem;
}
.display-5 {
  font-family: 'Google Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.33rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.01rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.01rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f77829 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #597f09 !important;
}
.bg-warning {
  background-color: #e2a729 !important;
}
.bg-danger {
  background-color: #ffc091 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f77829 !important;
  border-color: #f77829 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f9975a !important;
  border-color: #f9975a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f9975a !important;
  border-color: #f9975a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #597f09 !important;
  border-color: #597f09 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #7aaf0c !important;
  border-color: #7aaf0c !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7aaf0c !important;
  border-color: #7aaf0c !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e2a729 !important;
  border-color: #e2a729 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e8b956 !important;
  border-color: #e8b956 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e8b956 !important;
  border-color: #e8b956 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc091 !important;
  border-color: #ffc091 !important;
  color: #913e00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffddc4 !important;
  border-color: #ffddc4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #913e00 !important;
  background-color: #ffddc4 !important;
  border-color: #ffddc4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f77829;
  color: #f77829;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c24f07 !important;
  background-color: transparent !important;
  border-color: #c24f07 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f77829 !important;
  border-color: #f77829 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #597f09;
  color: #597f09;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #202e03 !important;
  background-color: transparent !important;
  border-color: #202e03 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #597f09 !important;
  border-color: #597f09 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e2a729;
  color: #e2a729;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f7316 !important;
  background-color: transparent !important;
  border-color: #9f7316 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e2a729 !important;
  border-color: #e2a729 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc091;
  color: #ffc091;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff8e3a !important;
  background-color: transparent !important;
  border-color: #ff8e3a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #913e00 !important;
  background-color: #ffc091 !important;
  border-color: #ffc091 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f77829 !important;
}
.text-secondary {
  color: #a6a99c !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #597f09 !important;
}
.text-warning {
  color: #e2a729 !important;
}
.text-danger {
  color: #ffc091 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b34907 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #747768 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #162002 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #916914 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff862b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f77829;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #597f09;
}
.alert-warning {
  background-color: #e2a729;
}
.alert-danger {
  background-color: #ffc091;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f77829;
  border-color: #f77829;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f77829;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aaef19;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #faf1dd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.33rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.6625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f77829 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.33rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6625rem;
}
blockquote {
  border-color: #f77829;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f77829;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f77829;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f77829;
  border-bottom-color: #f77829;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f77829 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a6a99c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f77829' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vpQKBGshCO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpQKBGshCO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vpQKBGshCO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpQKBGshCO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpQKBGshCO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpQKBGshCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpQKBGshCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpQKBGshCO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpQKBGshCO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpQKBGshCO .navbar-nav .nav-item .nav-link {
  padding: 5px 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vpQKBGshCO .navbar-nav .nav-item .nav-link:hover {
  background-color: #cfdf11;
}
.cid-vpQKBGshCO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpQKBGshCO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpQKBGshCO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vpQKBGshCO .navbar-nav .dropdown-item:hover {
  background-color: #d7c2a8;
}
@media (min-width: 992px) {
  .cid-vpQKBGshCO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpQKBGshCO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpQKBGshCO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpQKBGshCO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpQKBGshCO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpQKBGshCO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpQKBGshCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpQKBGshCO .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 2.26rem 0.5rem 2.08rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.87) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vpQKBGshCO .container {
    padding: 0.5rem 2.0rem 0.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vpQKBGshCO .container {
    width: 95%;
    height: 58px !important;
    padding-right: 1.3rem;
    margin-top: 0rem;
  }
}
.cid-vpQKBGshCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpQKBGshCO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-vpQKBGshCO .nav-item:focus,
.cid-vpQKBGshCO .nav-link:focus {
  outline: none;
}
.cid-vpQKBGshCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpQKBGshCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpQKBGshCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpQKBGshCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpQKBGshCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpQKBGshCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpQKBGshCO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpQKBGshCO .navbar.opened {
  transition: all 0.3s;
}
.cid-vpQKBGshCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpQKBGshCO .navbar .navbar-logo img {
  width: auto;
}
.cid-vpQKBGshCO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpQKBGshCO .navbar.collapsed {
  justify-content: center;
}
.cid-vpQKBGshCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpQKBGshCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpQKBGshCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vpQKBGshCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpQKBGshCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpQKBGshCO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vpQKBGshCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpQKBGshCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpQKBGshCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpQKBGshCO .navbar {
    min-height: 76px;
  }
  .cid-vpQKBGshCO .navbar .navbar-logo img {
    height: 2.38rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpQKBGshCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpQKBGshCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpQKBGshCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpQKBGshCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpQKBGshCO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vpQKBGshCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpQKBGshCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpQKBGshCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpQKBGshCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpQKBGshCO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpQKBGshCO .dropdown-item.active,
.cid-vpQKBGshCO .dropdown-item:active {
  background-color: transparent;
}
.cid-vpQKBGshCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpQKBGshCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpQKBGshCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpQKBGshCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-vpQKBGshCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpQKBGshCO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpQKBGshCO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 8px 13px;
  border: 1px solid #778778;
  border-radius: 1.5rem;
}
.cid-vpQKBGshCO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpQKBGshCO .navbar-buttons {
    text-align: left;
  }
}
.cid-vpQKBGshCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpQKBGshCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpQKBGshCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpQKBGshCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpQKBGshCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpQKBGshCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpQKBGshCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpQKBGshCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpQKBGshCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpQKBGshCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpQKBGshCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpQKBGshCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpQKBGshCO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vpQKBGshCO .icons-menu .iconfont-wrapper {
  padding-top: 0.53rem;
}
.cid-vpQKBGshCO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vpQKBGshCO .iconfont-wrapper:hover {
  opacity: .68;
}
@media (max-width: 992px) {
  .cid-vpQKBGshCO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    justify-content: center;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpQKBGshCO .navbar {
    height: 70px;
  }
  .cid-vpQKBGshCO .navbar.opened {
    height: auto;
  }
  .cid-vpQKBGshCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpQKBGshCO .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-vpQKBGshCO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpQKBGshCO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpQKBGshCO .navbar-brand {
    margin-right: auto;
  }
  .cid-vpQKBGshCO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 10px;
    right: 10px;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vpQKBGshCO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpQKBGshCO .navbar-nav .dropdown-item:hover {
    background-color: #d7c2a8;
  }
  .cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 6px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important; 
    margin-bottom: 12px !important;
  }
  .cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpQKBGshCO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpQKBGshCO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vpQKBGshCO .navbar-collapse {
    padding: 1rem;
  }
}


.cid-vqMM5whGtD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vqMM5whGtD .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-vqMM5whGtD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqMM5whGtD .container {
    padding: 0 20px;
  }
}
.cid-vqMM5whGtD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vqMM5whGtD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vqMM5whGtD .embla__slide .slide-content {
  width: 100%;
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  border-radius: 20px !important;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-vqMM5whGtD .embla__button--next,
.cid-vqMM5whGtD .embla__button--prev {
  display: flex;
}
.cid-vqMM5whGtD .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f77829 !important;
  border: 2px solid #f77829 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-vqMM5whGtD .embla__button {
    top: 2.5rem;
    color: #f77829 !important;
    border: 2px solid #f77829 !important;
  }
}
.cid-vqMM5whGtD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vqMM5whGtD .embla__button:hover {
  opacity: 1 !important;
}
.cid-vqMM5whGtD .embla__button.embla__button--prev {
  left: 30px;
}
.cid-vqMM5whGtD .embla__button.embla__button--next {
  right: 30px;
}
.cid-vqMM5whGtD .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vqMM5whGtD .embla {
    /** padding-top: 100px; **/
  }
}
.cid-vqMM5whGtD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vqMM5whGtD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vqMM5whGtD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vqMM5whGtD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vqMM5whGtD .item-desc {
  color: #000000;
  text-align: center;
}
.cid-vqMM5whGtD .item-title {
  color: #000000;
}
.cid-vqMM5whGtD .item-name {
  color: #000000;
}
.cid-vqMM5whGtD .item-role {
  color: #000000;
}
.cid-vqMM5whGtD .list {
  color: #000000;
}
.cid-vqMM5whGtD .item-title,
.cid-vqMM5whGtD .mbr-section-btn,
.cid-vqMM5whGtD .title-wrap {
  text-align: center;
}

/* ==========================================
   Embla 輪播區塊 (cid-vqMM5whGtD) 滿版 480px
   ========================================== */

/* 1. 外層容器：滿版全開、無內距 */
.cid-vqMM5whGtD {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  overflow: hidden;
  background-color: #f8f8f8;
}

.cid-vqMM5whGtD .container-fluid {
  padding: 0 !important;
}

.cid-vqMM5whGtD .embla {
  position: relative;
  width: 100%;
}

.cid-vqMM5whGtD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 0 !important;
}

.cid-vqMM5whGtD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* 2. Slide 高度壓在 480px，寬度強制 100% */
.cid-vqMM5whGtD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 480px; /* 控制最高 480px */
}

@media (max-width: 767px) {
  .cid-vqMM5whGtD .embla__slide {
    height: 60vh;
  }
}

.cid-vqMM5whGtD .embla__slide .slide-content,
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper {
  width: 100%;
  height: 100%;
}

/* 3. 圖片取消圓角與 padding，改為置中 cover (防止客戶圖壓字爆版) */
.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: auto !important;
  border-radius: 0 0 30px 30px !important;
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cid-vqMM5whGtD .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center;
}

/* 4. 隱藏左右大箭頭 */
@media (min-width: 769px) {
  .cid-vqMM5whGtD .embla__button--next,
  .cid-vqMM5whGtD .embla__button--prev {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-vqMM5whGtD .embla__button--next,
  .cid-vqMM5whGtD .embla__button--prev {
    /**display: none !important;**/ 
    position: absolute;
    top: 92%;
  }
  .cid-vqMM5whGtD .embla__button.embla__button--next {
     right: 38%;
  }
  .cid-vqMM5whGtD .embla__button.embla__button--prev {
     left: 38%;
  }
  .cid-vqMM5whGtD .embla__button {
    transform: scale(0.628);
  }
}

/* 文字對齊 */
.cid-vqMM5whGtD .item-desc,
.cid-vqMM5whGtD .item-title {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #ffffff;
}




/* ==========================================
   Banner 輪播區塊 (cid-vpgxWaclW7) 完美無縫 
   ========================================== */

/* 0. 容器全圖化：強制移除外層與所有內層圓角 */
.cid-vpgxWaclW7,
.cid-vpgxWaclW7 .carousel,
.cid-vpgxWaclW7 .carousel-inner,
.cid-vpgxWaclW7 .carousel-item {
  border-radius: 0 !important;
}

/* 確保圖片完全直角滿版 */
.cid-vpgxWaclW7 .carousel img {
  border-radius: 0 !important;
}


.cid-vpgxWaclW7 {
  background-color: #ffffff;
  display: block;
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-vpgxWaclW7 .carousel {
    padding-top: 0rem;
    height: 488px;
  }
}
@media (max-width: 767px) {
  .cid-vpgxWaclW7 .carousel {
    height: 78vh;
  }
}
.cid-vpgxWaclW7 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpgxWaclW7 .carousel-item,
.cid-vpgxWaclW7 .carousel-inner {
  height: 100%;
}
.cid-vpgxWaclW7 .carousel-caption {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-vpgxWaclW7 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-vpgxWaclW7 .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
  text-align: left;
}
@media (min-width: 1400px) {
  .cid-vpgxWaclW7 .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-vpgxWaclW7 .mbr-section-btn {
  margin-top: 42px;
}
.cid-vpgxWaclW7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vpgxWaclW7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vpgxWaclW7 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-vpgxWaclW7 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-vpgxWaclW7 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vpgxWaclW7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vpgxWaclW7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vpgxWaclW7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vpgxWaclW7 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-vpgxWaclW7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-vpgxWaclW7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-vpgxWaclW7 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-vpgxWaclW7 .carousel-control {
    display: none !important;
  }
}
.cid-vpgxWaclW7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-vpgxWaclW7 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-vpgxWaclW7 .carousel-indicators li.active,
.cid-vpgxWaclW7 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-vpgxWaclW7 .carousel-indicators li::after,
.cid-vpgxWaclW7 .carousel-indicators li::before {
  content: none;
}
.cid-vpgxWaclW7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpgxWaclW7 .carousel-indicators {
    /* display: none !important; */
  }
}
.cid-vpgxWaclW7 .mbr-section-text,
.cid-vpgxWaclW7 .mbr-section-btn {
  text-align: center;
}

.cid-vkWo5eJwHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vkWo5eJwHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkWo5eJwHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkWo5eJwHS .title-wrapper {
  padding: 8px 25px 13px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vkWo5eJwHS .title-wrapper {
    padding: 5px 20px 15px 20px;
  }
}
.cid-vkWo5eJwHS .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 55px;
  display: inline-flex;
  margin-top: 8px;
}
.cid-vkWo5eJwHS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkWo5eJwHS .title-wrapper .main-btn {
}
.cid-vkWo5eJwHS .title-wrapper .main-btn .btn {
  max-height: 40px;
}
.cid-vkWo5eJwHS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vkWo5eJwHS .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-vkWo5eJwHS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vkWo5eJwHS .items-wrapper {
    grid-template-columns: 1fr 1fr !important;
  }
}
.cid-vkWo5eJwHS .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vkWo5eJwHS .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateX(0);
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  height: 256px;
  will-change: transform;
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  transform: translateX(-100%);
  transition: transform .5s ease;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box {
    justify-content: flex-end;
    padding: 20px;
    transform: translateX(0);
  }
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #caf31d;
  opacity: .68;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box::before {
    height: 45%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #caf31d 50%);
    top: auto;
    bottom: 0;
  }
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .social-wrapper {
  position: relative;
  z-index: 9;
  margin: 15px 10px 0 10px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .social-wrapper {
    margin: 10px 10px 5px 6px;
    text-align: left;
  }
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .social-wrapper {

  }
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  transition: all .3s ease;
}
.cid-vkWo5eJwHS .addcart {
  color: rgb(0, 0, 0); fill: rgb(0, 0, 0); 
  font-size: 35px;
}


.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vkWo5eJwHS .items-wrapper .item .item-wrapper .card-box .item-content .item-role {
  margin-bottom: 0;
}
.cid-vkWo5eJwHS .btn-wrapper {
  margin-right: 60px;
}
.cid-vkWo5eJwHS .mbr-section-title {
  color: #ffffff;
}
.cid-vkWo5eJwHS .item-name {
  color: #000000;
}
.cid-vkWo5eJwHS .item-role {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vkWo5eJwHS .title-wrapper, .cid-vkWo5eJwHS .items-wrapper .item .item-wrapper {
    height: 220px;
  }
  .cid-vkWo5eJwHS .addcart {
    font-size: 28px;
  }
}


.cid-vpgqTrMQXU {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vpgqTrMQXU .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-vpgqTrMQXU .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-vpgqTrMQXU .btn {
  margin: 0px !important;
}
.cid-vpgqTrMQXU .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpgqTrMQXU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpgqTrMQXU .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vpgqTrMQXU .carousel-item .wrap-img {
  text-align: center;
}
.cid-vpgqTrMQXU .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-vpgqTrMQXU .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-vpgqTrMQXU .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-vpgqTrMQXU .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-vpgqTrMQXU .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-vpgqTrMQXU .second-col {
    padding-top: 2rem;
  }
}
.cid-vpgqTrMQXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpgqTrMQXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vljSpht4Au {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/aiva-apsite-ntuoezki374-unsplash.jpg");
}
.cid-vljSpht4Au .mbr-fallback-image.disabled {
  display: none;
}
.cid-vljSpht4Au .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vljSpht4Au H1 {
  text-align: center;
}
.cid-vkWoZx8HK5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vkWoZx8HK5 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-vkWoZx8HK5 .mbr-shop .row {
  margin: 0;
}
.cid-vkWoZx8HK5 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-vkWoZx8HK5 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-vkWoZx8HK5 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-vkWoZx8HK5 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-vkWoZx8HK5 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-vkWoZx8HK5 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-vkWoZx8HK5 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-vkWoZx8HK5 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-vkWoZx8HK5 .mbr-shop .hide-modal {
  display: none;
}
.cid-vkWoZx8HK5 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-vkWoZx8HK5 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-vkWoZx8HK5 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-vkWoZx8HK5 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-vkWoZx8HK5 .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-vkWoZx8HK5 .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-vkWoZx8HK5 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-vkWoZx8HK5 .mbr-shop .filter-by-pu,
.cid-vkWoZx8HK5 .mbr-shop .filter-by-pd,
.cid-vkWoZx8HK5 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-vkWoZx8HK5 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-vkWoZx8HK5 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-vkWoZx8HK5 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-vkWoZx8HK5 .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-vkWoZx8HK5 .mbr-shop .galleryItem h4,
.cid-vkWoZx8HK5 .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;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.cid-vkWoZx8HK5 .mbr-shop .galleryItem h5,
.cid-vkWoZx8HK5 .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-vkWoZx8HK5 .mbr-shop .galleryItem p,
.cid-vkWoZx8HK5 .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-vkWoZx8HK5 .mbr-shop .item-button {
  text-align: center;
}
.cid-vkWoZx8HK5 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-vkWoZx8HK5 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-vkWoZx8HK5 .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-vkWoZx8HK5 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-vkWoZx8HK5 .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-vkWoZx8HK5 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers .price-block {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  padding-right: 3rem;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-vkWoZx8HK5 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  display: block;
  line-height: 30px;
  padding: 4.5px 4.5px;
  background: transparent;
  border: 3px solid #f77829;
  border-radius: 50%;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-vkWoZx8HK5 .onsale[data-onsale="true"] + .sidebar_wraper .shop-item-price {
  border-bottom: 1px solid #f77829;
  color: #ffc091;
}
.cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-item__hided h4,
.cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-item__hided h5,
.cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-vkWoZx8HK5 .mbr-shop .galleryItem .price-block {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  margin-bottom: 25px;
}
.cid-vkWoZx8HK5 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  font-size: 18px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-vkWoZx8HK5 .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;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-vkWoZx8HK5 .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-vkWoZx8HK5 .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-vkWoZx8HK5 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-vkWoZx8HK5 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-vkWoZx8HK5 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-vkWoZx8HK5 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-vkWoZx8HK5 .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-vkWoZx8HK5 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-vkWoZx8HK5 .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;
  -moz-user-select: none;
  user-select: none;
}
.cid-vkWoZx8HK5 .mbr-shop .range-controls {
  position: relative;
}
.cid-vkWoZx8HK5 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-vkWoZx8HK5 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-vkWoZx8HK5 .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-vkWoZx8HK5 .mbr-shop .toggle:hover,
.cid-vkWoZx8HK5 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-vkWoZx8HK5 .mbr-shop .min-toggle {
  left: 0;
}
.cid-vkWoZx8HK5 .mbr-shop .max-toggle {
  right: 0;
}
.cid-vkWoZx8HK5 .mbr-shop .hided-by-price {
  display: none;
}
.cid-vkWoZx8HK5 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-vkWoZx8HK5 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-vkWoZx8HK5 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-vkWoZx8HK5 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-vkWoZx8HK5 .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 26px;
}
.cid-vkWoZx8HK5 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.cid-vkWoZx8HK5 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-vkWoZx8HK5 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-vkWoZx8HK5 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-vkWoZx8HK5 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-vkWoZx8HK5 .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-vkWoZx8HK5 .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-vkWoZx8HK5 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-vkWoZx8HK5 .mbr-shop .galleryItem .sidebar_wraper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.cid-vkWoZx8HK5 .mbr-shop .shopItemsModal .sidebar_wraper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
}
.cid-vkWoZx8HK5 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  font-size: 0.8rem;
  border: 3px solid #f77829;
}
.cid-vkWoZx8HK5 .mbr-shop .shop-items .onsale,
.cid-vkWoZx8HK5 .mbr-shop .bestseller-block .onsale {
  font-size: 12px !important;
}
.cid-vkWoZx8HK5 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-vkWoZx8HK5 .mbr-shop .style_overlay {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 101%;
  height: 88%;
}
.cid-vkWoZx8HK5 .mbr-shop .price-range {
  display: inline-block;
}
.cid-vkWoZx8HK5 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-vkWoZx8HK5 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-vkWoZx8HK5 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-vkWoZx8HK5 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-vkWoZx8HK5 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-vkWoZx8HK5 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-vkWoZx8HK5 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-vkWoZx8HK5 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-vkWoZx8HK5 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-vkWoZx8HK5 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-vkWoZx8HK5 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .cid-vkWoZx8HK5 .mbr-shop .style_overlay {
    height: 82%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-vkWoZx8HK5 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-vkWoZx8HK5 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .style_overlay {
    height: 89%;
  }
}
@media (max-width: 1200px) {
  .cid-vkWoZx8HK5 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-vkWoZx8HK5 .wrapper-shop-items {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-vkWoZx8HK5 .mbr-gallery-item {
    padding: 0 !important;
  }
  .cid-vkWoZx8HK5 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-vkWoZx8HK5 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-vkWoZx8HK5 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-vkWoZx8HK5 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-vkWoZx8HK5 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-vkWoZx8HK5 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .text-modal .price-block {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
  }
  .cid-vkWoZx8HK5 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-vkWoZx8HK5 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-vkWoZx8HK5 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-vkWoZx8HK5 .oldprice {
  color: #767676;
  padding-left: 0.8rem;
  text-decoration: line-through;
}
.cid-vkWoZx8HK5 .mbr-gallery-item .sidebar_wraper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-vkWoZx8HK5 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-vkWoZx8HK5 .mbr-gallery-item .sidebar_wraper .item-title {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
.cid-vkWoZx8HK5 .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-vkWoZx8HK5 .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-vkWoZx8HK5 .mbr-gallery-item:hover .style_overlay {
  background: #ffffff;
  opacity: 0.2;
}
.cid-vkWoZx8HK5 .mbr-gallery-item:hover .sidebar_wraper .item-title {
  opacity: 1;
  margin-top: 0;
}
.cid-vkWoZx8HK5 .mbr-gallery-item:hover .sidebar_wraper .item-subtitle {
  opacity: 1;
  margin-top: 0;
}
.cid-vkWoZx8HK5 .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn,
.cid-vkWoZx8HK5 .mbr-gallery-item:hover .sidebar_wraper .price-block {
  opacity: 1;
  margin-bottom: 0;
}
.cid-vkWoZx8HK5 .mbr-gallery-item:hover span.onsale.mbr-fonts-style.display-7 {
  color: #000000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkWoZx8HK5 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-vkWoZx8HK5 .text-modal .sidebar_wraper h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
.cid-vkWoZx8HK5 .onsale {
  color: #ffffff;
}
.cid-vkWoZx8HK5 .sidebar-block .style_overlay {
  height: 110%;
}
.cid-vkWoZx8HK5 .sidebar-block .bestsellers .mbr-gallery-item .item-overlay {
  display: none !important;
}
.cid-voCx6QWlr0 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/kier-in-sight-archives-ulf-xneq2o-unsplash.jpeg");
}
.cid-voCx6QWlr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCx6QWlr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCvH396zb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/wilson-zheng-uo4el1vibse-unsplash.jpg");
}
.cid-voCvH396zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCvH396zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vljCtd4o5K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vljCtd4o5K img,
.cid-vljCtd4o5K .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vljCtd4o5K .item:focus,
.cid-vljCtd4o5K span:focus {
  outline: none;
}
.cid-vljCtd4o5K .item {
  cursor: pointer;
  padding-bottom: 32px;
}
.cid-vljCtd4o5K .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vljCtd4o5K .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vljCtd4o5K .price {
  margin-bottom: 36px;
}
.cid-vljCtd4o5K .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vljCtd4o5K .mbr-text {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 0;
}
.cid-vljCtd4o5K .mbr-section-title {
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-vljCtd4o5K .item {
    padding-bottom: 20px;
  }
}
.cid-voCvEOFFgg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/009.jpg");
}
.cid-voCvEOFFgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCvEOFFgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* ==========================================
   區塊背景與容器設定
   ========================================== */
.cid-vpgIDGQj49 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #edefeb;
}

.cid-vpgIDGQj49 .container {
  width: 93%;
}

/* ==========================================
   卡片結構與【強制 1:1 正方形圖片裁切】
   ========================================== */
.cid-vpgIDGQj49 .card {
  display: flex !important;
  flex-direction: column;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.cid-vpgIDGQj49 .card .card-wrapper {
  width: 100%;
  overflow: visible;
  position: relative;
}

/* 1. 圖片容器：經典絕對 1:1 正方形防護 */
.cid-vpgIDGQj49 .card .card-wrapper .card-img {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;                  /* 關閉固定高度 */
  padding-bottom: 100% !important;        /* 用 Padding 算出絕對 1:1 正方形 */
  overflow: hidden !important;            /* 超出正方形邊界者裁切 */
  margin: 0 0 15px 0 !important;
  border-radius: 12px !important;
  z-index: 1;
}

/* 2. 圖片區內部的 <a> 標籤強制滿版 */
.cid-vpgIDGQj49 .card .card-wrapper .card-img a {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

/* 3. 圖片本體：強制 Fill 滿版正方形並置中裁切 */
.cid-vpgIDGQj49 .card .card-wrapper .card-img img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;           /* 保持比例裁切填滿 */
  object-position: center !important;      /* 永遠置中裁切 */
  display: block !important;
}

/* ==========================================
   右下角 Cart Icon (深灰黑半透明方案 B)
   ========================================== */
.cid-vpgIDGQj49 .btn-cart-icon {
  width: 53px !important;
  height: 53px !important;
  background-color: rgba(44, 44, 44, 0.78) !important; 
  border: 1px solid #dedede !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease-in-out;
  position: absolute !important;
  right: 12px !important;
  bottom: 12px !important;
  z-index: 5;
}

.cid-vpgIDGQj49 .btn-cart-icon .mbr-iconfont,
.cid-vpgIDGQj49 .btn-cart-icon i {
  color: #ffffff !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
}

/* 互動效果：電腦 Hover / 手機按壓 (Active) */
.cid-vpgIDGQj49 .card-img a:hover .btn-cart-icon {
  background-color: rgba(20, 20, 20, 0.85) !important;
  transform: scale(1.08);
}

.cid-vpgIDGQj49 .card-img a:active .btn-cart-icon {
  background-color: rgba(0, 0, 0, 0.88) !important;
  transform: scale(0.92);
}

/* ==========================================
   文字與價格排版 (品名靠左、價格單獨居中)
   ========================================== */
.cid-vpgIDGQj49 .card-box {
  margin-bottom: 10px;
  padding: 0 15px;
}

.cid-vpgIDGQj49 .mbr-item-tag {
  margin: 0;
  color: #9e9e9e;
  text-align: left !important;         /* 分類靠左 */
}

.cid-vpgIDGQj49 .mbr-item-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;  /* 整體結構靠左 */
  width: 100%;
  gap: 4px;
  color: #333333;
}

.cid-vpgIDGQj49 .mbr-text {
  text-align: left !important;         /* 商品名稱靠左 */
  width: 100%;
}

/* ⭕ 僅價格區域：全寬並強制 Flex 水平置中 */
.cid-vpgIDGQj49 .prices {
  width: 100% !important;              /* 佔滿全寬才能在中間對齊 */
  display: flex !important;
  justify-content: right !important;  /* 原價與特價在這一行水平置中 */
  align-items: baseline !important;
  gap: 8px;                           /* 原價與特價之間的間距 */
  margin-top: 4px;
}

.cid-vpgIDGQj49 .oldPrice {
  text-decoration: line-through;
  color: #9e9e9e;
  margin-right: 0 !important;
}

.cid-vpgIDGQj49 .newPrice {
  color: #747474;
  /** color: #f23801; **/
}

/* RWD 手機版微調 */
@media (max-width: 767px) {
  .cid-vpgIDGQj49 .container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

.cid-voCwi8jAqo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/akhmad-jazuli-sogbqrcucai-unsplash.jpg");
}
.cid-voCwi8jAqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCwi8jAqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCwvEZdvN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/lum3n-ryqo8dhpg68-unsplash.jpg");
}
.cid-voCwvEZdvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCwvEZdvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCwygFm2t {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/victoria-strukovskaya-q2v1celixmw-unsplash.jpg");
}
.cid-voCwygFm2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCwygFm2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlppo65h2N {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/009.jpg");
}
.cid-vlppo65h2N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vlppo65h2N .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlppo65h2N .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlpH7ox2Xs {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vlpH7ox2Xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpH7ox2Xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpH7ox2Xs .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vlpH7ox2Xs .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vlpH7ox2Xs .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vlpH7ox2Xs .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vlpH7ox2Xs .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vlpH7ox2Xs .image-wrapper {
  padding: 0 1rem;
}
.cid-vlpH7ox2Xs img,
.cid-vlpH7ox2Xs .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vlpH7ox2Xs img,
  .cid-vlpH7ox2Xs .image-wrapper {
    max-height: 350px;
  }
}
.cid-vlpH7ox2Xs .mbr-section-title {
  color: #36404c;
}
.cid-vlpH7ox2Xs .mbr-text {
  color: #000000;
}
.cid-vlpH7ox2Xs .mbr-text,
.cid-vlpH7ox2Xs .mbr-section-btn {
  text-align: left;
  color: #757b62;
}
.cid-vlpp6KUTta {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vlpp6KUTta .sidebar {
  position: sticky;
  left: 0;
  top: 0;
}
.cid-vlpp6KUTta .item-wrap {
  margin-left: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-vlpp6KUTta .item-wrap {
    margin-bottom: 5rem;
  }
}
.cid-vlpp6KUTta .items-list {
  padding: 3rem 0 0 2.5rem;
  margin-bottom: 0;
  text-align: center;
  position: sticky;
  top: 0;
}
.cid-vlpp6KUTta .items-list .line {
  margin-bottom: 13.5px;
  opacity: .5;
}
.cid-vlpp6KUTta .items-list .line:hover,
.cid-vlpp6KUTta .items-list .line:active {
  opacity: 1;
}
.cid-vlpp6KUTta .description {
  margin-top: 3rem;
}
.cid-vlpp6KUTta .list-item {
  padding-left: 2rem;
  position: relative;
  text-align: left;
}
.cid-vlpp6KUTta .list-item:before {
  content: '1';
  position: absolute;
  left: 0;
  top: 4px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-size: .7rem;
  font-weight: bold;
  background-color: #000000;
  border-radius: 50%;
}
.cid-vlpp6KUTta .list-item-wrap:nth-of-type(2) .list-item:before {
  content: '2';
}
.cid-vlpp6KUTta .list-item-wrap:nth-of-type(3) .list-item:before {
  content: '3';
}
.cid-vlpp6KUTta .list-item-wrap:nth-of-type(4) .list-item:before {
  content: '4';
}
.cid-vlpp6KUTta .list-title {
  margin-bottom: 1.5rem;
  text-align: left;
}
.cid-vlpp6KUTta .logo-row {
  margin: 1.5rem 0 0 0 !important;
}
.cid-vlpp6KUTta .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-vlpp6KUTta .img-wrap {
  height: 42px;
  width: 100%;
  opacity: .3;
}
.cid-vlpp6KUTta .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-vlpp6KUTta .item-wrap {
    margin-left: 0;
  }
  .cid-vlpp6KUTta .sidebar {
    display: none;
  }
  .cid-vlpp6KUTta .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-vlpp6KUTta .img-wrap img {
    object-position: 50% 50%;
  }
}
@media (min-width: 768px) {
  .cid-vlpp6KUTta .text-wrapper {
    padding-right: 1rem;
  }
  .cid-vlpp6KUTta .column-wrapper {
    padding-left: 3rem;
  }
}
.cid-vlpp6KUTta .list {
  text-align: center;
}
.cid-vlpp6KUTta .items-list,
.cid-vlpp6KUTta .item-wrap {
  text-align: left;
}
.cid-vlpp6KUTta .mbr-section-title {
  text-align: left;
}
.cid-vlpp6KUTta .list-item-wrap {
  text-align: center;
}
.cid-vlpp6KUTta .text-description {
  text-align: left;
}
.cid-vlpp6KUTta .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpp6KUTta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voZWoRc67E {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/006.jpg");
}
.cid-voZWoRc67E .link-wrapper {
  width: 100%;
}
.cid-voZWoRc67E .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-voZWoRc67E .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-voZWoRc67E .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-voZWoRc67E .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-voZWoRc67E .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-voZWoRc67E .mbr-section-title DIV {
  text-align: center;
}
.cid-voZWoRc67E .mbr-text,
.cid-voZWoRc67E .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-voZWoRc67E .link,
.cid-voZWoRc67E .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-voZWoRc67E .mbr-section-title {
  color: #ffffff;
}
.cid-voZWoRc67E .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZWoRc67E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voZT0uYyaE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-voZT0uYyaE .row {
  flex-direction: row-reverse;
}
.cid-voZT0uYyaE .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-voZT0uYyaE .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-voZT0uYyaE .card {
    margin-bottom: 2rem !important;
  }
  .cid-voZT0uYyaE .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-voZT0uYyaE .link-wrap {
    align-items: center;
  }
}
.cid-voZT0uYyaE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voZT0uYyaE .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-voZT0uYyaE .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-voZT0uYyaE .btn:hover,
.cid-voZT0uYyaE .btn:focus {
  border-color: #ffa0a0 !important;
  background-color: #ffa0a0 !important;
}
.cid-voZT0uYyaE .card-title {
  color: #5b5b5b;
}
.cid-voZT0uYyaE .mbr-subtile {
  color: #000000;
}
.cid-voZT0uYyaE .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-voZT0uYyaE .padding {
    padding-right: 110px;
  }
}
.cid-voZXiszGc8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voZXiszGc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZXiszGc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voZXiszGc8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-voZXiszGc8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-voZXiszGc8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-voZXiszGc8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voZXiszGc8 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-voZXiszGc8 .mbr-section-title {
  color: #000000;
}
.cid-voZXiszGc8 .mbr-text,
.cid-voZXiszGc8 .text-wrapper {
  color: #444f62;
  text-align: justify;
}
.cid-voZXiszGc8 .mbr-section-title,
.cid-voZXiszGc8 .title-wrapper,
.cid-voZXiszGc8 .mbr-section-btn {
  text-align: justify;
  color: #0c2c68;
}
.cid-voZUmaiK6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-voZUmaiK6i .mbr-section-head {
  margin-bottom: 32px;
}
.cid-voZUmaiK6i .mbr-section-title {
  color: #24262b;
}
.cid-voZUmaiK6i .mbr-section-subtitle {
  color: #24262b;
}
.cid-voZUmaiK6i .items-row {
  row-gap: 48px;
}
.cid-voZUmaiK6i .item {
  cursor: pointer;
}
.cid-voZUmaiK6i .item:focus,
.cid-voZUmaiK6i span:focus {
  outline: none;
}
.cid-voZUmaiK6i .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-voZUmaiK6i .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-voZUmaiK6i .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-voZUmaiK6i img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-voZUmaiK6i .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-voZUmaiK6i .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-voZUmaiK6i .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-voZUmaiK6i .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-voZUmaiK6i .item-title {
  color: #a0a0a0;
}
.cid-voZUmaiK6i .item-subtitle {
  color: #5b5b5b;
  margin-top: 2px;
}
.cid-voZUmaiK6i .mbr-text {
  color: #24262b;
}
.cid-voZXnfrt9K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4e5cc;
}
.cid-voZXnfrt9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZXnfrt9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voZXnfrt9K .col-title {
  margin-bottom: 32px;
}
.cid-voZXnfrt9K .mbr-section-title {
  color: #24262b;
}
.cid-voZXnfrt9K .mbr-section-subtitle {
  color: #24262b;
}
.cid-voZXnfrt9K .cards-row {
  row-gap: 32px;
}
.cid-voZXnfrt9K .card {
  border-radius: 0;
}
.cid-voZXnfrt9K .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-voZXnfrt9K .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #c5bb81;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-voZXnfrt9K .text-wrap {
  flex-grow: 1;
}
.cid-voZXnfrt9K .card-title {
  color: #24262b;
}
.cid-voZXnfrt9K .card-text {
  color: #757b62;
}
.cid-vljZjnqtka {
  padding-top: 3.8rem;
  padding-bottom: 2.8rem;
  background-color: #1d271f;
}
.cid-vljZjnqtka .mbr-fallback-image.disabled {
  display: none;
}
.cid-vljZjnqtka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .container {
    padding: 0 26px;
  }
}
.cid-vljZjnqtka .row {
  justify-content: center;
}
.cid-vljZjnqtka .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vljZjnqtka .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .title-wrapper .logo-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vljZjnqtka .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vljZjnqtka .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vljZjnqtka .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vljZjnqtka .content-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vljZjnqtka .content-wrapper .nav-wrapper {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .content-wrapper .nav-wrapper {
    margin-top: 0px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.cid-vljZjnqtka .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 18px;
}
.cid-vljZjnqtka .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 25px 12px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #d8d28f;
   /** opacity: 0.87; **/
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 15px 12px 0;
  }
}
.cid-vljZjnqtka .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vljZjnqtka .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ada37a;
}
.cid-vljZjnqtka .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vljZjnqtka .content-wrapper .contacts-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .content-wrapper .contacts-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vljZjnqtka .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vljZjnqtka .content-wrapper .contacts-wrapper .list .item-wrap {
  color: #bbbbbb;
  margin-bottom: 0;
  font-family:  sans-serif;
  transition: all 0.3s ease-in-out;
  /** cursor: pointer; **/
  letter-spacing: -0.02em;
  font-size: 18px;
  line-height: 28px;
}
.cid-vljZjnqtka .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vljZjnqtka .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  /** color: #636870; **/
}
.cid-vljZjnqtka .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vljZjnqtka .title-wrapper .social-wrapper .social-wrap {
  margin-top: 30px;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .cid-vljZjnqtka .title-wrapper .social-wrapper {
  }
}
.cid-vljZjnqtka .title-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vljZjnqtka .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vljZjnqtka .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vljZjnqtka .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vljZjnqtka .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 100%;
  display: flex;
  width: 40px;
  height: 40px;
  color: #dbd299;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 12px;
  opacity: .7;
}
.cid-vljZjnqtka .mbr-copy {
  margin-bottom: 0;
  color: #6e6e6e;
  text-align: left;
}
.cid-vljZjnqtka .mbr-section-title {
  color: #ececec;
}
.cid-vljZjnqtka .mbr-text {
  color: #c9c9c9;
}
.cid-vljZjnqtka .list {
  color: #b9b9b9;
}
.cid-vljZjnqtka .list,
.cid-vljZjnqtka .nav-wrapper {
}

.cid-vljZjnqtka .content-wrapper .nav-wrapper ,
.cid-vljZjnqtka .contacts-wrapper {
  width: 100%;
  border: 0px solid #ffffff;
  opacity: .7;
  text-align: right;
}

@media (max-width: 992px) {
  .cid-vljZjnqtka .content-wrapper .nav-wrapper, .cid-vljZjnqtka .contacts-wrapper .list {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-vljZjnqtka .mbr-copy {
    text-align: center;
  }
  .cid-vljZjnqtka .title-wrapper .social-wrapper .social-wrap {
  }
}