:host {
  display: block;
  height: calc(100% - 55px);
  overflow: auto;
  width: 100%;
}

.landing-page-container {
  background: var(--color-ti-white);
  background-image: url(../../images/bg-tile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  min-width: 718px;
  padding: 3% 0 3% 3%;
}

.device-select-ctr {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 500px;
  width: 40%;
}

.dev-intro-ctr {
  height: 25%;
  min-height: 190px;
}

.header-ctr {
  align-items: center;
  color: var(--color-ti-text-grey);
  display: flex;
  font-size: 24px;
  justify-content: flex-start;
  min-height: 80px;
}

.header-cnt {
  height: 76px;
  width: 223px;
  color: #b0b0b0;
  font-family: Roboto;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 76px;
}

.dev-det-ctr {
  border-bottom: 1px solid var(--color-ti-border-grey);
  color: #8d8d8d;
  font-size: 12px;
  line-height: 18px;
  padding: 3% 0 5% 0;
  width: 95%;
}

.dev-featurelist-title {
  height: 15%;
  border-radius: 4px 4px 0 0;
  background-color: var(--color-ti-bg-grey-dark);
}

.landing-carousel {
  height: 95%;
}

.dev-var-ctr {
  color: var(--color-ti-text-grey);
  font-size: 16px;
  flex-grow: 2;
  height: 75%;
}

.info-ctr {
  height: 60px;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}

.info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ctrl-detail-ctr {
  min-height: 515px;
  padding: 0 5%;
  width: 60%;
}

.highlight {
  font-weight: bold;
  color: var(--color-ti-primary-red);
}

.variant-holder {
  height: calc(100% - 60px);
}

ti-widget-custom-multidevice-appmgr {
  min-height: 350px;
}

ti-widget-custom-multidevice-appmgr::shadow .chip-container .selection-ctr {
  height: auto;
}

.explore-btn {
  height: 36.72px;
  width: 136.08px;
  border-radius: 3.24px;
}

.ftr-left-text {
  height: 30px;
  color: #207399;
  font-size: 26px;
  font-weight: bold;
  margin-left: 5%;
}

.know-more-ctr {
  align-items: center;
  border-radius: 5px;
  background-color: #cc0000;
  cursor: pointer;
  color: #fff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  height: 36px;
  margin-right: 10px;
  width: 130px;
}

.know-more-ctr:active {
  font-size: 15px;
}

.ftr-right-section {
  width: 173px;
}

.vertical-separator {
  box-sizing: border-box;
  height: 52px;
  width: 1px;
  border: 1px solid var(--color-ti-indicator-grey);
}

.primary-link {
  height: 15px;
  color: var(--color-ti-primary-red);
  font-size: 13px;
}

.device-desc {
  color: #555;
  font-size: 14px;
  flex-grow: 1;
  margin: 0px 30px;
  white-space: normal;
}
