.mobile.container-wrapper {
  display: flex;
  flex-direction: column;
  /* min-width: 375px; */
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
}

.mobile .container {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: center;
  padding: 0;
  position: relative;
}

.mobile .top-header {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 159px;
  background-image: url(./img/top-header.png);
  background-size: cover;
  background-position: 50% 50%;
}

.mobile .title {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  width: 335px;
  height: 94px;
  padding: 7px 0px;
  position: absolute;
  top: 159px;
  left: 20px;
  border-radius: 20px 0px 20px 0px;
}

.mobile .text-wrapper {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: start;
  width: 100%;
  height: 86px;

  font-weight: 500;
  color: #fdb338;
  font-size: 31px;
  letter-spacing: -0.62px;
  line-height: 43.4px;
}

.mobile .leadin {
  /*max-width: 375px;*/
  /*width: 375px;*/
  /*height: 214px;*/
  padding: 25px 20px;
  margin-left: -20.00px;
  margin-right: -20.00px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 20px 0px 20px 0px;
}

.mobile .div {
  position: relative;
  align-self: stretch;
  /*height: 164px;*/
  margin-top: -1.00px;

  font-weight: 400;
  color: #747474;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28.0px;
}

.mobile .ultherapy-ultherapy-wrapper {
  /*max-width: 375px;*/
  /*width: 375px;*/
  padding: 40px 20px 25px;
  flex: 0 0 auto;
  margin-left: -20.00px;
  margin-right: -20.00px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 20px 0px 20px 0px;
}

.mobile .ultherapy-ultherapy {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;

  font-weight: 400;
  color: #747474;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 22px;
}

.mobile .span {
  font-weight: 500;
  line-height: 30.8px;
}

.mobile .text-wrapper-2 {
  font-weight: 500;
  font-size: 21px;
  line-height: 29.4px;
}

.mobile .text-wrapper-3 {
  font-size: 15px;
  line-height: 28.0px;
}

.mobile .text-wrapper-4 {
  text-decoration: underline;
  font-size: 15px;
  line-height: 28.0px;
}

.mobile .projects {
  flex-direction: column;
  gap: 20px;
  padding: 0px 0px 50px;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .project {
  /* height: 312px; */
  top: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0px 40px;
  padding: 20px 0px;
  /*position: absolute;*/
  width: 100%;
  left: 0;
}

.mobile .image {
  /* position: relative; */
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  justify-self: center;
  align-self: start;
  width: 300px;
  /*height: 117px;*/
}

.mobile .image-and-text {
  /* position: relative; */
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: start;
  width: 100%;
  height: 111px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.mobile .text-block {
  display: inline-flex;
  /* height: 97px; */
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.mobile .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;

  font-weight: 500;
  color: #fdb338;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 40.6px;
  /* white-space: nowrap; */
}

.mobile .text-wrapper-6 {
  position: relative;
  align-self: stretch;

  font-weight: 500;
  color: #747474;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28.0px;
}

.mobile .project-2 {
  /* height: 342px; */
  top: 332px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0px 40px;
  padding: 20px 0px;
  /*position: absolute;*/
  width: 100%;
  left: 0;
}

.mobile .text-block-wrapper {
  align-self: start;
  width: fit-content;
  height: 100%;
  display: inline-flex;
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.mobile .text-block-2 {
  display: flex;
  /*width: 335px;*/
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.mobile .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;

  font-weight: 500;
  color: #fdb338;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 40.6px;
}

.mobile .img {
  /* position: relative; */
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  justify-self: center;
  align-self: start;
  width: 275px;
  /* height: 129px; */
  /* aspect-ratio: 2.13; */
  margin: 20px 0;
}

.mobile .project-3 {
  /* height: 319px; */
  /* top: 694px; */
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0px 40px;
  padding: 20px 0px;
  /*position: absolute;*/
  width: 100%;
  left: 0;
}

.mobile .image-2 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  justify-self: center;
  align-self: end;
  width: 271px;
  height: 127px;
  /* aspect-ratio: 2.13; */
}

.mobile .div-wrapper {
  align-self: start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.mobile .text-block-3 {
  display: flex;
  flex-direction: column;
  min-width: 324px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.mobile .project-4 {
  /* height: 411px; */
  /* top: 1033px; */
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0px 40px;
  padding: 20px 0px;
  /*position: absolute;*/
  width: 100%;
  left: 0;
}

.mobile .image-3 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  justify-self: center;
  align-self: start;
  width: 181px;
  height: 209px;
  aspect-ratio: 0.87;
}

.mobile .image-and-text-2 {
  width: 100%;
  height: fit-content;
  display: flex;
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.mobile .title-wrapper {
  flex-direction: column;
  padding: 20px 0px;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .title-2 {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 20px 0px 20px 0px;
  background: linear-gradient(
    90deg,
    rgba(255, 192, 0, 1) 0%,
    rgba(255, 224, 130, 1) 100%
  );
}

.mobile .text-wrapper-8 {
  position: relative;
  flex: 1;
  margin-top: -3.50px;
  margin-bottom: -1.50px;

  font-weight: 600;
  color: #000000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 39.2px;
}

.mobile .video {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 20px 0px 20px 0px;
}

.mobile .ultherapy {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.78;
}

.mobile .leadin-2 {
  height: 73px;
  padding: 25px 0px;
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 20px 0px 20px 0px;
}

.mobile .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  margin-bottom: -18.00px;

  font-weight: 500;
  color: #747474;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21.0px;
}

.mobile .steps-wrapper {
  /* height: 1438px; */
  justify-content: center;
  gap: 48px;
  padding: 40px 0px;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .steps {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile .element {
  display: flex;
  flex-direction: column;
  width: 335px;
  height: 469px;
  align-items: center;
  gap: 32px;
  /*position: absolute;*/
  top: 834px;
  left: 0;
}

.mobile .text-block-4 {
  display: flex;
  /* height: 484px; */
  align-items: center;
  align-self: stretch;
  width: 100%;
  margin-bottom: -15.00px;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.mobile .image-4 {
  position: relative;
  width: 200px;
  height: 303px;
  aspect-ratio: 0.66;
}

.mobile .element-ultherapy-HK {
  position: relative;
  max-width: 80%;
  margin-left: -11.50px;
  margin-right: -11.50px;

  font-weight: 400;
  color: #000000;
  font-size: 18px;
  text-align: center;
  line-height: 26.1px;
}

.mobile .text-wrapper-10 {
  font-weight: 600;
  letter-spacing: -0.02px;
}

.mobile .text-wrapper-11 {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.0px;
}

.mobile .element-2 {
  display: flex;
  flex-direction: column;
  width: 335px;
  height: 389px;
  align-items: center;
  gap: 32px;
  /*position: absolute;*/
  top: 405px;
  left: 0;
}

.mobile .text-block-5 {
  display: flex;
  width: 300px;
  height: 390px;
  align-items: center;
  margin-bottom: -0.50px;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.mobile .text-wrapper-12 {
  position: relative;
  align-self: stretch;

  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.09px;
  line-height: 26.1px;
}

.mobile .element-3 {
  display: flex;
  flex-direction: column;
  width: 335px;
  height: 366px;
  align-items: center;
  gap: 32px;
  /*position: absolute;*/
  top: 0;
  left: 0;
}

.mobile .text-block-6 {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.mobile .image-5 {
  position: relative;
  max-width: 300px;
  width: 200px;
  max-height: 454.41px;
  height: 303px;
  aspect-ratio: 0.66;
}

.mobile .text-wrapper-13 {
  position: relative;
  width: fit-content;

  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  white-space: nowrap;
}

.mobile .projects-2 {
  flex-direction: column;
  /* height: 2148px; */
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .title-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #fdb338;
}

.mobile .text-wrapper-14 {
  position: relative;
  align-self: stretch;

  font-weight: 600;
  color: #fdb338;
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height: 36.4px;
}

.mobile .project-5 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  /* height: 682px; */
  gap: 0px 20px;
  padding: 50px 0px;
  /*position: absolute;*/
  width: 100%;
  top: 98px;
  left: 0;
}

.mobile .container-2 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  align-self: start;
  width: 100%;
  /* height: 281px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  background-color: #ffffff;
}

.mobile .step {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 10px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.mobile .title-4 {
  display: flex;
  /* width: 75px; */
  height: 26px;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  position: relative;
  background-color: #ffc000;
  border-radius: 20px;
}

.mobile .text-wrapper-15 {
  position: relative;
  flex: 1;
  margin-top: -5.50px;
  margin-bottom: -3.50px;

  font-weight: 600;
  color: #000000;
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.30px;
  line-height: 21.0px;
  white-space: nowrap;
}

.mobile .text-wrapper-16 {
  /* position: relative; */
  /* width: 211px; */
  margin-top: -1.00px;

  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
}

.mobile .text-wrapper-17 {
  position: relative;
  flex: 1;
  align-self: stretch;
  margin-top: -1.00px;

  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
}

.mobile .text-wrapper-18 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;

  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  /* white-space: nowrap; */
}

.mobile .photo {
  justify-self: center;
  align-self: start;
  width: 266px;
  height: 264px;
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 0px 20px;
  background-color: #ffffff;
}

.mobile .step-img {
  align-self: stretch;
  width: 100%;
  object-fit: cover;
  position: relative;
  aspect-ratio: 0.97;
}

.mobile .title-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #fdb338;
}

.mobile .project-6 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  /* height: 606px; */
  gap: 50px 20px;
  padding: 50px 0px;
  /*position: absolute;*/
  width: 100%;
  top: 878px;
  left: 0;
}

.mobile .container-3 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  align-self: start;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  background-color: #ffffff;
}

.mobile .text-wrapper-19 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;

  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
}

.mobile .img-wrapper {
  justify-self: center;
  align-self: start;
  width: 266px;
  height: 264px;
  justify-content: space-around;
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 0px 20px;
  background-color: #ffffff;
}

.mobile .img-2 {
  position: relative;
  width: 225px;
  height: 232.78px;
  aspect-ratio: 0.97;
}

.mobile .project-7 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  /* height: 599px; */
  gap: 50px 20px;
  padding: 50px 0px;
  /*position: absolute;*/
  width: 100%;
  top: 1582px;
  left: 0;
}

.mobile .HK-h-agen-dazs {
  /* width: 211px; */
  margin-top: -1.00px;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  position: relative;

}

.mobile .text-wrapper-20 {
  font-size: 12px;
  letter-spacing: -0.01px;
  line-height: 17.4px;
}

.mobile .step-img-wrapper {
  justify-self: start;
  width: 100%;
  height: fit-content;
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 0px 20px;
  background-color: #ffffff;
}

.mobile .img-3 {
  width: 225px;
  height: 233px;
  position: relative;
  aspect-ratio: 0.97;
}

.mobile .container-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 151px;
  margin-bottom: -184.00px;
  background-color: #ffffff;
}

.mobile .leadin-3 {
  padding: 40px 0px 50px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 20px 0px 20px 0px;
}

.mobile .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;

  font-weight: 500;
  color: #747474;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.0px;
}

.mobile .footer {
  position: relative;
  width: 375px;
  height: 155px;
  margin-left: -20.00px;
  margin-right: -20.00px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #0000001a;
  background-image: url(./img/footer.png);
  background-size: cover;
  background-position: 50% 50%;
}

.mobile.tablet {
  display: flex;
  flex-direction: column;
  min-width: 800px;
  height: 6527px;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.mobile .container-5 {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 672px;
  max-height: 13924.27px;
  height: 11697px;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  position: relative;
  margin-top: -2585.00px;
  aspect-ratio: 0.06;
}

.mobile .top-header-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 159px;
  background-image: url(./img/top-header-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.mobile .title-6 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  height: 94px;
  padding: 7px 0px;
  position: absolute;
  width: 632px;
  top: 2748px;
  left: 20px;
  border-radius: 20px 0px 20px 0px;
}

.mobile .text-wrapper-22 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: start;
  width: 100%;
  height: 43px;
  font-weight: 500;
  color: #fdb338;
  font-size: 31px;
  letter-spacing: -0.62px;
  line-height: 43.4px;
  position: relative;

}

.mobile .leadin-4 {
  padding: 25px 0px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 20px 0px 20px 0px;
}

.mobile .text-wrapper-23 {
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 400;
  color: #747474;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28.0px;
  position: relative;

}

.mobile .leadin-5 {
  padding: 20px 0px 25px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 20px 0px 20px 0px;
}

.mobile .project-8 {
  height: 312px;
  gap: 0px 40px;
  padding: 20px 0px;
  top: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  position: absolute;
  width: 632px;
  left: 0;
}

.mobile .text-block-7 {
  height: 97px;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.mobile .project-9 {
  height: 342px;
  gap: 0px 40px;
  padding: 20px 0px;
  top: 332px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  position: absolute;
  width: 632px;
  left: 0;
}

.mobile .project-10 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 319px;
  gap: 0px 40px;
  padding: 20px 0px;
  position: absolute;
  width: 632px;
  top: 694px;
  left: 0;
}

.mobile .project-11 {
  height: 433px;
  gap: 0px 40px;
  padding: 20px 0px;
  top: 1033px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  position: absolute;
  width: 632px;
  left: 0;
}

.mobile .text-wrapper-24 {
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 500;
  color: #747474;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21.0px;
  position: relative;

}

.mobile .projects-3 {
  /* height: 1438px; */
  gap: 48px;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .steps-2 {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.mobile .element-4 {
  display: inline-flex;
  flex-direction: column;
  height: 469px;
  align-items: center;
  gap: 32px;
  position: absolute;
  top: 834px;
  left: 137px;
}

.mobile .p {
  position: relative;
  width: 358px;

  font-weight: 400;
  color: #000000;
  font-size: 18px;
  text-align: center;
  line-height: 26.1px;
}

.mobile .element-5 {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 389px;
  align-items: center;
  gap: 32px;
  position: absolute;
  top: 405px;
  left: 166px;
  aspect-ratio: 0.77;
}

.mobile .element-6 {
  display: flex;
  flex-direction: column;
  width: 335px;
  height: 366px;
  align-items: center;
  gap: 32px;
  position: absolute;
  top: 0;
  left: 148px;
}

.mobile .project-12 {
  height: 682px;
  gap: 0px 20px;
  padding: 50px 0px;
  top: 98px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  position: absolute;
  width: 632px;
  left: 0;
}

.mobile .text-wrapper-25 {
  flex: 1;
  align-self: stretch;
  margin-top: -1.00px;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  white-space: nowrap;
  position: relative;

  font-weight: 600;
  color: #000000;
}

.mobile .project-13 {
  height: 606px;
  gap: 50px 20px;
  padding: 50px 0px;
  top: 878px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  position: absolute;
  width: 632px;
  left: 0;
}

.mobile .project-14 {
  height: 599px;
  gap: 50px 20px;
  padding: 50px 0px;
  top: 1546px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  position: absolute;
  width: 632px;
  left: 0;
}

.mobile .container-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 151px;
  margin-bottom: -148.00px;
  background-color: #ffffff;
}

.mobile .footer-2 {
  position: relative;
  max-width: 335px;
  width: 335px;
  height: 138.47px;
  border-top-width: 0.89px;
  border-top-style: solid;
  border-color: #0000001a;
  background-image: url(./img/footer-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.mobile.desktop {
  display: flex;
  flex-direction: column;
  /*min-width: 1280px;*/
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
}

.mobile .container-7 {
  display: flex;
  flex-direction: column;
  width: 1000px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.mobile .top-header-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 159px;
  background-image: url(./img/top-header-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.mobile .title-7 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  width: 1000px;
  height: 92px;
  gap: 0px 5px;
  padding: 7px 0px;
  position: absolute;
  top: 159px;
  left: 0;
  border-radius: 20px 0px 20px 0px;
}

.mobile .text-wrapper-26 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: start;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fdb338;
  font-size: 31px;
  letter-spacing: -0.62px;
  line-height: 43.4px;
  position: relative;

}

.mobile .home-ultherapy {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  align-self: start;
  width: 100%;
  height: 100%;

  font-weight: 400;
  color: #000000;
  font-size: 13px;
  text-align: right;
  letter-spacing: -0.26px;
  line-height: 18.2px;
}

.mobile .text-wrapper-27 {
  letter-spacing: -0.03px;
  text-decoration: underline;
}

.mobile .text-wrapper-28 {
  letter-spacing: -0.03px;
}

.mobile .leadin-6 {
  width: 1000px;
  height: 113px;
  padding: 25px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 20px 0px 20px 0px;
}

.mobile .text-wrapper-29 {
  align-self: stretch;
  height: 63px;
  margin-top: -1.00px;
  font-weight: 400;
  color: #747474;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28.0px;
  position: relative;

}

.mobile .leadin-7 {
  width: 1000px;
  height: 173px;
  padding: 40px 0px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 20px 0px 20px 0px;
}

.mobile .projects-4 {
  height: 111px;
  align-items: flex-start;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .title-8 {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: -37.00px;
  border-radius: 20px 0px 20px 0px;
  background: linear-gradient(
    90deg,
    rgba(255, 192, 0, 1) 0%,
    rgba(255, 224, 130, 1) 100%
  );
}

.mobile .projects-5 {
  height: 1132px;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0px 50px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .project-15 {
  height: 258px;
  gap: 0px 40px;
  top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  padding: 20px 0px;
  position: absolute;
  width: 1000px;
  left: 0;
}

.mobile .image-6 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 100%;
  height: 168.21px;
  aspect-ratio: 2.85;
  object-fit: cover;
}

.mobile .image-and-text-3 {
  padding: 20px;
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.mobile .project-16 {
  height: 263px;
  gap: 0px 40px;
  padding: 20px;
  top: 298px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  position: absolute;
  width: 1000px;
  left: 0;
}

.mobile .image-7 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  justify-self: start;
  align-self: start;
  width: 390px;
  height: 183px;
  /* aspect-ratio: 2.13; */
}

.mobile .project-17 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  height: 228px;
  gap: 0px 40px;
  padding: 20px;
  position: absolute;
  width: 1000px;
  top: 581px;
  left: 0;
}

.mobile .image-8 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  justify-self: start;
  align-self: start;
  width: 326px;
  height: 153px;
  /* aspect-ratio: 2.13; */
}

.mobile .project-18 {
  gap: 0px 40px;
  padding: 20px;
  height: 253px;
  top: 829px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  position: absolute;
  width: 1000px;
  left: 0;
}

.mobile .image-9 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  justify-self: start;
  align-self: start;
  /* width: 211px; */
  height: 243px;
  aspect-ratio: 0.87;
}

.mobile .ultherapy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 50px 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 20px 0px 20px 0px;
}

.mobile .leadin-8 {
  width: 1000px;
  height: 73px;
  padding: 25px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 20px 0px 20px 0px;
}

.mobile .projects-6 {
  height: 525px;
  align-items: center;
  gap: 48px;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .steps-3 {
  position: relative;
  width: 585px;
  height: 431px;
}

.mobile .element-7 {
  display: flex;
  flex-direction: column;
  width: 195px;
  height: 431px;
  align-items: flex-start;
  gap: 32px;
  position: absolute;
  top: 0;
  left: 195px;
}

.mobile .text-block-8 {
  height: 39px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .image-10 {
  position: relative;
  width: 195px;
  height: 295px;
  /*margin-bottom: -256.00px;*/
  aspect-ratio: 0.66;
}

.mobile .text-wrapper-30 {
  align-self: stretch;
  margin-bottom: -315.00px;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  position: relative;

}

.mobile .element-8 {
  display: flex;
  flex-direction: column;
  width: 195px;
  height: 431px;
  align-items: flex-start;
  gap: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile .text-wrapper-31 {
  align-self: stretch;
  margin-bottom: -289.00px;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  position: relative;

}

.mobile .element-9 {
  display: flex;
  flex-direction: column;
  width: 195px;
  height: 431px;
  align-items: flex-start;
  gap: 32px;
  position: absolute;
  top: 0;
  left: 390px;
}

.mobile .text-block-9 {
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .image-11 {
  position: relative;
  width: 195px;
  height: 295px;
  /*margin-bottom: -219.00px;*/
  aspect-ratio: 0.66;
}

.mobile .element-ultherapy-HK-2 {
  position: relative;
  align-self: stretch;
  margin-bottom: -360.00px;

  font-weight: 400;
  color: #000000;
  font-size: 18px;
  text-align: center;
  line-height: 26.1px;
}

.mobile .projects-7 {
  height: 1787px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.mobile .project-19 {
  height: 557px;
  gap: 0px 20px;
  top: 62px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  padding: 20px 0px;
  /*position: absolute;*/
  width: 1000px;
  left: 0;
}

.mobile .photo-2 {
  align-self: start;
  height: 537px;
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 474px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 30px 20px;
  background-color: #ffffff;
}

.mobile .img-4 {
  width: 461px;
  height: 477px;
  margin-left: -13.50px;
  margin-right: -13.50px;
  object-fit: cover;
  position: relative;
  aspect-ratio: 0.97;
}

.mobile .container-8 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: start;
  width: 100%;
  height: 451px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  background-color: #ffffff;
}

.mobile .step-2 {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 30px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.mobile .text-wrapper-32 {
  align-self: stretch;
  width: 376px;
  margin-top: -1.00px;
  margin-right: -10.00px;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  white-space: nowrap;
  position: relative;

}

.mobile .project-20 {
  height: 522px;
  gap: 0px 20px;
  padding: 20px 0px;
  top: 681px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  /*position: absolute;*/
  width: 1000px;
  left: 0;
}

.mobile .photo-3 {
  height: 468px;
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 474px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 30px 20px;
  background-color: #ffffff;
}

.mobile .img-5 {
  width: 434px;
  height: 449px;
  margin-top: -20.50px;
  margin-bottom: -20.50px;
  position: relative;
  aspect-ratio: 0.97;
}

.mobile .container-9 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: start;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  background-color: #ffffff;
}

.mobile .project-21 {
  height: 522px;
  gap: 0px 20px;
  padding: 20px 0px;
  top: 1265px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  /*position: absolute;*/
  width: 1000px;
  left: 0;
}

.mobile .img-6 {
  position: relative;
  width: 362px;
  height: 375px;
  aspect-ratio: 0.97;
}

.mobile .text-wrapper-33 {
  width: 376px;
  margin-top: -1.00px;
  margin-right: -10.00px;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  position: relative;

}

.mobile .HK-h-agen-dazs-2 {
  width: 376px;
  margin-top: -1.00px;
  margin-right: -10.00px;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  position: relative;

}

.mobile .container-10 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 151px;
  margin-bottom: -151.00px;
  background-color: #ffffff;
}

.mobile .leadin-9 {
  height: 140px;
  padding: 40px 80px 50px;
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 20px 0px 20px 0px;
}

.mobile .footer-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 155px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #0000001a;
  background-image: url(./img/footer-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 500px) {
  .mobile .container {
    width: 100%;
  }
}

@media (max-width: 799px) {
  .mobile.tablet {
    display: none !important;
  }
  .mobile.desktop {
    display: none !important;
  }
}

@media (min-width: 800px) and (max-width: 1279px) {
  .mobile.desktop {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .mobile.container-wrapper {
    display: none !important;
  }
}
