:root {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(135deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #252D3A;
    --themeBGopacity30: rgba(37, 45, 58, 0.3);
    --themeBGopacity50: rgba(37, 45, 58, 0.5);
    --text: #F5F5F8;
    --themeTextLesserContrast: #BCC3D0;
    --menuColor: #252D3A;
    --menuColorHover: rgba(0, 0, 0, 0.3);
    --defaultThemeColor: #252D3A;
    --defaultColorDarker: rgba(0, 0, 0, 0.5);
    --defaultColorDarkest: #3E5377;
    --themeGrey: #667889;
    --themeExtremeColor: #000;
    --themeBlack: #000;
    --themeBGShadow: #000;
    --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
    --themeBGdarker1: #222A37;
    --themeBGdarker2: #1C2330;
    --themeBGdarker3: #171F2B;
    --themeBGdarker4: #131A25;
    --themeBGdarker5: #0F1620;
    --themeBGdarker6: #0B0F17;
    --themeBGdarker7: #000;
    --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
    --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
    --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
    --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
    --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
    --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
    --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
    --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
  }
}
html {
  color-scheme: dark light;
}
:root:has(#theme [value="☀️"]:checked) {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(220deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
:root:has(#theme [value="🌑"]:checked) {
  --background: #252D3A;
  --themeBGopacity30: rgba(37, 45, 58, 0.3);
  --themeBGopacity50: rgba(37, 45, 58, 0.5);
  --text: #F5F5F8;
  --themeTextLesserContrast: #BCC3D0;
  --menuColor: #252D3A;
  --menuColorHover: rgba(0, 0, 0, 0.3);
  --defaultThemeColor: #252D3A;
  --defaultColorDarker: rgba(0, 0, 0, 0.5);
  --defaultColorDarkest: #3E5377;
  --themeGrey: #667889;
  --themeExtremeColor: #000;
  --themeBlack: #000;
  --themeBGShadow: #000;
  --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
  --themeBGdarker1: #222A37;
  --themeBGdarker2: #1C2330;
  --themeBGdarker3: #171F2B;
  --themeBGdarker4: #131A25;
  --themeBGdarker5: #0F1620;
  --themeBGdarker6: #0B0F17;
  --themeBGdarker7: #000;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
}
body {
  background-color: var(--background);
  color: var(--text);
}
body a {
  color: var(--text);
}
[data-theme="☀️"] {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(220deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
[data-theme="🌑"] {
  --background: #252D3A;
  --themeBGopacity30: rgba(37, 45, 58, 0.3);
  --themeBGopacity50: rgba(37, 45, 58, 0.5);
  --text: #F5F5F8;
  --themeTextLesserContrast: #BCC3D0;
  --menuColor: #252D3A;
  --menuColorHover: rgba(0, 0, 0, 0.3);
  --defaultThemeColor: #252D3A;
  --defaultColorDarker: rgba(0, 0, 0, 0.5);
  --defaultColorDarkest: #3E5377;
  --themeGrey: #667889;
  --themeExtremeColor: #000;
  --themeBlack: #000;
  --themeBGShadow: #000;
  --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
  --themeBGdarker1: #222A37;
  --themeBGdarker2: #1C2330;
  --themeBGdarker3: #171F2B;
  --themeBGdarker4: #131A25;
  --themeBGdarker5: #0F1620;
  --themeBGdarker6: #0B0F17;
  --themeBGdarker7: #000;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
}
.glassmorphism {
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: inset 0 0.5rem 1rem -0.5rem rgba(255, 255, 255, 0.75), 0.5px 0.5px 1px rgba(0, 0, 0, 0.07), 2px 2px 4px -0.5px rgba(0, 0, 0, 0.1), 5px 5px 8px -1px rgba(0, 0, 0, 0.13), 0.75rem 0.75rem 1rem -2px rgba(0, 0, 0, 0.2);
}
main#neho .hero {
  background: linear-gradient(135deg, #FF0096, #8D6EFF);
}
main#neho .hero > article {
  width: 60%;
  max-width: 50rem;
  padding-left: calc((100% - 1400px)/2);
  border-radius: 1.5rem;
}
main#neho .hero > article > div.title h2 {
  color: #fff;
}
main#neho .hero > article > div.title h2 img.sigle {
  height: 1em;
  background: #fff;
  border-radius: 0.5rem;
}
main#neho .hero > article > div.title h2 img.appellation {
  height: 0.85em;
}
main#neho .hero > article > div.title h2 > b {
  display: inline-block;
  text-align: left;
}
main#neho .hero > article > div.title h2 > span {
  display: inline-block;
  font-weight: 300;
  font-stretch: normal;
  max-width: 40rem;
}
main#neho .hero > article > p {
  margin-bottom: 1rem;
}
main#neho .hero > article > a {
  display: inline-flex;
  height: fit-content;
  margin-right: 1rem;
  width: 10rem;
}
main#neho .hero > article > a > img {
  width: 100%;
}
main#neho .hero > img.background {
  height: 200%;
  transform: translateY(-25%) translateX(10%);
}
main#neho .hero > img.forefront {
  left: 60%;
}
@media screen and (max-width: 1200px) {
  main#neho .hero > article {
    backdrop-filter: blur(2rem);
    padding: 1rem;
  }
}
@media screen and (max-width: 930px) {
  main#neho .hero > article {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    text-align: center;
  }
  main#neho .hero > img.background {
    transform: scale(1.3) translateX(-10%);
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  main#neho .hero > img.forefront {
    right: unset;
    left: 50%;
    transform: translate(-40%);
  }
}
@media screen and (max-width: 600px) {
  main#neho .hero > article > a {
    width: calc(50% - 1rem/2);
  }
  main#neho .hero > article > a:last-child {
    margin-right: 0;
  }
}
main#neho > section#essential-app {
  margin: 4rem auto;
  margin-top: calc(4rem*2);
}
main#neho > section#essential-app > article {
  text-align: right;
  align-items: flex-end;
}
main#neho > section#essential-app > article > h3 {
  max-width: 29rem;
}
main#neho > section#essential-app > article > h3 > span {
  color: #8D6EFF;
  text-shadow: 1px 1px 0.25rem rgba(141, 110, 255, 0.5);
}
main#neho > section#essential-app > div.card-shadows {
  max-width: 40rem;
}
main#neho > section#essential-app > div.card-shadows::before {
  background-color: #8D6EFF;
  aspect-ratio: 16/9;
}
main#neho > section#essential-app > div.card-shadows::after {
  aspect-ratio: 16/9;
  background-color: var(--themeBGdarker2);
}
main#neho > section#essential-app > div.card-shadows > div.img-container {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1000px) {
  main#neho > section#essential-app > article {
    text-align: center;
    align-items: center;
  }
}
main#neho > section#modular-app {
  margin: 4rem auto;
}
main#neho > section#modular-app > article h3 span {
  color: #FF0096;
  text-shadow: 1px 1px 0.25rem rgba(255, 0, 150, 0.5);
}
main#neho > section#apps-ecosystem > h3 {
  text-align: center;
  max-width: 20em;
  margin: 0 auto 2rem auto;
}
main#neho > section#apps-ecosystem > h3 > span {
  font-weight: 700;
  font-stretch: normal;
  color: #8D6EFF;
}
main#neho > section#apps-ecosystem > div.container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr) repeat(2, 0.5fr) repeat(4, 1fr);
  gap: calc(1rem);
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li {
  background: var(--background);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: -0.5px -0.5px 1px #fff, -0.15rem -0.15rem 0.5rem #fff, 0.15rem 0.15rem 0.5rem rgba(202, 210, 245, 0.8);
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(1) {
  grid-area: 1 / 1 / 6 / 2;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(2) {
  grid-area: 1 / 2 / 4 / 3;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(3) {
  grid-area: 1 / 3 / 4 / 4;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(4) {
  grid-area: 1 / 4 / 5 / 5;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(5) {
  grid-area: 6 / 1 / 9 / 2;
  margin-top: -8rem;
  position: relative;
  overflow: visible;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(5) h4,
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(5) p {
  position: relative;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(5)::before {
  content: '';
  display: block;
  width: calc(100% + 1rem);
  height: 10rem;
  position: absolute;
  bottom: calc(-1rem/2);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(0deg, var(--background) 0%, var(--background) 50%, transparent 100%);
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(6) {
  grid-area: 4 / 2 / 9 / 3;
  height: fit-content;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(7) {
  grid-area: 4 / 3 / 8 / 4;
  height: fit-content;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(8) {
  grid-area: 5 / 4 / 9 / 5;
  height: fit-content;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li > img.illustration {
  width: 100%;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:has(p) {
  padding: 2rem;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:has(p) > img.icon {
  max-width: 4rem;
  max-height: 4rem;
  margin-bottom: 1rem;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:has(p) > h4 {
  font-size: 1.5rem;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:has(p) > h4 span {
  display: block;
  font-stretch: normal;
  font-weight: 100;
  width: 100%;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:has(p) p {
  margin-bottom: 1rem;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li#smart-control-illustration {
  box-shadow: none;
  position: relative;
  top: -1rem;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li#smart-control {
  box-shadow: inset -1px -1px 1px white, inset -0.5rem -0.5rem 2rem white, inset 0.5rem 0.5rem 2rem rgba(171, 190, 225, 0.85);
  background: var(--themeBGdarker1);
  border-radius: 1.5rem;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li#thermostat-illustration {
  padding: 1rem;
}
main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li#iaq-illustration {
  box-shadow: none;
}
main#neho > section#apps-ecosystem > div.container > ul.outside-decoration {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: calc(100% + 6rem);
  top: -6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main#neho > section#apps-ecosystem > div.container > ul.outside-decoration li {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--background);
  border-radius: 0.5rem;
  box-shadow: -0.5px -0.5px 1px #fff, -0.15rem -0.15rem 0.5rem #fff, 0.15rem 0.15rem 0.5rem rgba(202, 210, 245, 0.8);
}
main#neho > section#apps-ecosystem > div.container > ul.outside-decoration:first-of-type {
  right: calc(100% + 1rem);
}
main#neho > section#apps-ecosystem > div.container > ul.outside-decoration:first-of-type > li {
  height: 100%;
}
main#neho > section#apps-ecosystem > div.container > ul.outside-decoration:last-of-type {
  left: calc(100% + 1rem);
}
main#neho > section#apps-ecosystem > div.container > ul.outside-decoration:last-of-type > li:nth-child(2) {
  box-shadow: inset -1px -1px 1px white, inset -0.5rem -0.5rem 2rem white, inset 0.5rem 0.5rem 2rem rgba(171, 190, 225, 0.85);
  background: var(--themeBGdarker1);
  border-radius: 1.5rem;
}
main#neho > section#apps-ecosystem > div.container::before {
  content: '';
  display: block;
  width: 100vw;
  height: calc(100% + 6rem * 2);
  position: absolute;
  z-index: -1;
  top: calc(-6rem - 2rem);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--background) 0%, var(--background) 5%, transparent 25%, transparent 75%, var(--background) 95%, var(--background) 100%);
}
@media screen and (max-width: 1350px) {
  main#neho > section#apps-ecosystem {
    margin-bottom: -2rem;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(5) {
    margin-top: calc(-19rem + 10vw);
  }
}
@media screen and (max-width: 1250px) {
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(5) {
    margin-top: calc(-25rem + 15vw);
  }
}
@media screen and (max-width: 1208px) {
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(5) {
    margin-top: calc(-30rem + 18vw);
  }
}
@media screen and (max-width: 1150px) {
  main#neho > section#apps-ecosystem {
    margin-bottom: calc(-4rem*2);
  }
  main#neho > section#apps-ecosystem > div.container > ul.outside-decoration {
    display: none;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 0.25fr repeat(2, 0.5fr) 1fr;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(4) {
    grid-area: 1 / 3 / 2 / 4;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(6) {
    grid-area: 3 / 1 / 6 / 2;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(3) {
    grid-area: 2 / 2 / 4 / 3;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(8) {
    grid-area: 2 / 3 / 5 / 4;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(7) {
    grid-area: 4 / 2 / 6 / 3;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(5) {
    grid-area: 5 / 3 / 6 / 4;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(5) {
    margin-top: 0;
    height: fit-content;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li#smart-control-illustration {
    place-self: end;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li#iaq-illustration {
    place-self: center;
  }
}
@media screen and (max-width: 950px) {
  main#neho > section#apps-ecosystem {
    margin-bottom: 2rem;
  }
  main#neho > section#apps-ecosystem > div.container > ul.outside-decoration {
    display: none;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr repeat(4, 0.5fr) 1fr 0.5fr;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(4) {
    grid-area: 3 / 1 / 5 / 2;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(3) {
    grid-area: 2 / 2 / 4 / 3;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(8) {
    grid-area: 5 / 1 / 7 / 2;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(7) {
    grid-area: 4 / 2 / 6 / 3;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(5) {
    grid-area: 7 / 1 / 8 / 2;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(6) {
    grid-area: 6 / 2 / 8 / 3;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li {
    height: unset !important;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li:nth-child(5) {
    margin-top: 0;
    height: unset;
  }
}
@media screen and (max-width: 650px) {
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) {
    grid-template-columns: unset;
    grid-template-rows: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li {
    grid-area: unset !important;
    place-self: unset !important;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li#smart-control-illustration img,
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li#iaq-illustration img {
    height: 70svh;
    width: auto;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) > li#thermostat-illustration img {
    max-height: 40rem;
    width: auto;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(5) {
    order: 8;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(6) {
    order: 5;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(7) {
    order: 7;
  }
  main#neho > section#apps-ecosystem > div.container > ul:not(.outside-decoration) li:nth-child(8) {
    order: 6;
  }
}
main#neho > section#nehotab > article > h3 {
  max-width: 15em;
}
main#neho > section#nehotab > article > h3 > img {
  display: inline-flex;
  height: 0.8em;
}
main#neho > section#nehotab > div {
  margin-bottom: 0;
}
main#neho.darkTheme > section#nehotab > article > h3 > img {
  content: url('../static/img/global/Logos/NeHoTAB_purple_white.svg');
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul > li {
  box-shadow: -0.5px -0.5px 1px #465362, -0.15rem -0.15rem 0.5rem #465362, 0.15rem 0.15rem 0.5rem rgba(0, 0, 0, 0.8);
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul > li#smart-control-illustration > img {
  content: url('../static/img/neho/apps-ecosystem/smartphone_neho_smarthome_black.png');
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul > li#smart-control {
  box-shadow: inset -1px -1px 1px #465362, inset -0.5rem -0.5rem 2rem #465362, inset 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.85);
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul > li#smart-control > img {
  content: url('../static/img/neho/apps-ecosystem/smart_control_icon_white.svg');
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul > li#thermostat-illustration > img {
  content: url('../static/img/neho/apps-ecosystem/thermostat_GUI_black.jpg');
  filter: hue-rotate(-5deg) saturate(130%) brightness(95%);
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul > li#thermostat > img {
  content: url('../static/img/neho/apps-ecosystem/thermostat_icon_white.svg');
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul > li#energy > img {
  content: url('../static/img/neho/apps-ecosystem/energy_GUI_black.jpg');
  filter: hue-rotate(-5deg) saturate(130%) brightness(95%);
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul > li#iaq > img {
  content: url('../static/img/neho/apps-ecosystem/iaq_icon_white.svg');
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul > li#iaq-illustration > img {
  content: url('../static/img/neho/apps-ecosystem/smartphone_neho_iaq_black.png');
}
main#neho.darkTheme > section#apps-ecosystem > div.container > ul.outside-decoration:last-of-type > li:nth-child(2) {
  box-shadow: inset -1px -1px 1px #465362, inset -0.5rem -0.5rem 2rem #465362, inset 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.85);
}
