.blink-banner-section {
  position: relative;
  height: 230px;
  width: 451px;
  max-width: 100vw;
  justify-content: center;
  overflow: hidden;
}
.blink-banner-section .product-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.blink-banner-section .product-2 {
  position: absolute;
  left: 200px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .blink-banner-section .product-2 {
    left: 44%;
  }
}
.blink-banner-section .product-3 {
  position: absolute;
  left: 300px;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .blink-banner-section .product-3 {
    left: 66%;
  }
}

.blink-banner-description-section .banner-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 57.92px;
  text-align: center;
  color: #03838C;
}

.blink-detail-section .filter-container {
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(24, 113, 181, 0.2509803922);
  max-width: 100vw;
  width: 752px;
  height: 109px;
  padding: 0 16px;
  border-radius: 55px;
  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;
}
.blink-detail-section .filter-container .filter-selector {
  max-width: 44vw;
  width: 352px;
  height: 85px;
  transition: ease-in-out;
  transition-duration: 150ms;
  border-radius: 44px;
  padding: 10px;
  color: #6C6C6C;
  font-size: min(24px, 1vw + 1vh);
  text-wrap: nowrap;
}
.blink-detail-section .filter-container .filter-selector:not(.active):hover {
  background: #efefef;
  color: #184276;
  cursor: pointer;
}
.blink-detail-section .filter-container .active {
  color: white;
  background: #03838C;
}
.blink-detail-section .tab-content:not(.active) {
  display: none;
}
.blink-detail-section .tab-content.active {
  display: block;
}
.blink-detail-section .divider {
  border-top: 1px solid #2375BC;
}
.blink-detail-section img.detail-content-tech-logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.blink-detail-section .detail-content-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
.blink-detail-section .detail-content-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  text-align: left;
  color: #03838C;
}
.blink-detail-section .detail-content-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6C6C6C;
}
.blink-detail-section .detail-content-list {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6C6C6C;
}

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