:root {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --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;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.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;
    --themeTextLighter: #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;
    --themeBGcontrast: #667889;
    --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
    --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
    --footerBottomBG: url('../static/img/global/Footer/footer_bottom_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;
  --themeTextLighter: #667889;
  --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;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.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;
  --themeTextLighter: #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;
  --themeBGcontrast: #667889;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom_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;
  --themeTextLighter: #667889;
  --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;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.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;
  --themeTextLighter: #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;
  --themeBGcontrast: #667889;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom_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#nehotab > section.hero {
  position: relative;
  padding-left: 50%;
}
main#nehotab > section.hero > div.product-packshot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
}
main#nehotab > section.hero > div.product-packshot > img {
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: 65% center;
  position: relative;
  left: -2rem;
}
main#nehotab > section.hero > div.product-packshot:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(60% 200% at 20% center, transparent 0%, transparent 30%, #DADCE5 100%);
}
main#nehotab > section.hero > article {
  width: 100%;
  max-width: calc(1400px/2);
}
main#nehotab > section.hero > article > div.title {
  color: #252D3A;
}
main#nehotab > section.hero > article > div.title > img {
  height: 2.5rem;
  margin-bottom: 1rem;
}
main#nehotab > section.hero > article > div.title > h2 {
  max-width: 15em;
  color: #252D3A;
}
main#nehotab > section.hero > article > p {
  color: #252D3A;
}
@media screen and (max-width: 1300px) {
  main#nehotab > section.hero > div.product-packshot img {
    object-position: 55% center;
  }
}
@media screen and (max-width: 1000px) {
  main#nehotab > section.hero {
    padding-left: 2rem;
    padding-top: calc(40%) !important;
    height: unset;
  }
  main#nehotab > section.hero > div.product-packshot {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: linear-gradient(90deg, #C5C8CF, #A1A5AE);
  }
  main#nehotab > section.hero > div.product-packshot img {
    top: -2rem;
    left: -13vw;
    object-fit: unset;
    object-position: unset;
    height: 50vw;
    width: auto;
  }
  main#nehotab > section.hero > div.product-packshot:after {
    background-image: radial-gradient(100% 60% at center 20%, transparent 0%, transparent 30%, #DADCE5 100%);
  }
  main#nehotab > section.hero > article {
    max-width: unset;
    text-align: center;
  }
  main#nehotab > section.hero > article > div.title > h2 {
    max-width: unset;
  }
}
@media screen and (max-width: 480px) {
  main#nehotab > section.hero {
    padding-left: 1rem;
    padding-top: calc(4rem + 2rem) !important;
  }
  main#nehotab > section.hero > div.product-packshot {
    background-image: linear-gradient(90deg, #C4C7CF, #A7B3BE);
  }
  main#nehotab > section.hero > div.product-packshot img {
    left: 50%;
    bottom: unset;
    height: 50dvh;
    transform: translateX(-31.5%);
  }
  main#nehotab > section.hero > div.product-packshot:after {
    background-image: radial-gradient(150% 40% at center 20%, transparent 0%, transparent 30%, #DADCE5 100%);
  }
  main#nehotab > section.hero > article {
    margin-top: auto;
  }
}
main#nehotab > section#easily-accessible-tablet > article {
  padding-right: calc(50vw - ((100vw - 1400px)/2));
  padding-left: 0;
}
main#nehotab > section#easily-accessible-tablet > div.illustration > img {
  width: 115%;
  position: relative;
  left: 2rem;
  top: 1rem;
}
@media screen and (max-width: 1450px) {
  main#nehotab section#easily-accessible-tablet > article {
    padding-right: 50%;
  }
}
@media screen and (max-width: 800px) {
  main#nehotab section#easily-accessible-tablet {
    flex-direction: column;
  }
  main#nehotab section#easily-accessible-tablet > article {
    padding: 0;
    padding-top: 0;
    order: 2;
  }
  main#nehotab section#easily-accessible-tablet > div.illustration {
    position: unset;
    order: 1;
  }
  main#nehotab section#easily-accessible-tablet > div.illustration > img {
    width: 100%;
    position: relative;
    left: 3%;
    top: 0;
    margin-bottom: -1rem;
  }
}
main#nehotab > section#better-communication-with-occupants > article > p img {
  display: inline;
  height: 0.8em;
  position: relative;
  left: 0.15em;
  top: 0.05em;
}
main#nehotab > section#easy-to-install {
  max-width: 1400px;
  margin: 2rem auto;
  text-align: center;
  margin-bottom: -8rem;
}
main#nehotab > section#easy-to-install > article > p {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}
main#nehotab > section#easy-to-install > article > img#NeHo-side-tablet {
  width: 100%;
  margin-bottom: -10rem;
  margin-top: -3rem;
}
main#nehotab > section#easy-to-install > article > img#RJ45-cable {
  width: 3vw;
  height: auto;
}
@media screen and (max-width: 1400px) {
  main#nehotab > section#easy-to-install > article > img#NeHo-side-tablet {
    margin-bottom: -10vw;
  }
}
@media screen and (max-width: 830px) {
  main#nehotab > section#easy-to-install {
    margin-bottom: -5rem;
  }
  main#nehotab > section#easy-to-install > article > h3 {
    font-size: 2rem;
  }
  main#nehotab > section#easy-to-install > article > p.p1 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  main#nehotab > section#easy-to-install > article > img#NeHo-side-tablet {
    margin-top: 0;
    margin-bottom: 2rem;
    transform: translateY(25%) scale(2);
  }
  main#nehotab > section#easy-to-install > article > img#RJ45-cable {
    transform: scale(2);
  }
}
@media screen and (max-width: 500px) {
  main#nehotab > section#easy-to-install {
    margin-bottom: 0;
  }
  main#nehotab > section#easy-to-install > article > img#NeHo-side-tablet {
    transform: translateY(50%) scale(3);
    margin-bottom: 25%;
  }
  main#nehotab > section#easy-to-install > article > img#RJ45-cable {
    transform: scale(3);
  }
}
main#nehotab > section#NeHoTAB-whirlpool {
  position: relative;
  margin: 4rem -2rem;
}
main#nehotab > section#NeHoTAB-whirlpool:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: linear-gradient(180deg, var(--background) 0%, transparent 100%);
}
main#nehotab > section#NeHoTAB-whirlpool > article {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main#nehotab > section#NeHoTAB-whirlpool > article > h3 {
  max-width: 15em;
  margin-top: 15rem;
}
main#nehotab > section#NeHoTAB-whirlpool > article > h3 .light {
  font-weight: 300;
  font-stretch: normal;
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration {
  width: 100%;
  max-width: 100vw;
  position: relative;
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: min-content;
  max-height: fit-content;
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container > video {
  width: 100%;
  height: auto;
  min-width: 50rem;
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container > video.dark {
  display: none;
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li {
  position: absolute;
  width: 0;
  height: 0;
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li img {
  width: 3rem;
  transform: translateX(-50%) translateY(-50%);
  filter: drop-shadow(0 0.1rem 0.25rem rgba(0, 0, 0, 0.3));
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(1) {
  left: 17%;
  top: 10%;
  transform: scale(0.8);
  filter: blur(2.5px);
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(2) {
  left: 85%;
  top: 30%;
  transform: scale(1.35);
  filter: blur(0.5px);
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(3) {
  left: 74.25%;
  top: 18%;
  transform: scale(1.2);
  filter: blur(1.2px);
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(4) {
  left: 67%;
  top: 88%;
  transform: scale(3.5);
  filter: blur(3px);
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(5) {
  left: 12%;
  top: 58%;
  transform: scale(2);
  filter: blur(1.5px);
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(6) {
  left: 30%;
  top: 83%;
  transform: scale(2.8);
  filter: blur(2.8px);
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(7) {
  left: 72%;
  top: 43%;
  transform: scale(1.5);
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(8) {
  left: 44%;
  top: 14%;
  filter: blur(2px);
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(9) {
  left: 26%;
  top: 31%;
  transform: scale(1.4);
}
main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li:nth-child(10) {
  left: 87%;
  top: 58%;
  transform: scale(2);
  filter: blur(1.5px);
}
@media screen and (max-width: 1000px) {
  main#nehotab > section#NeHoTAB-whirlpool > div.illustration > div.container ul > li img {
    width: 8vw;
    max-width: 3rem;
  }
}
@media screen and (max-width: 480px) {
  main#nehotab > section#NeHoTAB-whirlpool {
    margin: 4rem -1rem;
  }
}
main#nehotab > section#nehotab-offers {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(180deg, transparent 0%, var(--background) 3rem, var(--background) 50%, transparent 100%);
  padding-top: 3rem;
  margin-top: -3rem;
}
main#nehotab > section#nehotab-offers > h3 img {
  height: 0.8em;
  display: inline;
}
main#nehotab > section#nehotab-offers > div.table-container > div.product1 > div.table-product-header > img,
main#nehotab > section#nehotab-offers > div.table-container > div.product2 > div.table-product-header > img,
main#nehotab > section#nehotab-offers > div.table-container > div.product3 > div.table-product-header > img {
  max-height: 10rem;
  height: 11vw;
  width: auto;
}
@media screen and (max-width: 750px) {
  main#nehotab > section#nehotab-offers > div.table-container > div.product1 > div.table-product-header > img,
  main#nehotab > section#nehotab-offers > div.table-container > div.product2 > div.table-product-header > img,
  main#nehotab > section#nehotab-offers > div.table-container > div.product3 > div.table-product-header > img {
    max-height: unset;
    height: auto;
    width: calc(100% - 2rem);
  }
}
main#nehotab.darkTheme > section.hero > div.product-packshot:after {
  background-image: radial-gradient(60% 200% at 20% center, transparent 0%, transparent 30%, #8292A2 100%);
}
main#nehotab.darkTheme > section.hero > article > div.title img {
  content: url('../static/img/global/Logos/NeHoTAB.svg');
}
@media screen and (max-width: 1000px) {
  main#nehotab.darkTheme > section.hero > div.product-packshot:after {
    background-image: radial-gradient(100% 60% at center 20%, transparent 0%, transparent 30%, #8292A2 100%);
  }
}
main#nehotab.darkTheme > section#better-communication-with-occupants > article > p img {
  content: url('../static/img/global/Logos/NeHoTAB_white.svg');
}
main#nehotab.darkTheme > section#nehotab-offers > h3 img {
  content: url('../static/img/global/Logos/NeHoTAB_white.svg');
}
main#nehotab.darkTheme > section#NeHoTAB-whirlpool > div.illustration > div.container > video.light {
  display: none;
}
main#nehotab.darkTheme > section#NeHoTAB-whirlpool > div.illustration > div.container > video.dark {
  display: block;
}
