: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;
  --themeBGcontrast: #DADCE5;
  --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;
    --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');
    --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;
  --themeBGcontrast: #DADCE5;
  --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;
  --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');
  --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;
  --themeBGcontrast: #DADCE5;
  --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;
  --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');
  --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#wireget > section.hero {
  background: radial-gradient(80% 150% at center, var(--background), var(--themeBGdarker5));
}
main#wireget > section.hero > article > div.title > img {
  margin-bottom: 1rem;
}
main#wireget > section.hero > div.product-packshot > img {
  position: relative;
  top: -2rem;
}
@media screen and (max-width: 930px) {
  main#wireget > section.hero > div.product-packshot > img {
    position: relative;
    top: 0;
  }
}
main#wireget > section#universal-gateway > article {
  max-width: 40%;
}
main#wireget > section#universal-gateway > div {
  position: relative;
  max-width: 60%;
}
main#wireget > section#universal-gateway > div > video.dark {
  display: none;
}
main#wireget > section#universal-gateway > div > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
main#wireget > section#universal-gateway > div > img.wireget {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%) translateY(-10%) scale(0.75);
}
@media screen and (max-width: 1000px) {
  main#wireget > section#universal-gateway > article {
    max-width: 100%;
  }
  main#wireget > section#universal-gateway > div {
    max-width: 50rem;
  }
  main#wireget > section#universal-gateway > div video {
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 480px) {
  main#wireget > section#universal-gateway > div {
    max-width: unset;
    width: calc(100vw + 4rem * 2);
    margin-top: 2rem;
    margin-bottom: -2rem;
  }
}
main#wireget > section#compatible-equipment {
  max-width: 1400px;
  margin: 2rem auto;
  --deviceSize: 12rem;
}
main#wireget > section#compatible-equipment > h3 {
  text-align: center;
  margin-bottom: 2rem;
}
main#wireget > section#compatible-equipment > h3 > img {
  display: inline;
  height: 0.9em;
  position: relative;
}
main#wireget > section#compatible-equipment > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 1.5rem;
}
main#wireget > section#compatible-equipment > ul > li {
  flex: 1 1 var(--deviceSize);
  max-width: var(--deviceSize);
}
main#wireget > section#compatible-equipment > ul > li > div {
  background-color: var(--background);
  border-radius: 50%;
  padding: 0;
  height: var(--deviceSize);
  width: var(--deviceSize);
}
main#wireget > section#compatible-equipment > ul > li > div > img {
  width: 100%;
  height: 100%;
}
main#wireget > section#compatible-equipment > ul > li > div > img.larger {
  transform: scale(1.2);
}
main#wireget > section#compatible-equipment > ul > li > div > img.smaller {
  transform: scale(0.8);
}
main#wireget > section#compatible-equipment > ul > li > p {
  text-align: center;
  margin-top: 1rem;
}
main#wireget > section#compatible-equipment > p {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.2rem;
  color: var(--themeGrey);
}
@media screen and (max-width: 600px) {
  main#wireget > section#compatible-equipment {
    --deviceSize: 8rem;
  }
}
main#wireget #transform-your-buildings > article {
  background: linear-gradient(135deg, #FF0050 0%, #004FFF 100%);
  color: #fff;
}
main#wireget #transform-your-buildings > article > h3 {
  color: #fff;
}
@media screen and (max-width: 800px) {
  main#wireget .section-text-image-spilling > div.illustration {
    top: 2rem;
  }
}
main#wireget > section#wireget-general-specifications {
  background: linear-gradient(135deg, #3E5377, #252D3A);
  max-width: 1400px;
  margin: 2rem auto;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding: 2rem;
}
main#wireget > section#wireget-general-specifications > div.illustration {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main#wireget > section#wireget-general-specifications > div.illustration > img {
  width: 100%;
  max-width: 20rem;
  margin-top: -30%;
}
main#wireget > section#wireget-general-specifications > article {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  color: #fff;
  gap: 1.5rem;
  container-type: inline-size;
  container-name: wireget-spec-article;
}
main#wireget > section#wireget-general-specifications > article h3 {
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 0.25rem rgba(0, 0, 0, 0.3);
  text-align: center;
  max-height: 1em;
  margin-top: auto;
}
main#wireget > section#wireget-general-specifications > article > ul {
  width: calc(50% - 1.5rem/2);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main#wireget > section#wireget-general-specifications > article > ul > li.title {
  font-weight: 700;
  font-size: 1.2rem;
  font-stretch: semi-condensed;
  height: 1em;
  margin-bottom: 1rem;
}
main#wireget > section#wireget-general-specifications > article > ul > li.spec-line {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  align-self: stretch;
  flex-grow: 1;
}
main#wireget > section#wireget-general-specifications > article > ul > li.spec-line hr {
  width: 100%;
  color: #667889;
  margin: 0 1rem;
  margin-top: 0.55em;
}
main#wireget > section#wireget-general-specifications > article > ul > li.spec-line > p {
  width: 100%;
  max-width: max-content;
  min-width: 6rem;
}
main#wireget > section#wireget-general-specifications > article > ul > li.spec-line > p:last-of-type {
  text-align: right;
}
main#wireget > section#wireget-general-specifications > article > ul:first-of-type > li.spec-line > p {
  white-space: nowrap;
  min-width: max-content;
}
@container wireget-spec-article (inline-size < 600px) {
  ul {
    width: 100% !important;
  }
  ul > li.title {
    margin-bottom: 0 !important;
  }
  ul:first-of-type {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 800px) {
  main#wireget > section#wireget-general-specifications {
    flex-direction: column;
    margin-top: calc(15rem);
  }
  main#wireget > section#wireget-general-specifications > div.illustration {
    width: 100%;
  }
  main#wireget > section#wireget-general-specifications > div.illustration > img {
    margin-top: -16rem;
  }
  main#wireget > section#wireget-general-specifications > article {
    width: 100%;
  }
}
main#wireget.darkTheme > section.hero > article > div.title > img {
  content: url('../static/img/global/Logos/WireGet_white.svg');
}
main#wireget.darkTheme > section#universal-gateway > article h3 {
  filter: drop-shadow(1px 1px 0.25rem rgba(0, 0, 0, 0.5));
}
main#wireget.darkTheme > section#universal-gateway > div > video.light {
  display: none;
}
main#wireget.darkTheme > section#universal-gateway > div > video.dark {
  display: block;
}
main#wireget.darkTheme > section#universal-gateway > div > img:not(.wireget) {
  content: url('../static/img/wireget/universal-gateway/equipements_logos_dark.svg');
}
main#wireget.darkTheme > section#compatible-equipment > h3 > img {
  content: url('../static/img/global/Logos/WireGet_white.svg');
}
