.desktop {
  display: flex;
  flex-direction: column;
  min-height: 1080px;
  align-items: center;
  position: relative;
  background-color: #151515;
  overflow-y: scroll;
}

.desktop .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.desktop .company {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.desktop .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: -1px;
  font-family: "Inter-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 34.8px;
}

.desktop .buttons {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 24px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
}

.desktop .div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.08px;
  line-height: 23.2px;
  white-space: nowrap;
}

.desktop .hero {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .hero-body {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 120px 64px 80px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .hero-intro {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .text-wrapper-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: -1.28px;
  line-height: 70.4px;
}

.desktop .p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff8c;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.12px;
  line-height: 34.8px;
}

.desktop .hero-CTA {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 16px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #606060;
  border-radius: 12px;
}

.desktop .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  white-space: nowrap;
}

.desktop .portfolio-grid {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .div-2 {
  display: flex;
  flex-direction: column;
  width: 404px;
  height: 452px;
  align-items: flex-start;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid;
  border-color: #ffffff;
}

.desktop .media {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 315px;
}

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


.desktop .text-content {
  display: flex;
  flex-direction: column;
  height: 137px;
  align-items: flex-start;
  gap: 32px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #313131;
}

.desktop .headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .title {
  width: 328px;
  position: relative;
  margin-top: -1px;
  font-family: var(--subtitle-font-family);
  font-weight: var(--subtitle-font-weight);
  color: #fef7ff;
  font-size: var(--subtitle-font-size);
  letter-spacing: var(--subtitle-letter-spacing);
  line-height: var(--subtitle-line-height);
  font-style: var(--subtitle-font-style);
}

.desktop .subhead {
  position: relative;
  width: 328px;
  font-family: var(--m3-label-medium-emphasized-font-family);
  font-weight: var(--m3-label-medium-emphasized-font-weight);
  color: #e7e0ec;
  font-size: var(--m3-label-medium-emphasized-font-size);
  letter-spacing: var(--m3-label-medium-emphasized-letter-spacing);
  line-height: var(--m3-label-medium-emphasized-line-height);
  font-style: var(--m3-label-medium-emphasized-font-style);
}

.desktop .text {
  position: relative;
  width: fit-content;
  font-family: var(--m3-body-large-font-family);
  font-weight: var(--m3-body-large-font-weight);
  color: #000000;
  font-size: var(--m3-body-large-font-size);
  letter-spacing: var(--m3-body-large-letter-spacing);
  line-height: var(--m3-body-large-line-height);
  white-space: nowrap;
  font-style: var(--m3-body-large-font-style);
}

.desktop .supporting-text {
  position: absolute;
  top: 82px;
  left: 16px;
  width: 389px;
  font-family: var(--m3-body-medium-font-family);
  font-weight: var(--m3-body-medium-font-weight);
  color: #e7e0ec;
  font-size: var(--m3-body-medium-font-size);
  letter-spacing: var(--m3-body-medium-letter-spacing);
  line-height: var(--m3-body-medium-line-height);
  font-style: var(--m3-body-medium-font-style);
}

.desktop .title-2 {
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: var(--subtitle-font-family);
  font-weight: var(--subtitle-font-weight);
  color: #fef7ff;
  font-size: var(--subtitle-font-size);
  letter-spacing: var(--subtitle-letter-spacing);
  line-height: var(--subtitle-line-height);
  font-style: var(--subtitle-font-style);
}

.desktop .supporting-text-2 {
  position: absolute;
  top: 77px;
  left: 14px;
  width: 389px;
  font-family: var(--m3-body-medium-font-family);
  font-weight: var(--m3-body-medium-font-weight);
  color: #e7e0ec;
  font-size: var(--m3-body-medium-font-size);
  letter-spacing: var(--m3-body-medium-letter-spacing);
  line-height: var(--m3-body-medium-line-height);
  font-style: var(--m3-body-medium-font-style);
}

.desktop .footer {
  display: flex;
  justify-content: space-between;
  padding: 64px;
  align-self: stretch;
  width: 100%;
  background-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #ffffff1a;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.desktop .footer-logo {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.desktop .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 29px;
  white-space: nowrap;
}

.desktop .text-2 {
  position: relative;
  width: 278px;
  height: 23px;
}

.desktop::-webkit-scrollbar {
  width: 0;
  display: none;
}
/* Inject the original style.css code before the following refactor additions. */

.desktop .primary-button,
.desktop .div-wrapper {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.desktop .primary-button:focus-visible,
.desktop .div-wrapper:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.desktop .primary-button:hover {
  background-color: #f2f2f2;
}

.desktop .div-wrapper:hover {
  background-color: #707070;
}

.desktop .img {
  object-fit: cover;
}

@media (max-width: 1320px) {
  .desktop .portfolio-grid {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .desktop .header {
    padding: 20px 24px;
    gap: 16px;
  }

  .desktop .text-wrapper {
    font-size: 20px;
    line-height: 29px;
  }

  .desktop .hero-body {
    padding: 80px 24px 56px;
  }

  .desktop .text-wrapper-2 {
    font-size: 44px;
    line-height: 52px;
  }

  .desktop .p {
    font-size: 18px;
    line-height: 28px;
  }

  .desktop .portfolio-grid {
    flex-direction: column;
    padding: 0 24px;
  }

  .desktop .div-2 {
    width: min(100%, 404px);
    height: auto;
  }

  .desktop .media {
    height: auto;
    aspect-ratio: 404 / 315;
  }

  .desktop .img {
    height: 100%;
  }

  .desktop .text-content {
    height: auto;
    min-height: 137px;
    gap: 12px;
  }

  .desktop .supporting-text,
  .desktop .supporting-text-2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .desktop .footer {
    padding: 40px 24px;
  }
}

@media (max-width: 480px) {
  .desktop .header {
    align-items: flex-start;
    flex-direction: column;
  }

  .desktop .buttons {
    width: 100%;
  }

  .desktop .primary-button {
    width: 100%;
  }

  .desktop .text-wrapper-2 {
    font-size: 38px;
    line-height: 46px;
  }

  .desktop .p {
    font-size: 16px;
    line-height: 24px;
  }

  .desktop .title,
  .desktop .subhead {
    width: 100%;
  }

  .desktop .title-2 {
    white-space: normal;
    text-align: left;
  }

