body, html {
  margin: 0;
  padding: 0;
  background-color: #070707;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

.sapphire {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 18px 18px 100px;
  position: relative;
  background-color: #070707;
  min-height: 100%;
}

.sapphire .view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 40px;
}

.sapphire .card-ios {
  height: 322px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.sapphire .image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sapphire .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: var(--font-large-title-semibold-font-family);
  font-weight: var(--font-large-title-semibold-font-weight);
  color: #EEEEEE;
  font-size: var(--font-large-title-semibold-font-size);
  letter-spacing: var(--font-large-title-semibold-letter-spacing);
  line-height: var(--font-large-title-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-large-title-semibold-font-style);
}

.sapphire .subhead {
  position: relative;
  align-self: stretch;
  font-family: var(--font-subheadline-2-regular-font-family);
  font-weight: var(--font-subheadline-2-regular-font-weight);
  color: var(--colors-native-subtitle-text-color);
  font-size: var(--font-subheadline-2-regular-font-size);
  letter-spacing: var(--font-subheadline-2-regular-letter-spacing);
  line-height: var(--font-subheadline-2-regular-line-height);
  font-style: var(--font-subheadline-2-regular-font-style);
}

.sapphire .frame {
  align-items: flex-start;
  gap: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.sapphire .button-ios {
  display: flex;
  min-width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #d4a857;
  border-radius: 100px;
  overflow: hidden;
  text-decoration: none;
}

.sapphire .label {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: var(--font-text-semibold-font-family);
  font-weight: var(--font-text-semibold-font-weight);
  color: var(--colors-native-text-color);
  font-size: var(--font-text-semibold-font-size);
  text-align: center;
  letter-spacing: var(--font-text-semibold-letter-spacing);
  line-height: var(--font-text-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-text-semibold-font-style);
}

.sapphire .div {
  position: relative;
  align-self: stretch;
  font-family: var(--font-text-regular-font-family);
  font-weight: var(--font-text-regular-font-weight);
  color: var(--colors-native-subtitle-text-color);
  font-size: var(--font-text-regular-font-size);
  text-align: center;
  letter-spacing: var(--font-text-regular-letter-spacing);
  line-height: var(--font-text-regular-line-height);
  font-style: var(--font-text-regular-font-style);
}

.sapphire .label-wrapper {
  display: flex;
  min-width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: rgba(67, 120, 255, 0.10);
  border-radius: 100px;
  overflow: hidden;
}

.sapphire .div-2 {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: var(--font-text-semibold-font-family);
  font-weight: var(--font-text-semibold-font-weight);
  color: #D4A857;
  font-size: var(--font-text-semibold-font-size);
  text-align: center;
  letter-spacing: var(--font-text-semibold-letter-spacing);
  line-height: var(--font-text-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-text-semibold-font-style);
}

.back-button {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #EEEEEE;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.back-arrow {
  margin-right: 5px;
  font-size: 20px;
}

.list-item {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.list {
  position: relative;
  width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

.image {
  position: relative;
  width: 390px;
  height: 238px;
  border-radius: 25px;
  box-shadow: var(--unnamed-shadow-black-0-12-100-0-2);
  margin-bottom: 24px;
}

.heading {
  position: relative;
  width: fit-content;
  font-family: var(--font-large-title-semibold-font-family);
  font-weight: var(--font-large-title-semibold-font-weight);
  color: #EEEEEE;
  font-size: var(--font-large-title-semibold-font-size);
  letter-spacing: var(--font-large-title-semibold-letter-spacing);
  line-height: var(--font-large-title-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-large-title-semibold-font-style);
}

.subhead {
  position: relative;
  align-self: stretch;
  font-family: var(--font-subheadline-2-regular-font-family);
  font-weight: var(--font-subheadline-2-regular-font-weight);
  color: var(--colors-native-subtitle-text-color);
  font-size: var(--font-subheadline-2-regular-font-size);
  letter-spacing: var(--font-subheadline-2-regular-letter-spacing);
  line-height: var(--font-subheadline-2-regular-line-height);
  font-style: var(--font-subheadline-2-regular-font-style);
}

.default {
  position: relative;
  width: 390px;
  height: 238px;
  left: 0px;
  top: 0px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: var(--unnamed-shadow-black-0-12-100-0-2);
}

.list-item-container {
  position: relative;
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.label {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: var(--font-text-semibold-font-family);
  font-weight: var(--font-text-semibold-font-weight);
  color: var(--colors-native-text-color);
  font-size: var(--font-text-semibold-font-size);
  text-align: center;
  letter-spacing: var(--font-text-semibold-letter-spacing);
  line-height: var(--font-text-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-text-semibold-font-style);
}

.text-single-line-centered {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: var(--font-text-semibold-font-family);
  font-weight: var(--font-text-semibold-font-weight);
  color: var(--colors-native-text-color);
  font-size: var(--font-text-semibold-font-size);
  text-align: center;
  letter-spacing: var(--font-text-semibold-letter-spacing);
  line-height: var(--font-text-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-text-semibold-font-style);
}
