.landing-page {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.landing-page .main {
  position: relative;
  width: 1920px;
  height: 12835px;
  background-color: var(--white);
}

.landing-page .section-hero {
  height: 1312px;
  align-items: flex-start;
  top: 0;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
}

.landing-page .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 47, 0.03) 0%,
      rgba(175, 73, 242, 0.03) 100%
    ),
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
}

.landing-page .rectangle {
  position: relative;
  height: 49.31%;
  top: 50.69%;
  filter: blur(50px);
  background: linear-gradient(
    180deg,
    rgba(239, 243, 255, 1) 49%,
    rgba(224, 231, 255, 1) 100%
  );
}

.landing-page .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 200px 144px 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .div-wrapper {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 615px;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 64px;
  text-align: center;
  letter-spacing: -1.28px;
  line-height: 64px;
}

.landing-page .actions {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .btn-var-n {
  display: inline-flex;
  max-height: 64px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--blue);
  border-radius: 100px;
  box-shadow: var(--shadow-btn);
}

.landing-page .container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .label-text {
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
}

.landing-page .div {
  max-height: 64px;
  height: 48px;
  gap: 12px;
  padding: 6px 24px;
  flex: 0 0 auto;
  background-color: var(--green);
  box-shadow: var(--shadow-btn);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
}

.landing-page .svg {
  position: relative;
  width: 24px;
  height: 24px;
}

.landing-page .label-text-2 {
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--white);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
}

.landing-page .img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 144px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.landing-page .img {
  position: relative;
  width: 1480px;
  height: 784px;
}

.landing-page .section-services {
  align-items: flex-start;
  padding: 200px 144px;
  top: 1264px;
  background-color: var(--white);
  border-radius: 48px 48px 0px 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
}

.landing-page .title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .grid-root {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .typography-root {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 72px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-2 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 56px;
  letter-spacing: -1.12px;
  line-height: 64px;
  white-space: nowrap;
}

.landing-page .we-offer-full-wrapper {
  align-items: center;
  padding: 0px 0px 48px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .we-offer-full {
  position: relative;
  width: 1004px;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--primary);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 200px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 28px;
}

.landing-page .container-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .list {
  display: grid;
  grid-template-columns: repeat(2, fit-content(100%));
  grid-template-rows: repeat(4, fit-content(100%));
  width: fit-content;
  height: fit-content;
  gap: 24px;
}

.landing-page .link-item-services {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 600px;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--blue);
  box-shadow: var(--shadow-btn);
}

.landing-page .title-2 {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .symbol-size {
  display: flex;
  flex-direction: column;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  aspect-ratio: 1;
  background: radial-gradient(
    50% 50% at 90% 34%,
    rgba(0, 123, 255, 0.1) 0%,
    rgba(73, 98, 242, 0.1) 100%
  );
}

.landing-page .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  align-self: stretch;
  margin-top: -1px;
  background: radial-gradient(
    50% 50% at 90% 34%,
    rgba(0, 123, 255, 1) 0%,
    rgba(73, 98, 242, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "SF Compact Display-Light", Helvetica;
  font-weight: 300;
  color: transparent;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .we-write-all-the {
  position: relative;
  flex: 1;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .title-wrapper {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  position: relative;
  width: 600px;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--blue);
  box-shadow: var(--shadow-btn);
}

.landing-page .link-item-services-2 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  position: relative;
  width: 600px;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--blue);
  box-shadow: var(--shadow-btn);
}

.landing-page .we-write-all-the-2 {
  margin-top: -1px;
  font-size: 28px;
  line-height: normal;
  position: relative;
  flex: 1;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0;
}

.landing-page .link-item-services-3 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  position: relative;
  width: 600px;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--blue);
  box-shadow: var(--shadow-btn);
}

.landing-page .link-item-services-4 {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  position: relative;
  width: 600px;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--blue);
  box-shadow: var(--shadow-btn);
}

.landing-page .link-item-services-5 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  position: relative;
  width: 600px;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--blue);
  box-shadow: var(--shadow-btn);
}

.landing-page .we-write-all-the-3 {
  align-self: stretch;
  margin-top: -1px;
  font-size: 28px;
  line-height: normal;
  position: relative;
  flex: 1;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0;
}

.landing-page .link-item-services-6 {
  grid-row: 4 / 5;
  grid-column: 1 / 2;
  position: relative;
  width: 600px;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--blue);
  box-shadow: var(--shadow-btn);
}

.landing-page .link-item-services-7 {
  grid-row: 4 / 5;
  grid-column: 2 / 3;
  position: relative;
  width: 600px;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--blue);
  box-shadow: var(--shadow-btn);
}

.landing-page .div-2 {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .list-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .service {
  display: flex;
  flex-direction: column;
  height: 640px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #f2faff;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c6d2dc;
}

.landing-page .body-content {
  display: flex;
  height: 600px;
  align-items: flex-start;
  gap: 124px;
  padding: 64px 96px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.landing-page .img-2 {
  position: relative;
  width: 676px;
  height: 472px;
  background-color: #060b14;
  border-radius: 32px;
  overflow: hidden;
}

.landing-page .image {
  left: 0;
  height: 472px;
  aspect-ratio: 1.5;
  position: absolute;
  top: 0;
  width: 676px;
  object-fit: cover;
}

.landing-page .body {
  display: flex;
  flex-direction: column;
  width: 640px;
  align-items: flex-start;
  position: relative;
}

.landing-page .title-3 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: -1px;
  font-family: "SF Compact Display-Light", Helvetica;
  font-weight: 300;
  color: var(--primary);
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-page .text-wrapper-5 {
  position: relative;
  flex: 1;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-page .flexcontainer {
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.landing-page .text {
  position: relative;
  align-self: stretch;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--primary);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
}

.landing-page .span {
  font-weight: 600;
}

.landing-page .text-wrapper-6 {
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: #003f84;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
}

.landing-page .item-service {
  background-color: #fdfcf2;
  display: flex;
  flex-direction: column;
  height: 640px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c6d2dc;
}

.landing-page .flexcontainer-2 {
  height: 236px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.landing-page .img-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.landing-page .body-content-wrapper {
  background-color: #f5f2fa;
  display: flex;
  flex-direction: column;
  height: 640px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c6d2dc;
}

.landing-page .title-4 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .local-google-AI {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-page .flexcontainer-3 {
  height: 312px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.landing-page .service-2 {
  background-color: #f2fff4;
  display: flex;
  flex-direction: column;
  height: 640px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c6d2dc;
}

.landing-page .google-maps {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-page .flexcontainer-4 {
  height: 204px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.landing-page .img-4 {
  position: relative;
  width: 676px;
  height: 472px;
  border-radius: 32px;
  background-image: url(https://c.animaapp.com/ElUAeP1r/img/img-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.landing-page .service-3 {
  background-color: #f2f4ff;
  display: flex;
  flex-direction: column;
  height: 640px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c6d2dc;
}

.landing-page .image-2 {
  height: 100%;
  left: calc(50.00% - 338px);
  aspect-ratio: 1.51;
  position: absolute;
  top: 0;
  width: 676px;
  object-fit: cover;
}

.landing-page .flexcontainer-5 {
  display: flex;
  flex-direction: column;
  height: 300px;
  align-items: flex-start;
  gap: 12px;
}

.landing-page .service-4 {
  background-color: #fff7f7;
  display: flex;
  flex-direction: column;
  height: 640px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c6d2dc;
}

.landing-page .service-5 {
  background-color: #f9f2ff;
  display: flex;
  flex-direction: column;
  height: 640px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c6d2dc;
}

.landing-page .container-content {
  display: flex;
  flex-direction: column;
  height: 640px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c6d2dc;
  background: linear-gradient(
    3deg,
    rgba(227, 253, 255, 1) 0%,
    rgba(235, 255, 226, 1) 100%
  );
}

.landing-page .content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .body-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .title-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-7 {
  position: relative;
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

.landing-page .p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--primary);
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-page .text-wrapper-8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-page .section-reviews-and {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 200px 144px;
  position: absolute;
  top: 9094px;
  left: 0;
  background:
    linear-gradient(
      to bottom right,
      rgba(0, 255, 47, 0.03) 0%,
      rgba(175, 73, 242, 0.03) 50%
    )
    bottom right / 50% 50% no-repeat,
    linear-gradient(
      to bottom left,
      rgba(0, 255, 47, 0.03) 0%,
      rgba(175, 73, 242, 0.03) 50%
    )
    bottom left / 50% 50% no-repeat,
    linear-gradient(
      to top left,
      rgba(0, 255, 47, 0.03) 0%,
      rgba(175, 73, 242, 0.03) 50%
    )
    top left / 50% 50% no-repeat,
    linear-gradient(
      to top right,
      rgba(0, 255, 47, 0.03) 0%,
      rgba(175, 73, 242, 0.03) 50%
    )
    top right / 50% 50% no-repeat,
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  background-color: var(--gr-bg);
}

.landing-page .text-wrapper-9 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 56px;
  white-space: nowrap;
}

.landing-page .list-dialog {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 0px 336px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border-radius: 500px;
  border: 1px solid;
  border-color: #c6d2dc;
  aspect-ratio: 1;
  opacity: 0.2;
}

.landing-page .symbol {
  position: absolute;
  top: calc(50.00% - 25px);
  left: calc(50.00% - 25px);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SF Pro-Medium", Helvetica;
  font-weight: 500;
  color: var(--primary);
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.43px;
  line-height: 22px;
}

.landing-page .basicdialog {
  display: flex;
  flex-direction: column;
  width: 800px;
  align-items: flex-end;
  padding: 36px 48px;
  position: relative;
  background-color: #ffffffcc;
  border-radius: 24px;
  border: 1px solid;
  border-color: #c6d2dc;
  box-shadow: var(--shadow-btn);
}

.landing-page .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .title-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-20);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--spacing-16);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .avatars {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  position: relative;
}

.landing-page .image-wrapper {
  position: relative;
  width: 68px;
  height: 68px;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  margin-right: -2px;
  background-color: #ffffff;
  border-radius: 32px;
  border: 1px solid;
}

.landing-page .title-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .headline {
  align-self: stretch;
  font-weight: 600;
  color: var(--primary);
  font-size: 24px;
  line-height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
}

.landing-page .subheadline {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--text-secondary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.landing-page .supporting-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .supporting-text {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--primary);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
}

.landing-page .symbol-wrapper {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border-radius: 500px;
  border: 1px solid;
  border-color: #c6d2dc;
  aspect-ratio: 1;
}

.landing-page .bright {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
}

.landing-page .dot {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #003f84b2;
  border-radius: 50px;
}

.landing-page .dot-2 {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #5f7a974c;
  border-radius: 50px;
}

.landing-page .section-project {
  align-items: flex-start;
  padding: 200px 144px;
  top: 7960px;
  border-radius: 48px;
  background:
    radial-gradient(
      50% 50% at 90% 34%,
      rgba(0, 123, 255, 0.06) 0%,
      rgba(73, 98, 242, 0.06) 100%
    ),
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
}

.landing-page .div-4 {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .item-project {
  background-color: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c6d2dc;
  box-shadow: var(--shadow-focused);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .img-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 542px;
}

.landing-page .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  box-shadow: 0px 0px 0px 3px #0000001a;
}

.landing-page .link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .content-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .headline-2 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

.landing-page .img-6 {
  display: flex;
  flex-direction: column;
  height: 542px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
}

.landing-page .image-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 526px;
}

.landing-page .section-blog {
  align-items: center;
  padding: 200px 144px;
  top: 9906px;
  background-color: var(--grey);
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
}

.landing-page .div-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .team-doctors-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 315px;
  background-color: #060b14;
  border-radius: 16px;
  overflow: hidden;
}

.landing-page .title-7 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100px;
  box-shadow: 0px 0px 0px 3px #0000001a;
}

.landing-page .content-wrapper {
  display: inline-flex;
  flex-direction: column;
  height: 32px;
  align-items: flex-start;
  position: absolute;
  top: 24px;
  left: 12px;
}

.landing-page .headline-3 {
  width: fit-content;
  font-weight: 600;
  color: var(--primary);
  font-size: 24px;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
}

.landing-page .text-wrapper-10 {
  position: absolute;
  width: calc(100% - 24px);
  top: 68px;
  left: 12px;
  height: 20px;
  display: -webkit-box;
  align-items: center;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--text-secondary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.landing-page .section-about-us {
  display: flex;
  flex-direction: column;
  width: 1920px;
  align-items: flex-start;
  padding: 200px 144px;
  position: absolute;
  top: 10801px;
  left: 0;
  background-color: var(--white);
  border-radius: 48px 48px 0px 0px;
  overflow: hidden;
}

.landing-page .body-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .body-content-2 {
  display: inline-flex;
  justify-content: center;
  gap: 124px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .p-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .img-7 {
  position: relative;
  width: 240px;
  height: 240px;
  background-color: #060b14;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1;
}

.landing-page .header-2 {
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing-page .headline-4 {
  width: fit-content;
  font-weight: 600;
  color: var(--primary);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
}

.landing-page .subheadline-2 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--text-secondary);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.landing-page .social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-11 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--text-secondary);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.landing-page .social-btn {
  display: flex;
  width: 48px;
  height: 32px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--blue);
}

.landing-page .img-8 {
  position: relative;
  width: 16px;
  height: 16px;
}

.landing-page .p-3 {
  display: flex;
  flex-direction: column;
  width: 680px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.landing-page .text-wrapper-12 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .text-wrapper-13 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .section-contact-us {
  display: flex;
  flex-direction: column;
  width: 1920px;
  align-items: flex-start;
  padding: 100px 144px 64px;
  position: absolute;
  top: 11707px;
  left: 0;
  border-radius: 48px 48px 0px 0px;
  overflow: hidden;
}

.landing-page .rectangle-wrapper {
  position: absolute;
  width: 100%;
  height: 99.99%;
  top: 0;
  left: 0;
  background:
    linear-gradient(
      to bottom right,
      rgba(0, 255, 47, 0.03) 0%,
      rgba(175, 73, 242, 0.03) 50%
    )
    bottom right / 50% 50% no-repeat,
    linear-gradient(
      to bottom left,
      rgba(0, 255, 47, 0.03) 0%,
      rgba(175, 73, 242, 0.03) 50%
    )
    bottom left / 50% 50% no-repeat,
    linear-gradient(
      to top left,
      rgba(0, 255, 47, 0.03) 0%,
      rgba(175, 73, 242, 0.03) 50%
    )
    top left / 50% 50% no-repeat,
    linear-gradient(
      to top right,
      rgba(0, 255, 47, 0.03) 0%,
      rgba(175, 73, 242, 0.03) 50%
    )
    top right / 50% 50% no-repeat,
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  background-color: var(--gr-bg);
}

.landing-page .rectangle-2 {
  position: relative;
  width: 111.56%;
  height: 26.47%;
  top: 80.56%;
  left: -5.78%;
  background-color: #eff3ff;
  filter: blur(50px);
}

.landing-page .form-contact-us-map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 160px 100px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .typography-root-2 {
  align-items: flex-start;
  padding: 0px 0px 72px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, fit-content(100%));
  height: fit-content;
  gap: 24px;
  padding: 24px 0px;
}

.landing-page .text-field {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  min-width: 200px;
  max-width: 800px;
  height: fit-content;
  gap: 8px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing-page .info-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0px 4px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-left: -1px;
  border-radius: var(--shape-corner-extra-small);
}

.landing-page .label-components {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: -1px;
  border-radius: var(--shape-corner-extra-small);
  position: relative;
  margin-top: -1px;
}

.landing-page .label-text-3 {
  margin-top: -0.5px;
  font-weight: 400;
  color: var(--primary);
  font-size: 14px;
  line-height: 20px;
  position: relative;
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.landing-page .text-field-2 {
  display: flex;
  flex-direction: column;
  max-height: 112px;
  height: 56px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.landing-page .container-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f6f7fb;
  border-radius: 16px;
  border: 1px solid;
  border-color: #c6d2dc;
}

.landing-page .state-layer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.landing-page .label-components-wrapper {
  display: flex;
  align-items: center;
  gap: 1px;
  padding: 4px 0px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.landing-page .label-text-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -1px;
  border-radius: var(--shape-corner-extra-small);
}

.landing-page .label-text-4 {
  margin-top: -0.5px;
  font-weight: 400;
  color: var(--primary);
  font-size: 18px;
  line-height: 30px;
  position: relative;
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.landing-page .text-field-3 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  min-width: 200px;
  max-width: 800px;
  height: fit-content;
  gap: 8px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing-page .text-field-4 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  min-width: 200px;
  max-width: 800px;
  height: fit-content;
  gap: 8px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing-page .text-field-5 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  min-width: 200px;
  max-width: 800px;
  height: fit-content;
  gap: 8px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing-page .text-field-6 {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
  min-width: 200px;
  max-width: 800px;
  height: fit-content;
  gap: 8px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing-page .text-field-7 {
  max-height: 336px;
  height: 112px;
  align-self: stretch;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing-page .container-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--grey);
  border-radius: 16px;
  border: 1px solid;
  border-color: #c6d2dc;
}

.landing-page .state-layer-2 {
  align-items: flex-start;
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.landing-page .content-3 {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  padding: 4px 0px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.landing-page .trailing-icon {
  display: flex;
  flex-direction: column;
  max-width: 36px;
  width: 36px;
  max-height: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  overflow: hidden;
}

.landing-page .icon-size-wrapper {
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  display: flex;
  gap: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.landing-page .icon-size {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-left: -6px;
  margin-right: -6px;
}

.landing-page .button-file {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .state-layer-wrapper {
  display: flex;
  flex-direction: column;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--primary);
}

.landing-page .state-layer-3 {
  align-items: center;
  justify-content: center;
  padding: 10px;
  display: flex;
  gap: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.landing-page .icon {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.landing-page .span-2 {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 0px 0px 16px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-14 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--primary);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 16.8px;
  white-space: nowrap;
}

.landing-page .action {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .container-wrapper {
  max-height: 64px;
  height: 56px;
  gap: 12px;
  padding: 6px 24px;
  background-color: var(--blue);
  box-shadow: var(--shadow-btn);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
}

.landing-page .contact-us {
  display: inline-flex;
  height: 756px;
  align-items: center;
  gap: 10px;
  padding: 0px 124px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .grid-root-2 {
  display: inline-flex;
  gap: 48px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.landing-page .video-call {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 36px;
  position: relative;
  flex: 0 0 auto;
  background-color: #79ccae1f;
  border-radius: 24px;
  border: 1px solid;
  border-color: #79ccae33;
}

.landing-page .text-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-15 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: -1px;
  aspect-ratio: 1;
  font-family: "SF Compact Display-Light", Helvetica;
  font-weight: 300;
  color: var(--green);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.landing-page .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
}

.landing-page .text-wrapper-17 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--primary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.landing-page .btn-var-n-2 {
  max-height: 64px;
  height: 48px;
  gap: 12px;
  padding: 6px 24px;
  background-color: var(--green);
  box-shadow: var(--shadow-btn);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
}

.landing-page .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .div-6 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-18 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--text-secondary);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.landing-page .link-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .headline-5 {
  width: fit-content;
  font-weight: 600;
  color: var(--blue);
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
}

.landing-page .separator {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-image: url(https://c.animaapp.com/ElUAeP1r/img/line-1.svg);
  background-size: cover;
  background-position: 50% 50%;
}

.landing-page .separator-2 {
  background-image: url(https://c.animaapp.com/ElUAeP1r/img/line-1-1.svg);
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-size: cover;
  background-position: 50% 50%;
}

.landing-page .footer {
  display: flex;
  align-items: flex-start;
  padding: 48px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.landing-page .leading {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .link-logo {
  position: relative;
  width: 196px;
  height: 60px;
  aspect-ratio: 3.26;
}

.landing-page .logo {
  position: absolute;
  width: 196px;
  height: 42px;
  top: 13px;
  left: 0;
}

.landing-page .frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .copyright {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--helvetica-neue-body3-font-family);
  font-weight: var(--helvetica-neue-body3-font-weight);
  color: var(--text-secondary);
  font-size: var(--helvetica-neue-body3-font-size);
  letter-spacing: var(--helvetica-neue-body3-letter-spacing);
  line-height: var(--helvetica-neue-body3-line-height);
  white-space: nowrap;
  font-style: var(--helvetica-neue-body3-font-style);
}

.landing-page .cookie {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .headline-6 {
  width: fit-content;
  font-weight: 400;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
}

.landing-page .separator-3 {
  background-image: url(https://c.animaapp.com/ElUAeP1r/img/line-1-2.svg);
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-size: cover;
  background-position: 50% 50%;
}

.landing-page .link-link-to-privacy {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "IntelOne Display-Regular", Helvetica;
  font-weight: 400;
  color: var(--text-secondary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.landing-page .separator-4 {
  background-image: url(https://c.animaapp.com/ElUAeP1r/img/line-1-3.svg);
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-size: cover;
  background-position: 50% 50%;
}

.landing-page .separator-5 {
  background-image: url(https://c.animaapp.com/ElUAeP1r/img/line-1-4.svg);
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-size: cover;
  background-position: 50% 50%;
}

.landing-page .button-2 {
  display: flex;
  flex-direction: column;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--text-secondary);
}

.landing-page .state-layer-4 {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.landing-page .controls-wrapper {
  width: 1920px;
  height: 80px;
  justify-content: flex-end;
  padding: 4px 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing-page .controls {
  display: flex;
  height: 80px;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-top: -8px;
}

.landing-page .link-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.landing-page .logo-wrapper {
  position: relative;
  align-self: stretch;
  aspect-ratio: 3.26;
}

.landing-page .logo-2 {
  position: absolute;
  width: 261px;
  height: 55px;
  top: 17px;
  left: 0;
}

.landing-page .page-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .btn-var-n-3 {
  all: unset;
  box-sizing: border-box;
  flex-direction: column;
  max-height: 56px;
  height: 40px;
  gap: 8px;
  padding: 6px 16px;
  flex: 0 0 auto;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
}

.landing-page .label-text-5 {
  display: flex;
  align-items: center;
  margin-top: -1px;
  font-weight: 600;
  color: #2a517b;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.landing-page .btn-var-n-4 {
  flex-direction: column;
  max-height: 56px;
  height: 40px;
  gap: 8px;
  padding: 6px 16px;
  flex: 0 0 auto;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
}

.landing-page .label-text-6 {
  display: flex;
  align-items: center;
  margin-top: -1px;
  font-weight: 600;
  color: var(--primary);
  font-size: 16px;
  line-height: 20px;
  position: relative;
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.landing-page .trailing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .btn-var-n-5 {
  max-height: 64px;
  height: 44px;
  gap: 12px;
  padding: 6px 16px;
  flex: 0 0 auto;
  background-color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
}

.landing-page .label-text-7 {
  margin-top: -1px;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.landing-page .btn-var-n-6 {
  max-height: 64px;
  height: 44px;
  gap: 12px;
  padding: 6px 16px;
  flex: 0 0 auto;
  background-color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
}

.landing-page .label-text-8 {
  margin-top: -1px;
  font-weight: 600;
  color: var(--white);
  font-size: 16px;
  line-height: 20px;
  position: relative;
  width: fit-content;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}
