.cart:has(.static-nav) {
  margin-bottom: 2rem !important;
  margin-top: 0 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem !important;
}

.cart:has(.static-nav) > .row {
  row-gap: 1rem;
}

.static-nav {
  margin-bottom: 0.25rem;
}

.support-mobile-menu-trigger {
  display: none;
}

.static-nav .main-shadow {
  background: #fff !important;
  border: 1px solid #dbe5ec;
  border-radius: 8px !important;
  box-shadow: 0 10px 22px rgba(44, 51, 62, 0.06) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
}

.static-nav .sidebar {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0.55rem;
}

.static-nav .hiw-menu-item {
  color: inherit !important;
  margin: 0;
}

.static-nav .hiw-menu-item > a {
  border-radius: 8px;
  color: #2c333e !important;
  display: block;
  font-size: 0.92rem;
  font-weight: 900 !important;
  line-height: 1.2;
  padding: 0.72rem 0.8rem;
  text-decoration: none;
}

.static-nav .hiw-menu-item > a:hover,
.static-nav .hiw-menu-item > a.active {
  background: rgba(72, 166, 44, 0.1);
  color: rgb(34 87 122 / 100%) !important;
}

.static-nav .hiw-menu-item > a.active {
  box-shadow: inset 3px 0 0 rgb(72 166 44 / 100%);
}

.static-nav .hiw-menu-item.font-black {
  color: rgb(34 87 122 / 100%) !important;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 0.8rem 0.8rem 0.35rem !important;
}

#hiw-section {
  background: #fff;
  border: 1px solid #dbe5ec;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(44, 51, 62, 0.06);
  color: #2c333e;
  padding: 1rem !important;
}

.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 {
  background: #fff;
  border: 1px solid #dbe5ec;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(44, 51, 62, 0.06);
  color: #2c333e;
  padding: 1rem !important;
}

#hiw-section .hiw-h1 {
  color: #2c333e !important;
  display: block !important;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 1rem !important;
  text-transform: uppercase;
}

.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 .tc-h1 {
  color: #2c333e !important;
  display: block !important;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 1rem !important;
  text-transform: uppercase;
}

#hiw-section h2,
#hiw-section .page-h2,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 h2,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 h3 {
  color: rgb(34 87 122 / 100%) !important;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.28;
  margin: 1.4rem 0 0.55rem !important;
  text-transform: uppercase;
}

#hiw-section h2:first-of-type,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 h2:first-of-type,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 h3:first-of-type {
  margin-top: 0.25rem !important;
}

#hiw-section p,
#hiw-section li,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 p,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 li {
  color: #51606f;
  font-size: 0.98rem;
  line-height: 1.65;
}

#hiw-section p,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 p {
  margin: 0 0 0.9rem;
}

#hiw-section ul,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 ul,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 ol {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
}

#hiw-section a,
.cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 a {
  color: rgb(34 87 122 / 100%);
  font-weight: 900;
}

#hiw-section .accordion,
#hiw-section .accordion-item,
#hiw-section .cart-item {
  border-radius: 8px !important;
}

#hiw-section .accordion-item {
  border: 1px solid #dbe5ec;
  overflow: hidden;
}

#hiw-section .accordion-item + .accordion-item {
  margin-top: 0.75rem;
}

#hiw-section .accordion-button {
  color: #2c333e;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.cart:has(.static-nav) .three-col-cta {
  margin-top: 1rem;
}

@media (max-width: 767.98px) {
  .cart:has(.static-nav) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.9rem !important;
  }

  .support-mobile-menu-trigger {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe5ec;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(44, 51, 62, 0.06);
    color: rgb(34 87 122 / 100%);
    display: flex;
    font-size: 0.92rem;
    font-weight: 900;
    justify-content: space-between;
    line-height: 1.2;
    padding: 0.85rem 0.95rem;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
  }

  .support-mobile-menu-trigger::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: '';
    display: block;
    height: 9px;
    transform: rotate(45deg) translateY(-2px);
    width: 9px;
  }

  .static-nav .main-shadow {
    display: none;
  }

  #hiw-section {
    padding: 0.9rem !important;
  }

  .cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 {
    padding: 0.9rem !important;
  }
}

.support-menu-bootbox .modal-dialog {
  margin: 0.75rem;
}

.support-menu-bootbox .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}

.support-menu-bootbox .modal-header {
  border-bottom: 1px solid #dbe5ec;
  padding: 0.9rem 1rem;
}

.support-menu-bootbox .modal-title {
  color: rgb(34 87 122 / 100%);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.support-menu-bootbox .modal-body {
  padding: 0.75rem;
}

.support-dialog-menu {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.support-dialog-menu li {
  margin: 0;
}

.support-dialog-menu li.font-black {
  color: rgb(34 87 122 / 100%) !important;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 0.85rem 0.75rem 0.35rem !important;
  text-transform: uppercase;
}

.support-dialog-menu a {
  border-radius: 8px;
  color: #2c333e !important;
  display: block;
  font-size: 0.94rem;
  font-weight: 900 !important;
  line-height: 1.2;
  padding: 0.8rem 0.75rem;
  text-decoration: none;
}

.support-dialog-menu a.active {
  background: rgba(72, 166, 44, 0.1);
  box-shadow: inset 3px 0 0 rgb(72 166 44 / 100%);
  color: rgb(34 87 122 / 100%) !important;
}

@media (min-width: 768px) {
  .cart:has(.static-nav) {
    padding-top: 2.2rem !important;
  }

  #hiw-section {
    padding: 1.25rem !important;
  }

  #hiw-section .hiw-h1 {
    font-size: 2.15rem;
  }

  .cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 {
    padding: 1.25rem !important;
  }

  .cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 .tc-h1 {
    font-size: 2.15rem;
  }
}

@media (min-width: 992px) {
  .cart:has(.static-nav) {
    padding-top: 2.8rem !important;
  }

  .static-nav {
    position: sticky;
    top: 96px;
  }

  #hiw-section {
    padding: 1.5rem !important;
  }

  .cart:has(.terms-static-nav) .col-12.col-md-8.col-lg-9 {
    padding: 1.5rem !important;
  }
}
