.boston-mps-banner-section .banner-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 57.92px;
  text-align: center;
  color: #336699;
}

.boston-mps-detail-section {
  position: relative;
  color: white;
  height: fit-content;
}
.boston-mps-detail-section .tab-title {
  font-weight: 700;
  font-size: 40px;
  color: #009AA6;
  text-align: center;
}
.boston-mps-detail-section span {
  font-weight: 400;
}
.boston-mps-detail-section .filter-container {
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(24, 113, 181, 0.2509803922);
  max-width: 100vw;
  width: 827px;
  height: 74px;
  padding: 0 16px;
  border-radius: 35px;
  flex-direction: row;
  display: flex;
  color: #184276;
  font-weight: 700;
  font-size: 24px;
  line-height: 34.75px;
  text-align: center;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.boston-mps-detail-section .filter-container .filter-selector {
  max-width: 33vw;
  width: 257px;
  transition: ease-in-out;
  transition-duration: 150ms;
  border-radius: 35px;
  padding: 10px;
  font-size: min(24px, 1vw + 1vh);
  text-wrap: nowrap;
}
@media screen and (max-width: 500px) {
  .boston-mps-detail-section .filter-container .filter-selector {
    padding: 4px;
  }
}
.boston-mps-detail-section .filter-container .filter-selector:not(.active):hover {
  background: #efefef;
  color: #184276;
  cursor: pointer;
}
.boston-mps-detail-section .filter-container .active {
  background: #2375BC;
  color: white;
  border: 3px solid #184276;
}
.boston-mps-detail-section .tab-content:not(.active) {
  display: none;
}
.boston-mps-detail-section .tab-content.active {
  display: block;
}
.boston-mps-detail-section .divider {
  border-top: 1px solid #2375BC;
}
.boston-mps-detail-section a.button {
  text-decoration: none;
  text-align: center;
  background: #2375BC;
  width: 100%;
  padding: 24px 32px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  border-radius: 8px;
}
.boston-mps-detail-section button.modal-target {
  border: 0;
  text-decoration: none;
  text-align: center;
  background: #2375BC;
  width: 100%;
  padding: 24px 32px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  border-radius: 8px;
}
.boston-mps-detail-section .product-title {
  font-weight: bold;
  color: black;
}
.boston-mps-detail-section li {
  color: #6C6C6C;
  font-size: 18px;
  line-height: 26px;
}
.boston-mps-detail-section img.detail-content-tech-logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.boston-mps-detail-section img.detail-content-description-logo {
  width: 60px;
  height: 60px;
}
.boston-mps-detail-section .detail-content-title-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #2375BC;
}
.boston-mps-detail-section .detail-content-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: black;
}
.boston-mps-detail-section .detail-content-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  text-align: left;
  color: #2375BC;
}
.boston-mps-detail-section .detail-content-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6C6C6C;
}
.boston-mps-detail-section .detail-content-list {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6C6C6C;
}
.boston-mps-detail-section .divider {
  border-top: 1px solid #2375BC;
}

.boston-detail-modal .modal-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  color: #2375BC;
}
.boston-detail-modal img.tips-logo {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.boston-detail-modal .tips-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  text-align: left;
  color: #6C6C6C;
  vertical-align: middle;
}

/*# sourceMappingURL=lc-boston.css.map */
