:root {
  --global-font-family: "Inter", sans-serif;
  --global-font-size: 18px;
  --global-font-weight: 400;
  --global-font-color: #252525;
  --global-background-color: #FFF;
  --list--font-family: "Inter", sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #661932;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #252525;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}
body ::-moz-selection {
  background-color: #661932;
  color: #fff;
}
body ::selection {
  background-color: #661932;
  color: #fff;
}
body .container {
  max-width: 84.44rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.838rem;
  transition: 0.4s ease-in-out;
}
body .center {
  text-align: center;
}
body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}
body .wpb_single_image {
  margin-bottom: 0;
}
body .wpb_text_column {
  margin-bottom: 0;
}
body .vc_icon_element {
  margin-bottom: 0;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1rem;
  color: var(--global-font-color);
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #661932;
  transition: 0.4s;
}
body h2.vc_custom_heading, body h2 {
  text-transform: capitalize;
  color: #101828;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--global-font-family);
  margin-bottom: 0.5rem;
}
body h3.vc_custom_heading, body h3 {
  font-size: 1.67rem;
  font-weight: 700;
  line-height: 2rem;
  font-family: var(--global-font-family);
  margin-bottom: 0.778rem;
}
body h4.vc_custom_heading {
  color: #252525;
  font-family: var(--global-font-family);
  font-size: 1.39rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
body h6.vc_custom_heading {
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 1.389rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}
body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}
body .mg-none {
  margin: 0 !important;
}
body .italic {
  font-style: italic;
  font-family: var(--global-font-family) !important;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body .no-pad {
  padding: 0 !important;
}
body .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body .page-header {
  background: transparent;
  padding-left: 0;
}
body header#masthead {
  transition: 0.4s;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.22rem 0 0;
  background: transparent;
}
body header#masthead .header-main .header-inner {
  padding: 0.83rem 1.1rem;
  transition: background 0.35s ease, box-shadow 0.35s ease;
  border-radius: 5px;
  border: 1px solid #68152F;
  background: #68152F;
}
body header#masthead .header-main .header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
body header#masthead .header-main .logo {
  flex: 0 0 auto;
  min-width: 5.5rem;
}
body header#masthead .header-main .logo a, body header#masthead .header-main .logo .logo-link, body header#masthead .header-main .logo .custom-logo-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
body header#masthead .header-main .logo .custom-logo-link img, body header#masthead .header-main .logo img {
  display: block;
  height: auto;
  max-height: 2.6rem;
  width: auto;
}
body header#masthead .header-main .logo .logo-mark {
  display: block;
  font-family: var(--global-font-family);
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 0.92;
}
body header#masthead .header-main .logo .logo-sub {
  display: block;
  margin-top: 0.12rem;
  font-family: var(--global-font-family);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #fff;
}
body header#masthead .header-main .header-nav {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
body header#masthead .header-main .header-quote {
  flex: 0 0 auto;
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.6rem 1.1rem;
  border-radius: 5px;
  background: #FFF;
  color: #101828;
  white-space: nowrap;
}
body header#masthead .header-main .header-quote:hover {
  color: #fff;
  background: #661932;
}
body header#masthead .header-main .menu-toggle {
  display: none;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  height: auto;
  background: transparent;
  border: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.25rem 0.15rem;
  gap: 0.45rem;
}
body header#masthead .header-main .menu-toggle .lines {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.28rem;
  width: 1.35rem;
  flex: 0 0 auto;
}
body header#masthead .header-main .menu-toggle .lines span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: all 0.3s ease;
}
body header#masthead .header-main .menu-toggle .menu-toggle-text {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  font-family: var(--global-font-family);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
body header#masthead .header-main ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 3.33rem;
  margin: 0;
  padding: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.last-menu a {
  color: #fff;
  padding: 0.55rem 1.27rem;
  border: 1px solid #4A5565;
  border-radius: 2px;
  background: #4A5565;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.last-menu a:before {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.last-menu a:hover {
  background: transparent;
  color: #fff;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 25%;
  right: -2%;
  font-size: 0.8rem;
  transition: all 0.3s;
  color: #fff;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  width: 100%;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  color: #fff;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 0;
  bottom: -0.15rem;
  background: rgba(255, 255, 255, 0.85);
  height: 1px;
  transition: all 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #fff;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  width: 100%;
  z-index: 1;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #4A5565;
  display: block;
  z-index: 20;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.555rem 1.27rem;
  color: #4A5565;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 0.89rem;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #4A5565;
  color: #fff;
  transition: 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  background: transparent;
  transition: 0.2s ease-in-out;
  padding: 0.75rem 0 0;
}
body.mnb-inside #content .vc_section {
  margin-bottom: 3.33rem;
}
body.mnb-inside #content .inside-header {
  padding-bottom: 1.667rem;
}
body .fullscreen-menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(16, 24, 40, 0.97);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1.5rem);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  overflow-y: auto;
}
body .fullscreen-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body .fullscreen-menu .fullscreen-menu-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.667rem 1.667rem 2.5rem;
}
body .fullscreen-menu .fullscreen-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  padding-bottom: 1.667rem;
}
body .fullscreen-menu .fullscreen-menu-top .logo-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  color: #fff;
}
body .fullscreen-menu .fullscreen-menu-top .logo-link img {
  display: block;
  height: auto;
  max-height: 2.6rem;
  width: auto;
}
body .fullscreen-menu .fullscreen-menu-top .logo-link .logo-mark {
  display: block;
  font-family: var(--global-font-family);
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 0.92;
}
body .fullscreen-menu .fullscreen-menu-top .logo-link .logo-sub {
  display: block;
  margin-top: 0.12rem;
  font-family: var(--global-font-family);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #fff;
}
body .fullscreen-menu .fullscreen-menu-top .menu-close {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1.667rem;
  line-height: 1;
  padding: 0.278rem;
  cursor: pointer;
  transition: 0.3s;
}
body .fullscreen-menu .fullscreen-menu-top .menu-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
body .fullscreen-menu .fullscreen-nav {
  flex: 1 1 auto;
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper li.menu-item a {
  display: block;
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  padding: 0.75rem 0;
  text-transform: capitalize;
  border-left: 3px solid transparent;
  padding-left: 0.65rem;
  margin-left: -0.65rem;
  transition: 0.3s;
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper li.menu-item a::before {
  display: none;
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper li.menu-item a::after {
  display: none;
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper li.menu-item a:hover {
  color: #fff;
  border-left-color: #661932;
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper li.menu-item ul.sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  transform: none;
  background: transparent;
  box-shadow: none;
  border-top: 0;
  padding: 0 0 0.556rem 1.1rem;
  transition-delay: 0s;
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  border-bottom: 0;
  background: transparent;
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  font-size: 1.056rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  padding: 0.389rem 0;
  width: auto;
}
body .fullscreen-menu .fullscreen-nav ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: transparent;
  color: #fff;
  border-left-color: #661932;
}
body .fullscreen-menu .fullscreen-menu-foot {
  padding-top: 1.667rem;
}
body .fullscreen-menu .fullscreen-menu-foot .btn-quote {
  display: inline-block;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 1.111rem;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.778rem 2.22rem;
  transition: 0.4s;
}
body .fullscreen-menu .fullscreen-menu-foot .btn-quote:hover {
  background: #661932;
  border-color: #661932;
  color: #fff;
}
body.quote-open {
  overflow: hidden;
}
body .quote-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2.22rem 1.1rem;
  background: rgba(16, 24, 40, 0.72);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body .quote-modal.is-open {
  opacity: 1;
  visibility: visible;
}
body .quote-modal .quote-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 34rem;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  padding: 2.22rem;
  box-shadow: 0 1.667rem 3.33rem rgba(16, 24, 40, 0.35);
  transform: translateY(-0.833rem);
  transition: transform 0.3s ease;
}
body .quote-modal.is-open .quote-modal-dialog {
  transform: translateY(0);
}
body .quote-modal .quote-modal-close {
  position: absolute;
  top: 0.833rem;
  right: 0.833rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #4A5565;
  font-size: 1.111rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
body .quote-modal .quote-modal-close:hover {
  background: #661932;
  color: #fff;
}
body .quote-modal h3 {
  font-family: var(--global-font-family);
  font-size: 1.667rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #101828;
  margin-bottom: 0.444rem;
  padding-right: 2rem;
}
body .quote-modal .quote-modal-sub {
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  line-height: 1.5;
  color: #4A5565;
  margin-bottom: 1.1rem;
}
body .quote-modal .quote-modal-product {
  display: flex;
  align-items: baseline;
  gap: 0.444rem;
  background: #F7F5F6;
  border-left: 3px solid #661932;
  border-radius: 5px;
  padding: 0.667rem 0.889rem;
  margin-bottom: 1.1rem;
  font-family: var(--global-font-family);
  font-size: 0.889rem;
  color: #4A5565;
}
body .quote-modal .quote-modal-product::before {
  content: "Product:";
  font-weight: 600;
  color: #101828;
  flex: 0 0 auto;
}
body .quote-modal .quote-modal-product span {
  font-weight: 500;
  color: #661932;
}
body .quote-modal .quote-modal-body .form-row {
  display: block;
  margin-bottom: 0;
}
body .quote-modal .quote-modal-body .field > p {
  margin-bottom: 0;
}
body .quote-modal .quote-modal-body .field {
  margin-bottom: 0.833rem;
}
body .quote-modal .quote-modal-body .field:last-child {
  margin-bottom: 0;
}
body .quote-modal .quote-modal-body .form-row .field {
  margin-bottom: 0.833rem;
}
body .quote-modal .quote-modal-body .submit-field {
  padding-top: 0.278rem;
}
body .quote-modal .quote-modal-body label .optional {
  font-weight: 400;
  color: #4A5565;
}
body .quote-modal .quote-modal-body p {
  margin: 0 0 0.833rem;
  font-size: 0.944rem;
}
body .quote-modal .quote-modal-body p:last-child {
  margin-bottom: 0;
}
body .quote-modal .quote-modal-body label {
  display: block;
  font-family: var(--global-font-family);
  font-size: 0.889rem;
  font-weight: 600;
  color: #101828;
  margin-bottom: 0.278rem;
}
body .quote-modal .quote-modal-body .wpcf7-form-control-wrap {
  display: block;
}
body .quote-modal .quote-modal-body input[type=text],
body .quote-modal .quote-modal-body input[type=email],
body .quote-modal .quote-modal-body input[type=tel],
body .quote-modal .quote-modal-body input[type=url],
body .quote-modal .quote-modal-body input[type=number],
body .quote-modal .quote-modal-body input[type=date],
body .quote-modal .quote-modal-body select,
body .quote-modal .quote-modal-body textarea {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 5px;
  padding: 0.667rem 0.833rem;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  font-weight: 400;
  line-height: normal;
  color: var(--global-font-color);
  transition: 0.3s;
}
body .quote-modal .quote-modal-body input[type=text]:focus,
body .quote-modal .quote-modal-body input[type=email]:focus,
body .quote-modal .quote-modal-body input[type=tel]:focus,
body .quote-modal .quote-modal-body input[type=url]:focus,
body .quote-modal .quote-modal-body input[type=number]:focus,
body .quote-modal .quote-modal-body input[type=date]:focus,
body .quote-modal .quote-modal-body select:focus,
body .quote-modal .quote-modal-body textarea:focus {
  outline: none;
  border-color: #661932;
  box-shadow: 0 0 0 3px rgba(102, 25, 50, 0.12);
}
body .quote-modal .quote-modal-body textarea {
  min-height: 6.667rem;
  resize: vertical;
}
body .quote-modal .quote-modal-body input[type=submit] {
  width: 100%;
  background: #661932;
  border: 1px solid #661932;
  border-radius: 5px;
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 1.056rem;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.778rem 1.667rem;
  cursor: pointer;
  transition: 0.4s;
}
body .quote-modal .quote-modal-body input[type=submit]:hover {
  background: #fff;
  color: #661932;
}
body .quote-modal .quote-modal-body .wpcf7-spinner {
  margin: 0.556rem auto 0;
  display: block;
}
body .quote-modal .quote-modal-body .wpcf7-not-valid-tip {
  font-size: 0.833rem;
  margin-top: 0.222rem;
  color: #b3261e;
}
body .quote-modal .quote-modal-body .wpcf7-response-output {
  border-radius: 5px;
  border-width: 1px;
  font-size: 0.889rem;
  margin: 0.833rem 0 0;
  padding: 0.667rem 0.833rem;
}
body #content {
  overflow-x: clip;
}
body #content .vc_row {
  margin: 0;
}
body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.6rem 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .img > .vc_figure {
  display: block !important;
}
body #content .img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}
body #content .inside-header {
  padding-bottom: 5rem;
}
body #content .inside-header.vc_section[data-vc-full-width] {
  overflow: visible;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .txt ul {
  padding-left: 1.5rem;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
}
body #content .txt p strong {
  color: #4A5565;
  font-weight: 700;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .btn-transparent {
  margin-bottom: 0;
}
body #content .btn-transparent a {
  background: transparent !important;
  color: #fff !important;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  border: 0;
  font-weight: 500;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0.3rem;
  padding-left: 0;
}
body #content .btn-transparent a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  transition: all 0.4s;
}
body #content .btn-transparent a:hover::before {
  left: 0;
  width: 100%;
  z-index: 1;
}
body #content .btn-blue {
  margin-bottom: 0;
}
body #content .btn-blue a {
  text-transform: uppercase;
  background: #2B7FFF;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 0.9rem;
  font-family: var(--global-font-family);
  border: 1px solid #2B7FFF;
  font-weight: 500;
  padding: 1rem 2.5rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  line-height: normal;
}
body #content .btn-blue a:hover {
  background: #fff;
  color: #2B7FFF;
}
body #content .btn-maroon {
  margin-bottom: 0;
}
body #content .btn-maroon a {
  border-radius: 5px;
  border: 1px solid #661932;
  color: #FFF;
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
body #content .btn-maroon a svg {
  width: 1.25rem;
  height: auto;
}
body #content .btn-white {
  margin-bottom: 0;
}
body #content .btn-white a {
  border-radius: 5px;
  border: 1px solid #fff;
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
body #content .btn-white a:hover {
  background: #661932 !important;
  color: #fff !important;
  border: 1px solid #661932;
}
body #content .btn-transparent-border {
  margin-bottom: 0;
}
body #content .btn-transparent-border a {
  background: transparent !important;
  color: #fff !important;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #FFF;
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
body #content .btn-transparent-border a:hover {
  background: #fff !important;
  color: #661932 !important;
}
body #content .btn-maroon:not(.vc_btn3-container) > a,
body #content .btn-white:not(.vc_btn3-container) > a,
body #content .btn-transparent-dark:not(.vc_btn3-container) > a {
  display: inline-block;
  padding: 0.778rem 1.944rem;
  text-align: center;
}
body #content .btn-maroon:not(.vc_btn3-container) > a {
  background: #661932;
  border: 1px solid #661932;
  color: #fff;
  font-size: 1.056rem;
}
body #content .btn-maroon:not(.vc_btn3-container) > a:hover {
  background: #fff;
  color: #661932;
}
body #content .btn-white:not(.vc_btn3-container) > a {
  background: #fff;
  border: 1px solid #661932;
  color: #661932;
  font-size: 1.056rem;
}
body #content .btn-white:not(.vc_btn3-container) > a:hover {
  background: #661932;
  color: #fff;
}
body #content .btn-transparent-dark:not(.vc_btn3-container) > a {
  padding: 0 0 0.3rem;
}
body #content ul.products li {
  margin-bottom: 0;
}
body #content ul.products li img {
  height: 21.1rem;
  border-radius: 1.1rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.1rem;
}
body #content ul.products li h2 {
  min-height: 4.1rem;
  padding: 0;
  color: #252525;
  font-family: var(--global-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
body #content ul.products li .request-quote-button {
  width: 100%;
  text-align: center;
  margin-top: 2.22rem;
  border-radius: 5px;
  border: 1px solid #661932;
  background: #fff;
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
body #content ul.products li .request-quote-button:hover {
  background: #661932;
  color: #fff;
}
body #content .home .row {
  margin-bottom: 2.22rem;
}
body #content .home.sec-main {
  position: relative;
  height: 100vh;
}
body #content .home.sec-main .row.one {
  margin-bottom: 0;
  height: 100%;
}
body #content .home.sec-main .row.one * {
  height: 100%;
}
body #content .home.sec-main .row.one .img {
  position: relative;
}
body #content .home.sec-main .row.one .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 6.16%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.9) 87.95%);
  z-index: 1;
}
body #content .home.sec-main .row.two {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  margin-bottom: 4.44rem;
}
body #content .home.sec-main .row.two .txt p {
  color: #fff;
  font-size: 1.39rem;
  font-family: var(--global-font-family);
  margin-bottom: 0rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
body #content .home.sec-two .row.two .post-grid-services {
  margin-bottom: 0;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini {
  position: relative;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini .vc_gitem-row-position-top .service-img {
  position: relative;
  margin-bottom: 0;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini .vc_gitem-row-position-top .service-img img {
  border-radius: 10px;
  aspect-ratio: 3/4;
  height: auto;
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini .vc_gitem-row-position-top .service-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini .vc_gitem-row-position-middle {
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0;
  width: 100%;
  padding: 1.1rem;
  transition: 0.4s;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini .vc_gitem-row-position-middle h3 {
  color: #FFF;
  font-family: var(--global-font-family);
  font-size: 1.667rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.1rem;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini .vc_gitem-row-position-middle .txt {
  margin-bottom: 0;
  opacity: 0;
  transition: 0.4s;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini .vc_gitem-row-position-middle .txt p {
  color: #FFF;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini:hover .vc_gitem-row-position-middle {
  bottom: 0;
  transition: 0.4s;
}
body #content .home.sec-two .row.two .post-grid-services .vc_grid-item .vc_gitem-zone-mini:hover .vc_gitem-row-position-middle .txt {
  opacity: 1;
  transition: 0.4s;
}
body #content .home.sec-three {
  padding: 4.44rem;
}
body #content .home.sec-three .row {
  margin-bottom: 0;
}
body #content .home.sec-three .row .img.left {
  margin-right: 3rem;
  overflow: hidden;
  border-radius: 40px;
}
body #content .home.sec-three .row .img.left img {
  transition: all 0.4s;
}
body #content .home.sec-three .row .img.left:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
body #content .home.sec-three .row > .wpb_column > .vc_column-inner {
  padding: 0;
}
body #content .home.sec-three .row > .wpb_column > .vc_column-inner .txt {
  margin-bottom: 2.22rem;
}
body #content .home.sec-three .row > .wpb_column > .vc_column-inner .row.inner {
  padding: 1.1rem;
  border-bottom: 1px solid #000;
}
body #content .home.sec-three .row > .wpb_column > .vc_column-inner .row.inner .img {
  background: #661932;
  border-radius: 50%;
  padding: 1rem;
  width: 90%;
  margin: 0 auto;
}
body #content .home.sec-three .row > .wpb_column > .vc_column-inner .row.inner .img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
body #content .home.sec-three .row > .wpb_column .vc_col-sm-2 .vc_column-inner {
  padding-right: 1.3rem;
}
body #content .home.sec-four .row.two .featured-products ul.products .slick-track {
  display: flex;
  gap: 2.22rem;
  margin-bottom: 0.5rem;
}
body #content .home.sec-four .row.two .featured-products ul.products .slick-track li {
  margin-bottom: 0;
}
body #content .home.sec-four .row.two .featured-products ul.products .slick-track li img {
  height: 21.1rem;
  border-radius: 1.1rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.1rem;
}
body #content .home.sec-four .row.two .featured-products ul.products .slick-track li h2 {
  min-height: 4.1rem;
  padding: 0;
  color: #252525;
  font-family: var(--global-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
body #content .home.sec-four .row.two .featured-products ul.products .slick-track li .request-quote-button {
  margin-top: 2.22rem;
  border-radius: 5px;
  border: 1px solid #661932;
  background: #fff;
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
body #content .home.sec-four .row.two .featured-products ul.products .slick-track li .request-quote-button:hover {
  background: #661932;
  color: #fff;
}
body #content .home.sec-five {
  border-top: 2px solid #661932;
  border-bottom: 2px solid #661932;
  padding: 4.44rem 0;
}
body #content .home.sec-five .row.two {
  margin-bottom: 4.44rem;
}
body #content .home.sec-five .row.two .slick-track {
  display: flex;
  align-items: center;
}
body #content .home.sec-five .row.two .slick-list {
  overflow: hidden;
}
body #content .home.sec-five .row.two .slick-slide {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #content .home.sec-five .row.two .slick-slide img {
  height: 4.44rem;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  margin: 0 auto;
}
body #content .home.sec-five .row.two > .wpb_column > .vc_column-inner > .wpb_wrapper {
  overflow: visible;
}
body #content .home.sec-five .row.four {
  margin-bottom: 4.44rem;
}
body #content .home.sec-five .row.four .slick-track {
  display: flex;
  align-items: center;
}
body #content .home.sec-five .row.four .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #content .home.sec-five .row.four .slick-slide img {
  width: 15rem;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  margin: 0 auto;
}
body #content .home.sec-six .row.two .project-grid .vc_pageable-slide-wrapper {
  width: 100%;
}
body #content .home.sec-six .row.two .slick-list {
  overflow: hidden;
  margin: 0 -0.333rem;
}
body #content .home.sec-six .row.two .slick-track {
  display: flex;
}
body #content .home.sec-six .row.two .slick-slide {
  height: auto;
  padding: 0 0.333rem;
  box-sizing: border-box;
}
body #content .home.sec-six .row.two .slick-slide > div {
  height: 100%;
}
body #content .home.sec-six .row.two .slick-slide .img {
  overflow: hidden;
  border-radius: 0.5rem;
}
body #content .home.sec-six .row.two .slick-slide .img img {
  width: 100%;
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.4s;
}
body #content .home.sec-six .row.two .slick-slide .img:hover img {
  transform: scale(1.05);
  transition: all 0.4s;
}
body #content .home.sec-six .row.two .slick-slide h3 {
  margin: 0.667rem 0 0;
  font-family: var(--global-font-family);
}
body #content .home.sec-six .row.two .slick-slide h3 a {
  text-decoration: none;
  font-family: var(--global-font-family);
}
body #content .home.sec-six .row.two .slick-slide h3 a:hover {
  color: #661932;
}
body #content .home.sec-six .row.two .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -3.889rem;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  margin: 0;
  border: 1px solid #7d1930;
  color: #7d1930;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 1rem;
  line-height: 0;
  z-index: 10;
  cursor: pointer;
}
body #content .home.sec-six .row.two .slick-arrow:hover {
  background: #7d1930;
  border-color: #7d1930;
  color: #fff;
}
body #content .home.sec-six .row.two .slick-prev {
  left: calc(50% - 4.722rem);
}
body #content .home.sec-six .row.two .slick-next {
  right: calc(50% - 4.722rem);
}
body #content .home.sec-six .row.two .slick-prev:before, body #content .home.sec-six .row.two .slick-next:before {
  font-weight: 700;
  font-family: var(--global-font-family);
  font-size: 1.389rem;
  line-height: 1.778rem;
  opacity: 1;
  color: #7d1930;
}
body #content .home.sec-six .row.two .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -3rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
}
body #content .home.sec-six .row.two .slick-dots li {
  display: block;
  width: 0.556rem;
  height: 0.556rem;
  margin: 0 0.222rem;
  padding: 0;
}
body #content .home.sec-six .row.two .slick-dots li button {
  display: block;
  width: 0.556rem;
  height: 0.556rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: #d5d5d5;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
body #content .home.sec-six .row.two .slick-dots li.slick-active button {
  background: #7d1930;
}
body #content .home.sec-seven {
  padding: 4.44rem 0;
}
body #content .home.sec-seven .row.two .testimonials-grid .slick-track {
  display: flex;
  gap: 1.1rem;
}
body #content .home.sec-seven .row.two .testimonials-grid .slick-track .testimonial {
  background: #FFF;
  padding: 2.2rem 1.1rem;
  height: 100%;
}
body #content .home.sec-seven .row.two .testimonials-grid .slick-track .testimonial .testimonial-content p {
  min-height: 13rem;
  color: #252525;
  font-family: var(--global-font-family);
  font-size: 1.39rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 2.2rem;
}
body #content .home.sec-seven .row.two .testimonials-grid .slick-track .testimonial .testimonial-author h3 {
  font-weight: 600;
  margin-bottom: 0;
}
body #content .home.sec-seven .row.two .testimonials-grid .slick-track .testimonial .testimonial-author p {
  color: #252525;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
body #content .home.sec-eight {
  position: relative;
  margin-bottom: 0;
}
body #content .home.sec-eight .row.one {
  margin-bottom: 0;
}
body #content .home.sec-eight .row.one .img {
  position: relative;
}
body #content .home.sec-eight .row.one .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #000;
  z-index: 1;
}
body #content .home.sec-eight .row.two {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
body #content .home.sec-eight .row.two > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 70%;
  margin: auto;
}
body #content .home.sec-eight .row.two > .wpb_column > .vc_column-inner > .wpb_wrapper h2 {
  margin-bottom: 1.1rem;
}
body #content .home.sec-eight .row.two > .wpb_column > .vc_column-inner > .wpb_wrapper .txt p {
  text-align: center;
  color: #fff;
  font-size: 1.39rem;
  font-family: var(--global-font-family);
  margin-bottom: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
body #content .home.sec-eight .row.two > .wpb_column > .vc_column-inner > .wpb_wrapper .row-btn {
  display: flex;
  justify-content: center;
}
body #content .page-header {
  position: relative;
  margin-bottom: 3.33rem;
}
body #content .page-header .page-header-container .page-heading .page-eyebrow {
  font-family: var(--global-font-family);
  font-size: 0.889rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}
body #content .page-header .page-header-container .page-heading .page-title {
  font-family: var(--global-font-family);
  font-size: 2.222rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  margin-bottom: 0.75rem;
}
body #content .page-header .page-header-container .page-heading .page-lead {
  font-family: var(--global-font-family);
  font-size: 1.056rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 38rem;
  margin: 0 0 0.95rem;
  opacity: 0.92;
}
body #content .page-header .page-header-container .page-heading .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body #content .page-header .page-header-container .page-heading .breadcrumb li {
  display: flex;
  align-items: center;
  font-family: var(--global-font-family);
  font-size: 0.889rem;
  font-weight: 400;
  line-height: normal;
}
body #content .page-header .page-header-container .page-heading .breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  opacity: 0.55;
}
body #content .page-header .page-header-container .page-heading .breadcrumb a {
  font-size: inherit;
}
body #content .page-header .page-header-container .page-heading .breadcrumb a:hover {
  opacity: 0.75;
}
body #content .page-header .page-header-container .page-heading .breadcrumb span[aria-current] {
  opacity: 0.75;
}
body #content .page-header.has-image .page-header-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding-bottom: 2.5rem;
}
body #content .page-header.has-image .page-header-container .page-heading .page-eyebrow {
  color: #fff;
  opacity: 0.85;
}
body #content .page-header.has-image .page-header-container .page-heading .page-title {
  color: #fff;
}
body #content .page-header.has-image .page-header-container .page-heading .page-lead {
  color: #fff;
  opacity: 0.88;
}
body #content .page-header.has-image .page-header-container .page-heading .breadcrumb li, body #content .page-header.has-image .page-header-container .page-heading .breadcrumb a, body #content .page-header.has-image .page-header-container .page-heading .breadcrumb span[aria-current] {
  color: #fff;
}
body #content .page-header.has-image .page-header-container .page-heading .breadcrumb a:hover {
  color: #fff;
}
body #content .page-header.has-image .page-header-image {
  position: relative;
}
body #content .page-header.has-image .page-header-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #708090 0%, #708090 100%);
  mix-blend-mode: hue;
  z-index: 1;
}
body #content .page-header.has-image .page-header-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0, rgba(0, 0, 0, 0.1) 20%, rgb(0, 0, 0) 100%);
  z-index: 2;
}
body #content .page-header.has-image .page-header-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 30rem;
  width: 100%;
  display: block;
}
body #content .page-header.no-image {
  background: linear-gradient(115deg, #601A31 0%, #661932 45%, #4A5565 100%);
}
body #content .page-header.no-image .page-header-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
body #content .page-header.no-image .page-header-container .page-heading .page-eyebrow {
  color: #fff;
  opacity: 0.8;
}
body #content .page-header.no-image .page-header-container .page-heading .page-title {
  color: #fff;
  margin-bottom: 0.75rem;
}
body #content .page-header.no-image .page-header-container .page-heading .breadcrumb li, body #content .page-header.no-image .page-header-container .page-heading .breadcrumb a, body #content .page-header.no-image .page-header-container .page-heading .breadcrumb span[aria-current] {
  color: #fff;
}
body #content .page-header.no-image .page-header-container .page-heading .breadcrumb a:hover {
  color: #fff;
  opacity: 0.75;
}
body #content .sec-inside-body {
  padding-bottom: 3.33rem;
}
body #content .sec-inside-body > .container > .vc_section:last-child,
body #content .sec-inside-body > .container > .vc_row:last-child {
  margin-bottom: 0;
}
body #content .inside .row {
  margin-bottom: 1.667rem;
}
body #content .inside .row:last-child {
  margin-bottom: 0;
}
body #content .inside .sm-head,
body #content .inside h6.sm-head.vc_custom_heading {
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 0.889rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 0.667rem;
}
body #content .inside .head,
body #content .inside h2.head.vc_custom_heading {
  color: #101828;
  font-family: var(--global-font-family);
  font-size: 1.889rem;
  font-weight: 700;
  line-height: 1.22;
  text-transform: none;
  margin-bottom: 0.95rem;
  max-width: 34rem;
}
body #content .inside h3, body #content .inside h3.vc_custom_heading {
  text-transform: none;
}
body #content .inside.intro-sec .row.one .lead {
  max-width: 46rem;
}
body #content .inside.intro-sec .row.one .lead p {
  color: #4A5565;
  font-family: var(--global-font-family);
  font-size: 1.111rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
body #content .inside.intro-sec .row.one .lead p:last-child {
  margin-bottom: 0;
}
body #content .inside.split-sec .row {
  margin-bottom: 0;
  align-items: center;
}
body #content .inside.split-sec .row .img {
  overflow: hidden;
  border-radius: 24px;
}
body #content .inside.split-sec .row .img img {
  height: 20rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition: all 0.4s;
}
body #content .inside.split-sec .row .img:hover img {
  transform: scale(1.06);
  transition: all 0.4s;
}
body #content .inside.split-sec .row.reverse {
  flex-direction: row-reverse;
}
body #content .inside.split-sec .row > .wpb_column > .vc_column-inner .txt {
  margin-bottom: 1.1rem;
}
body #content .inside.split-sec .pad-left > .vc_column-inner {
  padding-left: 2.22rem;
}
body #content .inside.split-sec .pad-right > .vc_column-inner {
  padding-right: 2.22rem;
}
body #content .inside.icon-sec .icon-grid > .wpb_column > .vc_column-inner {
  height: 100%;
}
body #content .inside.icon-sec .icon-grid > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(74, 85, 101, 0.18);
  border-radius: 10px;
  padding: 1.667rem 1.389rem;
  transition: 0.4s;
}
body #content .inside.icon-sec .icon-grid > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
  background: #661932;
  border-radius: 50%;
  padding: 0.85rem;
  width: 3.33rem;
  height: 3.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
body #content .inside.icon-sec .icon-grid > .wpb_column > .vc_column-inner > .wpb_wrapper .img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  height: auto !important;
  width: 100%;
}
body #content .inside.icon-sec .icon-grid > .wpb_column > .vc_column-inner > .wpb_wrapper h3, body #content .inside.icon-sec .icon-grid > .wpb_column > .vc_column-inner > .wpb_wrapper h3.vc_custom_heading {
  font-size: 1.222rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.65rem;
}
body #content .inside.icon-sec .icon-grid > .wpb_column > .vc_column-inner > .wpb_wrapper .txt p:last-child {
  margin-bottom: 0;
}
body #content .inside.icon-sec .icon-grid > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  border-color: #661932;
  box-shadow: 0 0.833rem 2.22rem rgba(102, 25, 50, 0.12);
  transition: 0.4s;
}
body #content .inside.step-sec .step-list {
  counter-reset: mnb-step;
}
body #content .inside.step-sec .step-list > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  padding-top: 2.78rem;
}
body #content .inside.step-sec .step-list > .wpb_column > .vc_column-inner > .wpb_wrapper::before {
  counter-increment: mnb-step;
  content: counter(mnb-step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--global-font-family);
  font-size: 1.889rem;
  font-weight: 700;
  line-height: 1;
  color: #661932;
}
body #content .inside.step-sec .step-list > .wpb_column > .vc_column-inner > .wpb_wrapper::after {
  content: "";
  position: absolute;
  top: 0.95rem;
  left: 3.5rem;
  right: 0;
  height: 1px;
  background: rgba(102, 25, 50, 0.25);
}
body #content .inside.step-sec .step-list > .wpb_column > .vc_column-inner > .wpb_wrapper h3, body #content .inside.step-sec .step-list > .wpb_column > .vc_column-inner > .wpb_wrapper h3.vc_custom_heading {
  font-size: 1.167rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.555rem;
}
body #content .inside.step-sec .step-list > .wpb_column > .vc_column-inner > .wpb_wrapper .txt p {
  font-size: 0.944rem;
  margin-bottom: 0;
}
body #content .inside.step-sec .step-list > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper::after {
  display: none;
}
body #content .inside.stat-sec {
  background: #F7F5F6;
  padding: 2.78rem 0;
}
body #content .inside.stat-sec .stat-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  text-align: center;
}
body #content .inside.stat-sec .stat-row > .wpb_column > .vc_column-inner > .wpb_wrapper h2, body #content .inside.stat-sec .stat-row > .wpb_column > .vc_column-inner > .wpb_wrapper h2.vc_custom_heading {
  color: #661932;
  font-size: 2.222rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.555rem;
}
body #content .inside.stat-sec .stat-row > .wpb_column > .vc_column-inner > .wpb_wrapper .txt p {
  color: #4A5565;
  font-size: 0.944rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
body #content .inside.stat-sec .stat-row > .wpb_column:not(:last-child) > .vc_column-inner {
  border-right: 1px solid rgba(74, 85, 101, 0.2);
}
body #content .inside.list-sec .check-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.833rem 2.22rem;
}
body #content .inside.list-sec .check-list ul li {
  position: relative;
  padding-left: 2.22rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--global-font-color);
}
body #content .inside.list-sec .check-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.111rem;
  width: 1.389rem;
  height: 1.389rem;
  border-radius: 50%;
  background: #661932;
}
body #content .inside.list-sec .check-list ul li::after {
  content: "";
  position: absolute;
  left: 0.444rem;
  top: 0.472rem;
  width: 0.5rem;
  height: 0.278rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
body #content .inside.card-sec .card-grid {
  align-items: stretch;
}
body #content .inside.card-sec .card-grid > .wpb_column {
  margin-bottom: 1rem;
}
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner {
  height: 100%;
}
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container,
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .btn-transparent-dark,
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .btn-maroon-outline {
  margin-top: auto;
  padding-top: 0.556rem;
}
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1.1rem;
  position: relative;
}
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper .img img {
  width: 100%;
  height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.4s;
}
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper .img:hover img {
  transform: scale(1.05);
  transition: all 0.4s;
}
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper h3, body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper h3.vc_custom_heading {
  font-size: 1.167rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.555rem;
}
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper h3 a:hover, body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper h3.vc_custom_heading a:hover {
  color: #661932;
}
body #content .inside.card-sec .card-grid > .wpb_column > .vc_column-inner > .wpb_wrapper .txt p {
  font-size: 0.944rem;
  margin-bottom: 0;
}
body #content .inside.card-sec .mnb-project-grid {
  display: grid;
  grid-template-columns: repeat(var(--mnb-project-cols, 2), minmax(0, 1fr));
  gap: 1.667rem;
  align-items: stretch;
}
body #content .inside.card-sec .mnb-project-grid .mnb-project-card {
  display: flex;
  flex-direction: column;
  margin: 0;
}
body #content .inside.card-sec .mnb-project-grid .mnb-project-card .img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1.1rem;
  position: relative;
  background: #F7F5F6;
}
body #content .inside.card-sec .mnb-project-grid .mnb-project-card .img img, body #content .inside.card-sec .mnb-project-grid .mnb-project-card .img .mnb-project-card-placeholder {
  width: 100%;
  height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.4s;
}
body #content .inside.card-sec .mnb-project-grid .mnb-project-card .img .mnb-project-card-placeholder {
  background: linear-gradient(135deg, #E8E4E6 0%, #D5CFD2 100%);
}
body #content .inside.card-sec .mnb-project-grid .mnb-project-card .img:hover img {
  transform: scale(1.05);
}
body #content .inside.card-sec .mnb-project-grid .mnb-project-card h3 {
  font-family: var(--global-font-family);
  font-size: 1.167rem;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 0.555rem;
  line-height: 1.3;
}
body #content .inside.card-sec .mnb-project-grid .mnb-project-card h3 a {
  color: #101828;
}
body #content .inside.card-sec .mnb-project-grid .mnb-project-card h3 a:hover {
  color: #661932;
}
body #content .inside.table-sec .project-table .table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-radius: 10px;
}
body #content .inside.table-sec .project-table table {
  width: 100%;
  min-width: 44rem;
  border-collapse: collapse;
  margin: 0;
}
body #content .inside.table-sec .project-table table caption {
  text-align: left;
}
body #content .inside.table-sec .project-table table th, body #content .inside.table-sec .project-table table td {
  border-bottom: 1px solid rgba(74, 85, 101, 0.16);
  padding: 0.889rem 1.1rem;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}
body #content .inside.table-sec .project-table table thead th {
  background: #601A31;
  color: #fff;
  font-size: 0.889rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 0;
  white-space: nowrap;
}
body #content .inside.table-sec .project-table table tbody tr {
  transition: 0.3s;
}
body #content .inside.table-sec .project-table table tbody tr:nth-child(even) {
  background: #F7F5F6;
}
body #content .inside.table-sec .project-table table tbody tr:last-child td {
  border-bottom: 0;
}
body #content .inside.table-sec .project-table table tbody tr:hover {
  background: rgba(102, 25, 50, 0.06);
}
body #content .inside.table-sec .project-table table tbody td {
  color: var(--global-font-color);
}
body #content .inside.table-sec .project-table table tbody td:first-child {
  font-weight: 500;
  color: #101828;
}
body #content .inside.table-sec .project-table table tbody td:last-child {
  white-space: nowrap;
  font-weight: 600;
  color: #661932;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels {
  border: 0;
  background: transparent;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin-bottom: 0.833rem;
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border: 0;
  background: #fff;
  border-radius: 0;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 1.1rem 1.667rem;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-title-text {
  font-family: var(--global-font-family);
  font-size: 1.111rem;
  font-weight: 600;
  color: #101828;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon::before,
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon::after {
  border-color: #661932;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: #fff;
  border: 0;
  padding: 0 1.667rem 1.1rem;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
  font-size: 0.944rem;
  margin-bottom: 0;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
  border-color: #661932;
}
body #content .inside.faq-sec .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-title-text {
  color: #661932;
}
body #content .inside.related-sec {
  border-top: 1px solid rgba(74, 85, 101, 0.2);
  padding-top: 3.33rem;
}
body #content .inside.related-sec .service-nav > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-left: 2px solid #661932;
  padding-left: 1.1rem;
}
body #content .inside.related-sec .service-nav > .wpb_column > .vc_column-inner > .wpb_wrapper h3, body #content .inside.related-sec .service-nav > .wpb_column > .vc_column-inner > .wpb_wrapper h3.vc_custom_heading {
  font-size: 1.111rem;
  font-weight: 600;
  margin-bottom: 0.333rem;
}
body #content .inside.related-sec .service-nav > .wpb_column > .vc_column-inner > .wpb_wrapper h3 a:hover, body #content .inside.related-sec .service-nav > .wpb_column > .vc_column-inner > .wpb_wrapper h3.vc_custom_heading a:hover {
  color: #661932;
}
body #content .inside.related-sec .service-nav > .wpb_column > .vc_column-inner > .wpb_wrapper .txt p {
  font-size: 0.889rem;
  margin-bottom: 0;
  color: #4A5565;
}
body #content .inside.contact-sec .contact-info > .vc_column-inner > .wpb_wrapper .info-row {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding-bottom: 1.667rem;
  margin-bottom: 1.667rem;
  border-bottom: 1px solid rgba(74, 85, 101, 0.2);
}
body #content .inside.contact-sec .contact-info > .vc_column-inner > .wpb_wrapper .info-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body #content .inside.contact-sec .contact-info > .vc_column-inner > .wpb_wrapper .info-row .vc_icon_element {
  margin-bottom: 0;
  flex: 0 0 auto;
}
body #content .inside.contact-sec .contact-info > .vc_column-inner > .wpb_wrapper .info-row .vc_icon_element .vc_icon_element-inner {
  background: #661932 !important;
}
body #content .inside.contact-sec .contact-info > .vc_column-inner > .wpb_wrapper .info-row .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon {
  color: #fff !important;
}
body #content .inside.contact-sec .contact-info > .vc_column-inner > .wpb_wrapper .info-row .info-txt h3 {
  font-size: 1.111rem;
  font-weight: 600;
  margin-bottom: 0.222rem;
}
body #content .inside.contact-sec .contact-info > .vc_column-inner > .wpb_wrapper .info-row .info-txt p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #4A5565;
}
body #content .inside.contact-sec .contact-info > .vc_column-inner > .wpb_wrapper .info-row .info-txt a {
  color: #4A5565;
}
body #content .inside.contact-sec .contact-info > .vc_column-inner > .wpb_wrapper .info-row .info-txt a:hover {
  color: #661932;
}
body #content .inside.contact-sec .contact-form {
  background: #F7F5F6;
  border-radius: 10px;
  padding: 2.22rem;
}
body #content .inside.contact-sec .contact-form .field {
  margin-bottom: 1.1rem;
}
body #content .inside.contact-sec .contact-form .field:last-child {
  margin-bottom: 0;
}
body #content .inside.contact-sec .contact-form .form-row .field {
  margin-bottom: 0;
}
body #content .inside.contact-sec .contact-form .submit-field {
  padding-top: 0.278rem;
}
body #content .inside.contact-sec .contact-form .field > p {
  margin-bottom: 0;
}
body #content .inside.contact-sec .contact-form label .optional {
  font-weight: 400;
  color: #4A5565;
}
body #content .inside.contact-sec .contact-form .wpcf7-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-bottom: 1.1rem;
}
body #content .inside.contact-sec .contact-form .wpcf7-form .form-row > .field {
  flex: 1 1 14rem;
  min-width: 0;
}
body #content .inside.contact-sec .contact-form .wpcf7-form label {
  display: block;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  font-weight: 500;
  color: #101828;
  margin-bottom: 0.333rem;
}
body #content .inside.contact-sec .contact-form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=text],
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=email],
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=tel],
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=url],
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=number],
body #content .inside.contact-sec .contact-form .wpcf7-form select,
body #content .inside.contact-sec .contact-form .wpcf7-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 5px;
  padding: 0.777rem 1rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  color: var(--global-font-color);
  transition: 0.3s;
}
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=text]:focus,
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=email]:focus,
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=tel]:focus,
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=url]:focus,
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=number]:focus,
body #content .inside.contact-sec .contact-form .wpcf7-form select:focus,
body #content .inside.contact-sec .contact-form .wpcf7-form textarea:focus {
  outline: none;
  border-color: #661932;
}
body #content .inside.contact-sec .contact-form .wpcf7-form textarea {
  min-height: 8.88rem;
  resize: vertical;
}
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=submit] {
  background: #661932;
  border: 1px solid #661932;
  border-radius: 5px;
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 1.111rem;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.833rem 2.22rem;
  cursor: pointer;
  transition: 0.4s;
}
body #content .inside.contact-sec .contact-form .wpcf7-form input[type=submit]:hover {
  background: #fff;
  color: #661932;
}
body #content .inside.contact-sec .contact-form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.833rem;
  margin-top: 0.222rem;
}
body #content .inside.contact-sec .contact-form .wpcf7-form .wpcf7-response-output {
  border-radius: 5px;
  font-size: 0.944rem;
  margin: 1.1rem 0 0;
  padding: 0.777rem 1rem;
}
body #content .inside.contact-sec .contact-map {
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
body #content .inside.contact-sec .contact-map iframe {
  width: 100%;
  height: 20rem;
  border: 0;
  display: block;
}
body #content .inside.cta-sec {
  margin-bottom: 0;
  background: linear-gradient(115deg, #601A31 0%, #661932 55%, #4A5565 100%);
  padding: 3.33rem 0;
}
body #content .inside.cta-sec .row {
  margin-bottom: 0;
}
body #content .inside.cta-sec .cta-inner > .vc_column-inner > .wpb_wrapper h2, body #content .inside.cta-sec .cta-inner > .vc_column-inner > .wpb_wrapper h2.vc_custom_heading {
  color: #fff;
  font-size: 1.889rem;
  line-height: 1.22;
  text-transform: none;
  margin-bottom: 0.75rem;
  max-width: 34rem;
}
body #content .inside.cta-sec .cta-inner > .vc_column-inner > .wpb_wrapper .txt p {
  color: #fff;
  opacity: 0.9;
  font-size: 1.056rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.389rem;
}
body #content .inside.cta-sec .cta-inner > .vc_column-inner > .wpb_wrapper .btn-white a:hover {
  border-color: #fff !important;
}
body #content .inside.cta-sec .cta-inner > .vc_column-inner > .wpb_wrapper .row-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body #content .inside.cta-sec .cta-inner > .vc_column-inner > .wpb_wrapper .row-btn > .wpb_column > .vc_column-inner {
  width: 100%;
}
body #content .inside.cta-sec .cta-inner > .vc_column-inner > .wpb_wrapper .row-btn > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
}
body #content .inside.cta-sec .cta-inner > .vc_column-inner > .wpb_wrapper .row-btn > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
  margin-bottom: 0;
  width: auto;
}
body #content .btn-transparent-dark {
  margin-bottom: 0;
}
body #content .btn-transparent-dark a {
  background: transparent !important;
  color: #661932 !important;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  border: 0;
  font-weight: 500;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  line-height: normal;
  padding: 0 0 0.3rem;
}
body #content .btn-transparent-dark a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 0;
  bottom: 0;
  background: #661932;
  height: 1px;
  transition: all 0.4s;
}
body #content .btn-transparent-dark a:hover::before {
  left: 0;
  width: 100%;
  z-index: 1;
}
body #content .btn-maroon-outline {
  margin-bottom: 0;
}
body #content .btn-maroon-outline a {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #661932;
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 1.111rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.833rem 2.22rem;
  transition: 0.4s;
}
body #content .btn-maroon-outline a:hover {
  background: #661932;
  color: #fff;
}
body #content .post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.22rem;
}
body #content .post-list .post-card .post-card-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1.1rem;
}
body #content .post-list .post-card .post-card-img img {
  width: 100%;
  height: 15.55rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.4s;
}
body #content .post-list .post-card .post-card-img:hover img {
  transform: scale(1.05);
}
body #content .post-list .post-card .post-card-body .post-card-type {
  font-size: 0.833rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #661932;
  margin-bottom: 0.333rem;
}
body #content .post-list .post-card .post-card-body h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.555rem;
}
body #content .post-list .post-card .post-card-body h3 a:hover {
  color: #661932;
}
body #content .post-list .post-card .post-card-body .txt {
  margin-bottom: 0.833rem;
}
body #content .post-list .post-card .post-card-body .txt p {
  font-size: 0.944rem;
  margin-bottom: 0;
}
body #content .post-list.search-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body #content .pagination,
body #content .woocommerce-pagination {
  margin-top: 3.33rem;
}
body #content .pagination .nav-links,
body #content .pagination ul.page-numbers,
body #content .woocommerce-pagination .nav-links,
body #content .woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.444rem;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
body #content .pagination li,
body #content .woocommerce-pagination li {
  margin: 0;
  border: 0;
}
body #content .pagination .page-numbers,
body #content .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.444rem;
  height: 2.444rem;
  padding: 0 0.555rem;
  border: 1px solid rgba(102, 25, 50, 0.35);
  border-radius: 5px;
  background: #fff;
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
}
body #content .pagination .page-numbers li a:hover,
body #content .woocommerce-pagination .page-numbers li a:hover {
  background: #661932;
  border-color: #661932;
  color: #fff;
}
body #content .pagination .page-numbers.current,
body #content .woocommerce-pagination .page-numbers.current {
  background: #661932;
  border-color: #661932;
  color: #fff;
}
body #content .pagination .page-numbers.dots,
body #content .woocommerce-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
}
body #content .pagination .page-numbers.dots:hover,
body #content .woocommerce-pagination .page-numbers.dots:hover {
  background: transparent;
  color: #661932;
}
body #content .shop-archive .shop-intro {
  margin-bottom: 1.667rem;
  max-width: 52rem;
}
body #content .shop-archive .shop-intro p:last-child {
  margin-bottom: 0;
}
body #content .shop-archive .shop-layout {
  display: grid;
  grid-template-columns: 17.77rem minmax(0, 1fr);
  gap: 1.667rem;
  align-items: start;
}
body #content .shop-archive .shop-layout ul li img {
  height: 15rem;
}
body #content .shop-archive .shop-sidebar .shop-widget {
  margin-bottom: 1.667rem;
}
body #content .shop-archive .shop-sidebar .shop-widget:last-child {
  margin-bottom: 0;
}
body #content .shop-archive .shop-sidebar .shop-widget .widget-title {
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #101828;
  padding-bottom: 0.555rem;
  margin-bottom: 0.833rem;
  border-bottom: 2px solid #661932;
}
body #content .shop-archive .shop-sidebar .shop-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #content .shop-archive .shop-sidebar .shop-cats ul li {
  border-bottom: 1px solid rgba(74, 85, 101, 0.16);
}
body #content .shop-archive .shop-sidebar .shop-cats ul li:last-child {
  border-bottom: 0;
}
body #content .shop-archive .shop-sidebar .shop-cats ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.555rem;
  padding: 0.611rem 0;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  color: var(--global-font-color);
}
body #content .shop-archive .shop-sidebar .shop-cats ul li a .count {
  background: rgba(102, 25, 50, 0.08);
  border-radius: 3rem;
  color: #661932;
  font-size: 0.777rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.278rem 0.556rem;
}
body #content .shop-archive .shop-sidebar .shop-cats ul li a:hover {
  color: #661932;
}
body #content .shop-archive .shop-sidebar .shop-cats ul li.is-current > a {
  color: #661932;
  font-weight: 600;
}
body #content .shop-archive .shop-sidebar .shop-cats ul li.is-current > a .count {
  background: #661932;
  color: #fff;
}
body #content .shop-archive .shop-sidebar .shop-search form {
  display: flex;
  gap: 0.444rem;
}
body #content .shop-archive .shop-sidebar .shop-search form input[type=search] {
  flex: 1 1 auto;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 5px;
  padding: 0.667rem 0.833rem;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  color: var(--global-font-color);
}
body #content .shop-archive .shop-sidebar .shop-search form input[type=search]:focus {
  outline: none;
  border-color: #661932;
}
body #content .shop-archive .shop-sidebar .shop-search form button[type=submit] {
  flex: 0 0 auto;
  background: #661932;
  border: 1px solid #661932;
  border-radius: 5px;
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  font-weight: 500;
  padding: 0 1.1rem;
  cursor: pointer;
  transition: 0.4s;
}
body #content .shop-archive .shop-sidebar .shop-search form button[type=submit]:hover {
  background: #fff;
  color: #661932;
}
body #content .shop-archive .shop-sidebar .shop-help {
  background: #F7F5F6;
  border-radius: 10px;
  padding: 1.667rem;
}
body #content .shop-archive .shop-sidebar .shop-help h3 {
  font-size: 1.111rem;
  font-weight: 600;
  margin-bottom: 0.555rem;
}
body #content .shop-archive .shop-sidebar .shop-help p {
  font-size: 0.944rem;
  color: #4A5565;
  margin-bottom: 1.1rem;
}
body #content .shop-archive .shop-sidebar .shop-help .btn-maroon a {
  display: inline-block;
  background: #661932;
  padding: 0.722rem 1.667rem;
  font-size: 1rem;
}
body #content .shop-archive .shop-sidebar .shop-help .btn-maroon a:hover {
  background: #fff;
  color: #661932 !important;
}
body #content .shop-archive .shop-main .shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  padding-bottom: 1.1rem;
  margin-bottom: 1.667rem;
  border-bottom: 1px solid rgba(74, 85, 101, 0.2);
}
body #content .shop-archive .shop-main .shop-toolbar .woocommerce-result-count {
  margin: 0;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  color: #4A5565;
}
body #content .shop-archive .shop-main .shop-toolbar .woocommerce-ordering {
  margin: 0;
}
body #content .shop-archive .shop-main .shop-toolbar .woocommerce-ordering select {
  background: #fff;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 5px;
  padding: 0.556rem 0.833rem;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  color: var(--global-font-color);
  cursor: pointer;
}
body #content .shop-archive .shop-main .shop-toolbar .woocommerce-ordering select:focus {
  outline: none;
  border-color: #661932;
}
body #content .shop-archive .shop-main ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.667rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body #content .shop-archive .shop-main ul.products::before, body #content .shop-archive .shop-main ul.products::after {
  display: none;
}
body #content .shop-archive .shop-main ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  clear: none;
  text-align: left;
}
body #content .shop-archive .shop-main ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}
body #content .shop-archive .shop-main ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  font-size: 1.111rem;
  line-height: 1.3;
}
body #content .shop-archive .shop-main .shop-empty {
  background: #F7F5F6;
  border-radius: 10px;
  padding: 2.22rem 1.667rem;
  text-align: center;
}
body #content .shop-archive .shop-main .shop-empty h3 {
  font-size: 1.445rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
body #content .shop-archive .shop-main .shop-empty p {
  max-width: 32rem;
  margin: 0 auto 1.389rem;
  color: #4A5565;
}
body #content .shop-archive .shop-main .shop-empty .btn-maroon {
  display: flex;
  justify-content: center;
}
body #content .shop-archive .shop-main .shop-empty .btn-maroon a {
  display: inline-block;
  background: #661932;
  padding: 0.778rem 1.667rem;
}
body #content .shop-archive .shop-main .shop-empty .btn-maroon a:hover {
  background: #fff;
  color: #661932 !important;
}
body #content .shop-single div.product {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.22rem;
  align-items: start;
}
body #content .shop-single div.product::before, body #content .shop-single div.product::after {
  display: none;
}
body #content .shop-single div.product > .woocommerce-tabs,
body #content .shop-single div.product > .related,
body #content .shop-single div.product > .upsells,
body #content .shop-single div.product > .woocommerce-product-gallery + .summary + * {
  grid-column: 1/-1;
}
body #content .shop-single div.product span.onsale {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 5;
  background: #661932;
  color: #fff;
  border-radius: 3rem;
  font-family: var(--global-font-family);
  font-size: 0.889rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.5rem 1rem;
  min-height: 0;
  min-width: 0;
  margin: 0;
}
body #content .shop-single div.product .woocommerce-product-gallery {
  position: relative;
  float: none;
  width: auto;
  margin-bottom: 0;
}
body #content .shop-single div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}
body #content .shop-single div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
}
body #content .shop-single div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}
body #content .shop-single div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.833rem;
  margin: 0.833rem 0 0;
  padding: 0;
  list-style: none;
}
body #content .shop-single div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: auto;
  float: none;
  margin: 0;
}
body #content .shop-single div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  border-radius: 5px;
  opacity: 0.65;
  transition: 0.3s;
  cursor: pointer;
}
body #content .shop-single div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, body #content .shop-single div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
}
body #content .shop-single div.product .summary {
  float: none;
  width: auto;
  margin-bottom: 0;
}
body #content .shop-single div.product .summary .product_title {
  font-family: var(--global-font-family);
  font-size: 1.667rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #101828;
  margin-bottom: 0.75rem;
}
body #content .shop-single div.product .summary .price {
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 1.445rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
  display: block;
}
body #content .shop-single div.product .summary .price del {
  opacity: 0.5;
  font-weight: 400;
}
body #content .shop-single div.product .summary .price ins {
  text-decoration: none;
}
body #content .shop-single div.product .summary .woocommerce-product-details__short-description {
  margin-bottom: 1.389rem;
}
body #content .shop-single div.product .summary .woocommerce-product-details__short-description p {
  font-size: 1rem;
  line-height: 1.55;
}
body #content .shop-single div.product .summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
body #content .shop-single div.product .summary .woocommerce-product-details__short-description ul {
  padding-left: 1.5rem;
}
body #content .shop-single div.product .summary .woocommerce-product-details__short-description ul li {
  font-size: 1rem;
}
body #content .shop-single div.product .summary .product-quote {
  border-top: 1px solid rgba(74, 85, 101, 0.2);
  padding-top: 1.389rem;
}
body #content .shop-single div.product .summary .product-quote .request-quote-button {
  display: inline-block;
  background: #661932;
  border: 1px solid #661932;
  border-radius: 5px;
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 1.056rem;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.778rem 1.667rem;
  transition: 0.4s;
}
body #content .shop-single div.product .summary .product-quote .request-quote-button:hover {
  background: #fff;
  color: #661932;
}
body #content .shop-single div.product .summary .product-quote .product-quote-note {
  font-size: 0.889rem;
  color: #4A5565;
  margin: 0.75rem 0 0;
}
body #content .shop-single div.product .summary .product_meta {
  border-top: 1px solid rgba(74, 85, 101, 0.2);
  margin-top: 1.667rem;
  padding-top: 1.1rem;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  color: #4A5565;
}
body #content .shop-single div.product .summary .product_meta > span {
  display: block;
  margin-bottom: 0.333rem;
}
body #content .shop-single div.product .summary .product_meta > span:last-child {
  margin-bottom: 0;
}
body #content .shop-single div.product .summary .product_meta a {
  color: #661932;
}
body #content .shop-single div.product .summary form.cart {
  margin-bottom: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.833rem;
}
body #content .shop-single div.product .summary form.cart .quantity input[type=number] {
  width: 5.55rem;
  background: #fff;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 5px;
  padding: 0.722rem 0.833rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
}
body #content .shop-single div.product .summary form.cart .quantity input[type=number]:focus {
  outline: none;
  border-color: #661932;
}
body #content .shop-single div.product .summary form.cart button.button {
  background: #661932;
  border: 1px solid #661932;
  border-radius: 5px;
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 1.111rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.777rem 2.22rem;
  cursor: pointer;
  transition: 0.4s;
}
body #content .shop-single div.product .summary form.cart button.button:hover {
  background: #fff;
  color: #661932;
}
body #content .shop-single div.product .woocommerce-tabs {
  margin-top: 2.5rem;
  padding-top: 0;
}
body #content .shop-single div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.444rem;
  list-style: none;
  margin: 0 0 1.667rem;
  padding: 0;
  border: 0;
}
body #content .shop-single div.product .woocommerce-tabs ul.tabs::before, body #content .shop-single div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}
body #content .shop-single div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 5px;
  margin: 0;
  padding: 0;
}
body #content .shop-single div.product .woocommerce-tabs ul.tabs li::before, body #content .shop-single div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
body #content .shop-single div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0.667rem 1.389rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 500;
  color: #4A5565;
}
body #content .shop-single div.product .woocommerce-tabs ul.tabs li a::after {
  display: none;
}
body #content .shop-single div.product .woocommerce-tabs ul.tabs li.active {
  background: #661932;
  border-color: #661932;
}
body #content .shop-single div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}
body #content .shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 0;
}
body #content .shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 1.667rem;
  margin-bottom: 0.833rem;
}
body #content .shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 1rem;
}
body #content .shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes {
  width: 100%;
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-collapse: collapse;
}
body #content .shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th, body #content .shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td {
  border: 1px solid rgba(74, 85, 101, 0.2);
  padding: 0.667rem 1rem;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  text-align: left;
  font-style: normal;
}
body #content .shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th {
  background: #F7F5F6;
  font-weight: 600;
  width: 30%;
}
body #content .shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td p {
  margin: 0;
}
body #content .shop-single div.product .related,
body #content .shop-single div.product .upsells {
  margin-top: 2.5rem;
  padding-top: 0;
  border-top: 1px solid rgba(74, 85, 101, 0.2);
}
body #content .shop-single div.product .related > h2,
body #content .shop-single div.product .upsells > h2 {
  font-size: 1.778rem;
  margin: 2rem 0 1.389rem;
}
body #content .shop-single div.product .related ul.products,
body #content .shop-single div.product .upsells ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.667rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body #content .shop-single div.product .related ul.products::before, body #content .shop-single div.product .related ul.products::after,
body #content .shop-single div.product .upsells ul.products::before,
body #content .shop-single div.product .upsells ul.products::after {
  display: none;
}
body #content .shop-single div.product .related ul.products li.product,
body #content .shop-single div.product .upsells ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  text-align: left;
}
body #content .woocommerce-notices-wrapper .button,
body #content .woocommerce-message .button,
body #content .woocommerce-info .button,
body #content .woocommerce-error .button {
  background: #661932 !important;
  color: #fff !important;
  border-radius: 5px;
}
body #content .woocommerce-message,
body #content .woocommerce-info {
  border-top-color: #661932;
}
body #content .woocommerce-message::before,
body #content .woocommerce-info::before {
  color: #661932;
}
body #content .woocommerce input[type=text],
body #content .woocommerce input[type=email],
body #content .woocommerce input[type=tel],
body #content .woocommerce input[type=password],
body #content .woocommerce input[type=number],
body #content .woocommerce select,
body #content .woocommerce textarea,
body #content .woocommerce .select2-container .select2-selection--single {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 5px;
  padding: 0.722rem 0.944rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  color: var(--global-font-color);
  height: auto;
  line-height: normal;
  transition: 0.3s;
}
body #content .woocommerce input[type=text]:focus,
body #content .woocommerce input[type=email]:focus,
body #content .woocommerce input[type=tel]:focus,
body #content .woocommerce input[type=password]:focus,
body #content .woocommerce input[type=number]:focus,
body #content .woocommerce select:focus,
body #content .woocommerce textarea:focus,
body #content .woocommerce .select2-container .select2-selection--single:focus {
  outline: none;
  border-color: #661932;
}
body #content .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: normal;
  color: var(--global-font-color);
}
body #content .woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 0.556rem;
}
body #content .woocommerce label {
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  font-weight: 500;
  color: #101828;
  margin-bottom: 0.333rem;
  display: inline-block;
}
body #content .woocommerce .button,
body #content .woocommerce button.button,
body #content .woocommerce input.button,
body #content .woocommerce a.button {
  background: #661932;
  border: 1px solid #661932;
  border-radius: 5px;
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 1.056rem;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.778rem 1.944rem;
  transition: 0.4s;
  cursor: pointer;
}
body #content .woocommerce .button:hover,
body #content .woocommerce button.button:hover,
body #content .woocommerce input.button:hover,
body #content .woocommerce a.button:hover {
  background: #fff;
  color: #661932;
}
body #content .woocommerce .button.alt,
body #content .woocommerce button.button.alt,
body #content .woocommerce input.button.alt,
body #content .woocommerce a.button.alt {
  background: #661932;
  color: #fff;
}
body #content .woocommerce .button.alt:hover,
body #content .woocommerce button.button.alt:hover,
body #content .woocommerce input.button.alt:hover,
body #content .woocommerce a.button.alt:hover {
  background: #fff;
  color: #661932;
}
body #content .woocommerce .button:disabled, body #content .woocommerce .button.disabled,
body #content .woocommerce button.button:disabled,
body #content .woocommerce button.button.disabled,
body #content .woocommerce input.button:disabled,
body #content .woocommerce input.button.disabled,
body #content .woocommerce a.button:disabled,
body #content .woocommerce a.button.disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
body #content .woocommerce .button:disabled:hover, body #content .woocommerce .button.disabled:hover,
body #content .woocommerce button.button:disabled:hover,
body #content .woocommerce button.button.disabled:hover,
body #content .woocommerce input.button:disabled:hover,
body #content .woocommerce input.button.disabled:hover,
body #content .woocommerce a.button:disabled:hover,
body #content .woocommerce a.button.disabled:hover {
  background: #661932;
  color: #fff;
}
body #content .woocommerce table.shop_table {
  width: 100%;
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 1.667rem;
}
body #content .woocommerce table.shop_table th, body #content .woocommerce table.shop_table td {
  border: 0;
  border-bottom: 1px solid rgba(74, 85, 101, 0.16);
  padding: 1rem;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  vertical-align: middle;
}
body #content .woocommerce table.shop_table thead th {
  background: #F7F5F6;
  font-weight: 600;
  color: #101828;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.889rem;
}
body #content .woocommerce table.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
body #content .woocommerce table.shop_table tfoot th, body #content .woocommerce table.shop_table tfoot td {
  background: #F7F5F6;
  font-weight: 600;
}
body #content .woocommerce table.shop_table tfoot tr:last-child th,
body #content .woocommerce table.shop_table tfoot tr:last-child td {
  border-bottom: 0;
}
body #content .woocommerce table.shop_table .product-thumbnail img {
  width: 4.44rem;
  height: 4.44rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
body #content .woocommerce table.shop_table .product-name a {
  font-weight: 500;
}
body #content .woocommerce table.shop_table .product-name a:hover {
  color: #661932;
}
body #content .woocommerce table.shop_table .product-remove a.remove {
  color: #661932 !important;
  font-size: 1.333rem;
  line-height: 1;
}
body #content .woocommerce table.shop_table .product-remove a.remove:hover {
  background: #661932;
  color: #fff !important;
}
body #content .woocommerce table.shop_table td.actions {
  padding: 1rem;
}
body #content .woocommerce table.shop_table td.actions .coupon {
  display: flex;
  gap: 0.556rem;
  flex-wrap: wrap;
}
body #content .woocommerce table.shop_table td.actions .coupon input[type=text] {
  width: auto;
  min-width: 12rem;
}
body #content .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
body #content .woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 1.667rem;
  margin-bottom: 0.833rem;
}
body #content .woocommerce .cart-collaterals .cart_totals table.shop_table {
  margin-bottom: 1.1rem;
}
body #content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
body #content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  font-size: 1.167rem;
  padding: 0.889rem 1.944rem;
}
body #content .woocommerce .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
  margin-bottom: 2.22rem;
}
body #content .woocommerce .cart-collaterals .cross-sells > h2 {
  font-size: 1.667rem;
  margin-bottom: 1.1rem;
}
body #content .woocommerce .cart-collaterals .cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.667rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body #content .woocommerce .cart-collaterals .cross-sells ul.products::before, body #content .woocommerce .cart-collaterals .cross-sells ul.products::after {
  display: none;
}
body #content .woocommerce .cart-collaterals .cross-sells ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  text-align: left;
}
body #content .woocommerce form.checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.22rem;
  width: 100%;
}
body #content .woocommerce form.checkout .col2-set::before, body #content .woocommerce form.checkout .col2-set::after {
  display: none;
}
body #content .woocommerce form.checkout .col2-set .col-1, body #content .woocommerce form.checkout .col2-set .col-2 {
  width: auto;
  float: none;
  padding: 0;
  flex: none;
}
body #content .woocommerce form.checkout h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
  padding-bottom: 0.556rem;
  border-bottom: 2px solid #661932;
}
body #content .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper,
body #content .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper,
body #content .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}
body #content .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row,
body #content .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row,
body #content .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}
body #content .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide, body #content .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row.notes,
body #content .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide,
body #content .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row.notes,
body #content .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row.form-row-wide,
body #content .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row.notes {
  grid-column: 1/-1;
}
body #content .woocommerce form.checkout #order_review_heading {
  margin-top: 2.22rem;
}
body #content .woocommerce form.checkout #order_review {
  background: #F7F5F6;
  border-radius: 10px;
  padding: 1.667rem;
}
body #content .woocommerce form.checkout #order_review table.shop_table {
  background: #fff;
  margin-bottom: 1.1rem;
}
body #content .woocommerce form.checkout .woocommerce-privacy-policy-text p {
  font-size: 0.889rem;
  color: #4A5565;
}
body #content .woocommerce form.checkout #payment {
  background: transparent;
  border-radius: 0;
}
body #content .woocommerce form.checkout #payment ul.wc_payment_methods {
  border-bottom: 1px solid rgba(74, 85, 101, 0.2);
  margin: 0 0 1.1rem;
  padding: 0 0 1.1rem;
  list-style: none;
}
body #content .woocommerce form.checkout #payment ul.wc_payment_methods li {
  margin-bottom: 0.556rem;
}
body #content .woocommerce form.checkout #payment ul.wc_payment_methods li label {
  font-weight: 600;
}
body #content .woocommerce form.checkout #payment .place-order {
  padding: 0;
  margin: 0;
}
body #content .woocommerce form.checkout #payment .place-order button#place_order {
  width: 100%;
  font-size: 1.167rem;
  padding: 0.889rem 1.944rem;
}
body #content .woocommerce form.checkout #payment div.payment_box {
  background: #fff;
  border-radius: 5px;
  font-size: 0.944rem;
}
body #content .woocommerce form.checkout #payment div.payment_box::before {
  border-bottom-color: #fff;
}
body #content .woocommerce .woocommerce-form-coupon-toggle,
body #content .woocommerce .woocommerce-form-login-toggle {
  margin-bottom: 1.1rem;
}
body #content .woocommerce ul.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1.1rem;
  list-style: none;
  margin: 0 0 2.22rem;
  padding: 1.667rem;
  background: #F7F5F6;
  border-radius: 10px;
  border: 0;
}
body #content .woocommerce ul.woocommerce-order-overview li {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: var(--global-font-family);
  font-size: 0.889rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4A5565;
  float: none;
}
body #content .woocommerce ul.woocommerce-order-overview li strong {
  display: block;
  margin-top: 0.278rem;
  font-size: 1.111rem;
  text-transform: none;
  letter-spacing: 0;
  color: #101828;
}
body #content .woocommerce .woocommerce-MyAccount-navigation {
  width: 22%;
  float: left;
}
body #content .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
body #content .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid rgba(74, 85, 101, 0.16);
}
body #content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}
body #content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.778rem 1.1rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: var(--global-font-color);
}
body #content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background: #F7F5F6;
  color: #661932;
}
body #content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #661932;
  color: #fff;
  font-weight: 500;
}
body #content .woocommerce .woocommerce-MyAccount-content {
  width: 74%;
  float: right;
}
body #content .woocommerce .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}
body #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  margin-bottom: 1.667rem;
}
body #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
}
body #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h2, body #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3 {
  margin-bottom: 0.556rem;
  font-size: 1.25rem;
}
body #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
  font-style: normal;
  font-family: var(--global-font-family);
  font-size: 1rem;
  line-height: 1.6;
}
body #content .woocommerce form.login,
body #content .woocommerce form.register,
body #content .woocommerce form.woocommerce-ResetPassword,
body #content .woocommerce form.woocommerce-EditAccountForm {
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-radius: 10px;
  padding: 1.667rem;
}
body #content .woocommerce form.login .form-row,
body #content .woocommerce form.register .form-row,
body #content .woocommerce form.woocommerce-ResetPassword .form-row,
body #content .woocommerce form.woocommerce-EditAccountForm .form-row {
  margin-bottom: 1.1rem;
  padding: 0;
}
body #content .woocommerce form.login label.woocommerce-form-login__rememberme,
body #content .woocommerce form.register label.woocommerce-form-login__rememberme,
body #content .woocommerce form.woocommerce-ResetPassword label.woocommerce-form-login__rememberme,
body #content .woocommerce form.woocommerce-EditAccountForm label.woocommerce-form-login__rememberme {
  font-weight: 400;
}
body #content .woocommerce form.login .lost_password,
body #content .woocommerce form.register .lost_password,
body #content .woocommerce form.woocommerce-ResetPassword .lost_password,
body #content .woocommerce form.woocommerce-EditAccountForm .lost_password {
  margin: 0.833rem 0 0;
  font-size: 0.944rem;
}
body #content .woocommerce form.login .lost_password a,
body #content .woocommerce form.register .lost_password a,
body #content .woocommerce form.woocommerce-ResetPassword .lost_password a,
body #content .woocommerce form.woocommerce-EditAccountForm .lost_password a {
  color: #661932;
}
body #content .woocommerce .u-columns.col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.22rem;
}
body #content .woocommerce .u-columns.col2-set::before, body #content .woocommerce .u-columns.col2-set::after {
  display: none;
}
body #content .woocommerce .u-columns.col2-set .u-column1, body #content .woocommerce .u-columns.col2-set .u-column2 {
  width: auto;
  float: none;
  padding: 0;
}
body #content .woocommerce-account .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}
body .error-404-sec {
  padding: 3.33rem 0;
  background: linear-gradient(180deg, #F7F5F6 0%, #fff 55%);
}
body .error-404-sec .error-404-inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
body .error-404-sec .error-404-code {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 5px;
  background: rgba(102, 25, 50, 0.1);
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 0.889rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body .error-404-sec .error-404-title {
  margin: 0 0 0.75rem;
  color: #101828;
  font-family: var(--global-font-family);
  font-size: clamp(1.778rem, 4vw, 2.22rem);
  font-weight: 700;
  line-height: 1.15;
}
body .error-404-sec .error-404-text {
  margin: 0 auto 1.667rem;
  max-width: 32rem;
  color: #4A5565;
  font-size: 1rem;
  line-height: 1.55;
}
body .error-404-sec .error-404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.833rem;
  margin-bottom: 2rem;
}
body .error-404-sec .error-404-actions .btn-maroon, body .error-404-sec .error-404-actions .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.778rem 1.667rem;
  border-radius: 5px;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  transition: 0.35s;
}
body .error-404-sec .error-404-actions .btn-maroon {
  background: #661932;
  border: 1px solid #661932;
  color: #fff;
}
body .error-404-sec .error-404-actions .btn-maroon:hover {
  background: #fff;
  color: #661932;
}
body .error-404-sec .error-404-actions .btn-outline {
  background: #fff;
  border: 1px solid rgba(102, 25, 50, 0.35);
  color: #661932;
}
body .error-404-sec .error-404-actions .btn-outline:hover {
  background: #661932;
  border-color: #661932;
  color: #fff;
}
body .error-404-sec .error-404-search {
  max-width: 24rem;
  margin: 0 auto;
  padding-top: 1.389rem;
  border-top: 1px solid rgba(74, 85, 101, 0.18);
}
body .error-404-sec .error-404-search p {
  margin: 0 0 0.75rem;
  color: #4A5565;
  font-size: 0.889rem;
}
body .error-404-sec .error-404-search .search-form {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
body .error-404-sec .error-404-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body .error-404-sec .error-404-search .search-field, body .error-404-sec .error-404-search .search-form input[type=search], body .error-404-sec .error-404-search .search-form input[type=text] {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 5px;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  color: #101828;
  background: #fff;
}
body .error-404-sec .error-404-search .search-field:focus, body .error-404-sec .error-404-search .search-form input[type=search]:focus, body .error-404-sec .error-404-search .search-form input[type=text]:focus {
  outline: none;
  border-color: #661932;
  box-shadow: 0 0 0 3px rgba(102, 25, 50, 0.12);
}
body .error-404-sec .error-404-search .search-submit, body .error-404-sec .error-404-search .search-form input[type=submit] {
  flex: 0 0 auto;
  padding: 0.7rem 1.1rem;
  border: 1px solid #661932;
  border-radius: 5px;
  background: #661932;
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.35s;
}
body .error-404-sec .error-404-search .search-submit:hover, body .error-404-sec .error-404-search .search-form input[type=submit]:hover {
  background: #fff;
  color: #661932;
}
body footer#colophon .footer-widget {
  padding-top: 3.33rem;
  padding-bottom: 0;
  background: #601A31;
  color: #fff;
}
body footer#colophon .footer-widget .row-top {
  margin-bottom: 2.22rem;
}
body footer#colophon .footer-widget .row-top .footer-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(4, minmax(0, 1fr));
  gap: 1.667rem;
  align-items: start;
}
body footer#colophon .footer-widget .row-top .footer-col {
  min-width: 0;
  padding: 0;
}
body footer#colophon .footer-widget .row-top .footer-text .footer-brand {
  margin-bottom: 1.1rem;
}
body footer#colophon .footer-widget .row-top .footer-text .footer-brand .logo-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
}
body footer#colophon .footer-widget .row-top .footer-text .footer-brand .custom-logo, body footer#colophon .footer-widget .row-top .footer-text .footer-brand .custom-logo-link img {
  display: block;
  max-height: 2.8rem;
  width: auto;
  height: auto;
}
body footer#colophon .footer-widget .row-top .footer-text .footer-brand .logo-mark {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 0.95;
  color: #fff;
  letter-spacing: 0.01em;
}
body footer#colophon .footer-widget .row-top .footer-text .footer-brand .logo-sub {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #fff;
}
body footer#colophon .footer-widget .row-top .footer-text p {
  margin: 0;
  font-size: 0.889rem;
  line-height: 1.45;
  font-weight: 400;
  color: #fff;
  max-width: 16.5rem;
}
body footer#colophon .footer-widget .row-top .footer-socials p {
  margin: 0 0 0.55rem;
}
body footer#colophon .footer-widget .row-top .footer-socials p:last-child {
  margin-bottom: 0;
}
body footer#colophon .footer-widget .widget {
  margin: 0 0 1rem;
}
body footer#colophon .footer-widget .widget:last-child {
  margin-bottom: 0;
}
body footer#colophon .footer-widget h2, body footer#colophon .footer-widget .widget-title, body footer#colophon .footer-widget .wp-block-heading {
  color: #fff !important;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 1rem;
}
body footer#colophon .footer-widget a {
  color: #fff;
  font-size: 0.944rem;
  font-weight: 400;
  line-height: 1.35;
}
body footer#colophon .footer-widget a:hover {
  color: rgba(255, 255, 255, 0.72);
}
body footer#colophon .footer-widget p, body footer#colophon .footer-widget li, body footer#colophon .footer-widget div, body footer#colophon .footer-widget .wp-block-archives, body footer#colophon .footer-widget .wp-block-categories, body footer#colophon .footer-widget .wp-block-group {
  color: #fff;
}
body footer#colophon .footer-widget p {
  font-size: 0.944rem;
  font-weight: 400;
  font-family: var(--global-font-family);
  line-height: 1.45;
  margin: 0 0 0.55rem;
}
body footer#colophon .footer-widget ul, body footer#colophon .footer-widget ul.menu, body footer#colophon .footer-widget .wp-block-categories, body footer#colophon .footer-widget .wp-block-archives-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body footer#colophon .footer-widget ul li, body footer#colophon .footer-widget ul.menu li, body footer#colophon .footer-widget .wp-block-categories li, body footer#colophon .footer-widget .wp-block-archives-list li {
  margin: 0 0 0.55rem;
  color: #fff;
}
body footer#colophon .footer-widget ul li:last-child, body footer#colophon .footer-widget ul.menu li:last-child, body footer#colophon .footer-widget .wp-block-categories li:last-child, body footer#colophon .footer-widget .wp-block-archives-list li:last-child {
  margin-bottom: 0;
}
body footer#colophon .footer-widget ul li a, body footer#colophon .footer-widget ul.menu li a, body footer#colophon .footer-widget .wp-block-categories li a, body footer#colophon .footer-widget .wp-block-archives-list li a {
  color: #fff;
}
body footer#colophon .footer-widget .menu {
  margin: 0;
  padding: 0;
}
body footer#colophon .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.95rem 0 1.05rem;
  text-align: center;
}
body footer#colophon .copyright p {
  color: #fff;
  font-size: 0.833rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}
body footer#colophon .copyright p a {
  color: #fff;
}
body footer#colophon .copyright p a:hover {
  color: rgba(255, 255, 255, 0.72);
}
body .mnb-eyebrow {
  color: #661932;
  font-family: var(--global-font-family);
  font-size: 0.889rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin: 0 0 0.55rem;
}
body .mnb-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.667rem;
}
body .mnb-section-head h2 {
  font-family: var(--global-font-family);
  font-size: 1.889rem;
  font-weight: 700;
  line-height: 1.2;
  color: #101828;
  margin: 0;
  text-transform: none;
}
body .mnb-section-head.mnb-section-head-stack {
  flex-direction: column;
  align-items: flex-start;
}
body .mnb-section-head.mnb-section-head-stack .mnb-section-lead {
  max-width: 40rem;
  margin: 0;
  color: #4A5565;
  font-size: 1.056rem;
  line-height: 1.55;
}
body .mnb-text-link {
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  font-weight: 600;
  color: #661932;
  white-space: nowrap;
}
body .mnb-text-link:hover {
  opacity: 0.8;
}
body .mnb-view-link {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.889rem;
  font-weight: 700;
  color: #661932;
}
body .mnb-view-link:hover {
  opacity: 0.8;
}
body .mnb-detail-section {
  padding: 0 0 3.33rem;
}
body .mnb-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.33rem;
  align-items: start;
}
body .mnb-detail-prose p {
  font-size: 1.028rem;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0 0 1.1rem;
}
body .mnb-detail-media .mnb-detail-image {
  width: 100%;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  display: block;
}
body .mnb-spec-block {
  margin-top: 1.667rem;
}
body .mnb-spec-block h2 {
  font-family: var(--global-font-family);
  font-size: 1.278rem;
  font-weight: 700;
  color: #101828;
  margin: 0 0 0.75rem;
  text-transform: none;
}
body .mnb-spec-block > p {
  margin-bottom: 1rem;
}
body .mnb-bullet-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
body .mnb-bullet-list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.85rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #3a3a3a;
}
body .mnb-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: #661932;
}
body .mnb-bullet-list li::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.75rem;
  width: 0.3rem;
  height: 0.18rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
body .mnb-why-block {
  max-width: 56rem;
  margin-top: 2.78rem;
}
body .mnb-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
  margin-top: 1.1rem;
}
body .mnb-why-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  background: #F7F5F6;
  border-radius: 0.65rem;
}
body .mnb-why-item .mnb-why-mark {
  flex: 0 0 auto;
  color: #661932;
  font-weight: 700;
  line-height: 1.4;
}
body .mnb-why-item p {
  margin: 0;
  font-size: 0.944rem;
  line-height: 1.45;
  color: #101828;
}
body .mnb-cta-strip-sec {
  padding: 0 0 3.33rem;
}
body .mnb-cta-strip {
  background: #661932;
  border-radius: 1rem;
  padding: 2.5rem 2.22rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: #fff;
}
body .mnb-cta-strip h2 {
  color: #fff;
  font-size: 1.444rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  text-transform: none;
}
body .mnb-cta-strip p {
  margin: 0;
  color: #EBD9DF;
  font-size: 1rem;
  line-height: 1.45;
  max-width: 34rem;
}
body .mnb-cta-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}
body .mnb-btn {
  display: inline-block;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.3s;
}
body .mnb-btn-solid {
  background: #fff;
  color: #661932;
  border: 1px solid #fff;
}
body .mnb-btn-solid:hover {
  background: #661932;
  color: #fff;
}
body .mnb-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
}
body .mnb-btn-outline:hover {
  background: #fff;
  color: #661932;
}
body .mnb-related-sec, body .mnb-listing-sec, body .mnb-history-sec {
  padding: 0 0 3.33rem;
}
body .mnb-related-grid, body .mnb-service-grid {
  display: grid;
  grid-template-columns: repeat(var(--mnb-related-cols, 4), minmax(0, 1fr));
  gap: 1.389rem;
}
body .mnb-related-card, body .mnb-service-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(74, 85, 101, 0.14);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
body .mnb-related-card:hover, body .mnb-service-card:hover {
  box-shadow: 0 0.889rem 2rem rgba(16, 24, 40, 0.1);
  transform: translateY(-0.15rem);
}
body .mnb-related-card-thumb, body .mnb-service-card-thumb, body .mnb-project-card-media {
  display: block;
  overflow: hidden;
  background: #F7F5F6;
}
body .mnb-related-card-thumb img, body .mnb-related-card-thumb .mnb-related-card-placeholder, body .mnb-service-card-thumb img, body .mnb-service-card-thumb .mnb-related-card-placeholder, body .mnb-project-card-media img, body .mnb-project-card-media .mnb-related-card-placeholder {
  width: 100%;
  height: 10.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
body .mnb-related-card-thumb .mnb-related-card-placeholder, body .mnb-service-card-thumb .mnb-related-card-placeholder, body .mnb-project-card-media .mnb-related-card-placeholder {
  background: linear-gradient(135deg, #E8E4E6 0%, #D5CFD2 100%);
}
body .mnb-service-card-thumb img, body .mnb-service-card-thumb .mnb-related-card-placeholder {
  height: 14rem;
}
body .mnb-related-card:hover .mnb-related-card-thumb img,
body .mnb-service-card:hover .mnb-service-card-thumb img,
body .mnb-project-card:hover .mnb-project-card-media img {
  transform: scale(1.05);
}
body .mnb-related-card-body, body .mnb-service-card-body {
  padding: 1.1rem 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
body .mnb-related-card-body h3, body .mnb-service-card-body h3 {
  font-family: var(--global-font-family);
  font-size: 1.056rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
body .mnb-related-card-body h3 a, body .mnb-service-card-body h3 a {
  color: #101828;
}
body .mnb-related-card-body h3 a:hover, body .mnb-service-card-body h3 a:hover {
  color: #661932;
}
body .mnb-related-card-body p, body .mnb-service-card-body p {
  font-size: 0.889rem;
  line-height: 1.45;
  color: #4A5565;
  margin: 0;
  flex: 1;
}
body .mnb-service-grid {
  --mnb-related-cols: 3;
}
body .mnb-project-grid {
  display: grid;
  grid-template-columns: repeat(var(--mnb-project-cols, 2), minmax(0, 1fr));
  gap: 1.667rem;
}
body .mnb-project-grid .mnb-project-card {
  margin: 0;
}
body .mnb-project-grid .mnb-project-card h3 {
  font-family: var(--global-font-family);
  font-size: 1.167rem;
  font-weight: 700;
  margin: 0.95rem 0 0;
  line-height: 1.3;
}
body .mnb-project-grid .mnb-project-card h3 a {
  color: #101828;
}
body .mnb-project-grid .mnb-project-card h3 a:hover {
  color: #661932;
}
body .mnb-project-grid .mnb-project-card-media img, body .mnb-project-grid .mnb-project-card-media .mnb-related-card-placeholder {
  height: 21rem;
  border-radius: 10px;
}
body .mnb-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-radius: 10px;
}
body .mnb-project-history {
  width: 100%;
  min-width: 44rem;
  border-collapse: collapse;
  margin: 0;
}
body .mnb-project-history th, body .mnb-project-history td {
  border-bottom: 1px solid rgba(74, 85, 101, 0.16);
  padding: 0.889rem 1.1rem;
  font-family: var(--global-font-family);
  font-size: 0.944rem;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}
body .mnb-project-history thead th {
  background: #601A31;
  color: #fff;
  font-size: 0.889rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 0;
  white-space: nowrap;
}
body .mnb-project-history tbody tr:nth-child(even) {
  background: #F7F5F6;
}
body .mnb-project-history tbody tr:last-child td {
  border-bottom: 0;
}
body .mnb-project-history tbody tr:hover {
  background: rgba(102, 25, 50, 0.06);
}
body .mnb-project-history tbody tr td:first-child {
  font-weight: 500;
  color: #101828;
}
body .mnb-project-history tbody tr td:last-child {
  white-space: nowrap;
  font-weight: 600;
  color: #661932;
}
body.single-service #content .intro-sec.split-sec .row.one > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper > .sm-head, body.single-service #content .intro-sec.split-sec .row.one > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper > h6.sm-head, body.single-service #content .intro-sec.split-sec .row.one > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper > .head, body.single-service #content .intro-sec.split-sec .row.one > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper > h2.head, body.single-service #content .intro-sec.split-sec .row.one > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper > .txt.lead {
  display: none;
}
body.single-service .page-header.has-image .page-header-image img, body.single-project .page-header.has-image .page-header-image img {
  height: 30rem;
}/*# sourceMappingURL=template.css.map */