.group-icon,
.group-icon1 {
  height: 32.6px;
  width: 31.9px;
  position: relative;
}
.group-icon1 {
  height: 31.1px;
  width: 90.1px;
}
.empty,
.group-parent {
  display: flex;
  justify-content: flex-start;
}
.group-parent {
  height: 33.5px;
  flex-direction: row;
  align-items: flex-end;
  gap: 13.1px;
}
.empty {
  flex-direction: column;
  align-items: flex-start;
  padding: 20.2px 0 0;
}
.yoctoapp {
  position: relative;
  letter-spacing: 0.03em;
  line-height: 100%;
  font-weight: 700;
  display: inline-block;
  min-width: 105px;
}
.yocto-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-mini) 0 0;
}
.b {
  position: relative;
  letter-spacing: 0.03em;
  line-height: 100%;
  font-weight: 700;
  display: inline-block;
  min-width: 31px;
}
.yocto-info1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-mini) 0 0;
}
.b1 {
  position: relative;
  letter-spacing: 0.03em;
  line-height: 100%;
  font-weight: 700;
  display: inline-block;
  min-width: 124px;
}
.yocto-info2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-mini) 0 0;
}
.b2 {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: var(--font);
  color: var(--color-white);
  text-align: left;
  display: inline-block;
  min-width: 108px;
}
.function-tree,
.input-unit,
.merger {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.merger {
  cursor: pointer;
  border: 0;
  padding: var(--padding-mini) var(--padding-mid);
  background-color: var(--color-skyblue-200);
  flex: 1;
  border-radius: var(--br-25xl);
  justify-content: flex-start;
}
.merger:hover,
.processor-chain:hover {
  background-color: var(--color-steelblue);
}
.function-tree,
.input-unit {
  box-sizing: border-box;
  max-width: 100%;
}
.input-unit {
  width: 584px;
  border-radius: var(--br-21xl) 0 0 var(--br-21xl);
  background-color: #fff9f4;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 12px 32px;
  gap: 39px;
}
.input-unit a:link,
.input-unit a:visited{
	color: var(--color-gray-100);
	transition: 0.3s;
}
.input-unit a:hover,
.input-unit a:active{
	opacity: 0.7;
}
.function-tree {
  align-self: stretch;
  justify-content: space-between;
  padding: var(--padding-base) 0 var(--padding-base) var(--padding-61xl);
  gap: var(--gap-xl);
  text-align: left;
  font-size: var(--font-size-mini);
  color: var(--color-darkslategray);
  font-family: var(--font);
}
.p {
  margin-block-start: 0;
  margin-block-end: 22px;
}
.p1 {
  margin: 0;
}
.b3 {
  height: 106px;
  position: relative;
  letter-spacing: 0.03em;
  line-height: 100%;
  font-weight: 700;
  display: inline-block;
	white-space: nowrap;
	z-index: 2;
}
.analyzer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.p2,
.p3 {
  margin: 0;
}
.b4,
.b5 {
  position: relative;
  font-weight: 700;
}
.b4 {
  font-size: var(--text-18-size);
  letter-spacing: 0.05em;
  line-height: 150%;
  display: inline-block;
  max-width: 100%;
}
.b5 {
  font-size: var(--font-size-base);
  letter-spacing: 0.03em;
  font-family: var(--font);
  color: var(--color-white);
  text-align: left;
}
.accumulator,
.processor-chain {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.processor-chain {
  cursor: pointer;
  border: 0;
  padding: var(--padding-mini) var(--padding-lg);
  background-color: var(--color-skyblue-200);
  border-radius: var(--br-25xl);
  flex-direction: row;
}
.accumulator {
	position: relative;
  /* width: 472px; */
  flex-direction: column;
  flex-shrink: 0;
  gap: var(--gap-21xl);
  max-width: 100%;
}
.path-finder-icon {
  width: 590px;
	flex-shrink: 0;
  position: relative;
  max-height: 100%;
  object-fit: contain;
  max-width: 100%;
}
.icon,
.icon1,
.icon2,
.icon3 {
  height: 84.2px;
  width: 75.6px;
  position: absolute;
  margin: 0 !important;
  top: 279px;
  left: -98px;
  object-fit: contain;
}
.icon1,
.icon2,
.icon3 {
  height: 121.9px;
  width: 103.8px;
  top: 255px;
  left: 450px;
  z-index: 1;
}
.icon2,
.icon3 {
  height: 94.7px;
  width: 87.5px;
  top: -100px;
  left: 490px;
}
.icon3 {
  height: 167.7px;
  width: 165.9px;
  top: -120px;
  left: -130px;
}
.transformer {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  padding: var(--padding-mid) var(--padding-5xl) var(--padding-85xl) var(--padding-5xl);
  box-sizing: border-box;
  position: relative;
  min-height: 687px;
	gap: 0 130px;
  /* gap: -83.75999999999999px; */
  max-width: 100%;
  text-align: left;
  font-size: 42px;
  color: var(--color-darkslategray);
  font-family: var(--font);
}
.icon4 {
  width: 45.6px;
  height: 50.7px;
  position: relative;
  object-fit: contain;
}
.about,
.yoctoapp1 {
  position: relative;
  line-height: 150%;
  font-weight: 700;
}
.about {
  letter-spacing: 0.12em;
  display: inline-block;
  min-width: 72px;
}
.yoctoapp1 {
  font-size: var(--font2-size);
}
.comparator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.frame-1500-1 {
  width: 500px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.b6 {
  /* width: 517px; */
  position: relative;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 700;
  display: inline-block;
  /* max-height: 108px; */
  word-break: break-word;
}
.download-on-the-app-store-badg-icon,
.google-play-badge-1-1 {
  align-self: stretch;
  position: relative;
  max-height: 100%;
  min-height: 64px;
}
.download-on-the-app-store-badg-icon {
  width: 172px;
  overflow: hidden;
  flex-shrink: 0;
}
.google-play-badge-1-1 {
  width: 214px;
  object-fit: cover;
}
.modifier {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.calculator,
.modifier,
.reducer {
  display: flex;
  max-width: 100%;
}
.calculator {
  width: 517px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-xl) 0;
  box-sizing: border-box;
  gap: 35px;
  min-width: 517px;
}
.reducer {
  width: 1080px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-xl);
  font-size: var(--text-18-size);
  color: var(--color-darkslategray);
}
.counter,
.counter-wrapper {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.counter {
  flex: 1;
  background-color: var(--color-whitesmoke);
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-45xl) var(--padding-xl) var(--padding-117xl);
  gap: 80px;
}
.counter-wrapper {
  align-self: stretch;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 var(--padding-85xl);
  text-align: left;
  font-size: var(--english-20-size);
  color: var(--color-gray-100);
  font-family: var(--font);
}
.icon5 {
  height: 50.7px;
  width: 45.6px;
  position: relative;
  object-fit: contain;
}
.wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 25px;
}
.feature {
  position: relative;
  letter-spacing: 0.12em;
  line-height: 150%;
  font-weight: 700;
	text-align: center;
  display: inline-block;
  min-width: 92px;
}
.feature-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 3px 0 1px;
}
.b7 {
  position: relative;
  font-size: var(--font2-size);
  line-height: 150%;
  font-weight: 700;
	text-align: center;
  display: inline-block;
  min-width: 96px;
}
.feature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}
.feature-content-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--padding-xl) var(--padding-141xl);
}
.h1,
.p4,
.processor-chain-network {
  position: relative;
  display: inline-block;
}
.processor-chain-network {
  width: 76px;
  line-height: 100%;
	text-align: center;
}
.h1,
.p4 {
  margin: 0;
}
.h1 {
  font-size: inherit;
  letter-spacing: 0.1em;
  line-height: 150%;
  font-weight: 700;
  font-family: inherit;
  max-width: 100%;
}
.p4 {
  width: 467px;
  font-size: var(--english-20-size);
  letter-spacing: 0.08em;
  line-height: 32px;
  max-height: 128px;
  word-break: break-word;
}
.composer-network,
.parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.parent {
  gap: var(--gap-base);
  font-size: var(--font1-size);
}
.composer-network {
  padding: var(--padding-xl) 0;
  box-sizing: border-box;
  gap: var(--gap-21xl);
  min-width: 467px;
}
.calculator-network-icon {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: absolute;
  left: 27px;
  top: -54px;
  transform: scale(1.331);
}
.wrapper-calculator-network {
  height: 347px;
  width: 485px;
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lesson-recording,
.validator-cluster {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.validator-cluster {
  width: 1080px;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.lesson-recording {
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--padding-xl) var(--padding-141xl);
  box-sizing: border-box;
  text-align: left;
  font-size: var(--font-size-45xl);
  color: var(--color-skyblue-200);
  font-family: var(--font);
}
.feature-extractor,
.h11,
.p5 {
  position: relative;
  display: inline-block;
}
.feature-extractor {
  line-height: 100%;
	text-align: center;
  min-width: 84px;
}
.h11,
.p5 {
  margin: 0;
}
.h11 {
  font-size: inherit;
  letter-spacing: 0.1em;
  line-height: 150%;
  font-weight: 700ß;
  font-family: inherit;
  max-width: 100%;
}
.p5 {
  width: 452px;
  font-size: var(--english-20-size);
  letter-spacing: 0.08em;
  line-height: 32px;
  max-height: 128px;
  word-break: break-word;
}
.group,
.value-transformer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.group {
  gap: var(--gap-base);
  font-size: var(--font1-size);
}
.value-transformer {
  padding: var(--padding-xl) var(--padding-mini) var(--padding-xl) 0;
  box-sizing: border-box;
  gap: var(--gap-21xl);
  min-width: 467px;
}
.wrapper-frame-10599-child {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: absolute;
  left: -42px;
  top: -10px;
  transform: scale(1.18);
}
.wrapper-frame-10599 {
  height: 348px;
  width: 484px;
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conditional-splitter,
.student-management {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.conditional-splitter {
  width: 1079px;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.student-management {
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--padding-xl) var(--padding-141xl);
  box-sizing: border-box;
  text-align: left;
  font-size: var(--font-size-45xl);
  color: var(--color-skyblue-200);
  font-family: var(--font);
}
.div,
.yoctomat {
  position: relative;
}
.div {
  line-height: 100%;
	text-align: center;
  display: inline-block;
  min-width: 84px;
}
.yoctomat {
  margin: 0;
  font-size: inherit;
  letter-spacing: 0.1em;
  line-height: 150%;
  font-weight: 700;
  font-family: inherit;
}
.yoctomat1 {
  text-decoration: none;
  width: 467px;
  position: relative;
  font-size: var(--english-20-size);
  letter-spacing: 0.08em;
  line-height: 32px;
  color: inherit;
  display: inline-block;
  max-height: 64px;
  word-break: break-word;
}
.mat-details {
  align-self: stretch;
  gap: var(--gap-base);
  font-size: var(--font1-size);
}
.container,
.frame-wrapper,
.mat-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.container {
  align-self: stretch;
  gap: var(--gap-21xl);
}
.frame-wrapper {
  width: 467px;
  padding: var(--padding-24xl) 0 0;
  box-sizing: border-box;
  min-width: 467px;
  max-width: 100%;
}

.dscf4710-icon {
  top: 0;
  left: 0;
  border-radius: var(--br-base);
  width: 100%;
  object-fit: cover;
}
.vector-parent {
  height: 348px;
  width: 484px;
  position: relative;
  border-radius: var(--br-base);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-width: 474px;
  max-width: 100%;
  z-index: 1;
  align-items:center;
}
.frame-parent,
.mat-integration {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
  justify-content:center;
}
.frame-parent {
  width: 1079px;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.mat-integration {
  align-self: stretch;
  justify-content: center;
  padding: 0 var(--padding-xl) var(--padding-189xl);
  box-sizing: border-box;
  text-align: left;
  font-size: var(--font-size-45xl);
  color: var(--color-skyblue-200);
  font-family: var(--font);
}
.frame-item {
  height: 514px;
  width: 1078px;
  position: relative;
  border-radius: var(--br-xl);
  background-color: var(--color-skyblue-200);
  /* display: none; */
  max-width: 100%;
}
.about1,
.yocto-mat {
  position: relative;
  line-height: 150%;
  font-weight: 700;
  display: inline-block;
  z-index: 1;
}
.about1 {
  letter-spacing: 0.12em;
  color: #8adeff;
  min-width: 72px;
}
.yocto-mat {
  width: 377px;
  font-size: var(--font2-size);
  max-width: 100%;
}
.iot1,
.p10,
.p6,
.p7,
.p8,
.p9 {
  margin: 0;
  font-weight: 400;
}
.p7{
	white-space: nowrap;
}
.iot,
.yoctomat2 {
  position: relative;
}
.iot {
  align-self: stretch;
  height: 216px;
  font-size: var(--text-18-size);
  line-height: 200%;
  display: inline-block;
  z-index: 1;
}
.yoctomat2 {
  font-size: var(--font-size-base);
  font-weight: 700;
  font-family: var(--font);
  color: var(--color-skyblue-200);
  text-align: left;
}
.mat-info,
.yoctomat-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.yoctomat-wrapper {
  cursor: pointer;
  border: 0;
  padding: var(--padding-base) var(--padding-5xl);
  background-color: var(--color-white);
  border-radius: var(--br-25xl);
  flex-direction: row;
  z-index: 1;
}
.yoctomat-wrapper:hover {
  background-color: #e6e6e6;
}
.mat-info {
  width: 502px;
  flex-direction: column;
  gap: 18px;
  padding: 16px 0px;
  /* max-width: calc(100% - 508px); */
  flex-shrink: 0;
}
.frame-inner,
.mat-images-child {
  position: absolute;
  top: 0;
  left: 308.7px;
  border-radius: 50%;
  background-color: var(--color-skyblue-100);
  width: 132px;
  height: 132.3px;
  z-index: 1;
}
.frame-inner {
  top: 409.9px;
  left: 180.8px;
}

.frame-child1 {
  top: 0;
  left: 0;
  object-fit: contain;
  z-index: 2;
}
.ellipse-parent {
  top: 66.5px;
  left: -0.4px;
  height: auto;
}
.mat-images {
  height: auto;
  width: 507.8px;
  position: relative;
  max-width: calc(100% - 502px);
  flex-shrink: 0;
}
.mat-explanation,
.rectangle-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.rectangle-parent {
  height: auto;
  width: 1080px;
  border-radius: var(--br-xl);
  background-color: var(--color-skyblue-200);
  overflow: hidden;
  flex-shrink: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0px 79px;
}
.mat-explanation {
  align-self: stretch;
  justify-content: center;
  padding: 0 var(--padding-xl) var(--padding-189xl);
  text-align: left;
  font-size: var(--english-20-size);
  color: var(--color-white);
  font-family: var(--font);
}
.b8,
.icon6 {
  position: absolute;
}
.b8 {
  top: 80.7px;
  left: 50%;
  line-height: 150%;
  font-weight: 700;
  z-index: 2;
	transform: translateX(-50%);
	white-space: nowrap;
}
.icon6 {
  top: 0;
  left: 50%;
  width: 45.6px;
  height: 50.7px;
  object-fit: contain;
	transform: translateX(-50%);
}
.benefits {
  position: absolute;
  top: 50.7px;
  left: 50%;
  font-size: var(--english-20-size);
  letter-spacing: 0.12em;
  line-height: 150%;
  font-weight: 700;
	text-align: center;
  display: inline-block;
  min-width: 96px;
	transform: translateX(-50%);
  z-index: 1;
}
.benefits-keyword {
  height: 152.7px;
  width: 383px;
  position: relative;
  max-width: 100%;
}
.benefits-title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--padding-xl);
  box-sizing: border-box;
  max-width: 100%;
}
.yoctomatyoctoapp {
  position: relative;
  font-size: var(--text-18-size);
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 700;
  color: var(--color-darkslategray);
  text-align: center;
  display: inline-block;
  max-height: 54px;
  word-break: break-word;
}
.benefits-header,
.benefits-header-wrapper {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.benefits-header {
  width: 665px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 33px;
}
.benefits-header-wrapper {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 var(--padding-xl) var(--padding-45xl);
  box-sizing: border-box;
  flex-shrink: 0;
  font-size: var(--font2-size);
}
.group-icon2 {
  height: 47.3px;
  width: 46.4px;
  position: relative;
}
.group-icon3 {
  align-self: stretch;
  height: 45.2px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.group-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3.5px 0 0;
}
.b9 {
  position: relative;
  line-height: 150%;
  font-weight: 700;
  display: inline-block;
  min-width: 96px;
}
.solution-content,
.solution-visuals {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.solution-visuals {
  width: 312px;
  justify-content: flex-start;
  gap: var(--gap-lgi-4);
}
.solution-content {
  width: 736px;
  justify-content: center;
  max-width: 100%;
}
.b10 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 700;
	white-space: nowrap;
}
.studio-challenges {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-20xl) 0 var(--padding-19xl);
}
.challenges-benefits-child {
  height: 139.2px;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  object-fit: contain;
}
.challenges-benefits {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 41px;
}
.li {
  margin-bottom: 0;
}
.ul {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  padding-left: var(--padding-2xl);
}
.b11 {
  width: 280px;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
  display: inline-block;
  max-height: 144px;
  word-break: break-word;
}
.studio-challenges-parent {
  flex: 1;
  border-radius: var(--br-base);
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-base) var(--padding-21xl) 43.8px;
  box-sizing: border-box;
  gap: var(--gap-13xl);
  min-width: 270px;
  max-width: 100%;
}
.b12 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 700;
  display: inline-block;
  min-width: 118px;
}
.frame {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
	margin: 0 auto;
  padding: 0 81px 0 var(--padding-61xl);
}
.frame-icon {
  height: 143px;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  object-fit: contain;
}
.frame-container {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-23xl);
}
.li1,
.li2 {
  margin-bottom: 0;
}
.ul1 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  padding-left: var(--padding-2xl);
}
.b13 {
  width: 280px;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 150%;
  display: inline-block;
  text-align: left;
  max-height: 168px;
  word-break: break-word;
}
.frame-group,
.studio-owner-problem {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.frame-group {
  flex: 1;
  border-radius: var(--br-base);
  background-color: var(--color-white);
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--padding-base) var(--padding-21xl);
  box-sizing: border-box;
  gap: var(--gap-13xl);
  min-width: 270px;
}
.studio-owner-problem {
  width: 736px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap-base);
  text-align: center;
  font-size: var(--font-size-base);
  color: var(--color-darkslategray);
}
.solution-content-parent {
  align-self: stretch;
  border-radius: var(--br-base);
  background-color: #fff6fa;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-21xl) var(--padding-xl);
  box-sizing: border-box;
  gap: var(--gap-21xl);
  max-width: 100%;
  color: #df5089;
}
.group-icon4 {
  height: 47.3px;
  width: 46.4px;
  position: relative;
}
.group-icon5 {
  align-self: stretch;
  height: 45.2px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.post-benefits-heading {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3.4px 0 0;
}
.b14 {
  position: relative;
  line-height: 150%;
  font-weight: 700;
  display: inline-block;
  min-width: 96px;
}
.post-benefits,
.post-benefits-structure {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.post-benefits-structure {
  width: 312px;
  justify-content: flex-start;
  gap: var(--gap-lgi-4);
}
.post-benefits {
  width: 736px;
  justify-content: center;
  max-width: 100%;
  text-align: left;
  color: var(--color-skyblue-200);
}
.mobile-icon,
.yoctoapp-icon {
  width: 95.7px;
  height: 24.2px;
  position: relative;
}
.mobile-icon {
  width: 146px;
  height: 146px;
  overflow: hidden;
  flex-shrink: 0;
}
.yoctoapp-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: var(--gap-13xl);
}
.yoctomat-icon,
.yoga-mat-icon {
  width: 95.6px;
  height: 24.2px;
  position: relative;
}
.yoga-mat-icon {
  width: 146px;
  height: 146px;
  overflow: hidden;
  flex-shrink: 0;
}
.yoctomat-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: var(--gap-13xl);
}
.connected-components {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
}
.yocto {
  width: 447px;
  position: relative;
  line-height: 150%;
  font-weight: 700;
  display: inline-block;
  max-height: 72px;
  word-break: break-word;
}
.yocto-text{
	display: none;
}
.merging-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  gap: 59px;
  max-width: 100%;
  flex-shrink: 0;
}
.yocto-solution-container {
  width: 736px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  font-size: var(--font-size);
}
.b15 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 700;
}
.frame-child2 {
  width: 107px;
  height: 107px;
  position: relative;
}
.b16 {
  width: 260px;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 700;
  display: inline-block;
  max-height: 96px;
  word-break: break-word;
}
.frame-div,
.sibling-subtrees {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.sibling-subtrees {
  text-align: left;
  color: var(--color-skyblue-200);
}
.frame-div {
  border-radius: var(--br-base);
  background-color: var(--color-white);
  padding: var(--padding-base) 50px;
  box-sizing: border-box;
  gap: 30px;
  max-width: 100%;
}
.b17 {
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 700;
  display: inline-block;
  min-width: 118px;
}
.b17,
.b18,
.yoga-icon {
  position: relative;
}
.yoga-icon {
  width: 108px;
  height: 108px;
}
.b18 {
  align-self: stretch;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 700;
}
.parent1,
.wrapper1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.wrapper1 {
  align-items: flex-start;
  text-align: left;
  color: var(--color-skyblue-200);
}
.parent1 {
  align-items: center;
  gap: 48px;
}
.linked-list,
.linked-list-inner {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.linked-list-inner {
  flex: 1;
  border-radius: var(--br-base);
  background-color: var(--color-white);
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--padding-base) var(--padding-19xl) 27px var(--padding-21xl);
  box-sizing: border-box;
  min-width: 302px;
}
.linked-list {
  width: 736px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap-base);
  font-size: var(--font-size-base);
}
.post-benefits-parent {
  align-self: stretch;
  border-radius: var(--br-base);
  background-color: rgba(102, 175, 204, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-21xl) var(--padding-xl);
  box-sizing: border-box;
  gap: 40.1px;
  max-width: 100%;
  flex-shrink: 0;
  text-align: center;
  color: var(--color-darkslategray);
}
.benefits-content,
.benefits-content-wrapper {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.benefits-content {
  width: 1180px;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-21xl);
}
.benefits-content-wrapper {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 var(--padding-xl) var(--padding-85xl);
  box-sizing: border-box;
  text-align: left;
  font-size: var(--font1-size);
  color: var(--color-gray-100);
  font-family: var(--font);
}
.wave-icon {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
}
.aunt-subtrees-icon {
  width: 1524px;
  height: 214px;
  position: absolute;
  margin: 0 !important;
  top: 20.3px;
  left: -63px;
}
.b19,
.yoctomat3 {
  position: relative;
}
.yoctomat3 {
  margin: 0;
  font-size: inherit;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-weight: 400;
  font-family: inherit;
}
.b19 {
  font-size: var(--font-size-base);
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: var(--font);
  color: var(--color-white);
  text-align: left;
}
.ancestor-grandchildren {
  cursor: pointer;
  border: 0;
  padding: var(--padding-mini) var(--padding-lg);
  background-color: var(--color-skyblue-200);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.ancestor-grandchildren:hover {
  background-color: var(--color-steelblue);
}
.uncle-subtrees {
  border-radius: var(--br-base);
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-21xl);
  box-sizing: border-box;
  gap: var(--gap-5xl);
  max-width: 100%;
  z-index: 1;
}
.cousin-subtrees,
.mask-group-icon {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  /* overflow: hidden; */
}
.cousin-subtrees {
  background-color: var(--color-whitesmoke);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20.3px 0 39.7px;
  box-sizing: border-box;
  gap: var(--gap-5xl);
  min-height: 274px;
  z-index: 1;
  text-align: left;
  font-size: var(--font-size);
  color: var(--color-skyblue-200);
  font-family: var(--font);
}
.mask-group-icon {
  margin-bottom: -1px;
}
.group-icon6 {
  width: 24.5px;
  height: 24.8px;
  position: relative;
}
.footer-column-one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 1.2px;
}
.group-icon7 {
  height: 23.7px;
  width: 69.2px;
  position: relative;
}
.footer-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10.1px;
}
.footer-structure {
  width: 390px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 2px 0 0;
  box-sizing: border-box;
  max-width: 100%;
}
.div1,
.div2,
.yoctoapp2 {
  position: relative;
  line-height: 150%;
  font-weight: 500;
  display: inline-block;
}
.yoctoapp2 {
  text-align: right;
  min-width: 105px;
}
.div1,
.div2 {
  min-width: 32px;
}
.div2 {
  min-width: 128px;
}
.app-description {
  width: 389px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 100%;
  gap: var(--gap-xl);
}
.app-description a:link,
.app-description a:visited{
	color: #fff;
	transition: 0.3s;
}
.app-description a:hover,
.app-description a:active{
	opacity: 0.7;
}
.yocto-coltd-all {
  position: relative;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.copyright {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 83px 0 78px;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  color: #e0e0e0;
}
.cousin-grandchildren,
.uncle-grandchildren,
.yoctoappv4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.uncle-grandchildren {
  align-self: stretch;
  background-color: var(--color-skyblue-200);
  align-items: center;
  padding: var(--padding-21xl) var(--padding-xl);
  box-sizing: border-box;
  gap: 31px;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-white);
  font-family: var(--font);
}
.cousin-grandchildren,
.yoctoappv4 {
  align-items: flex-start;
}
.cousin-grandchildren {
  align-self: stretch;
  height: auto;
  background-color: var(--color-whitesmoke);
  padding: 0px;
  box-sizing: border-box;
  max-width: 100%;
  z-index: 2;
}
.yoctoappv4 {
  width: 100%;
  position: relative;
  background-color: #feffff;
  overflow: hidden;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: var(--english-20-size);
  color: var(--color-gray-100);
  font-family: var(--font);
}
@media screen and (max-width: 1480px) {
	.transformer {
		gap: 0 5vw;
	}
	.accumulator {
		margin-left: 10vw;
	}
	.icon{
		top: 279px;
		left: -68px;
	}
	.icon1 {
		top: 255px;
		left: 430px;
	}
	.icon2{
		top: -100px;
		left: 470px;
	}
	.icon3 {
		top: -120px;
		left: -100px;
	}
	.path-finder-icon{
		width: 48%;
		margin-right: -2vw;
	}
}
@media screen and (max-width: 1200px) {
  .transformer {
    padding-right: 90px;
    box-sizing: border-box;
  }
  .calculator,
  .frame-1500-1 {
    flex: 1;
  }
  .reducer {
    flex-wrap: wrap;
  }
  .counter {
    gap: var(--gap-21xl);
  }
  .rectangle-parent {
    padding-left: var(--padding-20xl);
    padding-right: var(--padding-20xl);
    box-sizing: border-box;
  }
  .benefits-content-wrapper {
    padding-bottom: var(--padding-49xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1050px) {
	.transformer{
		flex-wrap: wrap;
		gap: 0;
		padding: var(--padding-85xl) var(--gap-21xl) 0;
		text-align: center;
	}
	.accumulator{
		width: 100%;
		margin-left: 0;
	}
	.analyzer{
		margin: 0 auto;
	}
	.processor-chain{
		margin: 0 auto;
	}
	.icon{
		left: 60px;
	}
	.icon1 {
		left: 71vw;
	}
	.icon2{
		left: 73vw;
	}
	.icon3 {
		left: 30px;
	}
	.path-finder-icon{
		width: 100%;
		margin-right: 0;
	}
  .b3 {
    font-size: 34px;
    line-height: 34px;
  }
  .b4 {
		margin: 0 auto;
    font-size: var(--font-size-base);
  }
  .yoctoapp1 {
    font-size: var(--font-size-19xl);
    line-height: 58px;
  }
	.modifier{
		margin: 0 auto;
	}
  .counter-wrapper {
    padding-bottom: var(--padding-49xl);
    box-sizing: border-box;
  }
  .b7 {
    font-size: var(--font-size-19xl);
    line-height: 58px;
  }
	.feature-content-wrapper{
		padding: 0 var(--padding-xl) var(--padding-61xl);
	}
  .processor-chain-network {
		margin: 0 auto;
    font-size: var(--font-size-32xl);
    line-height: 51px;
  }
  .h1 {
		margin: 0 auto;
    font-size: var(--font-size-7xl);
    line-height: 38px;
  }
	.p4,
	.p5 {
		width: 100%;
	}
  .calculator-network-icon,
  .composer-network {
    flex: 1;
  }
  .validator-cluster {
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature-extractor {
		margin: 0 auto;
    font-size: var(--font-size-32xl);
    line-height: 51px;
  }
  .h11 {
		margin: 0 auto;
    font-size: var(--font-size-7xl);
    line-height: 38px;
  }
  .value-transformer {
    flex: 1;
    padding-right: 0;
    box-sizing: border-box;
  }
  .wrapper-frame-10599-child {
    flex: 1;
  }
  .conditional-splitter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .div {
		margin: 0 auto;
    font-size: var(--font-size-32xl);
    line-height: 51px;
  }
  .yoctomat {
		margin: 0 auto;
    font-size: var(--font-size-7xl);
    line-height: 38px;
  }
	.yoctomat1 {
		width: 100%;
	}
  .frame-wrapper,
  .vector-parent {
    flex: 1;
  }
  .frame-parent {
    flex-wrap: wrap;
    justify-content: center;
  }
  .yocto-mat {
    font-size: var(--font-size-19xl);
    line-height: 58px;
  }
  .mat-images,
  .mat-info {
    /* display: none; */
    max-width: 100%;
  }
  .b8 {
    font-size: var(--font-size-19xl);
    line-height: 58px;
  }
  .b14,
  .b9 {
    font-size: var(--font-size-7xl);
    line-height: 38px;
  }
  .post-benefits-parent {
    padding-top: var(--padding-7xl);
    padding-bottom: var(--padding-7xl);
    box-sizing: border-box;
  }
  .benefits-content-wrapper {
    padding-bottom: var(--padding-25xl);
    box-sizing: border-box;
  }
  .dscf4710-icon {
    flex: 1;
    max-width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .input-unit {
    display: none;
    gap: 19px;
  }
  .function-tree {
    padding-left: var(--padding-21xl);
    box-sizing: border-box;
  }
  .accumulator {
    gap: var(--gap-xl);
  }
  .transformer {
    padding-top: var(--padding-61xl);
    padding-right: 45px;
    padding-bottom: var(--padding-49xl);
    box-sizing: border-box;
  }
	.icon{
		top: 219px;
		left: 0;
	}
	.icon1 {
		top: 195px;
		left: auto;
		right: 0;
	}
	.icon2{
		top: -70px;
		left: auto;
		right: -10px;
	}
	.icon3 {
		top: -90px;
		left: -40px;
	}
  .calculator {
    gap: 17px;
    min-width: 100%;
  }
  .counter {
    gap: var(--gap-xl);
    padding-top: var(--padding-23xl);
    padding-bottom: 88px;
    box-sizing: border-box;
  }
  .composer-network {
    gap: var(--gap-xl);
    min-width: 100%;
  }
	.feature-content-wrapper{
		padding: 0 var(--padding-xl) var(--padding-25xl);
	}
  .lesson-recording {
    padding-bottom: var(--padding-25xl);
    box-sizing: border-box;
  }
  .value-transformer {
    gap: var(--gap-xl);
    min-width: 100%;
  }
  .student-management {
    padding-bottom: var(--padding-25xl);
    box-sizing: border-box;
  }
  .container {
    gap: var(--gap-xl);
  }
  .frame-wrapper,
  .vector-parent {
    min-width: 100%;
  }
  .mat-integration,
  .rectangle-parent {
    padding-bottom: var(--padding-116xl);
    box-sizing: border-box;
  }
  .rectangle-parent {
		height: auto;
    padding-top: var(--padding-9xl);
    padding-bottom: var(--padding-9xl);
    padding: 24px;
  }
  .mat-explanation {
    padding-bottom: var(--padding-116xl);
    box-sizing: border-box;
  }
	.iot{
		height: auto;
	}
	.p7{
		white-space: inherit;
	}
  .benefits-header {
    gap: var(--gap-base);
  }
	.studio-owner-problem{
		flex-direction: column;
	}
  .solution-content-parent {
    padding-top: var(--padding-7xl);
    padding-bottom: var(--padding-7xl);
    box-sizing: border-box;
  }
  .benefits-content {
    gap: var(--gap-xl);
  }
  .benefits-content-wrapper {
    padding-bottom: 29px;
    box-sizing: border-box;
  }
	.studio-challenges{
		margin: 0 auto;
	}
	.b11,
	.b13{
		width: auto;
		max-height: inherit;
	}
	.frame-div {
		width: 100%;
  }
	.b16{
		width: 100%;
	}
  .uncle-subtrees {
    width: calc(100% - 40px);
  }
  .cousin-grandchildren {
    padding-top: 46px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
	.calculator-network-icon{
		transform: scale(1);
	}
	.yocto {
		width: 100%;
		max-height: inherit;
	}
	.yocto-text{
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 450px) {
  .b3 {
    font-size: 25px;
    line-height: 25px;
  }
  .transformer {
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .about {
    font-size: var(--font-size-base);
    line-height: 24px;
  }
  .yoctoapp1 {
    font-size: var(--font-size-10xl);
    line-height: 43px;
  }
  .modifier {
    flex-wrap: wrap;
		justify-content: center;
  }
  .counter-wrapper {
    padding-bottom: var(--padding-25xl);
    box-sizing: border-box;
  }
  .feature {
    font-size: var(--font-size-base);
    line-height: 24px;
  }
  .b7 {
    font-size: var(--font-size-10xl);
    line-height: 43px;
  }
  .processor-chain-network {
    font-size: var(--font-size-19xl);
    line-height: 38px;
  }
  .h1 {
    font-size: var(--font-size-lgi);
    line-height: 29px;
  }
  .p4 {
    font-size: var(--font-size-base);
    line-height: 26px;
  }
  .feature-extractor {
    font-size: var(--font-size-19xl);
    line-height: 38px;
  }
  .h11 {
    font-size: var(--font-size-lgi);
    line-height: 29px;
  }
  .p5 {
    font-size: var(--font-size-base);
    line-height: 26px;
  }
  .div {
    font-size: var(--font-size-19xl);
    line-height: 38px;
  }
  .yoctomat {
    font-size: var(--font-size-lgi);
    line-height: 29px;
  }
  .about1,
  .yoctomat1 {
    font-size: var(--font-size-base);
    line-height: 26px;
  }
  .about1 {
    line-height: 24px;
  }
  .b8,
  .yocto-mat {
    font-size: var(--font-size-10xl);
    line-height: 43px;
  }
  .benefits {
    font-size: var(--font-size-base);
    line-height: 24px;
  }
  .b9 {
    font-size: var(--font-size-lgi);
    line-height: 29px;
  }
  .studio-challenges-parent {
    gap: var(--gap-base);
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-9xl);
    box-sizing: border-box;
  }
  .frame,
  .frame-container {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .frame-group {
    gap: var(--gap-base);
  }
  .solution-content-parent {
    gap: var(--gap-xl);
  }
  .b14 {
    font-size: var(--font-size-lgi);
    line-height: 29px;
  }
  .connected-components {
    flex-wrap: wrap;
  }
  .yocto {
    font-size: var(--font-size-lgi);
    line-height: 29px;
  }
  .merging-in {
    gap: 29px;
  }
  .frame-div {
    gap: var(--gap-mini);
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .parent1,
  .wrapper1 {
    gap: var(--gap-5xl);
  }
  .post-benefits-parent {
    gap: var(--gap-xl);
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-xl);
    box-sizing: border-box;
  }
  .yoctomat3 {
    font-size: var(--font-size-lgi);
    line-height: 29px;
  }
  .app-description {
    flex-wrap: wrap;
  }
  .copyright {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .uncle-grandchildren {
    gap: var(--gap-mini);
  }
  .cousin-grandchildren {
    height: auto;
  }
}
