.sem-logo {
  position: relative;
  display: block;
  overflow: hidden;
}

.sem-logo__piece {
  position: absolute;
}

.sem-logo__piece img {
  width: 100%;
  height: 100%;
  display: block;
}

.sem-page {
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.sem-site-header-slot {
  position: relative;
  width: 100%;
  z-index: 30;
}

.sem-site-menu.sem-nav-shell {
  overflow: clip;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 82px;
}

.sem-site-menu__inner.sem-nav-shell__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: nowrap;
}

.sem-site-menu__brand {
  display: flex;
  width: 110px;
  flex: none;
}

.sem-site-menu__brand a {
  display: inline-flex;
  align-items: flex-start;
}

.sem-site-menu__brand .sem-logo {
  width: 95px !important;
  height: 53px !important;
}

.sem-site-menu__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  gap: 22px;
  min-height: 54px;
  flex-wrap: nowrap;
}

.sem-site-menu .sem-nav-link.is-current::after {
  display: none;
}

.sem-site-menu .sem-nav-link {
  min-height: 32px;
}

.sem-site-menu .sem-nav-cta {
  background: #4bdc87;
  box-sizing: border-box;
  flex: 0 0 108px;
  inline-size: 108px;
  margin-left: 18px;
  height: 44px;
  padding: 0 21px;
  border-radius: 8px;
  color: #382f44;
  font-family: "GT America Trial VF", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-stretch: condensed;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  white-space: nowrap;
}

.sem-site-menu .sem-nav-cta > span {
  display: block;
  width: 100%;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: center;
}

.sem-site-menu .sem-nav-cta.is-current {
  box-shadow: 0 8px 24px rgba(4, 22, 10, 0.13);
  filter: none;
}

.sem-site-footer--desktop {
  display: block;
  position: relative;
  width: 100%;
  height: 554px;
  background: transparent;
}

.sem-site-footer-slot {
  position: relative;
  width: 100%;
  z-index: 20;
  margin-top: auto;
}

.sem-site-footer__surface {
  position: relative;
  overflow: clip;
  width: 100%;
  height: 554px;
  min-height: 554px;
  z-index: 1;
}

.sem-site-footer__surface > * {
  z-index: 2;
}

.sem-site-footer__content {
  position: absolute;
  inset: 62px 120px 96px;
  display: grid;
  grid-template-columns: minmax(340px, 1.05fr) minmax(520px, 0.95fr);
  column-gap: 108px;
  align-items: start;
}

.sem-site-footer__brand-block {
  display: grid;
  align-content: start;
  gap: 26px;
  min-width: 0;
}

.sem-site-footer__nav-block {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  padding-top: 16px;
}

.sem-site-footer__columns {
  display: grid;
  grid-template-columns: 176px 248px;
  column-gap: 72px;
  row-gap: 40px;
  align-items: start;
}

.sem-site-footer__logo {
  position: relative;
  width: 115px;
  height: 65px;
}

.sem-site-footer__logo .sem-logo {
  width: 115px !important;
  height: 65px !important;
}

.sem-site-footer__description {
  width: min(336px, 100%);
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.sem-site-footer__awards-cluster {
  position: relative;
  display: grid;
  gap: 16px;
  width: fit-content;
}

.sem-site-footer__awards {
  margin-top: 0;
}

.sem-footer-awards__item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
}

.sem-footer-awards__badge {
  display: block;
  width: auto;
  height: 58px;
  object-fit: contain;
}

.sem-footer-awards__badge--google,
.sem-footer-awards__badge--microsoft,
.sem-footer-awards__badge--clutch {
  height: 58px;
}

.sem-site-footer__company,
.sem-site-footer__explore {
  position: relative;
  display: grid;
  align-items: start;
  align-content: start;
  gap: 18px;
}

.sem-site-footer__company {
  width: 194px;
}

.sem-site-footer__explore {
  width: 226px;
}

.sem-site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.sem-site-footer__links--explore {
  min-width: 0;
}

.sem-site-footer__social {
  position: relative;
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 18px;
}

.sem-site-footer__social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sem-site-footer__social-icons img {
  width: 32px;
  height: 32px;
}

.sem-site-footer__social-icons img:nth-child(2),
.sem-site-footer__social-icons img:nth-child(3) {
  width: 31.772px;
  height: 31.772px;
}

.sem-site-footer__bottom.sem-footer-bottom {
  position: absolute;
  inset-inline: 0;
  top: 487px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sem-site-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

@media (min-width: 768px) {
  body {
    display: block;
    padding: 16px 0 32px;
    overflow-x: hidden;
  }

  .sem-page {
    width: 1440px;
    min-height: calc(100vh - 48px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .sem-page > main {
    flex: 1 0 auto;
  }

  .sem-site-header-slot {
    min-height: 101px;
    flex: 0 0 101px;
  }

  .sem-site-menu.sem-nav-shell {
    position: absolute;
    inset-inline: 0;
    top: 0;
  }

  .sem-service-landing {
    padding-top: calc(var(--sem-hero-copy-start-reference-desktop) - 14px);
  }

  .sem-service-detail {
    padding-top: calc(var(--sem-hero-copy-start-reference-desktop) - 8px);
  }

  .sem-main--landing {
    padding-top: var(--sem-hero-copy-start-reference-desktop);
  }

  .sem-main--detail {
    padding-top: calc(var(--sem-hero-copy-start-reference-desktop) - 48px);
  }

  .sem-company-flow {
    padding-top: calc(var(--sem-hero-copy-start-reference-desktop) - 22px);
  }

  .sem-contact-flow {
    padding-top: var(--sem-hero-copy-start-reference-desktop);
  }
}

@media (max-width: 767px) {
  .sem-site-menu.sem-nav-shell,
  .sem-site-footer--desktop {
    display: none;
  }

  .sem-site-header-slot,
  .sem-site-footer-slot {
    min-height: 0;
    flex: none;
  }
}

/* Typography normalization */
.sem-site-menu .sem-nav-link {
  font-family: var(--sem-font-display) !important;
  font-size: var(--sem-type-ui-size) !important;
  line-height: var(--sem-type-ui-line-height) !important;
  letter-spacing: var(--sem-type-ui-tracking) !important;
}

.sem-site-menu .sem-nav-cta {
  font-family: var(--sem-button-font-family) !important;
  font-size: var(--sem-button-font-size) !important;
  font-weight: var(--sem-button-font-weight) !important;
  line-height: var(--sem-button-line-height) !important;
  letter-spacing: var(--sem-button-letter-spacing) !important;
}

.sem-site-footer__awards-label,
.sem-footer-heading,
.sem-footer-mobile__column-title,
.sem-footer-mobile__social-title {
  font-family: var(--sem-font-display) !important;
  font-size: var(--sem-type-ui-size) !important;
  line-height: var(--sem-type-ui-line-height) !important;
  letter-spacing: var(--sem-type-ui-tracking) !important;
}

.sem-footer-link,
.sem-footer__link,
.sem-footer-mobile__link,
.sem-site-footer__description,
.sem-site-footer__copyright {
  font-family: var(--sem-font-body) !important;
  font-size: var(--sem-type-body-sm-size) !important;
  line-height: var(--sem-type-body-sm-line-height) !important;
  letter-spacing: var(--sem-type-body-sm-tracking) !important;
}
