@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-ext-100-normal.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-100-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-ext-300-normal.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-300-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-ext-500-normal.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-ext-700-normal.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/azeret-mono/azeret-mono-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --dark: #111;
  --color-main: #040a11;
  --color-bg-dark: #1a1a1a;
  --color-bg-light: #ffffff;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-text-light: #f1f1f0;
  --color-text-dark: #1a1a1a;
  --color-text-muted: #767676;
  --color-accent: #bc2020;
  --color-accent-hover: #a01a1a;
  --color-border-dark: #333333;
  --color-border-light: #e0e0e0;
  --color-section-light: #f5f5f5;
  --color-section-project-page: #e7e7e7;
  --color-footer-bg: #1a1a1a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

:target {
  scroll-margin-top: 2ex;
}

*:focus-visible {
  outline: none;
}

* {
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.application-dates__eyebrow, .iot-hero__bottom-label, .iot-hero__bottom-copy, .iot-intro__eyebrow, .iot-module-case-intro__eyebrow, .iot-overview__cards-label, .iot-overview__arch-label, .iot-product-detail__statement-label, .iot-faq__label, .exein-partnership__eyebrow, .expertise-spotlight__label, .expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-label, .why-ermit__label, .capabilities__label {
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.application-dates__intro-text, .application-dates__col-body p, .iot-intro__body p, .iot-module-case-surfaces__copy p, .iot-fit-cards__card-desc, .iot-product-detail__feature-copy, .iot-faq__answer p, .iot-compliance__feature-body p, .exein-partnership__intro, .expertise-spotlight__description, .why-ermit__subtitle, .why-ermit__pillar-body p, .capabilities__intro-copy {
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.iot-module-case-surfaces__title, .iot-product-detail__feature-title, .iot-compliance__feature-title, .why-ermit__pillar-title {
  font-family: "roc-grotesk", sans-serif;
  font-size: 2.425rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

body {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.45;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 400;
}

:root {
  --container-max: 1920px;
  --container-padding: 24px;
}

body {
  background-color: #1a1a1a;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #bc2020;
}

img {
  height: auto;
}

::selection {
  background-color: #bc2020;
  color: #ffffff;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 24px;
}

.section {
  padding-block: 64px;
}
@media (min-width: 1024px) {
  .section {
    padding-block: 96px;
  }
}

.section--dark {
  background-color: var(--color-bg-dark);
  color: var(--color-text-light);
}

.section--light {
  background-color: var(--color-section-light);
  color: var(--color-text-dark);
}

.section--white {
  background-color: var(--color-white);
  color: var(--color-text-dark);
}

.grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.zoom-desktop {
  overflow: hidden;
  height: 100vh;
}

.zoom-pre-desktop body {
  overflow: hidden;
  height: 100vh;
}

.zoom-container {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.zoom-container.zoom-container--mobile {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: visible;
}

.zoom-header-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transform-origin: 0 0;
  pointer-events: none;
  overflow: hidden;
  transition: none !important;
}
.zoom-header-layer .site-header {
  position: static;
  left: auto;
  right: auto;
  pointer-events: auto;
  transition: none !important;
}
.zoom-header-layer .mobile-nav {
  pointer-events: auto;
}

.zoom-pre-desktop .zoom-header-layer {
  width: var(--zoom-pre-content-width, 100%);
}

.zoom-pre-desktop .zoom-header-layer .site-header {
  width: 1920px;
  transform-origin: 0 0;
  transform: scale(var(--zoom-pre-scale, 1));
}

.zoom-pre-desktop .zoom-container {
  width: 100vw;
  height: 100vh;
}

.zoom-pre-desktop .zoom-wrapper {
  width: 1920px;
  transform-origin: 0 0;
  transform: scale(var(--zoom-pre-scale, 1));
}

.zoom-wrapper {
  transform-origin: 0 0;
}
.zoom-wrapper:not(.zoom-wrapper--mobile) {
  padding-bottom: 0;
}
.zoom-wrapper:not(.zoom-wrapper--mobile) .site-footer {
  margin-bottom: 0;
}
.zoom-wrapper:not(.zoom-wrapper--mobile) #main-content {
  margin-bottom: 0;
  width: 100%;
  max-width: 1920px;
}
.zoom-wrapper:not(.zoom-wrapper--mobile) #main-content > section + section {
  margin-top: -2px;
}
.zoom-wrapper:not(.zoom-wrapper--mobile) #main-content > section + .site-footer {
  margin-top: -2px;
}
.zoom-wrapper:not(.zoom-wrapper--mobile) #main-content > section + section > .grain-overlay {
  top: 2px;
}
.zoom-wrapper.zoom-wrapper--mobile {
  width: 100%;
  transform: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--dark, #111);
  transition: background 0.3s ease, transform 0.3s ease;
}
.site-header.is-hidden {
  transform: translateY(-100%);
}
.site-header.site-header--white {
  background: #ecedef;
}
.site-header.site-header--white .site-header__logo img {
  filter: brightness(0);
}
.site-header.site-header--white .site-header__nav-link {
  color: var(--dark, #111);
}
.site-header.site-header--white .site-header__nav-link:hover, .site-header.site-header--white .site-header__nav-link.is-active {
  color: var(--dark, #111);
}
.site-header.site-header--white .site-header__burger span {
  background-color: #1a1a1a;
}

.site-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
  width: 100%;
  max-width: 2560px;
  margin-inline: auto;
  padding: 24px;
}
@media (min-width: 1024px) {
  .site-header__inner {
    padding: 40px;
  }
}

.site-header__logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.site-header__logo img {
  height: 32px;
  width: auto;
  --site-header-logo-invert: 1;
  filter: brightness(0) invert(var(--site-header-logo-invert));
}
@media (min-width: 1024px) {
  .site-header__logo img {
    width: 114px;
    height: auto;
  }
}

.site-header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__nav {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-right: 4px;
    gap: 0;
  }
}

.site-header__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding-right: 48px;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
  color: #dadada;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}
.site-header__nav-link:last-child {
  padding-right: 0;
}
.site-header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: calc(100% - 48px);
  height: 1px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.site-header__nav-link:last-child::after {
  width: 100%;
}
.site-header__nav-link:hover::after, .site-header__nav-link.is-active::after {
  opacity: 1;
}
.site-header__nav-link:hover, .site-header__nav-link.is-active {
  color: #ffffff;
}

.site-header__nav-label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  vertical-align: top;
}
.site-header__nav-label .site-header__nav-label-text {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}
.site-header__nav-label .site-header__nav-label-text[data-layer=bottom] {
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.site-header__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-inline-start: auto;
  position: relative;
  z-index: 101;
}
@media (min-width: 1024px) {
  .site-header__burger {
    display: none;
  }
}
.site-header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__burger.is-open span:nth-child(2) {
  opacity: 0;
}
.site-header__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  padding: 100px 24px 40px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav.is-open {
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav__logo {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.mobile-nav__logo img {
  display: block;
  height: 32px;
  width: auto;
  --site-header-logo-invert: 1;
  filter: brightness(0) invert(var(--site-header-logo-invert));
}

.mobile-nav__close {
  position: absolute;
  top: 28px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
}
.mobile-nav__close span {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: currentColor;
}
.mobile-nav__close span:first-child {
  transform: rotate(45deg);
}
.mobile-nav__close span:last-child {
  transform: rotate(-45deg);
}

.mobile-nav__link {
  display: block;
  font-family: "Azeret Mono", monospace;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 400;
  line-height: 1.25;
  color: #dadada;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 16px 0;
  border-bottom: 1px solid #333333;
}
.mobile-nav__link:hover {
  color: #bc2020;
}

.mobile-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 16px 32px;
  background-color: #bc2020;
  color: #ffffff;
  font-weight: 500;
  border: none;
  text-align: center;
}
.mobile-nav__cta:hover {
  background-color: #a01a1a;
  color: #ffffff;
}

.mobile-nav__lang {
  margin-top: auto;
  display: flex;
  gap: 16px;
  padding-top: 32px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #dadada;
  font-family: "roc-grotesk", sans-serif;
  padding: 40px 40px 30px;
  box-sizing: border-box;
  border-radius: 0;
}

.site-footer__bg-scale {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-color: #111;
  pointer-events: none;
  transform-origin: 50% 0%;
  will-change: transform;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin-inline: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 438px 447px minmax(273px, 1fr);
  grid-template-rows: 290.19px 226.81px;
  grid-template-areas: "brand . ." "meta nav aside";
  column-gap: 32px;
  row-gap: 210px;
  align-items: start;
}

.site-footer__brand {
  grid-area: brand;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.site-footer__logo {
  display: block;
  flex-shrink: 0;
  height: 26px;
}
.site-footer__logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.site-footer__tagline-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 422px;
  min-height: 204px;
  box-sizing: border-box;
}

.site-footer__tagline {
  display: block;
  margin: 0;
  max-width: 398px;
  overflow: hidden;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-transform: uppercase;
  color: #dadada;
  white-space: normal;
}

.site-footer__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 0 25px;
  border: none;
  text-decoration: none;
  background-color: #ffffff;
  color: #111;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
.site-footer__cta:hover {
  background-color: #dadada;
  color: #111;
}
.site-footer__cta:focus-visible {
  outline: 2px solid #bc2020;
  outline-offset: 2px;
}

.site-footer__meta {
  grid-area: meta;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
  min-height: 0;
  width: 100%;
}

.site-footer__copyright-iso {
  margin: 0;
  align-self: start;
  justify-self: start;
  max-width: 100%;
  text-align: left;
  font-family: "Azeret Mono", monospace;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.3009090909;
  text-transform: uppercase;
  color: rgba(218, 218, 218, 0.6);
}

.site-footer__nav-main {
  grid-area: nav;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 447px;
  max-width: 100%;
  align-self: start;
  justify-self: start;
}

.site-footer__nav-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  min-height: 30px;
  text-decoration: none;
  color: #dadada;
  width: 100%;
}
.site-footer__nav-row:focus-visible, .site-footer__nav-row:active {
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer__nav-row:hover {
    color: #ffffff;
  }
  .site-footer__nav-row:hover .site-footer__nav-arrow-slot {
    width: 45px;
  }
}
.site-footer__nav-row:focus-visible .site-footer__nav-arrow-slot {
  width: 45px;
}
.site-footer__nav-row:focus-visible {
  outline: 2px solid #bc2020;
  outline-offset: 2px;
}

.site-footer__nav-indent {
  flex: 0 0 25px;
  width: 25px;
  align-self: stretch;
  pointer-events: none;
}

.site-footer__nav-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  min-height: 30px;
  min-width: 0;
  flex: 1;
}

.site-footer__nav-arrow-slot {
  flex: 0 0 auto;
  width: 0;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: width 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  .site-footer__nav-arrow-slot {
    transition: none;
  }
}

.site-footer__nav-arrow-img {
  display: block;
  flex-shrink: 0;
  width: 21px;
  height: 18px;
  pointer-events: none;
}

.site-footer__nav-label {
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  color: inherit;
  white-space: nowrap;
}

.site-footer__aside {
  grid-area: aside;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  min-width: 0;
}

.site-footer__address-block {
  width: auto;
  text-align: left;
}

.site-footer__address-line {
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-transform: uppercase;
  color: #dadada;
}
.site-footer__address-line + .site-footer__address-line {
  margin-top: 0;
}

.site-footer__social-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 438px;
  max-width: 100%;
}

.site-footer__social-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  min-height: 24px;
  text-decoration: none;
  color: #dadada;
}
.site-footer__social-row:hover, .site-footer__social-row:active {
  color: #ffffff;
}
.site-footer__social-row:focus-visible {
  color: #ffffff;
  outline: 2px solid #bc2020;
  outline-offset: 2px;
}

.site-footer__social-gutter {
  flex: 0 0 16px;
  width: 16px;
}

.site-footer__social-label {
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.site-footer__legal-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  gap: 5px;
  width: 273px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.site-footer__legal-link {
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-transform: uppercase;
  color: #dadada;
  text-decoration: none;
}
.site-footer__legal-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 32px 24px;
    border-radius: 0;
  }
  .site-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
    grid-template-rows: none;
  }
  .site-footer__brand {
    gap: 12px;
    width: 100%;
  }
  .site-footer__tagline-block {
    max-width: 100%;
    min-height: min(204px, 42vw);
  }
  .site-footer__tagline {
    max-width: 100%;
  }
  .site-footer__cta {
    width: 100%;
    max-width: 250px;
    padding: 0 25px;
  }
  .site-footer__meta {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
  .site-footer__nav-main {
    order: 2;
    align-self: flex-start;
    justify-self: stretch;
    max-width: 100%;
  }
  .site-footer__copyright-iso {
    align-self: stretch;
    order: 1;
    max-width: 100%;
  }
  .site-footer__nav-label {
    font-size: clamp(1.125rem, 4.8vw, 1.85rem);
    line-height: 1.05;
    white-space: normal;
  }
  .site-footer__aside {
    align-items: stretch;
    width: 100%;
    gap: 40px;
  }
  .site-footer__address-block {
    text-align: left;
    max-width: 100%;
  }
  .site-footer__social-block {
    align-items: flex-start;
    align-self: stretch;
    max-width: 100%;
  }
  .site-footer__social-label {
    font-size: clamp(1.125rem, 4vw, 1.45rem);
    line-height: 1.15;
  }
  .site-footer__legal-main {
    align-self: flex-start;
    width: 100%;
    padding-top: 0;
  }
}
.hero {
  position: relative;
  width: 100%;
  background: var(--dark, #111);
  color: #ffffff;
  overflow: hidden;
}

.hero__canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1200px;
  max-height: min(1200px, 100vh);
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
}

.hero__canvas-masked {
  width: 100%;
  height: 100%;
  mask-image: url("/assets/img/hero/hero-canvas-mask.svg");
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: 100% 100%;
  -webkit-mask-image: url("/assets/img/hero/hero-canvas-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: 100% 100%;
}

.hero__canvas-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--dark, #111);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 80px 24px 64px;
}
@media (min-width: 1024px) {
  .hero__content {
    width: 1920px;
    max-width: 1920px;
    margin-inline: 0;
    padding-top: 0;
    padding-inline: 42px;
    padding-bottom: 72px;
  }
}

.hero__subtitle {
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.05rem;
  color: rgba(218, 218, 218, 0.66);
  text-transform: uppercase;
  margin: 40px 0 0;
  text-wrap: pretty;
}
@media (min-width: 1024px) {
  .hero__subtitle {
    width: 490px;
    max-width: 490px;
    margin: 190px 0 0 auto;
    padding-right: 18px;
    line-height: 16.8px;
    box-sizing: border-box;
  }
}

.hero__subtitle-line {
  display: block;
}
@media (min-width: 1024px) {
  .hero__subtitle-line {
    white-space: nowrap;
  }
}

.hero__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .hero__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 30px;
    max-width: 100%;
  }
}

.hero__head-spacer {
  display: none;
}

.hero__head-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .hero__head-main {
    max-width: 1400px;
  }
}

.hero__eyebrow {
  display: block;
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(218, 218, 218, 0.66);
}

.hero__title {
  margin: 0;
  color: #dadada;
  font-family: "roc-grotesk", sans-serif;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 4.3125rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero__title {
    line-height: 1.04;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 4.375rem;
    line-height: 4.3125rem;
  }
}

.hero__title-line {
  display: inline;
}
@media (min-width: 1024px) {
  .hero__title-line {
    white-space: nowrap;
  }
}

.hero__video-shell {
  margin-top: 56px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #0a0a0a;
}
@media (min-width: 1024px) {
  .hero__video-shell {
    margin-top: 88px;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .hero__head {
    order: 1;
  }
  .hero__subtitle {
    order: 2;
  }
  .hero__video-shell {
    order: 3;
  }
}
.hero__video {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  min-height: 200px;
  transform: scale(1.045);
  transform-origin: center center;
}
@media (min-width: 1024px) {
  .hero__video {
    min-height: 0;
    aspect-ratio: 1811px/1028px;
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__video {
    display: none;
  }
}
.grain-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("/assets/img/hero/grain-sprite.png");
  background-repeat: repeat;
  background-size: 160px 1280px;
  opacity: 0.05;
  mix-blend-mode: screen;
  animation: grain-overlay-cycle 0.32s steps(8) infinite;
  will-change: background-position;
}

@keyframes grain-overlay-cycle {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1280px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .grain-overlay {
    animation: none;
  }
}
.card {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.2s ease;
}
.card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card__title {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  font-weight: 600;
  margin-bottom: 8px;
}

.card__desc {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #767676;
  line-height: 1.65;
}

.card--dark {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: #333333;
}
.card--dark .card__desc {
  color: #767676;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background-color: #bc2020;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.btn-primary:hover {
  background-color: #a01a1a;
  color: #ffffff;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background-color: transparent;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-outline:hover {
  background-color: #ffffff;
  color: #1a1a1a;
}

.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  margin-bottom: 8px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #1a1a1a;
  transition: border-color 0.2s ease;
}
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #bc2020;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #767676;
}

.form-textarea {
  resize: vertical;
  min-height: 150px;
}

.form-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.logo-bar {
  padding: 32px 0;
}

.logo-bar__label {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #767676;
  margin-bottom: 24px;
}

.logo-bar__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .logo-bar__row {
    gap: 56px;
  }
}

.logo-bar__item {
  height: 28px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .logo-bar__item {
    height: 36px;
  }
}
.logo-bar__item:hover {
  opacity: 1;
}
.logo-bar__item img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
}

.lang-switcher__link {
  font-size: 0.6875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #767676;
  padding: 4px 6px;
  transition: color 0.2s ease;
}
.lang-switcher__link:hover {
  color: #ffffff;
}
.lang-switcher__link.is-active {
  color: #ffffff;
  font-weight: 500;
}

.value-props {
  background-color: #ffffff;
  padding: 56px 24px 80px;
}
@media (min-width: 1024px) {
  .value-props {
    padding: 90px 24px 140px;
  }
}

.value-props__inner {
  max-width: 1920px;
  margin-inline: auto;
}

.value-props__title {
  color: #1c1c1c;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin: 0 0 44px;
}
@media (min-width: 1024px) {
  .value-props__title {
    font-size: clamp(1.875rem, 3.5vw + 1.5rem, 4.15rem);
    line-height: 0.95;
    margin-bottom: 72px;
  }
}

.value-props__title-line1,
.value-props__title-line2,
.value-props__title-line3 {
  display: block;
}

.value-props__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

@media (max-width: 919px) {
  .value-props__list {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
.value-props__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Icona sopra il titolo (Figma) */
.value-props__icon {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.value-props__item-title {
  font-size: clamp(1.125rem, 1vw + 1rem, 2.1625rem);
  font-weight: 400;
  line-height: 0.94;
  color: rgba(26, 26, 26, 0.8);
  margin: 0;
}

.value-props__item-desc {
  font-size: clamp(0.9375rem, 0.35vw + 0.9rem, 1.66875rem);
  font-weight: 400;
  line-height: 1.26;
  color: rgba(26, 26, 26, 0.6);
  letter-spacing: -0.56px;
  margin: 0;
}

.value-props__cta-wrap {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .value-props__cta-wrap {
    margin-top: 100px;
  }
}

.value-props__cta {
  display: flex !important;
  align-items: center;
  gap: 9px;
  padding: 14px 31px 14px 32px;
  background-color: #bc2020 !important;
  color: #ffffff !important;
  font-size: 0.7375rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.value-props__cta:hover {
  background-color: #a01a1a !important;
  color: #ffffff !important;
}

.value-props__cta-arrow {
  margin: 0;
}

.capabilities {
  position: relative;
  background-color: #dadada;
  color: #111111;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  border-image: none;
  padding-top: 150px;
  padding-bottom: 330px;
}
@media (prefers-reduced-motion: reduce) {
  .capabilities {
    background-color: #111111;
    color: #dadada;
  }
}

@media (max-width: 1023px) {
  .capabilities {
    padding-top: 96px;
    padding-bottom: 330px;
  }
}
@media (max-width: 767px) {
  .capabilities {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.capabilities__inner {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.capabilities__inner.container {
  display: flex;
  flex-direction: column;
  padding-inline: 40px;
  gap: 40px;
}
@media (max-width: 767px) {
  .capabilities__inner.container {
    padding-inline: 24px;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .capabilities__inner.container {
    gap: 60px;
  }
}

.capabilities__intro {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  color: var(--light, #111111);
}
@media (max-width: 767px) {
  .capabilities__intro {
    padding-top: 24px;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .capabilities__intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

.capabilities__intro-left {
  max-width: 904px;
}
@media (min-width: 1024px) {
  .capabilities__intro-left {
    padding-bottom: 63.59px;
  }
}

.capabilities__label {
  margin: 0 0 12px;
  color: inherit;
}

.capabilities__intro-title {
  margin: 0;
  color: inherit;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.capabilities__intro-title span {
  display: block;
}

.capabilities__intro-right {
  max-width: 904px;
  padding-top: 21px;
  padding-right: 32.37px;
}

.capabilities__intro-copy {
  margin: 0 0 32px;
  max-width: 31.6875rem;
  color: inherit;
  font-style: normal;
}
@media (max-width: 767px) {
  .capabilities__intro-copy {
    font-size: 1rem;
  }
}

.capabilities__scope-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border: 0;
  background: #ffffff;
  color: #111111;
  padding: 0 25px;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.capabilities__scope-btn:hover {
  background-color: #f2f2f2;
  color: #111111;
  opacity: 1;
}
.capabilities__scope-btn:focus-visible {
  color: #111111;
}

.capabilities__scope-btn-label {
  position: relative;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  line-height: 0.9375rem;
  vertical-align: top;
}

.capabilities__scope-btn-label-text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  white-space: nowrap;
  line-height: 0.9375rem;
  will-change: transform;
  color: inherit;
}

.capabilities__scope-btn-label-text[data-layer=bottom] {
  top: 100%;
  pointer-events: none;
}

.capabilities .capabilities__scope-btn:hover,
.capabilities .capabilities__scope-btn:focus-visible {
  color: #111111 !important;
}

.capabilities .capabilities__scope-btn:hover .capabilities__scope-btn-label-text,
.capabilities .capabilities__scope-btn:focus-visible .capabilities__scope-btn-label-text {
  color: #111111 !important;
}

.capabilities a.capabilities__scope-btn,
.capabilities a.capabilities__scope-btn:visited,
.capabilities a.capabilities__scope-btn:hover,
.capabilities a.capabilities__scope-btn:active,
.capabilities a.capabilities__scope-btn:focus-visible {
  color: #111111 !important;
}

.capabilities .capabilities__scope-btn.btn-primary.btn-white:hover,
.capabilities .capabilities__scope-btn.btn-primary.btn-white:focus-visible {
  background-color: #f2f2f2 !important;
  color: #111111 !important;
}

.capabilities__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 768px) {
  .capabilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .capabilities__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.capability-card {
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 440px;
  padding: 38px 24px 38px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .capability-card {
    padding: 102px 52px;
    height: 640px;
    min-height: 640px;
    max-height: 640px;
  }
}

.capabilities .capability-card__cta:not(.capability-card__cta--revealed) {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .capabilities .capability-card__cta {
    opacity: 1 !important;
  }
}
.capability-card__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  min-height: 0;
}

.capability-card__title {
  margin: 0;
  color: #111111;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: uppercase;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 336px;
  padding-inline: 22.456px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .capability-card__title {
    font-size: 1.3861875rem;
    line-height: 23.103px;
  }
}

.capability-card__icon {
  width: 160px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0 0;
}
@media (max-width: 1023px) {
  .capability-card__icon {
    width: 184px;
    height: 138px;
    margin: 22px 0 10px;
  }
}
@media (max-width: 767px) {
  .capability-card__icon {
    width: 104px;
    height: 78px;
  }
}
.capability-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.capability-card__desc {
  margin: 0;
  width: 336px;
  max-width: 100%;
  min-height: 150px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(17, 17, 17, 0.66);
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .capability-card__desc {
    flex: 0 0 auto;
    min-height: 180px;
    height: 180px;
    align-items: center;
  }
}

.capability-card__cta {
  box-sizing: border-box;
  margin: 10.808px 0 0;
}
@media (min-width: 1024px) {
  .capability-card__cta {
    margin: 0;
  }
}
.capability-card__cta {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 25px;
  color: #111111;
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875rem;
  text-transform: uppercase;
}

.capability-card__cta-arrow {
  display: inline-block;
  opacity: 0;
}

.ermit-arrow-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.ermit-arrow-control {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.ermit-arrow-control:hover, .ermit-arrow-control:focus-visible {
  background: #f2f2f2;
}
.ermit-arrow-control:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

.ermit-arrow-control__icon {
  width: 32px;
  height: 27px;
  display: block;
}

.ermit-arrow-control--prev .ermit-arrow-control__icon {
  transform: scaleX(-1);
  transform-origin: center;
}

@media (max-width: 767px) {
  .ermit-arrow-controls {
    gap: 0.5rem;
  }
  .ermit-arrow-control {
    width: 3rem;
    height: 3rem;
  }
  .ermit-arrow-control__icon {
    width: 26px;
    height: 22px;
  }
}
.why-ermit {
  --light: #111111;
  position: relative;
  background-color: rgb(218, 218, 218);
  color: #111111;
  overflow: visible;
}
@media (prefers-reduced-motion: reduce) {
  .why-ermit {
    --light: #dadada;
    background-color: #111111;
    color: #dadada;
  }
}
.why-ermit h2,
.why-ermit h3 {
  text-wrap: wrap;
}

.why-ermit__header {
  position: relative;
  z-index: 2;
  padding-top: clamp(4rem, 10vw, 12.5rem);
  padding-bottom: clamp(3rem, 8vw, 6.25rem);
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  border-image: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .why-ermit__header {
    padding-top: 2rem;
  }
}

.why-ermit__header-inner {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.why-ermit__header-inner > * {
  flex-shrink: 0;
}

.why-ermit__label {
  margin: 0 0 12px;
  color: inherit;
}

.why-ermit__title {
  display: block;
  width: 100%;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, 2.8vw + 0.85rem, 3.58125rem);
  line-height: 3.5625rem;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 32px;
  color: inherit;
  overflow: hidden;
}
@media (max-width: 767px) {
  .why-ermit__title {
    line-height: 1.08;
  }
}

.why-ermit__subtitle {
  margin: 0;
  max-width: 33.375rem;
  text-align: center;
  text-wrap: pretty;
  color: inherit;
}
@media (max-width: 767px) {
  .why-ermit__subtitle {
    font-size: 1rem;
  }
}

.why-ermit__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 128px;
  padding-bottom: clamp(4rem, 11vw, 12.5rem);
  grid-auto-rows: minmax(min-content, auto);
}
@media (min-width: 1024px) {
  .why-ermit__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-content: start;
    align-items: stretch;
  }
}

.why-ermit__stat-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .why-ermit__stat-column {
    position: sticky;
    top: 6rem;
    align-self: stretch;
    min-height: 0;
  }
}

.why-ermit__stat {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  gap: clamp(0.35rem, 1vw, 1.25rem);
}
@media (min-width: 1024px) {
  .why-ermit__stat {
    gap: 20px;
  }
}

.why-ermit__stat-number {
  font-family: "Azeret Mono", monospace;
  font-style: normal;
  font-weight: 100;
  font-size: clamp(3.5rem, 25vw, 30rem);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  flex-shrink: 0;
  color: var(--light, #dadada);
}
@media (min-width: 1024px) {
  .why-ermit__stat-number {
    font-size: 30rem;
    line-height: 330px;
  }
}

.why-ermit__stat-label {
  font-family: "Azeret Mono", monospace;
  font-size: clamp(0.875rem, 1.5vw + 0.35rem, 2.5rem);
  line-height: 1.68;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 18px;
  margin: 0;
  width: 100%;
  flex-shrink: 0;
  color: inherit;
}
@media (min-width: 1024px) {
  .why-ermit__stat-label {
    font-size: 2.5rem;
    line-height: 4.2rem;
  }
}

.why-ermit__pillars {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 12vw, 12.5rem);
  min-width: 0;
}
@media (min-width: 1024px) {
  .why-ermit__pillars {
    padding-left: clamp(1.5rem, 5vw, 3.75rem);
    padding-top: clamp(3rem, 8vw, 6.25rem);
  }
}
.why-ermit__pillars > * {
  flex-shrink: 0;
}

.why-ermit__pillar {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 31.6875rem;
}

.why-ermit .why-ermit__pillar:not(.why-ermit__pillar--revealed) {
  opacity: 0;
  transform: translateY(30px);
}

@media (prefers-reduced-motion: reduce) {
  .why-ermit .why-ermit__pillar {
    opacity: 1 !important;
    transform: none !important;
  }
}
.why-ermit__pillar-title {
  font-size: clamp(1.375rem, 1.5vw + 0.95rem, 2.425rem);
  margin: 0;
  color: inherit;
}
@media (max-width: 767px) {
  .why-ermit__pillar-title {
    line-height: 1.08;
  }
}
@media (min-width: 1024px) {
  .why-ermit__pillar-title {
    font-size: 2.425rem;
    line-height: 2.5rem;
  }
}

.why-ermit__pillar-body {
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  padding-top: 33px;
}
.why-ermit__pillar-body p {
  margin: 0;
  max-width: 29.75rem;
  color: inherit;
}
@media (max-width: 767px) {
  .why-ermit__pillar-body p {
    font-size: 1rem;
  }
}

.iot-module {
  background-color: #2d2c2f;
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
}
@media (min-width: 1024px) {
  .iot-module {
    padding: 96px 24px;
  }
}
@media (min-width: 1024px) {
  .iot-module {
    padding: 10.2rem 3.75rem;
  }
}

.iot-module__inner {
  padding-top: 50px;
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
@media (min-width: 1024px) {
  .iot-module__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
  }
}

@media (max-width: 1023px) {
  .iot-module__inner {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
  }
  .iot-module__left,
  .iot-module__right {
    display: contents;
  }
  .iot-module__label {
    order: 1;
  }
  .iot-module__title {
    order: 2;
  }
  .iot-module__right-desc {
    order: 3;
  }
  .iot-module__powered {
    order: 4;
  }
  .iot-module__image {
    order: 5;
  }
  .iot-module__features {
    order: 6;
  }
  .iot-module__cta {
    order: 7;
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .iot-module__left {
    order: 1;
    max-width: 38rem;
  }
}

@media (min-width: 1024px) {
  .iot-module__right {
    order: 2;
  }
}

.iot-module__right-desc {
  font-size: clamp(0.9rem, 2.5vw, 1.67rem);
  line-height: 1.26;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  max-width: 55ch;
}
@media (max-width: 1023px) {
  .iot-module__right-desc {
    font-size: 0.9875rem;
    line-height: 1.26;
    letter-spacing: -0.021em;
    max-width: none;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .iot-module__right-desc {
    margin-bottom: 2.75rem;
  }
}

.iot-module__powered {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  color: #969799;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .iot-module__powered {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .iot-module__powered {
    font-size: 1rem;
  }
}

.iot-module__powered-logo {
  height: 1.4em;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.iot-module__label {
  font-family: "roc-grotesk-condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #868686;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .iot-module__label {
    line-height: 1.4;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .iot-module__label {
    font-size: 1rem;
  }
}

.iot-module__title {
  font-size: clamp(1.75rem, 4vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #868686;
  margin-bottom: 40px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .iot-module__title {
    font-size: 2.125rem;
    line-height: 1.05;
    white-space: normal;
    margin-bottom: 0;
  }
}

.iot-module__features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  border-bottom: 1px dashed rgba(26, 26, 26, 0.4);
}
@media (max-width: 1023px) {
  .iot-module__features {
    margin-bottom: 0;
  }
}

.iot-module__feature {
  font-size: 1rem;
  line-height: 1.35;
  color: #fffcfc;
  padding: 1.31rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}
@media (max-width: 1023px) {
  .iot-module__feature {
    padding: 0.875rem 0;
    line-height: 1.225;
  }
}
@media (min-width: 1024px) {
  .iot-module__feature {
    font-size: 1.6rem;
    padding: 1.31rem 0;
  }
}

.iot-module__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 31px 14px 32px;
  background-color: #bc2020;
  color: #ffffff;
  font-size: 0.7375rem;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.iot-module__cta:hover {
  background-color: #a01a1a;
  color: #ffffff;
}

.iot-module__cta-arrow {
  margin: 0;
}

.iot-module__image {
  position: relative;
  width: 100%;
  height: 22rem;
  margin-top: 40px;
  padding-block: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .iot-module__image {
    height: auto;
    min-height: 0;
    margin-top: -16px;
    align-items: center;
    justify-content: center;
    padding-block: 32px;
  }
}
@media (min-width: 1024px) {
  .iot-module__image {
    width: 100%;
    margin-inline: auto;
    justify-content: center;
    align-items: flex-end;
    height: 24rem;
    margin-top: 56px;
  }
}
@media (min-width: 1024px) {
  .iot-module__image {
    height: 28rem;
    margin-top: 64px;
  }
}

.iot-module__image-main {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}
@media (max-width: 1023px) {
  .iot-module__image-main {
    height: auto;
    max-height: 18rem;
    width: auto;
    max-width: 100%;
    object-position: center center;
  }
}
@media (min-width: 1024px) {
  .iot-module__image-main {
    height: 24rem;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .iot-module__image-main {
    height: 28rem;
  }
}

.iot-module {
  background: var(--dark, #111);
  padding: clamp(4.5rem, 8vw, 8.5rem) 0;
}

.iot-module__inner {
  max-width: 1500px;
  padding-inline: clamp(1.25rem, 3vw, 3.75rem);
  grid-template-columns: 1fr;
  gap: clamp(2rem, 3vw, 3.5rem);
}
@media (min-width: 1024px) {
  .iot-module__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    align-items: start;
  }
}

.iot-module__left {
  max-width: 44rem;
}

.iot-module__label {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.75);
}

.iot-module__title {
  margin: 0;
  max-width: 22ch;
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #ffffff;
  white-space: normal;
  text-transform: uppercase;
}

.iot-module__subtitle {
  margin: 1.5rem 0 0;
  max-width: 32ch;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 1.25vw, 1.55rem);
  line-height: 1.15;
  text-transform: uppercase;
}

.iot-module__desc {
  margin: 1.2rem 0 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.4;
}

.iot-module__built-by {
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.iot-module__cta {
  margin-top: 1.35rem;
  padding: 0.65rem 1.1rem;
  font-size: 0.72rem;
  line-height: 1;
  text-transform: uppercase;
}

.iot-module__right {
  display: grid;
  gap: 1rem;
}

.iot-module__cards {
  position: relative;
  isolation: isolate;
  min-height: 20rem;
}

.iot-module__card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.iot-module__card--module {
  position: relative;
  z-index: 1;
  padding: 1rem;
  width: min(100%, 48rem);
  background: #d9d9d9;
  color: #111;
}

.iot-module__card--suite {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  margin-inline-start: auto;
  padding: 1rem;
  width: min(86%, 32rem);
  background: #0d0d0f;
  color: rgba(255, 255, 255, 0.94);
}

.iot-module__card-title {
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iot-module__card-copy {
  margin: 0;
  max-width: 44ch;
  font-size: 0.62rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.iot-module__card-device,
.iot-module__card-dashboard {
  display: grid;
  place-items: center;
  min-height: 10rem;
  border-radius: 10px;
}

.iot-module__card-device {
  background: none;
}

.iot-module__card-dashboard {
  background: linear-gradient(180deg, #1c1c1e 0%, #080808 100%);
}

.iot-module__card-device img,
.iot-module__card-dashboard img {
  display: block;
  width: min(100%, 8.5rem);
  height: auto;
  opacity: 0.95;
}

.iot-module__card-badge {
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.65rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #222;
}

.iot-module__powered {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.64);
}

.iot-module__powered-logo {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .iot-module__cards {
    min-height: clamp(22rem, 32vw, 30rem);
  }
  .iot-module__card--module {
    position: absolute;
    inset: 0 auto auto 0;
    width: min(100%, 52rem);
    min-height: clamp(20rem, 26vw, 27rem);
    padding: clamp(1.1rem, 1.7vw, 1.5rem);
  }
  .iot-module__card--suite {
    position: absolute;
    inset: clamp(1.2rem, 2.8vw, 2.5rem) 0 auto auto;
    width: min(52%, 31rem);
    min-height: clamp(18rem, 24vw, 24rem);
    padding: clamp(1rem, 1.4vw, 1.3rem);
    margin: 0;
    transform: translateX(60px);
    opacity: 0.6;
  }
  .iot-module__card-device,
  .iot-module__card-dashboard {
    min-height: clamp(11rem, 16vw, 16rem);
  }
  .iot-module__card-device img,
  .iot-module__card-dashboard img {
    width: min(100%, 10.5rem);
  }
}
.iot-module#iot-module {
  background: var(--dark, #111);
  padding-top: 50px;
  padding-bottom: 236px;
}
@media (min-width: 1024px) {
  .iot-module#iot-module {
    padding-top: 160px;
  }
}

.iot-module#iot-module .iot-module__inner {
  max-width: 1920px;
  padding-inline: clamp(1.5rem, 4vw, 4rem);
  gap: clamp(2.2rem, 3vw, 4rem);
}

.iot-module#iot-module .iot-module__left {
  width: fit-content;
  max-width: 64rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: start;
  --iot-left-copy-gap: clamp(1rem, 2vw, 1.75rem);
}

.iot-module#iot-module .iot-module__label {
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(0.95rem, 1vw, 1.1rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.84);
}

.iot-module#iot-module .iot-module__title {
  margin-bottom: 0;
  margin-top: 0;
  max-width: none;
  font-family: "roc-grotesk", sans-serif;
  font-size: 2.96875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.125rem;
  color: var(--light, #dadada);
  text-transform: uppercase;
  letter-spacing: 0;
  text-wrap: balance;
}

.iot-module#iot-module .iot-module__title-line {
  display: block;
  white-space: nowrap;
}

.iot-module#iot-module .iot-module__built-by {
  margin: var(--iot-left-copy-gap) 0 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.05rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.iot-module#iot-module .iot-module__subtitle {
  margin: var(--iot-left-copy-gap) 0 0;
  max-width: 30ch;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.8rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #d8d8d8;
  letter-spacing: 0;
  text-transform: uppercase;
}

.iot-module#iot-module .iot-module__subtitle-line {
  display: block;
  white-space: nowrap;
}

.iot-module#iot-module .iot-module__desc {
  margin: 3.1rem 0 0;
  max-width: 52ch;
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.iot-module#iot-module .iot-module__powered {
  margin: 5.3rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1.18rem);
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}

.iot-module#iot-module .iot-module__powered-logo {
  width: 8.2rem;
  height: auto;
}

.iot-module#iot-module .iot-module__cta {
  margin-top: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 0;
  background: #ededed;
  color: #101010;
  font-family: "Azeret Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  padding: 0 25px;
  text-align: center;
}

.iot-module#iot-module .iot-module__cta:hover {
  background: #ffffff;
  color: #101010;
}

.iot-module#iot-module .iot-module__cta-arrow {
  display: none;
}

.iot-module#iot-module .iot-module__right {
  align-self: center;
  width: min(100%, 50rem);
  justify-self: center;
  overflow: visible;
}

.iot-module#iot-module .iot-module__cards {
  min-height: 43.75rem;
  overflow: visible;
}

.iot-module#iot-module .iot-module__card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
}

.iot-module#iot-module .iot-module__card--module {
  background: #dadada;
  color: #111111;
  border: none;
  border-radius: 20px;
  padding: 2.5rem 2.5rem 1.875rem;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto minmax(18rem, 1fr) auto;
  gap: 0.7rem;
  box-shadow: none;
  margin-right: 30px;
}

.iot-module#iot-module .iot-module__card--suite {
  background: #0e0e10;
  color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 20px;
  box-sizing: border-box;
  width: 806px;
  max-width: 806px;
  margin-right: 30px;
}

.iot-module#iot-module .iot-module__card--suite .iot-module__card-dashboard {
  align-self: stretch;
  background: transparent;
  margin-right: -2.5rem;
  margin-bottom: -1.875rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.iot-module#iot-module .iot-module__card-title {
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.31875rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: inherit;
  max-width: 16ch;
}

.iot-module#iot-module .iot-module__card--module .iot-module__card-title {
  max-width: none;
  white-space: nowrap;
}

.iot-module#iot-module .iot-module__card-copy {
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 33.2ch;
  color: inherit;
}

.iot-module#iot-module .iot-module__card--module .iot-module__card-copy {
  max-width: 46ch;
  white-space: pre-line;
}

.iot-module#iot-module .iot-module__card--suite .iot-module__card-copy {
  max-width: 45ch;
}

.iot-module#iot-module .iot-module__card-device,
.iot-module#iot-module .iot-module__card-dashboard {
  position: relative;
  min-height: clamp(12rem, 18vw, 18rem);
  border-radius: 12px;
  overflow: hidden;
}

.iot-module#iot-module .iot-module__card-device {
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  min-height: clamp(17rem, 29vw, 29rem);
  margin-top: 0;
}

.iot-module#iot-module .iot-module__device-screen {
  position: absolute;
  top: 16%;
  left: 17%;
  width: 30%;
  height: 46%;
  border: 2px solid #2b2b2b;
  background: linear-gradient(180deg, #2b2b2b, #151515);
}

.iot-module#iot-module .iot-module__device-led {
  position: absolute;
  left: 13%;
  bottom: 14%;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #3af15a;
  box-shadow: 0 0 10px rgba(58, 241, 90, 0.8);
}

.iot-module#iot-module .iot-module__card-dashboard {
  background: #101010;
}

.iot-module#iot-module .iot-module__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.iot-module#iot-module .iot-module__card-image--module {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(165%, 56rem);
  height: auto;
  max-height: 32rem;
  border-radius: 20px;
  clip-path: inset(0 round 20px);
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
}

.iot-module#iot-module .iot-module__card--suite .iot-module__card-image {
  transform: translateY(-4%) scale(1.1);
  transform-origin: center;
}

.iot-module#iot-module .iot-module__dashboard-screen {
  position: absolute;
  inset: 14% 10% 14% 10%;
  border-radius: 8px;
  background: radial-gradient(circle at 25% 30%, rgba(0, 255, 163, 0.18), transparent 38%), linear-gradient(180deg, #1d1e20 0%, #0f1011 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.iot-module#iot-module .iot-module__card-badge {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  line-height: 16.8px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #111111;
}

.iot-module#iot-module .iot-module__card-badge-icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}

.iot-module#iot-module .iot-module__card-badge-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .iot-module#iot-module .iot-module__cards {
    min-height: calc(43.75rem + 6px);
  }
  .iot-module#iot-module .iot-module__card--module,
  .iot-module#iot-module .iot-module__card--suite {
    position: absolute;
    inset: 0 30px auto auto;
    padding: 2.5rem 2.5rem 1.875rem;
    border-radius: 20px;
  }
  .iot-module#iot-module .iot-module__card--module {
    width: 800px;
    max-width: 800px;
    height: 43.75rem;
    max-height: 43.75rem;
    min-height: 43.75rem;
    z-index: 1;
  }
  .iot-module#iot-module .iot-module__card--suite {
    width: 806px;
    max-width: 806px;
    height: calc(43.75rem + 6px);
    max-height: calc(43.75rem + 6px);
    min-height: calc(43.75rem + 6px);
    left: auto;
    right: 30px;
    margin-right: 0;
    transform: translateX(76%);
    opacity: 1;
    pointer-events: none;
    z-index: 3;
    will-change: transform, opacity;
    transition: transform 0.35s ease;
  }
  .iot-module#iot-module:not(.iot-module--scroll-cards) .iot-module__cards:hover .iot-module__card--suite {
    transform: translateX(4%);
    opacity: 1;
  }
  .iot-module#iot-module:not(.iot-module--scroll-cards) .iot-module__right:hover .iot-module__card--suite {
    transform: translateX(4%);
    opacity: 1;
  }
}
.iot-module#iot-module.iot-module--scroll-cards .iot-module__card--suite {
  transform: none;
  transition: none;
}

@media (min-width: 1024px) {
  .iot-module#iot-module .iot-module__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
  }
  .iot-module#iot-module .iot-module__right {
    width: 800px;
    max-width: 800px;
    justify-self: center;
    overflow: visible;
  }
  .iot-module#iot-module .iot-module__title {
    max-width: none;
  }
  .iot-module#iot-module .iot-module__cards {
    min-height: calc(43.75rem + 6px);
  }
  .iot-module#iot-module .iot-module__card--module {
    position: absolute;
    inset: 0 30px auto auto;
    width: 800px;
    max-width: 800px;
    height: 43.75rem;
    max-height: 43.75rem;
    min-height: 43.75rem;
    padding: 2.5rem 2.5rem 1.875rem;
    border-radius: 20px;
    margin-right: 0;
    z-index: 1;
  }
  .iot-module#iot-module .iot-module__card--suite {
    position: absolute;
    inset: 0 30px auto auto;
    width: 806px;
    max-width: 806px;
    height: calc(43.75rem + 6px);
    max-height: calc(43.75rem + 6px);
    min-height: calc(43.75rem + 6px);
    padding: 2.5rem 2.5rem 1.875rem;
    border-radius: 20px;
    transform: translateX(76%);
    opacity: 1;
    pointer-events: none;
    z-index: 3;
    will-change: transform, opacity;
    transition: transform 0.35s ease;
  }
  .iot-module#iot-module:not(.iot-module--scroll-cards) .iot-module__cards:hover .iot-module__card--suite,
  .iot-module#iot-module:not(.iot-module--scroll-cards) .iot-module__right:hover .iot-module__card--suite {
    transform: translateX(8%);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1023px) {
  .iot-module#iot-module .iot-module__right {
    width: 100%;
    max-width: none;
  }
  .iot-module#iot-module .iot-module__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: 0;
    padding-bottom: 0;
  }
  .iot-module#iot-module .iot-module__card--module,
  .iot-module#iot-module .iot-module__card--suite {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    will-change: auto;
    transition: none;
    margin-right: 0;
  }
  .iot-module#iot-module .iot-module__card--suite {
    margin-top: 0;
    margin-inline-start: 0;
  }
  .iot-module#iot-module .iot-module__left {
    display: contents;
    --iot-left-copy-gap: 0.75rem;
  }
  .iot-module#iot-module .iot-module__cta {
    order: 99;
    align-self: flex-start;
  }
  .iot-module#iot-module .iot-module__title,
  .iot-module#iot-module .iot-module__built-by {
    order: initial;
  }
  .iot-module#iot-module .iot-module__title-line,
  .iot-module#iot-module .iot-module__subtitle-line {
    display: inline;
    white-space: normal;
  }
  .iot-module#iot-module .iot-module__title-line::after,
  .iot-module#iot-module .iot-module__subtitle-line::after {
    content: " ";
  }
  .iot-module#iot-module .iot-module__title {
    max-width: 15ch;
    font-size: 2.125rem;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }
  .iot-module#iot-module .iot-module__subtitle {
    font-size: clamp(1.2rem, 4.8vw, 1.8rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
  .iot-module#iot-module .iot-module__built-by {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
  .iot-module#iot-module .iot-module__desc {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .iot-module#iot-module .iot-module__card--module {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    min-height: 31rem;
    border-radius: 20px;
    padding: 1.75rem 1.75rem 1.4rem;
    margin-right: 0;
  }
  .iot-module#iot-module .iot-module__card--suite {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    min-height: 29rem;
    border-radius: 20px;
    padding: 1.75rem 1.75rem 1.4rem;
    margin-top: 0;
    margin-right: 0;
    margin-inline-start: 0;
  }
  .iot-module#iot-module .iot-module__card--suite .iot-module__card-dashboard {
    margin-right: -1rem;
    margin-bottom: -1rem;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .iot-module#iot-module .iot-module__card-title {
    font-size: 1.05rem;
    max-width: none;
  }
  .iot-module#iot-module .iot-module__card-copy {
    font-size: 0.7rem;
    line-height: 1.05rem;
    max-width: none;
  }
  .iot-module#iot-module .iot-module__card-image--module {
    width: min(125%, 20rem);
    max-height: 16rem;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .iot-module#iot-module .iot-module__card--module {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    min-height: 24rem;
    border-radius: 18px;
    padding: 1.25rem;
    margin-right: 0;
  }
  .iot-module#iot-module .iot-module__card--suite {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    min-height: 22rem;
    border-radius: 18px;
    padding: 1.25rem;
    margin-top: 0;
    margin-right: 0;
    margin-inline-start: 0;
  }
  .iot-module#iot-module .iot-module__card--suite .iot-module__card-dashboard {
    margin-right: -1rem;
    margin-bottom: -1rem;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .iot-module#iot-module .iot-module__card-title {
    font-size: 1.05rem;
    max-width: none;
  }
  .iot-module#iot-module .iot-module__card-copy {
    font-size: 0.7rem;
    line-height: 1.05rem;
    max-width: none;
  }
  .iot-module#iot-module .iot-module__card-image--module {
    width: min(125%, 20rem);
    max-height: 16rem;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
.iot-module#iot-module .iot-module__cards {
  --iot-cards-progress: 0;
  position: relative;
}

.iot-module#iot-module .iot-module__cards-progress {
  display: none;
}

@media (min-width: 1024px) {
  .iot-module#iot-module.iot-module--scroll-cards .iot-module__cards {
    min-height: 43.75rem;
  }
  .iot-module#iot-module.iot-module--scroll-cards .iot-module__card--module,
  .iot-module#iot-module.iot-module--scroll-cards .iot-module__card--suite {
    position: absolute;
    inset: 0 30px auto auto;
    left: auto;
    right: 30px;
    width: 800px;
    max-width: 800px;
    height: 43.75rem;
    max-height: 43.75rem;
    min-height: 43.75rem;
    margin-right: 0;
    transform: none;
    transition: none;
  }
  .iot-module#iot-module.iot-module--scroll-cards .iot-module__card--module {
    z-index: 2;
    opacity: calc(1 - var(--iot-cards-progress));
  }
  .iot-module#iot-module.iot-module--scroll-cards .iot-module__card--suite {
    z-index: 4;
    opacity: 1;
    pointer-events: none;
    clip-path: inset(calc((1 - var(--iot-cards-progress)) * 100%) 0 0 0 round 20px);
  }
  .iot-module#iot-module:not(.iot-module--scroll-cards) .iot-module__cards:hover,
  .iot-module#iot-module:not(.iot-module--scroll-cards) .iot-module__right:hover {
    --iot-cards-progress: 1;
  }
}
@media (max-width: 1023px) {
  .iot-module#iot-module .iot-module__cards {
    --iot-cards-progress: 1;
  }
  .iot-module#iot-module .iot-module__cards-progress {
    display: none;
  }
  .iot-module#iot-module .iot-module__card--suite {
    clip-path: none;
    opacity: 1;
  }
}
.expertise-spotlight {
  position: relative;
  background-color: #e0e0e0;
  padding: 5rem 24px 80px;
  color: #1a1a1a;
}
@media (min-width: 1024px) {
  .expertise-spotlight {
    padding-top: 300px;
    padding-bottom: 1px;
  }
}
.expertise-spotlight--selected-work {
  --sw-aside-fg: #1a1a1a;
  background-color: #e0e0e0;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  overflow-x: visible;
}
@media (min-width: 1024px) {
  .expertise-spotlight--selected-work {
    padding-top: 6.5rem;
    padding-bottom: 5.5rem;
  }
}
.expertise-spotlight--selected-work .expertise-spotlight__inner {
  max-width: 100%;
  padding-inline: 0;
  gap: 0;
  overflow-x: visible;
}
@media (prefers-reduced-motion: reduce) {
  .expertise-spotlight--selected-work {
    --sw-aside-fg: #dadada;
    background: var(--dark, #111);
  }
}

.expertise-spotlight.expertise-spotlight--selected-work.expertise-spotlight--project-page-spotlight {
  --sw-aside-fg: #dadada;
  background-color: var(--dark, #111);
  --selected-work-carousel-arrow-border: rgba(218, 218, 218, 0.45);
  --selected-work-carousel-arrow-border-hover: #dadada;
  --selected-work-carousel-arrow-color: #dadada;
  --selected-work-carousel-arrow-hover-bg: rgba(255, 255, 255, 0.08);
}
@media (prefers-reduced-motion: reduce) {
  .expertise-spotlight.expertise-spotlight--selected-work.expertise-spotlight--project-page-spotlight {
    --sw-aside-fg: #dadada;
    background-color: var(--dark, #111);
  }
}
.expertise-spotlight.expertise-spotlight--selected-work.expertise-spotlight--project-page-spotlight .expertise-spotlight__selected-work-carousel-wrap {
  padding-top: 0;
}

.expertise-spotlight__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media (min-width: 1024px) {
  .expertise-spotlight__inner {
    gap: 5.75rem;
  }
}

.expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__inner {
  align-items: center;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__inner {
    gap: 8.25rem;
  }
}

.expertise-spotlight__heading {
  width: 100%;
  max-width: 55.938rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.expertise-spotlight__label {
  margin: 0;
  color: #000000;
}

.expertise-spotlight__title {
  margin: 0;
  max-width: 54.875rem;
  font-size: clamp(2.2rem, 4.4vw, 3.581rem);
  font-weight: 500;
  line-height: clamp(2.3rem, 4.35vw, 3.5625rem);
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  text-wrap: wrap;
}

.expertise-spotlight__split-line {
  display: block;
  overflow: hidden;
}

.expertise-spotlight__description {
  margin: 0;
  max-width: 34.375rem;
  padding-inline: 0.41rem;
  color: #000000;
}
@media (max-width: 767px) {
  .expertise-spotlight__description {
    font-size: 1rem;
  }
}

@keyframes expertise-carousel-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel {
  overflow: hidden;
  width: calc(100% + 24px * 2);
  margin-inline: calc(-1 * 24px);
  flex-shrink: 0;
  min-height: 18rem;
  padding-block: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel {
    min-height: 24.5rem;
  }
}
@media (min-width: 1024px) {
  .expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel {
    width: 100%;
    margin-inline: 0;
    display: block;
    min-height: 19rem;
    padding-block: 2.75rem;
  }
}

.expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-row {
  width: 100%;
  overflow: hidden;
}

.expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-row--secondary {
  display: block;
}
@media (min-width: 1024px) {
  .expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-row--secondary {
    display: none;
  }
}

.expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-row--secondary .expertise-spotlight__carousel-track {
  animation-direction: reverse;
}

.expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-track {
  display: flex;
  width: max-content;
  height: 6rem;
  animation: expertise-carousel-scroll 120s linear infinite;
}
@media (max-width: 767px) {
  .expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-track {
    height: 9.5rem;
  }
}
@media (min-width: 1024px) {
  .expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-track {
    height: 13.5rem;
  }
}

.expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-strip {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2.5rem;
  height: 100%;
  padding-inline: 0;
}
@media (min-width: 1024px) {
  .expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-strip {
    gap: 3.5rem;
  }
}
.expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-strip img {
  flex: 0 0 clamp(9rem, 34vw, 13rem);
  width: clamp(9rem, 34vw, 13rem);
  max-width: none;
  height: 96px;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%);
  opacity: 0.9;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-strip img {
    flex: 0 0 clamp(13.5rem, 56vw, 18.5rem);
    width: clamp(13.5rem, 56vw, 18.5rem);
    height: 152px;
  }
}
@media (min-width: 1024px) {
  .expertise-spotlight:not(.expertise-spotlight--selected-work) .expertise-spotlight__carousel-strip img {
    flex-basis: 18.75rem;
    width: 18.75rem;
    height: 234px;
  }
}

.expertise-spotlight__selected-work-layout {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  width: 100%;
  overflow-x: visible;
}
@media (min-width: 1024px) {
  .expertise-spotlight__selected-work-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(1.5rem, 2.1vw, 2.75rem);
  }
}

.expertise-spotlight--selected-work-carousel .expertise-spotlight__inner {
  gap: 1rem;
}
@media (min-width: 1024px) {
  .expertise-spotlight--selected-work-carousel .expertise-spotlight__inner {
    gap: 1.875rem;
  }
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-label {
  margin: 0;
  align-self: flex-start;
  color: var(--sw-aside-fg, #1a1a1a);
  text-transform: uppercase;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-controls {
  min-height: 3.75rem;
}
@media (max-width: 767px) {
  .expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-controls {
    min-height: 3rem;
  }
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-arrow {
  flex-shrink: 0;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  padding-bottom: 0.6rem;
  -ms-overflow-style: auto;
  scrollbar-width: none;
  scrollbar-color: auto;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-track::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-track::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-track::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-track::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card {
  flex: 0 0 min(88vw, 596px);
  width: min(88vw, 596px);
  aspect-ratio: 596/748;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  background: #838383;
  border-radius: 20px;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #dadada;
  border-radius: inherit;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-radius: inherit;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card-sector-badge {
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-transform: uppercase;
  color: #111;
  background: #fff;
  border-radius: 4px;
  padding: 0.625rem;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card-copy {
  width: 100%;
  max-width: calc(100% - 1rem);
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card-title {
  margin: 0;
  font-size: clamp(1.5rem, 1.2rem + 1.15vw, 1.8rem);
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #dadada;
  letter-spacing: 0;
}
.expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card-slogan {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #dadada;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-wrap {
    padding-top: 0;
    gap: 1.25rem;
  }
  .expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-track {
    gap: 1.75rem;
  }
  .expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card {
    flex: 0 0 calc((100% - 3.5rem) / 3);
    width: calc((100% - 3.5rem) / 3);
    min-width: 0;
  }
  .expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card-overlay {
    padding: 1.4rem;
  }
}

.expertise-spotlight__selected-work-aside {
  flex: 0 0 12.9rem;
  padding-top: 0.75rem;
}
@media (min-width: 1024px) {
  .expertise-spotlight__selected-work-aside {
    position: sticky;
    top: 6.5rem;
  }
}

.expertise-spotlight__selected-work-list {
  margin: 0;
  padding: 0 0 0 1rem;
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.expertise-spotlight__selected-work-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: var(--selected-work-indicator-height, 15px);
  transform: translateY(var(--selected-work-indicator-y, 0px));
  background: var(--sw-aside-fg);
  transition: transform 0.26s ease, height 0.26s ease;
}
.expertise-spotlight__selected-work-list li {
  opacity: 0.4;
  transition: opacity 0.25s ease;
}
.expertise-spotlight__selected-work-list li.is-active {
  opacity: 1;
}
.expertise-spotlight__selected-work-list .expertise-spotlight__selected-work-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  color: var(--sw-aside-fg);
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 0.88;
  transition: opacity 0.2s ease;
}
.expertise-spotlight__selected-work-list .expertise-spotlight__selected-work-trigger:hover, .expertise-spotlight__selected-work-list .expertise-spotlight__selected-work-trigger:focus-visible {
  opacity: 1;
}

.expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(23rem, 48vw, 41rem);
  border-radius: 1.25rem;
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  color: #dadada;
}
.expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card .expertise-spotlight__selected-work-card-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  text-decoration: none;
  color: transparent;
  cursor: pointer;
}
.expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card .expertise-spotlight__selected-work-card-hit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}
@media (min-width: 1024px) {
  .expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card {
    flex: 1 1 0;
    min-width: 0;
    min-height: clamp(36rem, 43vw, 52rem);
    width: calc(100% + 10.125rem);
    max-width: calc(100% + 10.125rem);
    margin-right: calc(-1 * 10.125rem);
  }
}
.expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card .expertise-spotlight__selected-work-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card .expertise-spotlight__selected-work-photo {
  position: absolute;
  left: 0;
  top: -1.71%;
  width: 100%;
  height: 103.42%;
  max-width: none;
  object-fit: cover;
  object-position: 78% 42%;
  transform: scale(1.01);
  transform-origin: 78% 42%;
  transition: transform 0.35s ease;
  z-index: 1;
}
.expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card .expertise-spotlight__selected-work-photo--under {
  opacity: 0;
  z-index: 0;
}
.expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card:hover .expertise-spotlight__selected-work-photo, .expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card:focus-within .expertise-spotlight__selected-work-photo {
  transform: scale(1.04);
}

@media (min-width: 1024px) {
  .expertise-spotlight--selected-work:not(.expertise-spotlight--project-page-spotlight) .expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card {
    margin-left: 5rem;
  }
}

.expertise-spotlight__project-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.58rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #dadada;
}

.expertise-spotlight__selected-work-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.expertise-spotlight__selected-work-overlay-pane {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.5rem;
  padding: 1.25rem;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .expertise-spotlight__selected-work-overlay-pane {
    justify-content: flex-end;
    padding: 2rem;
    gap: 1.5rem;
  }
}

.expertise-spotlight__selected-work-overlay-pane--under {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.expertise-spotlight__selected-work-content {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  max-width: 30rem;
}

.expertise-spotlight__project-slogan {
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #dadada;
  max-width: 20rem;
}

.expertise-spotlight__selected-work-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
  text-decoration: none;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #dadada;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}
.expertise-spotlight__selected-work-cta:hover, .expertise-spotlight__selected-work-cta:focus-visible {
  opacity: 1;
}
.expertise-spotlight__selected-work-card:hover .expertise-spotlight__selected-work-cta, .expertise-spotlight__selected-work-card:focus-within .expertise-spotlight__selected-work-cta {
  opacity: 1;
}
.expertise-spotlight__selected-work-cta svg {
  width: 1rem;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.expertise-spotlight__selected-work-meta {
  margin: 0;
  align-self: stretch;
  width: 100%;
  max-width: 24.625rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.expertise-spotlight__selected-work-meta div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  min-width: 0;
}
.expertise-spotlight__selected-work-meta dt,
.expertise-spotlight__selected-work-meta dd {
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #dadada;
}
.expertise-spotlight__selected-work-meta dd {
  text-align: right;
}

.expertise-spotlight__arrows {
  display: none;
}

@media (max-width: 1023px) {
  .expertise-spotlight__selected-work-aside {
    order: 2;
  }
  .expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card {
    order: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .expertise-spotlight__selected-work-aside {
    flex-basis: 10rem;
  }
  .expertise-spotlight__selected-work-list .expertise-spotlight__selected-work-trigger {
    font-size: 0.78rem;
  }
}
@media (max-width: 640px) {
  .expertise-spotlight--selected-work-carousel .expertise-spotlight__selected-work-carousel-track {
    scroll-padding-inline: 0;
  }
  .expertise-spotlight--selected-work-carousel .expertise-spotlight__project-card {
    flex: 0 0 100%;
    width: 100%;
  }
  .expertise-spotlight__selected-work-list .expertise-spotlight__selected-work-trigger {
    font-size: 0.75rem;
  }
  .expertise-spotlight__selected-work-overlay-pane {
    padding: 1rem;
  }
  .expertise-spotlight__project-title {
    font-size: clamp(1.75rem, 8.5vw, 2.45rem);
  }
}
body.zoom-desktop .expertise-spotlight__selected-work-carousel-track {
  scrollbar-width: none !important;
  scrollbar-color: auto !important;
}
body.zoom-desktop .expertise-spotlight__selected-work-carousel-track::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
body.zoom-desktop .expertise-spotlight__selected-work-carousel-track::-webkit-scrollbar-track, body.zoom-desktop .expertise-spotlight__selected-work-carousel-track::-webkit-scrollbar-thumb {
  background: transparent !important;
  border-radius: 0 !important;
}
body.zoom-desktop .expertise-spotlight__selected-work-layout {
  gap: 42px;
  align-items: flex-start;
}
body.zoom-desktop .expertise-spotlight__selected-work-aside {
  flex-basis: 207px;
  padding-top: 64px;
  position: static;
}
body.zoom-desktop .expertise-spotlight__selected-work-list {
  gap: 8px;
}
body.zoom-desktop .expertise-spotlight__selected-work-list .expertise-spotlight__selected-work-trigger {
  font-size: 0.875rem;
  line-height: 1.2;
}
body.zoom-desktop .expertise-spotlight--project-page-spotlight.expertise-spotlight--selected-work .expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card {
  min-height: 946px;
  border-radius: 20px;
  width: calc(100% + 162px);
  max-width: calc(100% + 162px);
  margin-right: -162px;
}
body.zoom-desktop .expertise-spotlight--selected-work:not(.expertise-spotlight--project-page-spotlight) .expertise-spotlight__projects-carousel.expertise-spotlight__selected-work-card {
  flex: 0 0 1601px;
  width: 1601px;
  max-width: 1601px;
  min-width: 1601px;
  height: 991.77px;
  min-height: 991.77px;
  border-radius: 20px;
  margin-left: 144px;
  margin-right: 0;
}
body.zoom-desktop .expertise-spotlight__selected-work-overlay-pane {
  padding: 32px;
  gap: 1.5rem;
}

.exein-partnership {
  background: #dadada;
  padding: 80px 24px;
}
@media (min-width: 1024px) {
  .exein-partnership {
    padding: 115px 0 95px;
  }
}

.exein-partnership__inner {
  max-width: 1352px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.exein-partnership__eyebrow {
  margin: 0 0 16px;
  color: #1a1a1a;
}

.exein-partnership__title {
  margin: 0 0 20px;
  max-width: 1060px;
  color: #1a1a1a;
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(2rem, 4.6vw, 3.58125rem);
  line-height: 3.5625rem;
  font-weight: 500;
  text-transform: uppercase;
  text-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .exein-partnership__title {
    line-height: 1.08;
  }
}
@media (min-width: 1024px) {
  .exein-partnership__title {
    font-size: 3.58125rem;
    line-height: 3.5625rem;
  }
}

.exein-partnership__split-line {
  display: block;
  overflow: hidden;
}

.exein-partnership__intro {
  margin: 0;
  max-width: 798px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .exein-partnership__intro {
    font-size: 1rem;
  }
}

.exein-partnership__brand {
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.exein-partnership__logo {
  width: 142px;
  height: auto;
  display: block;
  filter: invert(1);
}

.exein-partnership__partner-label {
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
}

.exein-partnership__products {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .exein-partnership__products {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 72px;
  }
}

.exein-partnership__product {
  text-align: left;
  background: linear-gradient(178.72deg, #eb8034 1.87%, #db230a 70.95%, #000 272.75%);
  border-radius: 20px;
  padding: 48px 24px 36px;
  width: min(100%, 668px);
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 1024px) {
  .exein-partnership__product {
    flex: 0 0 668px;
    min-height: 421px;
    padding: 60px 40px;
    gap: 40px;
  }
}

.exein-partnership__product-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.8rem;
  line-height: 1.875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.exein-partnership__product-index {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(218, 218, 218, 0.2);
  color: #ffffff;
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.05rem;
  font-weight: 400;
  text-transform: uppercase;
}

.exein-partnership__product-desc {
  margin: 0;
  color: #ffffff;
  font-family: "Azeret Mono", monospace;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .exein-partnership__product-desc {
    font-size: 1rem;
  }
}

.exein-partnership__cta {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 0 25px;
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.exein-partnership__cta:hover {
  background-color: #f2f2f2;
  color: #1a1a1a;
}

.iot-page-hero {
  background-color: #1a1a1a;
  color: #f1f1f0;
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .iot-page-hero {
    padding: 96px 40px;
  }
}

.iot-page-hero__inner {
  max-width: 1920px;
  margin-inline: auto;
}

.iot-page-hero__label {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 32px;
}

.iot-page-hero__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 32px;
}

.iot-page-hero__subtitle {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  line-height: 1.15;
  color: rgba(241, 241, 240, 0.8);
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 64px;
}

.iot-page-hero__inner > .iot-page-hero__label,
.iot-page-hero__inner > .iot-page-hero__title {
  text-align: center;
}

.iot-page-hero__split {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 1024px) {
  .iot-page-hero__split {
    flex-direction: row;
    align-items: center;
    gap: 96px;
  }
}

.iot-page-hero__text {
  flex: 1;
}

.iot-page-hero__desc {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.45;
  color: rgba(241, 241, 240, 0.6);
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

.iot-page-hero__image {
  flex: 1;
}

.iot-page-hero__image-placeholder {
  background: #333;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .iot-page-hero__image-placeholder {
    height: 480px;
  }
}

.iot-highlight-strip {
  background-color: #1a1a1a;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 40px 24px;
  text-align: right;
}

.iot-highlight-strip__inner {
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-end;
}

.iot-highlight-strip__label {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f1f1f0;
}

.iot-highlight-strip__text {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  line-height: 1.15;
  color: #767676;
  max-width: 700px;
}

.iot-arch {
  background-color: #e0e0e0;
  padding: 40px 24px 64px;
  margin: 0 24px;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 1024px) {
  .iot-arch {
    padding: 40px 56px 96px;
    margin: 0 24px;
  }
}

.iot-arch__inner {
  max-width: 1920px;
  margin-inline: auto;
}

.iot-arch__label {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.iot-arch__diagram {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 56px;
  min-height: 400px;
}
@media (min-width: 1024px) {
  .iot-arch__diagram {
    min-height: 600px;
    padding: 64px;
  }
}

.iot-arch__subtitle {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 40px;
}

.iot-arch__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  height: 300px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .iot-arch__placeholder {
    height: 500px;
  }
}

.iot-statement {
  background-color: #1a1a1a;
  padding: 96px 24px;
}

.iot-statement__inner {
  max-width: 1920px;
  margin-inline: auto;
  text-align: right;
}

.iot-statement__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #767676;
}

.iot-detail {
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .iot-detail {
    padding: 64px 56px;
  }
}

.section--dark-alt {
  background-color: #2a2a2c;
  border-radius: 20px;
  margin: 24px;
}
@media (min-width: 1024px) {
  .section--dark-alt {
    margin: 24px 24px;
  }
}

.iot-detail__inner {
  max-width: 900px;
}

.iot-detail__header {
  margin-bottom: 56px;
}

.iot-detail__num {
  font-size: 0.875rem;
  color: rgba(241, 241, 240, 0.8);
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 24px;
}

.iot-detail__title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 24px;
}

.iot-detail__desc {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.45;
  color: rgba(241, 241, 240, 0.6);
}

.iot-detail__features {
  list-style: none;
}
.iot-detail__features li {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  color: #aaa7a8;
  padding: 24px 0;
  border-bottom: 0.8px solid rgba(241, 241, 240, 0.5);
}

.iot-detail__feature--highlight {
  color: #f1f1f0 !important;
}

.iot-detail__feature-detail {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.45;
  color: #f1f1f0;
  margin-top: 24px;
}

.iot-detail__sub-features {
  margin-top: 40px;
}
.iot-detail__sub-features ul {
  list-style: none;
}
.iot-detail__sub-features li {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #f1f1f0;
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(241, 241, 240, 0.5);
}

.btn-white {
  background-color: #ffffff;
  color: #1a1a1a;
}
.btn-white:hover {
  background-color: #f2f2f2;
}

.btn-white--compact {
  padding: 10px 24px !important;
  font-size: 0.7375rem !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.btn-white--compact:hover {
  background-color: #f2f2f2 !important;
}

.btn-primary--large {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  padding: 24px 56px;
}

.iot-hero {
  position: relative;
  background-color: #111111;
  color: #dadada;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-top: calc(88px + 32px);
  padding-bottom: 40px;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .iot-hero {
    padding-bottom: 32px;
    padding-inline: 40px;
  }
  html.zoom-pre-desktop .iot-hero {
    min-height: max(1060px, 100vh / var(--zoom-pre-scale, 1));
    min-height: max(1060px, 100dvh / var(--zoom-pre-scale, 1));
  }
  html:not(.zoom-pre-desktop) .iot-hero {
    min-height: max(1060px, 100vh);
    min-height: max(1060px, 100dvh);
  }
}

.iot-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin-inline: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.iot-hero__stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 3.5vw, 2rem);
  padding-block: clamp(0.375rem, 1.5vw, 0.875rem);
  text-align: center;
}
@media (min-width: 1024px) {
  .iot-hero__stack {
    gap: 92px;
    padding-block: 40px;
  }
}

.iot-hero__title {
  margin: 0;
  margin-top: clamp(0rem, 0.5vw, 0.35rem);
  max-width: 1071px;
  align-self: stretch;
  text-align: left;
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(1.5rem, 1.2rem + 2.2vw, 2.96875rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  color: #dadada;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .iot-hero__title {
    margin-top: 16px;
    font-size: 2.96875rem;
    line-height: 50px;
    align-self: center;
    text-align: center;
  }
}

.iot-hero__title-line {
  display: block;
}
.iot-hero__title-line:not(:last-child) {
  margin-bottom: 0.05em;
}

.iot-hero__split-line {
  overflow: hidden;
}

.iot-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: transparent;
}

.iot-hero__module-stage {
  position: relative;
  width: min(72vw, 240px);
  height: auto;
  aspect-ratio: 60/91;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  background-color: transparent;
  transform: rotate(-90deg);
}
@media (max-width: 1023px) {
  .iot-hero__module-stage {
    width: min(72vw, 240px);
    height: auto;
    aspect-ratio: 60/91;
    min-height: 200px;
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .iot-hero__module-stage {
    width: 262.834px;
    height: 398.605px;
    min-height: 398.605px;
    max-height: 398.605px;
    aspect-ratio: 60/91;
    transform: rotate(-90deg);
  }
}

.iot-hero__module-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 262.834px;
  max-height: 398.605px;
  aspect-ratio: 60/91;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%);
  transform-origin: center;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .iot-hero__module-img {
    position: relative;
    left: auto;
    top: auto;
    width: clamp(145px, 42vw, 205px);
    height: auto;
    max-width: 100%;
    max-height: none;
    aspect-ratio: 60/91;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .iot-hero__module-img {
    width: 262.834px;
    height: 398.605px;
    max-width: none;
    max-height: none;
    aspect-ratio: 60/91;
  }
}

.iot-hero__bottom {
  flex-shrink: 0;
  width: 100%;
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .iot-hero__bottom {
    padding-top: 24px;
  }
}

.iot-hero__bottom-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media (min-width: 1024px) {
  .iot-hero__bottom-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 24px;
  }
}

.iot-hero__bottom-rule {
  border-bottom: 1px solid rgba(218, 218, 218, 0.2);
  min-height: 24px;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .iot-hero__bottom-rule--left {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  .iot-hero__bottom-rule--left {
    display: none;
  }
}

.iot-hero__bottom-rule--right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .iot-hero__bottom-rule--right {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  .iot-hero__bottom-rule--right {
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}

.iot-hero__bottom-label {
  margin: 0 0 2px;
  color: rgba(218, 218, 218, 0.66);
}

@media (min-width: 1024px) {
  .iot-hero__bottom-spacer {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .iot-hero__bottom-spacer {
    display: none;
  }
}

@media (min-width: 1024px) {
  .iot-hero__bottom-copy-wrap {
    grid-column: 2;
    grid-row: 2;
  }
}

.iot-hero__bottom-copy {
  margin: 0;
  max-width: 33em;
  color: rgba(218, 218, 218, 0.66);
  text-wrap: balance;
}
@media (max-width: 767px) {
  .iot-hero__bottom-copy {
    margin-inline: auto;
    text-align: center;
  }
}

.iot-intro {
  position: relative;
  background-color: #111111;
  color: #dadada;
  padding: clamp(6rem, 14vw, 10rem) 24px 0;
}
@media (max-width: 767px) {
  .iot-intro {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .iot-intro {
    padding: 192px 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .iot-intro {
    background-color: #dadada;
    color: #111111;
  }
}

.iot-intro__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 895px;
  margin-inline: auto;
}

.iot-intro__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  width: 100%;
  margin-bottom: 0;
}

.iot-intro__eyebrow {
  margin: 0;
  color: inherit;
}

.iot-intro__title {
  margin: 0;
  max-width: 100%;
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(1.5rem, 1rem + 3.5vw, 3.58125rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: inherit;
  text-wrap: wrap;
}
@media (min-width: 1024px) {
  .iot-intro__title {
    font-size: 3.58125rem;
    line-height: 57px;
  }
}

.iot-intro__split-line {
  display: block;
  overflow: hidden;
}

.iot-intro__body {
  margin-top: 21px;
  max-width: 550px;
  width: 100%;
}
.iot-intro__body p {
  margin: 0;
  color: inherit;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .iot-intro__body p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .iot-intro__body {
    max-width: 798px;
  }
}

.iot-intro__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 56px;
  width: 100%;
}
@media (min-width: 1024px) {
  .iot-intro__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 72px;
  }
}

.iot-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 40px;
  min-width: 0;
  width: 100%;
  max-width: 340px;
  margin-inline: auto;
  padding: 10px 24px;
  white-space: nowrap;
  background-color: #ffffff;
  color: #111111;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 1024px) {
  .iot-intro__btn {
    width: 304px;
    max-width: none;
    margin-inline: 0;
  }
}
.iot-intro__btn:hover {
  background-color: rgba(255, 255, 255, 0.92);
  color: #111111;
}
.iot-intro__btn:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.iot-intro__visual {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .iot-intro__visual {
    margin-top: 0;
  }
}

.iot-intro__sprite-canvas {
  display: block;
  margin-inline: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  width: min(100%, 326px);
  height: auto;
  max-width: 326px;
  aspect-ratio: 3/4;
}
@media (min-width: 1024px) {
  .iot-intro__sprite-canvas {
    width: min(320px, 95%);
    height: auto;
    aspect-ratio: 3/4;
  }
}

.iot-module-case-intro,
.iot-module-case-surfaces {
  position: relative;
  background-color: #111111;
  color: #dadada;
}

.iot-module-case-intro__inner,
.iot-module-case-surfaces__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin-inline: auto;
  margin-inline: auto;
}

.iot-module-case-intro {
  padding: clamp(5rem, 10vw, 8rem) 24px clamp(2.75rem, 6vw, 4rem);
}
@media (min-width: 1024px) {
  .iot-module-case-intro {
    padding: 215px 40px 62px;
  }
}

.iot-module-case-intro__header {
  max-width: 895px;
  margin-inline: auto;
  text-align: center;
}

.iot-module-case-intro__eyebrow {
  margin: 0;
}

.iot-module-case-intro__title {
  margin: 21px auto 0;
  max-width: 1084px;
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(2rem, 1.4rem + 2.4vw, 3.58125rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: wrap;
}
@media (min-width: 1024px) {
  .iot-module-case-intro__title {
    line-height: 57px;
  }
}

.iot-module-case-intro__body {
  margin: 21px auto 0;
  max-width: 798px;
}
.iot-module-case-intro__body p {
  margin: 0;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .iot-module-case-intro__body p {
    font-size: 1rem;
  }
}

.iot-module-case-intro__split-line {
  display: block;
  overflow: hidden;
}

.iot-module-case-intro__figure {
  margin: clamp(2.5rem, 6vw, 4rem) auto 0;
  width: min(100%, 908px);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: clamp(1rem, 3vw, 2.5rem);
}

.iot-module-case-intro__img {
  display: block;
  width: min(100%, 820px);
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.iot-module-case-surfaces {
  padding: clamp(2.5rem, 5vw, 4rem) 24px clamp(4rem, 8vw, 6rem);
}
@media (min-width: 1024px) {
  .iot-module-case-surfaces {
    padding: 0 40px 120px;
  }
}

.iot-module-case-surfaces__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 2.75rem);
}
@media (min-width: 1024px) {
  .iot-module-case-surfaces__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
}

.iot-module-case-surfaces__item {
  max-width: 507px;
}

.iot-module-case-surfaces__title {
  margin: 0;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.425rem);
}
@media (min-width: 1024px) {
  .iot-module-case-surfaces__title {
    font-size: 2.425rem;
    line-height: 2.5rem;
  }
}

.iot-module-case-surfaces__copy {
  margin-top: 33px;
  padding-top: 33px;
  border-top: 1px solid rgba(218, 218, 218, 0.2);
}
.iot-module-case-surfaces__copy p {
  margin: 0;
  color: inherit;
}
@media (max-width: 767px) {
  .iot-module-case-surfaces__copy p {
    font-size: 1rem;
  }
}

.iot-fit-cards {
  background-color: #dadada;
  padding: 80px 24px;
}
@media (min-width: 1024px) {
  .iot-fit-cards {
    padding: 80px 40px;
  }
}

.iot-fit-cards__inner {
  max-width: 1920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 2560px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .iot-fit-cards__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

.iot-fit-cards__column {
  display: grid;
  gap: 24px;
}

@media (min-width: 1024px) {
  .iot-fit-cards__column--right {
    padding-top: 220px;
  }
}

.iot-fit-cards__card {
  height: 658px;
  min-height: 658px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .iot-fit-cards__card {
    height: 540px;
    min-height: 540px;
  }
}

.iot-fit-cards .iot-fit-cards__card:not(.iot-fit-cards__card--revealed) {
  opacity: 0;
  transform: translateY(30px);
}

@media (prefers-reduced-motion: reduce) {
  .iot-fit-cards .iot-fit-cards__card {
    opacity: 1 !important;
    transform: none !important;
  }
}
.iot-fit-cards__card:not(:empty) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .iot-fit-cards__card:not(:empty) {
    padding: 40px 24px;
  }
}

.iot-fit-cards__card--light {
  background-color: #e7e7e7;
}

.iot-fit-cards__card--dark {
  background-color: #1b1b1b;
}

@media (min-width: 1024px) {
  .iot-fit-cards__column--right > .iot-fit-cards__card--dark {
    height: 658px;
  }
}

.iot-fit-cards__card--dark .iot-fit-cards__card-title,
.iot-fit-cards__card--dark .iot-fit-cards__card-step,
.iot-fit-cards__card--dark .iot-fit-cards__card-desc {
  color: #dadada;
}

.iot-fit-cards__card--dark .iot-fit-cards__card-title {
  max-width: 360px;
  letter-spacing: 0;
}

.iot-fit-cards__card--dark .iot-fit-cards__card-foot-top::after {
  background-color: rgba(255, 255, 255, 0.2);
}

.iot-fit-cards__card-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.iot-fit-cards__card-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 460px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #111;
}
@media (max-width: 767px) {
  .iot-fit-cards__card-title {
    font-size: 1.375rem;
    line-height: 24px;
    max-width: none;
  }
}

.iot-fit-cards__card-title-line {
  display: block;
}

.iot-fit-cards__card-icon {
  flex-shrink: 0;
  width: 82px;
  height: auto;
  display: block;
}

.iot-fit-cards__card-icon--compliance {
  width: 49px;
}

.iot-fit-cards__card-icon--field {
  width: 49px;
}

.iot-fit-cards__card-icon--cloud {
  width: 61px;
}

.iot-fit-cards__card--cloud .iot-fit-cards__card-title {
  max-width: 360px;
}
@media (max-width: 767px) {
  .iot-fit-cards__card--cloud .iot-fit-cards__card-title {
    max-width: none;
  }
}

.iot-fit-cards__diagram {
  box-sizing: border-box;
  margin: 0;
  align-self: center;
  width: 100%;
  max-width: 760px;
  margin-block: 12px 4px;
  margin-inline: auto;
  padding-block: 36px 40px;
  padding-inline: 24px;
  flex: 1 1 auto;
  min-height: 0;
}
@media (max-width: 767px) {
  .iot-fit-cards__diagram {
    max-width: none;
    margin-block: 4px 0;
    padding-block: 16px 14px;
    padding-inline: 8px;
  }
}

.iot-fit-cards__diagram-img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 72px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .iot-fit-cards__diagram-img {
    margin-top: 24px;
    margin-bottom: 10px;
  }
}

.iot-fit-cards__diagram--compliance {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding-block: 32px;
}

.iot-fit-cards__diagram-img--compliance {
  width: min(100%, 420px);
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .iot-fit-cards__diagram-img--compliance {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.iot-fit-cards__diagram--field {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding-block: 24px;
}

.iot-fit-cards__diagram-img--field {
  width: min(100%, 560px);
  margin: 0;
  padding-top: 24px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .iot-fit-cards__diagram-img--field {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

.iot-fit-cards__diagram--cloud {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding-block: 20px 28px;
}

.iot-fit-cards__diagram-img--cloud {
  width: min(100%, 750px);
  margin: 0;
  padding-block: 16px 8px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .iot-fit-cards__diagram-img--cloud {
    padding-block: 8px 4px;
  }
}

.iot-fit-cards__card-foot {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 12px;
}

.iot-fit-cards__card-foot-top {
  position: relative;
  padding-bottom: 10px;
  border-bottom: none;
}
.iot-fit-cards__card-foot-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.2);
  transform: scaleY(0.5);
  transform-origin: center bottom;
  pointer-events: none;
}

.iot-fit-cards__card-step {
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  color: #111;
}

.iot-fit-cards__card-desc {
  margin: 0;
  line-height: 1.375rem;
  color: #111;
}
@media (max-width: 767px) {
  .iot-fit-cards__card-desc {
    font-size: 1rem;
  }
}

.iot-overview {
  position: relative;
  overflow: hidden;
  background-color: #111111;
  padding: 40px 24px;
  margin: 0 24px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .iot-overview {
    margin: 0;
    border-radius: 0;
    padding: 40px 24px;
  }
}
@media (min-width: 1024px) {
  .iot-overview {
    max-width: 1920px;
    margin-inline: auto;
    padding: 64px 0;
  }
}

.iot-overview__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .iot-overview__inner {
    width: 1920px;
    max-width: 1920px;
    margin-inline: 0;
  }
}

.iot-overview__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .iot-overview__header {
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 64px;
  }
}

.iot-overview__title {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 4.15rem);
  font-weight: 400;
  line-height: 1.05;
  color: #1a1a1a;
  flex: 1;
}
@media (min-width: 1024px) {
  .iot-overview__title {
    line-height: 63px;
  }
}

.iot-overview__desc-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .iot-overview__desc-group {
    gap: 40px;
  }
}

.iot-overview__desc {
  font-size: clamp(1rem, 0.95rem + 1vw, 1.675rem);
  line-height: 1.45;
  color: #1a1a1a;
  letter-spacing: -0.56px;
}
@media (min-width: 1024px) {
  .iot-overview__desc {
    line-height: 33.6px;
  }
}

.iot-overview__cards-section {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .iot-overview__cards-section {
    margin-bottom: 64px;
  }
}

.iot-overview__cards-label {
  letter-spacing: 0.08em;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .iot-overview__cards-label {
    margin-bottom: 32px;
  }
}

.iot-overview__cards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .iot-overview__cards {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
}
@media (min-width: 768px) {
  .iot-overview__cards {
    scrollbar-width: none;
  }
  .iot-overview__cards::-webkit-scrollbar {
    display: none;
  }
}

.iot-overview__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
}

.iot-overview__card {
  width: 100%;
  border: 1.1px solid #1a1a1a;
  border-radius: 23px;
  padding: 32px 24px;
  background: #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .iot-overview__card {
    flex: 0 0 330px;
    width: 330px;
    scroll-snap-align: start;
  }
}

.iot-overview__card-top {
  flex: 0 0 auto;
}

.iot-overview__card-title {
  font-size: clamp(1rem, 0.9rem + 0.75vw, 1.63625rem);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(26, 26, 26, 0.8);
}
@media (min-width: 1024px) {
  .iot-overview__card-title {
    line-height: 24.706px;
  }
}

.iot-overview__card-icon {
  flex: 1 0 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iot-overview__card-icon img {
  height: 100%;
  width: auto;
  max-width: 170px;
  object-fit: contain;
}

.iot-overview__card-desc {
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1.203125rem);
  line-height: 1.4;
  color: rgba(26, 26, 26, 0.6);
  flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .iot-overview__card-desc {
    line-height: 18.535px;
  }
}

.iot-overview__arrow {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.iot-overview__arrow:hover {
  opacity: 1;
}
.iot-overview__arrow img {
  width: 40px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .iot-overview__arrow {
    display: none;
  }
}

.iot-overview__arch {
  margin-top: 0;
}
@media (max-width: 767px) {
  .iot-overview__arch {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -40px;
    width: calc(100% + 48px);
  }
}

.iot-overview__arch-diagram {
  padding: 32px 24px 24px;
}
@media (min-width: 1024px) {
  .iot-overview__arch-diagram {
    padding: 56px 40px 40px;
  }
}

.iot-overview__arch-label {
  margin: 0 0 16px 0;
  color: #dadada;
}
@media (min-width: 1024px) {
  .iot-overview__arch-label {
    margin-bottom: 15px;
  }
}

.iot-overview__arch-heading-row {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(218, 218, 218, 0.2);
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(1.125rem, 0.9rem + 1.2vw, 1.8rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #dadada;
}
@media (min-width: 1024px) {
  .iot-overview__arch-heading-row {
    font-size: 1.8rem;
    line-height: 30px;
  }
}

.iot-overview__arch-heading-line {
  display: block;
  overflow: hidden;
}

.iot-overview__arch-legend {
  align-self: flex-start;
  height: auto;
  max-width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .iot-overview__arch-legend {
    max-width: 301px;
    margin-bottom: 40px;
  }
}

.iot-overview__arch-picture {
  display: block;
  padding-block: 40px;
  padding-inline: 16px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .iot-overview__arch-picture {
    padding-block: 80px;
    padding-inline: 40px;
  }
}

.iot-overview__arch-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .iot-overview__arch-img {
    max-width: 82%;
  }
}

.iot-product-detail {
  position: relative;
  background-color: #1a1a1a;
  color: #f1f1f0;
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .iot-product-detail {
    padding: 96px 24px;
  }
}

.iot-product-detail--statement {
  background-color: #111111;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .iot-product-detail--statement {
    padding-bottom: 64px;
  }
}

.iot-product-detail--details {
  background-color: #111111;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .iot-product-detail--details {
    padding-top: 64px;
    padding-bottom: 128px;
  }
}

.iot-product-detail__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1024px) {
  .iot-product-detail__inner {
    gap: 128px;
  }
}

.iot-product-detail__statement {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 48px;
}
@media (max-width: 767px) {
  .iot-product-detail__statement {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-inline: 24px;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
  }
}

.iot-product-detail__statement-label {
  letter-spacing: 0.08em;
  color: #868686;
  margin: 0;
}

.iot-product-detail__statement-title {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 4.125rem);
  font-weight: 400;
  line-height: 1.05;
  color: #767676;
  margin: 0;
}
@media (min-width: 1024px) {
  .iot-product-detail__statement-title {
    line-height: 60px;
  }
}

.iot-product-detail__statement-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .iot-product-detail__statement-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 920px);
    gap: clamp(24px, 2.4vw, 50px);
    align-items: center;
  }
}

.iot-product-detail__statement-layout--reversed .iot-product-detail__statement-left--details {
  order: 1;
}
.iot-product-detail__statement-layout--reversed .iot-product-detail__module-card--suite {
  order: 2;
}
@media (min-width: 1024px) {
  .iot-product-detail__statement-layout--reversed {
    grid-template-columns: minmax(0, 920px) minmax(0, 1fr);
    align-items: center;
  }
  .iot-product-detail__statement-layout--reversed .iot-product-detail__statement-left--details,
  .iot-product-detail__statement-layout--reversed .iot-product-detail__module-card--suite {
    order: initial;
  }
}

.iot-product-detail__statement-left {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 1024px) {
  .iot-product-detail__statement-left {
    padding-top: 60px;
    padding-left: 80px;
    gap: 100px;
  }
}

@media (min-width: 1024px) {
  .iot-product-detail__statement-left--details {
    padding-top: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .iot-product-detail__statement-left--details .iot-product-detail__feature {
    max-width: 460px;
  }
}

.iot-product-detail__feature {
  max-width: 507px;
}

.iot-product-detail .iot-product-detail__feature:not(.iot-product-detail__feature--revealed) {
  opacity: 0;
  transform: translateY(30px);
}

@media (prefers-reduced-motion: reduce) {
  .iot-product-detail .iot-product-detail__feature {
    opacity: 1 !important;
    transform: none !important;
  }
}
.iot-product-detail__feature-title {
  margin: 0;
  font-size: clamp(1.7rem, 1.1rem + 1.2vw, 2.425rem);
  color: rgba(241, 241, 240, 0.95);
}
@media (min-width: 1024px) {
  .iot-product-detail__feature-title {
    font-size: 2.425rem;
    line-height: 2.5rem;
  }
}

.iot-product-detail__feature-body {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(241, 241, 240, 0.2);
}
@media (min-width: 1024px) {
  .iot-product-detail__feature-body {
    margin-top: 33px;
    padding-top: 33px;
  }
}

.iot-product-detail__feature-copy {
  margin: 0;
  max-width: 499px;
  color: rgba(241, 241, 240, 0.9);
}
@media (max-width: 767px) {
  .iot-product-detail__feature-copy {
    font-size: 1rem;
  }
}

.iot-product-detail__module-card {
  background: #dadada;
  border-radius: 20px;
  padding: 30px 24px 24px;
  color: #111111;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  width: 100%;
  max-width: 920px;
  justify-self: end;
}
@media (min-width: 1024px) {
  .iot-product-detail__module-card {
    height: 797px;
    padding: 40px 40px 30px;
  }
}

.iot-product-detail__module-card--suite {
  background: #1a1a1a;
  color: #f1f1f0;
  padding: 30px 0 0;
}
@media (min-width: 1024px) {
  .iot-product-detail__module-card--suite {
    width: calc(100% - 24px);
    margin-left: 24px;
    align-self: center;
    padding: 40px 0 0;
  }
}
.iot-product-detail__module-card--suite .iot-product-detail__module-card-title,
.iot-product-detail__module-card--suite .iot-product-detail__module-card-desc {
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .iot-product-detail__module-card--suite .iot-product-detail__module-card-title,
  .iot-product-detail__module-card--suite .iot-product-detail__module-card-desc {
    padding-inline: 40px;
  }
}

.iot-product-detail__module-card-title {
  margin: 0;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.31875rem;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

.iot-product-detail__module-card-desc {
  margin: 12px 0 0;
  max-width: 390px;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-transform: uppercase;
}

.iot-product-detail__module-card--suite .iot-product-detail__module-card-title,
.iot-product-detail__module-card--suite .iot-product-detail__module-card-desc,
.iot-product-detail__module-card--suite .iot-product-detail__module-card-badge {
  color: #f1f1f0;
}

.iot-product-detail__module-card-image {
  display: block;
  width: min(100%, 700px);
  height: auto;
  margin-top: 0;
  align-self: center;
  justify-self: center;
  background-color: #dadada;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .iot-product-detail__module-card-image {
    margin-top: 0;
  }
}

.iot-product-detail__module-card-image--suite {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  justify-self: stretch;
  align-self: end;
}

.iot-product-detail__module-card-badge {
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16.8px;
  text-transform: uppercase;
}

.iot-product-detail__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .iot-product-detail__block {
    flex-direction: row;
    gap: 96px;
    align-items: flex-start;
  }
}

.iot-product-detail__block-left {
  flex: 1;
  max-width: 797px;
}

.iot-product-detail__num {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 24px;
}

.iot-product-detail__block-title {
  font-size: clamp(1.25rem, 1rem + 1.5vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .iot-product-detail__block-title {
    line-height: 22.46px;
    margin-bottom: 24px;
  }
}

.iot-product-detail__block-desc {
  font-size: clamp(1rem, 0.95rem + 1vw, 1.66875rem);
  line-height: 1.45;
  color: rgba(241, 241, 240, 0.6);
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .iot-product-detail__block-desc {
    margin-bottom: 64px;
  }
}

.iot-product-detail__block-image {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .iot-product-detail__block-image {
    width: 45%;
  }
}
.iot-product-detail__block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.iot-product-detail__block-image--mobile {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .iot-product-detail__block-image--mobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .iot-product-detail__block-image--desktop {
    display: none;
  }
}

.iot-product-detail__accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iot-product-detail__row {
  border-bottom: 0.8px solid rgba(241, 241, 240, 0.5);
}

.iot-product-detail__row-btn {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .iot-product-detail__row-btn {
    gap: 32px;
    padding: 32px 0;
  }
}
.iot-product-detail__row-btn[aria-expanded=true] .iot-product-detail__row-label {
  color: #f1f1f0;
}
.iot-product-detail__row-btn[aria-expanded=false] .iot-product-detail__row-label {
  color: #aaa7a8;
}
.iot-product-detail__row-btn[aria-expanded=true] .iot-product-detail__icon--down {
  display: none;
}
.iot-product-detail__row-btn[aria-expanded=true] .iot-product-detail__icon--up {
  display: block;
}
.iot-product-detail__row-btn[aria-expanded=false] .iot-product-detail__icon--down {
  display: block;
}
.iot-product-detail__row-btn[aria-expanded=false] .iot-product-detail__icon--up {
  display: none;
}

.iot-product-detail__row-label {
  font-size: clamp(1rem, 0.9rem + 1vw, 1.6rem);
  line-height: 1.4;
  transition: color 0.2s ease;
}
@media (min-width: 1024px) {
  .iot-product-detail__row-label {
    line-height: 31.36px;
  }
}

.iot-product-detail__row-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.iot-product-detail__row-icon img {
  width: 28px;
  height: auto;
  filter: invert(1);
}

.iot-product-detail__row-detail {
  padding: 0 0 24px;
}
@media (min-width: 1024px) {
  .iot-product-detail__row-detail {
    padding: 0 0 32px;
  }
}
.iot-product-detail__row-detail p {
  font-size: clamp(0.9375rem, 0.875rem + 0.5vw, 1.25rem);
  line-height: 1.5;
  color: #f1f1f0;
}

.iot-faq {
  background-color: #e8e8e8;
  padding: 40px 24px;
}
@media (min-width: 1024px) {
  .iot-faq {
    padding: 96px 24px;
  }
}

.iot-faq__inner {
  max-width: 1370px;
  margin-inline: auto;
  margin-top: 56px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .iot-faq__inner {
    margin-top: 150px;
    margin-bottom: 70px;
  }
}

.iot-faq__header {
  text-align: center;
  max-width: min(970px, 100%);
  margin-inline: auto;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .iot-faq__header {
    margin-bottom: 96px;
  }
}

.iot-faq__label {
  margin: 0 0 12px;
  color: var(--dark, #111);
  text-align: center;
  font-style: normal;
}

.iot-faq__title {
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(1.5rem, 1rem + 3.5vw, 3.58125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--dark, #111);
}
@media (min-width: 1024px) {
  .iot-faq__title {
    font-size: 3.58125rem;
    line-height: 57px;
  }
}

.iot-faq__title-line {
  display: block;
  overflow: hidden;
}
.iot-faq__title-line:not(:last-child) {
  margin-bottom: 0.05em;
}

.iot-faq__split-line {
  display: block;
  overflow: hidden;
}

.iot-faq__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: min(970px, 100%);
  border-bottom: 1px solid rgba(16, 16, 16, 0.14);
}

.iot-faq__item {
  border-bottom: 1px solid rgba(16, 16, 16, 0.14);
}
.iot-faq__item:last-child {
  border-bottom: none;
}

.iot-faq__question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
  text-align: left;
  color: #101010;
}
@media (min-width: 1024px) {
  .iot-faq__question {
    gap: 40px;
    padding: 40px 0;
    align-items: center;
  }
}
.iot-faq__question:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.iot-faq__question[aria-expanded=false] .iot-faq__chevron {
  transform: rotate(0deg);
}
.iot-faq__question[aria-expanded=true] .iot-faq__chevron {
  transform: rotate(90deg);
}

.iot-faq__question-text {
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(1.25rem, 0.95rem + 1.8vw, 1.8rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--dark, #111);
}
@media (min-width: 1024px) {
  .iot-faq__question-text {
    font-size: 1.8rem;
    line-height: 30px;
  }
}

.iot-faq__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: #101010;
  transition: transform 0.22s ease;
}
@media (min-width: 1024px) {
  .iot-faq__chevron {
    margin-top: 0;
  }
}

.iot-faq__chevron-svg {
  display: block;
}

.iot-faq__answer {
  padding: 0 0 32px;
  margin-top: -16px;
}
@media (min-width: 1024px) {
  .iot-faq__answer {
    padding: 0 0 40px;
    margin-top: -24px;
  }
}
.iot-faq__answer p {
  color: var(--gray, #1a1a1a);
  font-style: normal;
  max-width: 52rem;
}
@media (max-width: 767px) {
  .iot-faq__answer p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .iot-faq__answer p {
    line-height: 1.375rem;
  }
}

.iot-compliance {
  position: relative;
  background-color: #111111;
  color: #f1f1f0;
  padding: 64px 24px 56px;
}
@media (min-width: 1024px) {
  .iot-compliance {
    padding: 140px 40px 120px;
  }
}

.iot-compliance__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin-inline: auto;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .iot-compliance__inner {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}

.iot-compliance__header {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .iot-compliance__header {
    display: grid;
    grid-template-columns: 507px minmax(0, 1fr);
    column-gap: clamp(72px, 14vw, 240px);
    margin-bottom: 56px;
  }
}

.iot-compliance__header-intro {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .iot-compliance__header-intro {
    grid-column: 2;
    max-width: min(887px, 100%);
    width: 100%;
    justify-self: end;
    margin-inline-end: clamp(1.5rem, 8vw, 6rem);
    margin-bottom: 40px;
    text-align: right;
  }
}

.iot-compliance__title {
  margin: 0;
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(2rem, 1.6rem + 1.6vw, 2.96875rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #dadada;
  text-wrap: wrap;
}
@media (min-width: 1024px) {
  .iot-compliance__title {
    font-size: 2.96875rem;
    line-height: 50px;
  }
}

.iot-compliance__split-line {
  display: block;
  overflow: hidden;
}

.iot-compliance__rule {
  border: 0;
  border-top: 1px solid rgba(218, 218, 218, 0.2);
  margin: 16px 0 20px;
  padding: 0;
  height: 0;
}

.iot-compliance__desc {
  margin: 0;
  max-width: 42em;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(218, 218, 218, 0.66);
}
@media (min-width: 1024px) {
  .iot-compliance__desc {
    max-width: 525px;
    margin-left: auto;
    white-space: normal;
  }
}

.iot-compliance__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .iot-compliance__layout {
    grid-template-columns: 507px minmax(0, 1fr);
    column-gap: clamp(72px, 14vw, 240px);
    align-items: flex-start;
    margin-top: 56px;
  }
}

@media (min-width: 1024px) {
  .iot-compliance__content {
    max-width: 507px;
  }
}

.iot-compliance__feature-title {
  margin: 0;
  font-size: clamp(1.6rem, 1.25rem + 1.2vw, 2.425rem);
  color: #dadada;
}
@media (min-width: 1024px) {
  .iot-compliance__feature-title {
    font-size: 2.425rem;
    line-height: 2.5rem;
  }
}

.iot-compliance__feature-body {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(231, 231, 231, 0.2);
}
@media (min-width: 1024px) {
  .iot-compliance__feature-body {
    margin-top: 33px;
    padding-top: 33px;
  }
}
.iot-compliance__feature-body p {
  margin: 0;
  color: #dadada;
}
@media (max-width: 767px) {
  .iot-compliance__feature-body p {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .iot-compliance__matrix {
    justify-self: end;
    margin-inline-end: clamp(1.5rem, 8vw, 6rem);
    width: min(100%, 1081px);
    max-width: 1081px;
  }
}

.iot-compliance__matrix-img {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  border: 1.3px solid #2a2a2a;
  border-radius: 8px;
}

.iot-cta {
  background-color: #ffffff;
  padding: 64px 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .iot-cta {
    padding: 96px 24px;
  }
}

.iot-cta__inner {
  max-width: 1920px;
  margin-inline: auto;
  max-width: 700px;
}

.iot-cta__title {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 4.125rem);
  font-weight: 400;
  line-height: 1.05;
  color: #1a1a1a;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .iot-cta__title {
    line-height: 60px;
    margin-bottom: 56px;
  }
}

.application-dates {
  background-color: #dadada;
  color: var(--dark, #111);
  padding-top: 96px;
  padding-right: 24px;
  padding-bottom: 56px;
  padding-left: 24px;
}
@media (min-width: 1024px) {
  .application-dates {
    padding-top: 170px;
    padding-bottom: clamp(3.5rem, 8vw, 6.25rem);
  }
}

.application-dates__inner {
  max-width: 1920px;
  margin-inline: auto;
  margin-bottom: 96px;
}
@media (min-width: 1024px) {
  .application-dates__inner {
    margin-bottom: 150px;
  }
}

.application-dates__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(1.25rem, 3vw, 1.5rem);
  margin-top: 40px;
  margin-bottom: 300px;
}
@media (max-width: 767px) {
  .application-dates__hero {
    margin-top: 16px;
    margin-bottom: 96px;
  }
}

.application-dates__badge-wrap {
  display: flex;
  justify-content: center;
}

.application-dates__badge {
  display: block;
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  object-fit: contain;
}

.application-dates__eyebrow {
  letter-spacing: 0.08em;
  color: var(--dark, #111);
  margin: 0;
}

.application-dates__headline {
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(1.25rem, 2vw + 0.75rem, 1.8rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--dark, #111);
  margin: 0;
  max-width: 55em;
}

.application-dates__headline-line {
  display: block;
}

.application-dates__intro {
  align-self: stretch;
  width: 100%;
  max-width: 53rem;
  margin: 0 auto;
  padding-inline: 0.41rem;
  box-sizing: border-box;
}

.application-dates__intro-text {
  color: var(--dark, #111);
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .application-dates__intro-text {
    font-size: 1rem;
  }
}

.application-dates__intro-line {
  display: block;
}

@media (min-width: 1024px) {
  .application-dates__intro-text {
    width: max-content;
    max-width: 100%;
  }
  .application-dates__intro-line {
    white-space: nowrap;
  }
}
.application-dates__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 6rem);
}
@media (min-width: 1024px) {
  .application-dates__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 0;
    align-items: start;
  }
  @supports (grid-template-rows: subgrid) {
    .application-dates__grid {
      grid-template-rows: auto auto auto;
    }
    .application-dates__grid .application-dates__column {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 3;
    }
    .application-dates__grid .application-dates__column:nth-child(1) {
      grid-column: 1;
    }
    .application-dates__grid .application-dates__column:nth-child(2) {
      grid-column: 2;
    }
    .application-dates__grid .application-dates__column:nth-child(3) {
      grid-column: 3;
    }
  }
}

.application-dates__column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}

.application-dates__col-title {
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(1.15rem, 1.2vw + 0.85rem, 1.8rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--dark, #111);
  margin: 0 0 0.5rem;
}

.application-dates__rule {
  display: grid;
  place-items: end center;
  width: 100%;
  margin: 1.25rem 0 1.5rem;
  flex-shrink: 0;
  line-height: 0;
}
@media (min-width: 1024px) {
  .application-dates__rule {
    min-height: 33px;
  }
}

.application-dates__rule-img {
  display: block;
  width: 100%;
  height: auto;
}

.application-dates__rule--line {
  place-items: center;
}

.application-dates__col-body {
  padding-top: 1.875rem;
}
.application-dates__col-body p {
  color: var(--dark, #111);
  margin: 0;
}
@media (max-width: 767px) {
  .application-dates__col-body p {
    font-size: 1rem;
  }
}

.application-dates__footnotes {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .application-dates__footnotes {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}
.application-dates__footnotes p {
  font-family: "roc-grotesk", sans-serif;
  font-size: 0.968375rem;
  line-height: 20.659px;
  color: #6a6a6a;
  margin: 0;
}

.cs-listing-hero {
  background-color: #1a1a1a;
  padding: 96px 24px;
  text-align: center;
}

.cs-listing-hero__inner {
  max-width: 800px;
  margin-inline: auto;
}

.cs-listing-hero__label {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 24px;
}

.cs-listing-hero__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #f1f1f0;
  margin-bottom: 32px;
}

.cs-listing-hero__desc {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.45;
  color: #767676;
}

.cs-listing {
  padding: 64px 24px;
  background-color: #ffffff;
}

.cs-listing__inner {
  max-width: 1920px;
  margin-inline: auto;
}

.cs-listing__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cs-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cs-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}
.cs-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.cs-card__image {
  background: #f5f5f5;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.cs-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #767676;
  font-size: 0.875rem;
  background: #e8e8e8;
}

.cs-card__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cs-card__category {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bc2020;
  margin-bottom: 8px;
}

.cs-card__title {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.cs-card__excerpt {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.45;
  color: #767676;
  flex: 1;
}

.cs-card__link {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .cs-listing__grid--home {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cs-listing-cta {
  padding: 96px 24px;
  text-align: center;
  background-color: #f5f5f5;
}

.cs-listing-cta__inner {
  max-width: 600px;
  margin-inline: auto;
}

.cs-listing-cta__title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.case-study__hero {
  background-color: #1a1a1a;
  padding: 64px 24px 56px;
}
@media (min-width: 1024px) {
  .case-study__hero {
    padding: 96px 24px 64px;
  }
}

.case-study__hero-inner {
  max-width: 1920px;
  margin-inline: auto;
}

.case-study__category {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bc2020;
  margin-bottom: 24px;
}

.case-study__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #f1f1f0;
  margin-bottom: 24px;
  max-width: 900px;
}

.case-study__client {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #767676;
}

.case-study__hero-image {
  max-width: 1920px;
  margin-inline: auto;
  margin-top: 56px;
}

.case-study__image-placeholder {
  background: #333;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .case-study__image-placeholder {
    height: 500px;
  }
}

.case-study__section {
  padding: 64px 24px;
  background-color: #ffffff;
}
.case-study__section--alt {
  background-color: #f5f5f5;
}
.case-study__section--dark {
  background-color: #1a1a1a;
  color: #f1f1f0;
}
.case-study__section--dark .case-study__section-title {
  color: #f1f1f0;
}
.case-study__section--dark .case-study__section-text {
  color: rgba(241, 241, 240, 0.7);
}

.case-study__section-inner {
  max-width: 800px;
  margin-inline: auto;
}

.case-study__section-title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.case-study__section-text {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.7);
}

.case-study__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  margin-bottom: 56px;
}

.case-study__metric {
  text-align: center;
}

.case-study__metric-value {
  display: block;
  font-size: clamp(2.5rem, 1.8rem + 2.5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #bc2020;
  margin-bottom: 8px;
}

.case-study__metric-label {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: rgba(241, 241, 240, 0.6);
}

.case-study__cta {
  padding: 96px 24px;
  text-align: center;
  background-color: #ffffff;
}

.case-study__cta-inner {
  max-width: 600px;
  margin-inline: auto;
}

.case-study__cta-title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.project-page {
  background-color: #e7e7e7;
  width: 100%;
}

.project-hero {
  position: relative;
  background-color: #e7e7e7;
  padding-block-end: 24px;
  padding-block-start: 88px;
  padding-inline: 0;
  --project-hero-arrow-bg: #ffffff;
  --project-hero-arrow-border: #d7d7d7;
  --project-hero-arrow-icon-filter: none;
  --project-hero-title-color: #dadada;
}
@media (min-width: 1024px) {
  .project-hero {
    padding-block-end: 32px;
    padding-block-start: 112px;
  }
}

.project-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline: 0;
  margin-block-start: 120px;
}
@media (min-width: 1024px) {
  .project-hero__inner {
    gap: 28px;
  }
}

.project-hero__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .project-hero__heading {
    padding-inline: 24px;
  }
}

.project-hero__subtitle {
  margin: 0;
  width: auto;
  font-family: "Azeret Mono", monospace;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--project-hero-title-color);
}

.project-hero__title {
  margin: 0;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.1rem + 2.2vw, 2.96875rem);
  line-height: clamp(1.65rem, 1.15rem + 2.35vw, 50px);
  letter-spacing: 0;
  color: var(--project-hero-title-color);
  text-transform: uppercase;
}

.project-hero__title--multiline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.project-hero__title-line {
  display: block;
}

.project-hero__track-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-block-start: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
@media (min-width: 1024px) {
  .project-hero__track-wrapper {
    margin-block-start: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
    overscroll-behavior-x: none;
    touch-action: pan-y;
  }
}
.project-hero__track-wrapper::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .project-hero__track-wrapper--native-touch {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
  }
}

.project-hero__track {
  display: inline-flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  box-sizing: border-box;
  min-height: 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .project-hero__track {
    gap: 24px;
    padding-inline: 24px;
  }
}

.project-hero__slide {
  flex-shrink: 0;
  width: min(86vw, 520px);
  height: min(58vw, 360px);
  border-radius: 20px;
  overflow: hidden;
  background-color: #d4d4d4;
}
@media (min-width: 768px) {
  .project-hero__slide {
    width: min(56vw, 720px);
    height: min(38vw, 520px);
  }
}
@media (min-width: 1024px) {
  .project-hero__slide {
    width: 836px;
    height: 600px;
  }
}

.project-hero__slide--video {
  background-color: #000000;
}

.project-hero__slide:has(> .project-hero__slide-media.project-hero__slide-media--video.project-hero__slide-media--contain) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-hero__slide-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.project-hero__slide-media--pos-bottom {
  object-position: bottom center;
}

.project-hero__slide-media--pos-center {
  object-position: center center;
}

.project-hero__slide-media--contain {
  object-fit: contain;
  object-position: center;
}

.project-hero__slide-media.project-hero__slide-media--video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #000000;
}

.project-hero__slide-media.project-hero__slide-media--video.project-hero__slide-media--contain {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  flex-shrink: 1;
  object-fit: contain;
  object-position: center;
}

.project-hero__arrows {
  display: none;
  min-height: 3.75rem;
  padding-inline-end: 45px;
}
@media (max-width: 767px) {
  .project-hero__arrows {
    min-height: 3rem;
  }
}

.project-hero__arrow {
  flex-shrink: 0;
}

.project-meta {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 332px;
}

.project-meta__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 24px 24px 0;
  background-color: transparent;
  border: 0;
}
.project-meta__card:first-child {
  border-radius: 20px 20px 0 0;
}
.project-meta__card:last-child {
  border-radius: 0 0 20px 20px;
}
.project-meta__card:first-child:last-child {
  border-radius: 20px;
}

.project-meta__label {
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(1.25rem, 0.35vw + 0.9375rem, 1.25rem);
  font-weight: 500;
  line-height: 22px;
  color: var(--project-meta-label, #6b6b6b);
  text-transform: uppercase;
}
.project-meta__label::after {
  content: ":";
}

.project-meta__value {
  font-family: "roc-grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  color: var(--project-ink, #111111);
}

.project-meta__partners {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 24px;
  padding: 0 24px 24px 0;
  width: 100%;
}

.project-meta__logos {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 332px;
}

.project-meta__logo {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: auto;
  object-fit: contain;
}

.project-meta__logo--empoli {
  max-height: 82px;
  max-width: 61px;
}

.project-meta__logo--oxypeak {
  flex: 1 1 auto;
  min-width: 0;
  max-height: 32px;
  max-width: min(152px, 100%);
}

.project-meta__logos-divider {
  flex-shrink: 0;
  align-self: center;
  width: 1px;
  height: 84px;
  background-color: var(--project-meta-divider, rgba(17, 17, 17, 0.16));
}

.project-meta__partner-caption {
  margin: 0;
  font-family: "roc-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: var(--project-ink, #111111);
  white-space: nowrap;
}

.project-content {
  position: relative;
  background-color: #e7e7e7;
  --project-ink: #111111;
  --project-muted: #1a1a1a;
  --project-meta-label: #6b6b6b;
  --project-meta-divider: rgba(17, 17, 17, 0.16);
  --project-cta-bg: #ffffff;
  --project-cta-ink: #111111;
  --project-cta-border: rgba(17, 17, 17, 0.12);
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  .project-content {
    padding: 48px 32px;
  }
}

.project-content__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 768px) {
  .project-content__inner {
    flex-direction: row;
    gap: clamp(32px, 5vw, 72px);
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .project-content__inner {
    gap: clamp(48px, 6vw, 96px);
    padding-inline: 48px;
  }
}

.project-content__text {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 768px) {
  .project-content__text {
    gap: 44px;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .project-content__text {
    max-width: 1171px;
    gap: 44px;
  }
}

.project-content__headline {
  margin: 0;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.1rem + 2.2vw, 2.96875rem);
  line-height: clamp(1.65rem, 1.15rem + 2.35vw, 50px);
  letter-spacing: 0;
  color: var(--project-ink);
  text-transform: uppercase;
  max-width: 100%;
}

.project-content__paragraph {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.25rem);
  line-height: 22px;
  letter-spacing: 0;
  color: var(--project-muted);
  margin: 0;
  text-align: left;
}
.project-content__paragraph--muted {
  color: var(--project-muted);
}

.project-content__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .project-content__cta {
    margin-top: 40px;
  }
}
.project-content__cta {
  padding: 12px 25px;
  min-height: 40px;
  box-sizing: border-box;
  background-color: var(--project-cta-bg);
  color: var(--project-cta-ink);
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--project-cta-border);
  border-radius: 2px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.project-content__cta:hover {
  background-color: #f2f2f2;
  color: #111111;
  border-color: #f2f2f2;
}

.project-content__text--compact {
  gap: 24px;
}
.project-content__text--compact .project-content__cta {
  margin-top: 0;
}

.project-page--figma-desktop {
  --project-page-noise-opacity: 0.05;
}
.project-page--figma-desktop .project-hero .grain-overlay,
.project-page--figma-desktop .project-content .grain-overlay {
  display: block;
  opacity: var(--project-page-noise-opacity);
}
.project-page--figma-desktop .project-hero {
  padding-block-start: 88px;
  padding-block-end: 0;
  background-color: #e7e7e7;
  --project-hero-arrow-bg: #ffffff;
  --project-hero-arrow-border: #d7d7d7;
  --project-hero-arrow-icon-filter: none;
  --project-hero-title-color: #1a1a1a;
}
@media (min-width: 1024px) {
  .project-page--figma-desktop .project-hero {
    padding-block-start: 151px;
  }
}
.project-page--figma-desktop .project-hero__inner {
  margin-block-start: 0;
  gap: 24px;
}
.project-page--figma-desktop .project-hero__heading {
  gap: 32px;
  margin-top: 64px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .project-page--figma-desktop .project-hero__heading {
    gap: 60px;
    margin-top: 170px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .project-page--figma-desktop .project-hero__heading {
    padding-inline: 64px;
  }
}
.project-page--figma-desktop .project-hero__track {
  gap: 21px;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .project-page--figma-desktop .project-hero__track {
    padding-inline: 64px;
  }
}
.project-page--figma-desktop .project-content {
  padding: 48px 0;
  background-color: #e7e7e7;
  --project-ink: #111111;
  --project-muted: #111111;
  --project-meta-label: #6b6b6b;
  --project-meta-divider: rgba(17, 17, 17, 0.16);
  --project-cta-bg: #ffffff;
  --project-cta-ink: #111111;
  --project-cta-border: rgba(17, 17, 17, 0.12);
}
@media (min-width: 1024px) {
  .project-page--figma-desktop .project-content {
    padding-top: 90px;
    padding-bottom: 56px;
  }
}
.project-page--figma-desktop .project-content__inner {
  gap: 28px;
  margin-top: 0;
  margin-bottom: 0;
  padding-inline: 24px;
}
@media (min-width: 768px) {
  .project-page--figma-desktop .project-content__inner {
    gap: 40px;
    padding-inline: 48px;
  }
}
@media (min-width: 1024px) {
  .project-page--figma-desktop .project-content__inner {
    gap: 175px;
  }
}
.project-page--figma-desktop .project-content__text--compact {
  gap: 0;
}
.project-page--figma-desktop .project-content__text--compact .project-content__cta {
  margin-top: 48px;
}
.project-page--figma-desktop .project-content__paragraph {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .project-page--figma-desktop .project-content__paragraph {
    font-size: 20px;
    line-height: 28px;
  }
}
.project-page--figma-desktop .project-meta__card {
  padding: 0 24px 24px;
}
.project-page--figma-desktop #project-related-spotlight {
  margin-top: 0;
  padding-top: 0;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .project-page--figma-desktop #project-related-spotlight {
    padding-top: 250px;
    padding-inline: 85px;
  }
}
.project-page--figma-desktop #project-related-spotlight .expertise-spotlight__inner {
  margin-inline: 0;
  padding-inline: 0;
}

.contact-page-section {
  background-color: #ecedef;
  padding: 136px 24px 96px;
}
@media (min-width: 1024px) {
  .contact-page-section {
    width: 1920px;
    max-width: 1920px;
    margin-inline: 0;
    padding: 160px 187px 120px 38px;
  }
}
@media (max-width: 1023px) {
  .contact-page-section {
    padding: 120px 24px 80px;
  }
}

.contact-page-section__inner {
  max-width: 100%;
  margin-inline: auto;
  width: 100%;
}

.contact-page-layout {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1024px) {
  .contact-page-layout {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
}

.contact-page-copy {
  flex: 1 1 auto;
  max-width: 896px;
  padding-inline-start: 0;
}
@media (min-width: 1024px) {
  .contact-page-copy {
    flex: 0 0 818px;
    width: 818px;
    max-width: 818px;
    padding-inline-start: 14px;
    box-sizing: border-box;
  }
}

.contact-page-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.contact-page-hero__eyebrow {
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--dark, #111);
}

.contact-page-hero__spacer {
  width: 100%;
  height: 15px;
  flex-shrink: 0;
}

.contact-page-hero__title {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media (min-width: 1024px) {
  .contact-page-hero__title {
    margin-top: 48px;
  }
}

.contact-page-hero__title-line {
  display: block;
  font-family: "roc-grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.58125rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--dark, #111);
}
@media (min-width: 1024px) {
  .contact-page-hero__title-line {
    font-size: 3.58125rem;
    line-height: 57px;
  }
}

.contact-page-email {
  margin-top: clamp(40px, 6vw, 80px);
}
@media (min-width: 1024px) {
  .contact-page-email {
    margin-top: 44px;
    width: 263px;
    max-width: 263px;
  }
}

.contact-page-email__label {
  margin: 0 0 8px;
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #141414;
}

.contact-page-email__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
  color: #141414;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-page-email__link:hover {
  color: #bc2020;
}
@media (min-width: 1024px) {
  .contact-page-email__link {
    width: 263px;
  }
}

.contact-page-email__arrow {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
  color: #141414;
}

.contact-page-email__arrow-icon {
  display: block;
  width: 31px;
  height: 27px;
}

.contact-page-form {
  flex: 0 1 611px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1024px) {
  .contact-page-form {
    flex: 0 0 611px;
    width: 611px;
    max-width: 611px;
  }
}

.contact-page-fields {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.contact-page-field {
  position: relative;
}

.contact-page-label {
  display: block;
  margin: 0 0 3px;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #141414;
}

.contact-page-input-line {
  border-bottom: 1px solid rgba(20, 20, 20, 0.4);
  min-height: 52px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.contact-page-input-line:focus-within {
  border-bottom-color: var(--dark, #111);
}
.contact-page-input-line--textarea {
  min-height: 90px;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 12px;
}
.contact-page-input-line:has(.contact-page-input.is-error), .contact-page-input-line:has(.contact-page-textarea.is-error) {
  border-bottom-color: #d32f2f;
}

.contact-page-input,
.contact-page-textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: #141414;
  appearance: none;
  resize: vertical;
  min-height: 0;
}
.contact-page-input::placeholder,
.contact-page-textarea::placeholder {
  color: rgba(20, 20, 20, 0.4);
}
.contact-page-input:focus,
.contact-page-textarea:focus {
  outline: none;
}

.contact-page-textarea {
  min-height: 60px;
  line-height: 1.4;
  font-family: "roc-grotesk", sans-serif;
}

.contact-page-input.is-error,
.contact-page-textarea.is-error {
  box-shadow: none;
  background: transparent;
}

.contact-page-error {
  display: block;
  margin-top: 6px;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #d32f2f;
  font-weight: 500;
}

.contact-page-consent.is-error input[type=checkbox] {
  accent-color: #d32f2f;
}

.contact-page-form-footer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .contact-page-form-footer {
    margin-top: 83px;
  }
}

.contact-page-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  line-height: 1.45;
  color: #141414;
  cursor: pointer;
  max-width: 100%;
}
.contact-page-consent input[type=checkbox] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--dark, #111);
}
.contact-page-consent a {
  color: #141414;
  text-decoration: underline;
}
.contact-page-consent a:hover {
  color: #bc2020;
}

.contact-page-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  height: 40px;
  padding: 0 25px;
  box-sizing: border-box;
  background-color: #ffffff;
  color: var(--dark, #111);
  font-family: "roc-grotesk", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 1024px) {
  .contact-page-submit {
    width: 100%;
    max-width: 611px;
  }
}
.contact-page-submit:hover:not(:disabled) {
  background-color: #f5f5f5;
  color: var(--dark, #111);
}
.contact-page-submit:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
  opacity: 0.65;
}

.contact-page-submit__arrow {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: var(--dark, #111);
}

.contact-page-submit__arrow-icon {
  display: block;
  width: 20px;
  height: 16px;
}

.legal-page {
  padding: 64px 24px 96px;
  background-color: #ffffff;
}

.legal-page__inner {
  max-width: 800px;
  margin-inline: auto;
}

.legal-page__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.legal-page__updated {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #767676;
  margin-bottom: 64px;
}

.legal-page__inner h2 {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 600;
  margin-top: 56px;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.legal-page__inner h3 {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.legal-page__inner p {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.7);
  margin-bottom: 16px;
}

.legal-page__inner a {
  color: #1a1a1a;
  text-decoration: underline;
}

.legal-page__inner--embed {
  min-height: 60vh;
}
.legal-page__inner--embed .iubenda-embed {
  display: none;
}

.legal-page__disclaimer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
  font-style: italic;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #767676;
}

.utility-page {
  padding: 128px 24px;
  text-align: center;
  background-color: #ffffff;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.utility-page--dark {
  background-color: #1a1a1a;
}
.utility-page--dark .utility-page__title {
  color: #f1f1f0;
}
.utility-page--dark .utility-page__text {
  color: #767676;
}
.utility-page--dark .utility-page__code {
  color: #bc2020;
}

.utility-page__inner {
  max-width: 600px;
  margin-inline: auto;
}

.utility-page__code {
  display: block;
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 700;
  line-height: 1;
  color: #e0e0e0;
  margin-bottom: 24px;
}

.utility-page__title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.utility-page__text {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.45;
  color: #767676;
  margin-bottom: 40px;
}

.page-transition {
  --page-transition-scale: 1;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: var(--dark, #111);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: none;
}
.page-transition.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-transition.is-leaving {
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.page-transition[hidden] {
  display: flex;
}

html.zoom-pre-desktop .page-transition,
body.zoom-desktop .page-transition {
  --page-transition-scale: var(--zoom-layout-scale, var(--zoom-pre-scale, 1));
}

.page-transition__viewport {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.page-transition__canvas {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
}

html.zoom-pre-desktop .page-transition__canvas,
body.zoom-desktop .page-transition__canvas {
  flex: 0 0 auto;
  width: 1920px;
  height: calc(100vh / var(--page-transition-scale));
  transform: scale(var(--page-transition-scale));
  transform-origin: top center;
}

html.page-transition-pending,
html.page-transition-active {
  background-color: var(--dark, #111);
}

@keyframes page-transition-logo-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.045);
    opacity: 0.88;
  }
}
.page-transition__logo {
  display: block;
  width: min(240px, 44vw);
  height: auto;
  aspect-ratio: 301.675/340.371;
  transform-origin: center center;
  will-change: transform, opacity;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

html.zoom-pre-desktop .page-transition__logo,
body.zoom-desktop .page-transition__logo {
  width: 240px;
}

html.page-transition-pending .page-transition__logo,
.page-transition.is-active .page-transition__logo {
  animation: page-transition-logo-pulse 1.75s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  html.page-transition-pending .page-transition__logo,
  .page-transition.is-active .page-transition__logo {
    animation: none;
    will-change: auto;
  }
}
.page-transition__progress {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.3018;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(231, 231, 231, 0.6);
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
}