.industriesComponent {
  clear: both;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
}
@media only screen and (max-width: 767px) {
  .industriesComponent {
    box-shadow: 0px 0px 1.25rem 0.3125rem rgba(198, 198, 198, 0.2);
  }
}
@media only screen and (min-width: 768px) {
  .industriesComponent {
    height: 31.25rem;
    background-color: #000;
  }
}
.industriesComponent__bgImg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 15.625rem;
  background-color: #000000;
}
.industriesComponent__bgImg img {
  height: 100%;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}
.industriesComponent__bgImg img.industries-landscape {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .industriesComponent__bgImg img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .industriesComponent__bgImg {
    height: 100%;
  }
}
.industriesComponent__bgImg--flipped {
  transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .industriesComponent__bgImg:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 85%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 85%);
  }
}
@media only screen and (min-width: 768px) {
  .industriesComponent:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 85%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 85%);
  }
}
.industriesComponent__item {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .industriesComponent__switcher--mobile {
    display: none;
  }
}
.industriesComponent__switcher--desktop {
  display: none;
  height: 31.25rem;
}
@media only screen and (min-width: 768px) {
  .industriesComponent__switcher--desktop {
    display: flex;
    flex-direction: column;
  }
}
.industriesComponent__tabContent {
  display: none;
  flex-direction: column;
  justify-content: center;
}
.industriesComponent__tabContent--active {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .industriesComponent__tabContent {
    height: 31.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .industriesComponent__sidebar {
    overflow: hidden;
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #fbfbfb 50%, #eaeaea 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #fbfbfb 50%, #eaeaea 100%);
  }
}
.industriesComponent__menu {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .industriesComponent__menu {
    margin-right: -8.5px;
    padding-right: 8.5px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .industriesComponent__menu {
    margin-right: -19px;
    padding-right: 19px;
  }
}
@media (min-width: 981px) and (max-width: 1240px) {
  .industriesComponent__menu {
    margin-right: -25px;
    padding-right: 25px;
  }
}
@media (min-width: 1241px) {
  .industriesComponent__menu {
    margin-right: -25px;
    padding-right: 25px;
  }
}
.industriesComponent__listGroup {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition: transform 0.2s ease-in-out;
}
.industriesComponent__menuItem {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.industriesComponent__menuItem:first-child {
  padding-top: 2rem;
}
.industriesComponent__menuItem:last-child {
  padding-bottom: 2rem;
}
.industriesComponent__menuItem--hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.industriesComponent__menuLink {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #c6c6c6;
  align-items: center;
  font-family: "SAPBook", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: #3c3c3c;
  text-decoration: none;
  cursor: pointer;
}
html.content-zh_cn .industriesComponent__menuLink {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-iw_il .industriesComponent__menuLink {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ar_ae .industriesComponent__menuLink {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ja_jp .industriesComponent__menuLink {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ko_kr .industriesComponent__menuLink {
  font-family: "Malgun Gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-zh_tw .industriesComponent__menuLink {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.industriesComponent__menuItem--active .industriesComponent__menuLink,
.industriesComponent__menuLink:hover {
  color: #000000;
  text-decoration: none;
  text-shadow: 1px 0 0 #000000;
}
.industriesComponent__menuItem--active .industriesComponent__menuLink:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 8px solid #f0ab00;
}
@media (max-width: 767px) {
  .industriesComponent__menuItem--active .industriesComponent__menuLink:before {
    right: -8.5px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .industriesComponent__menuItem--active .industriesComponent__menuLink:before {
    right: -19px;
  }
}
@media (min-width: 981px) and (max-width: 1240px) {
  .industriesComponent__menuItem--active .industriesComponent__menuLink:before {
    right: -25px;
  }
}
@media (min-width: 1241px) {
  .industriesComponent__menuItem--active .industriesComponent__menuLink:before {
    right: -25px;
  }
}
.industriesComponent__menuControl {
  flex: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}
.industriesComponent__menuControl:focus {
  outline: 0;
}
.industriesComponent__menuControl--back {
  padding-top: 2rem;
  padding-bottom: 0.75rem;
}
.industriesComponent__menuControl--forward {
  padding-top: 0.75rem;
  padding-bottom: 2rem;
}
.industriesComponent__menuControl--hidden {
  display: none;
}
.industriesComponent__menuArrow {
  display: block;
  margin: 0 auto;
  fill: #c6c6c6;
}
.industriesComponent__menuArrow:hover {
  fill: #000000;
}
.industriesComponent__select {
  height: 2.625rem;
}
@media only screen and (max-width: 767px) {
  .industriesComponent__headline {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: calc(15.625rem - 2.625rem);
    overflow: hidden;
  }
}
.industriesComponent__label {
  font-family: "SAPBook", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.76923077rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  color: #ffffff;
}
html.content-zh_cn .industriesComponent__label {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-iw_il .industriesComponent__label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ar_ae .industriesComponent__label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ja_jp .industriesComponent__label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ko_kr .industriesComponent__label {
  font-family: "Malgun Gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-zh_tw .industriesComponent__label {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .industriesComponent__label {
    font-size: 0.83333333rem;
  }
}
@media only screen and (min-width: 768px) {
  .industriesComponent__label {
    display: none;
  }
}
.industriesComponent__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
  color: #f0ab00;
}
@media only screen and (min-width: 768px) {
  .industriesComponent__title {
    max-height: 8rem;
  }
}
.industriesComponent__content {
  font-family: "SAPBook", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #3c3c3c;
}
html.content-zh_cn .industriesComponent__content {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-iw_il .industriesComponent__content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ar_ae .industriesComponent__content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ja_jp .industriesComponent__content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ko_kr .industriesComponent__content {
  font-family: "Malgun Gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-zh_tw .industriesComponent__content {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .industriesComponent__content {
    font-size: 1rem;
  }
}
html.content-zh_cn .industriesComponent__content {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-iw_il .industriesComponent__content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ar_ae .industriesComponent__content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ja_jp .industriesComponent__content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ko_kr .industriesComponent__content {
  font-family: "Malgun Gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-zh_tw .industriesComponent__content {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .industriesComponent__content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .industriesComponent__content {
    color: #ffffff;
  }
}
.industriesComponent__text {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .industriesComponent__text {
    max-height: 13.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
  }
}
.industriesComponent__text p {
  margin: 0;
}
.industriesComponent__btn-holder {
  flex-shrink: 0;
}
.ds-select-box {
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ds-select-box .ds-dropdown {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  margin-top: -1px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0px 0px 1.25rem 0.3125rem rgba(198, 198, 198, 0.2);
  background-color: #ffffff;
  cursor: pointer;
}
.ds-select-box .ds-dropdown__inner {
  max-height: 70vh;
  margin: 1.25rem 0.5rem 1.25rem 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.ds-select-box .ds-dropdown__option {
  padding: 0.375rem 1.25rem;
  line-height: 1.3;
  color: #3c3c3c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ds-select-box .ds-dropdown__option.ds-selected {
  border-left: 3px solid #f0ab00;
  padding-left: calc(1.25rem - 0.1875rem);
  color: #000000;
}
.ds-select-box .ds-dropdown__option:hover {
  background-color: #eaeaea;
}
.ds-select-box .ds-dropdown__inner::-webkit-scrollbar {
  margin-bottom: .75rem;
  margin-top: .75rem;
  width: .3125rem;
}
.ds-select-box .ds-dropdown__inner::-webkit-scrollbar-track {
  background-color: #eaeaea;
}
.ds-select-box .ds-dropdown__inner::-webkit-scrollbar-thumb {
  background-color: #969696;
}
.ds-select-box .ds-dropdown.ds-select-box--scrollable .ds-dropdown__option {
  margin-right: .25rem;
}
.ds-select-box__icon--down,
.ds-select-box__icon--up {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  padding: .5625rem;
  color: #000000;
  opacity: .3;
  pointer-events: none;
}
.ds-select-box__icon--down:before,
.ds-select-box__icon--up:before {
  align-self: center;
}
.ds-select-box--open .ds-dropdown {
  display: block;
}
.ds-select-box__icon--up {
  display: none;
}
.ds-select-box--open .ds-select-box__icon--down {
  display: none;
}
.ds-select-box--open .ds-select-box__icon--up {
  display: block;
}
.ds-select-box .input-placeholder-text {
  display: none;
}
.ds-select-box__input {
  font-family: "SAPBook", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.76923077rem;
  min-height: 2.1875rem;
  width: 100%;
  padding: 0 1.25rem;
  margin: 0;
  border: solid 0.0625rem #969696;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
html.content-zh_cn .ds-select-box__input {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-iw_il .ds-select-box__input {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ar_ae .ds-select-box__input {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ja_jp .ds-select-box__input {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ko_kr .ds-select-box__input {
  font-family: "Malgun Gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html.content-zh_tw .ds-select-box__input {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .ds-select-box__input {
    font-size: 0.83333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .ds-select-box__input {
    font-size: 1rem;
  }
}
.ds-select-box__input.ds-disabled,
.ds-select-box__input:disabled {
  border-color: #c6c6c6;
  color: #c6c6c6;
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-text-fill-color: #c6c6c6;
}
.ds-select-box__input.ds-focus,
.ds-select-box__input:focus {
  outline: 0;
  border-color: #007db8;
}
.ds-select-box__input::-ms-clear {
  display: none;
}
