/* production first section exact */

main {
  color: #fff;
}

.prod-first {
  position: relative;
  min-height: 100vh;
  background: #010A2D;
  color: #FEFEFE;
  overflow: hidden;
}

.prod-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.prod-first-inner {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 40px 80px;
  text-align: center;
}

.prod-kicker {
  color: #B0DEED;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.prod-explain-answer span{
  color: #B0DEED;
}

.prod-kicker span{
  color: #FEFEFE;
}

.prod-first h1 {
  font-family: Arial, sans-serif;
  font-size: 54px;
  line-height: 1.13;
  font-weight: 700;
  letter-spacing: -1px;
}

.prod-first h1 span {
  color: #B0DEED;
}

.prod-subline {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.25;
}

.prod-flow {
  display: block;
  width: min(760px, 82vw);
  margin: 60px auto 0;
}

.prod-explain {
  margin-top: 46px;
}

.prod-question {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 26px;
}

.prod-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 620px;
  margin: 0 auto;
}

.prod-two-cols h3 {
  font-size: 24px;
  margin-bottom: 4px;
}

.prod-two-cols h3 span {
  color: #B0DEED;
}

.prod-two-cols p {
  font-size: 13px;
  line-height: 1.25;
}

@media(max-width:480px) {
  .prod-first-inner {
    padding: 110px 20px 60px;
  }

  .prod-kicker {
    font-size: 17px;
  }

  .prod-first h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .prod-subline {
    font-size: 18px;
  }

  .prod-flow {
    width: 94vw;
    margin-top: 48px;
  }

  .prod-two-cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* production realtime fixed */

.prod-realtime {
  position: relative;
  min-height: 780px;
  background: #010A2D;
  overflow: hidden;
}


.prod-realtime-bg {
  position: absolute;

  top: 0;
  left: 0;

  width: 340px;



  z-index: 1;

  pointer-events: none;
}


.prod-realtime-inner {
  position: relative;

  z-index: 10;

  max-width: 1180px;

  margin: auto;

  padding: 120px 80px;

  display: grid;

  grid-template-columns: 1.1fr .9fr;

  align-items: center;

  gap: 120px;
}


.prod-realtime-copy {

  position: relative;

  z-index: 20;
}


.prod-realtime-kicker {

  font-size: 22px;

  line-height: 1.15;

  font-weight: 700;

  margin-bottom: 14px;
}


.prod-realtime-kicker span {

  color: #B0DEED;
}


.prod-realtime h2 {

  font-family: Arial, sans-serif;

  font-size: 88px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: -2px;
}


.prod-realtime h2 span {

  color: #B0DEED;
}


.prod-realtime-text {

  margin-top: 34px;

  font-size: 20px;

  line-height: 1.28;

  max-width: 620px;
}


.prod-realtime-visual {

  position: relative;

  z-index: 20;
}


.prod-realtime-visual img {

  display: block;

  width: 100%;

  max-width: 500px;

  margin-left: auto;
}



/* mobile */

@media(max-width:900px) {

  .prod-realtime-inner {

    grid-template-columns: 1fr;

    gap: 60px;

    padding: 90px 28px;
  }


  .prod-realtime h2 {

    font-size: 56px;
  }


  .prod-realtime-bg {

    width: 260px;
  }

}

/* production analysis */

.prod-analysis {
  position: relative;
  min-height: 620px;
  background: #010A2D;
  color: #FEFEFE;
  overflow: hidden;
}

.prod-analysis-bg {
  position: absolute;
  left: 8%;
  bottom: -40px;
  width: 560px;
  opacity: .75;
  pointer-events: none;
}

.prod-analysis-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 95px 40px 80px;
  display: flex;
  justify-content: flex-end;
}

.prod-analysis-copy {
  width: 520px;
}

.prod-analysis-kicker {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 10px;
}

.prod-analysis-kicker span {
  color: #B0DEED;
}

.prod-analysis h2 {
  font-family: Arial, sans-serif;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 18px;
}

.prod-analysis h2 span {
  color: #B0DEED;
}

.prod-analysis h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.prod-analysis p {
  font-size: 20px;
  line-height: 1.18;
  margin-bottom: 14px;
}

.prod-analysis ul {
  list-style: none;
  font-size: 18px;
  line-height: 1.25;
}

.prod-analysis li::before {
  content: "→ ";
}

@media(max-width:900px) {
  .prod-analysis-inner {
    justify-content: flex-start;
    padding: 90px 28px;
  }

  .prod-analysis-copy {
    width: auto;
  }

  .prod-analysis h2 {
    font-size: 48px;
  }

  .prod-analysis-bg {
    left: -120px;
    width: 480px;
  }
}

/* production kpi */

.prod-kpi {
  position: relative;

  min-height: 720px;

  background: #010A2D;

  overflow: hidden;
}


.prod-kpi-bg-left {
  position: absolute;

  left: 6%;
  top: 30px;

  width: 560px;

  opacity: .35;

  pointer-events: none;
}


.prod-kpi-bg-right {
  position: absolute;

  right: -80px;
  bottom: -40px;

  width: 520px;

  opacity: .35;

  pointer-events: none;
}


.prod-kpi-inner {
  position: relative;

  z-index: 2;

  max-width: 1180px;

  margin: auto;

  padding: 90px 40px 120px;
}


.prod-kpi-copy {

  width: 520px;
}


.prod-kpi-kicker {

  font-size: 20px;

  line-height: 1.15;

  font-weight: 700;

  margin-bottom: 12px;
}


.prod-kpi-kicker span {

  color: #B0DEED;
}


.prod-kpi h2 {

  font-family: Arial, sans-serif;

  font-size: 74px;

  line-height: 1.02;

  font-weight: 700;

  margin-bottom: 26px;
}


.prod-kpi h2 span {

  color: #B0DEED;
}


.prod-kpi h3 {

  font-size: 30px;

  line-height: 1.15;

  margin-bottom: 20px;
}


.prod-kpi-text {

  font-size: 26px;

  line-height: 1.15;

  margin-bottom: 28px;
}


.prod-kpi-list {

  list-style: none;

  font-size: 18px;

  line-height: 1.35;
}


.prod-kpi-list li::before {

  content: "→ ";
}



@media(max-width:900px) {

  .prod-kpi-inner {

    padding: 90px 28px;
  }


  .prod-kpi-copy {

    width: auto;
  }


  .prod-kpi h2 {

    font-size: 52px;
  }


  .prod-kpi-text {

    font-size: 22px;
  }

}

/* production independence */

.prod-independence {
  position: relative;
  min-height: 720px;
  background: #010A2D;
  color: #FEFEFE;
  overflow: hidden;
}

.prod-independence-bg {
  position: absolute;
  right: -120px;
  top: -80px;
  width: 720px;
  opacity: .5;
  pointer-events: none;
}

.prod-independence-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 40px 120px;
}

.prod-independence h2 {
  font-family: Arial, sans-serif;
  font-size: 58px;
  line-height: 1.12;
  font-weight: 700;
  max-width: 760px;
  margin-bottom: 38px;
}

.prod-independence h2 span {
  color: #B0DEED;
}

.prod-independence h3 {
  font-size: 30px;
  line-height: 1.18;
  font-weight: 700;
  max-width: 360px;
  margin-bottom: 24px;
}

.prod-independence ul {
  max-width: 380px;
  padding-left: 22px;
  font-size: 20px;
  line-height: 1.25;
}

@media(max-width:900px) {
  .prod-independence-inner {
    padding: 90px 28px;
  }

  .prod-independence h2 {
    font-size: 42px;
  }

  .prod-independence-bg {
    width: 560px;
    right: -240px;
  }
}

/* production closing */

.prod-closing {
  position: relative;

  min-height: 900px;

  background: #010A2D;

  overflow: hidden;
}


.prod-closing-bg-top {
  position: absolute;

  right: 0;
  top: 0;

  width: 420px;

  opacity: .35;

  pointer-events: none;
}


.prod-closing-bg-bottom {
  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;

  opacity: .25;

  pointer-events: none;
}


.prod-closing-inner {
  position: relative;

  z-index: 2;

  max-width: 1180px;

  margin: auto;

  padding: 90px 40px 120px;

  text-align: center;
}


.prod-closing h2 {

  font-family: Arial, sans-serif;

  font-size: 72px;

  line-height: 1.08;

  font-weight: 700;

  margin-bottom: 90px;
}


.prod-closing .cyan {

  color: #B0DEED;
}


.prod-closing .pink {

  color: #C01466;
}


.prod-benefits {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 70px 120px;

  max-width: 900px;

  margin: auto;

  text-align: left;
}


.benefit-icon {
  width: 70px;
  display: block;
  flex-shrink: 0;
}


.benefit img {

  width: 70px;

  flex-shrink: 0;
}


.benefit h3 {

  font-size: 22px;

  margin-bottom: 6px;
}


.benefit p {

  font-size: 18px;

  line-height: 1.25;
}



@media(max-width:900px) {

  .prod-closing-inner {

    padding: 90px 28px;
  }


  .prod-closing h2 {

    font-size: 48px;
  }


  .prod-benefits {

    grid-template-columns: 1fr;

    gap: 40px;
  }

}

/* production closing */

.prod-closing {
  position: relative;

  min-height: 900px;

  background: #010A2D;

  overflow: hidden;
}

/* 
.prod-closing::before {
  content: "";

  position: absolute;

  top: 0;
  right: -120px;

  width: 520px;
  height: 520px;

  border: 2px solid rgba(192, 20, 102, .15);

  transform: rotate(28deg);
} */


/* .prod-closing::after {
  content: "";

  position: absolute;

  left: -20%;
  bottom: -45%;

  width: 140%;
  height: 70%;

  border-radius: 50%;

  border: 2px solid rgba(176, 222, 237, .08);
} */


.prod-closing-inner {
  position: relative;

  z-index: 2;

  max-width: 1180px;

  margin: auto;

  padding: 90px 40px 120px;

  text-align: center;
}


.prod-closing h2 {
  font-family: Arial, sans-serif;

  font-size: 72px;

  line-height: 1.08;

  font-weight: 700;

  margin-bottom: 90px;
}


.prod-closing .cyan {
  color: #B0DEED;
}


.prod-closing .pink {
  color: #C01466;
}


.prod-benefits {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 70px 120px;

  max-width: 900px;

  margin: auto;

  text-align: left;
}


.benefit {
  display: flex;

  gap: 24px;

  align-items: flex-start;
}


.benefit h3 {
  font-size: 24px;

  margin-bottom: 6px;
}


.benefit p {
  font-size: 18px;

  line-height: 1.25;
}



@media(max-width:900px) {

  .prod-closing-inner {
    padding: 90px 28px;
  }


  .prod-closing h2 {
    font-size: 48px;
  }


  .prod-benefits {
    grid-template-columns: 1fr;

    gap: 40px;
  }

}

/* production wall */

.prod-wall {
  position: relative;

  background: #010A2D;

  overflow: hidden;
}

.prod-wall-bg{
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
  opacity: 0.4;
  margin-top: 10vmin;
}


/* .prod-wall::before {
  content: "";

  position: absolute;

  top: -180px;
  right: -100px;

  width: 520px;
  height: 520px;

  border-radius: 50%;

  border: 2px solid rgba(176, 222, 237, .08);
} */


/* .prod-wall::after {
  content: "";

  position: absolute;

  left: -200px;
  bottom: -220px;

  width: 620px;
  height: 620px;

  border-radius: 50%;

  border: 2px solid rgba(176, 222, 237, .08);
} */

.prod-wall-bg-2{
  position: absolute;
  left: 0;
  width: 20%;
}

.prod-wall-top {
  max-width: 1180px;

  margin: auto;

  padding: 90px 40px 70px;
}


.prod-wall-top h2 {
  font-family: Arial, sans-serif;

  font-size: 68px;

  line-height: 1.05;

  font-weight: 700;

  margin-bottom: 30px;
}


.prod-wall-top h2 .pink {
  color: #C01466;
}


.prod-wall-top h3 {
  font-size: 28px;

  margin-bottom: 30px;
}


.prod-wall-top p {
  font-size: 22px;

  line-height: 1.25;
}


.prod-wall-graph img {
  display: block;
  max-width: 100%;
  width: 100%;
}


.prod-wall-bottom {
  position: relative;

  max-width: 1180px;

  margin: auto;

  padding: 70px 40px 120px 140px;
}


.prod-dot {
  position: absolute;

  left: 40px;
  top: 70px;

  width: 36px;
  height: 36px;

  border-radius: 50%;

  background: #C01466;
}


.prod-dot::before {
  content: "";

  position: absolute;

  left: 16px;
  bottom: 36px;

  width: 4px;
  height: 90px;

  background: #C01466;
}


.prod-wall-claim {
  font-size: 30px;

  line-height: 1.18;

  margin-bottom: 40px;
}


.prod-wall-claim span {
  color: #C01466;

  font-weight: 700;
}


.prod-wall-bottom h2 {
  font-family: Arial, sans-serif;

  font-size: 74px;

  line-height: 1.02;

  font-weight: 700;
}



@media(max-width:900px) {

  .prod-wall-top,
  .prod-wall-bottom {
    padding-left: 28px;
    padding-right: 28px;
  }


  .prod-wall-top h2 {
    font-size: 46px;
  }


  .prod-wall-bottom h2 {
    font-size: 52px;
  }


  .prod-wall-bottom {
    padding-left: 80px;
  }


  .prod-wall-claim {
    font-size: 22px;
  }

}

/* production decision exact */

.prod-decision {
  position: relative;

  min-height: 1450px;

  background: #010A2D;

  overflow: hidden;
}


.prod-decision-inner {
  position: relative;

  width: 1180px;

  height: 1450px;

  margin: 0 auto;
}


/* LEFT */

.prod-decision-text {

  position: absolute;

  top: 80px;
  left: 0;

  width: 380px;
}


/* SOURCE */

.prod-decision-source {
  position: absolute;

  top: 430px;
  left: 470px;

  width: 320px;
}

.prod-decision-source img {
  display: block;
  width: 100%;
}


/* MES + NETWORK */

.prod-decision-visual {

  position: absolute;

  top: 420px;
  right: 0;

  width: 360px;
}


/* FLOW GRAPH */

.prod-decision-graph {

  position: absolute;

  left: 420px;

  top: 930px;

  width: 760px;
}


/* sizes */

.prod-decision-source img {
  display: block;

  width: 320px;

  margin: 24px auto;
}


.prod-visual-img {
  display: block;

  width: 300px;

  margin-top: 40px;
}


.prod-decision-graph img {
  display: block;

  width: 760px;
}


@media(max-width:900px) {

  .prod-decision {
    min-height: 0;

  }


  .prod-decision-inner {
    width: 100%;

    height: auto;

    padding: 90px 28px 110px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    gap: 40px;

  }


  .prod-decision-text,
  .prod-decision-source,
  .prod-decision-visual,
  .prod-decision-graph {
    position: static;

    width: 100%;

  }


  .prod-decision-source img,
  .prod-visual-img,
  .prod-decision-graph img {
    width: 100%;

    max-width: 100%;

    margin: 0;

  }


  .prod-decision-visual {
    margin-top: 0;

  }


  .prod-visual-img {
    margin-top: 24px;

  }


  .prod-decision-graph {
    margin-top: 8px;

  }

}


/* text */

.prod-decision-kicker {

  color: #B0DEED;

  font-size: 22px;

  font-weight: 700;

  margin-bottom: 12px;
}


.prod-decision h2 {

  font-family: Arial, sans-serif;

  font-size: 74px;

  line-height: 1.04;

  font-weight: 700;

  margin-bottom: 28px;
}


.prod-decision h2 span {

  color: #C01466;
}


.prod-decision h3 {

  font-size: 18px;

  line-height: 1.2;

  margin-bottom: 28px;
}


.prod-decision-text p {

  font-size: 18px;

  line-height: 1.25;
}


/* mes */

.prod-mes-box {

  display: grid;

  grid-template-columns: 80px 1fr;

  gap: 18px;

  margin-bottom: 40px;
}


.prod-mes-label {

  width: 80px;
  height: 80px;

  background: #C01466;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;
}


.prod-mes-box p {

  font-size: 14px;

  line-height: 1.2;
}


.prod-mes-box span {

  color: #C01466;
}


.prod-logic {

  font-size: 17px;

  line-height: 1.25;

  margin-bottom: 34px;
}


.prod-visual-caption {

  margin-top: 20px;

  margin-left: 180px;

  color: #B0DEED;

  font-size: 15px;
}

/* production everyday */

.prod-everyday {
  position: relative;
  min-height: 920px;
  background: #010A2D;
  color: #FEFEFE;
  overflow: hidden;
}

.prod-everyday-bg-nine {
  position: absolute;
  left: -210px;
  top: -160px;
  font-family: Arial, sans-serif;
  font-size: 720px;
  line-height: .8;
  font-weight: 700;
  color: rgba(255, 196, 0, .14);
  pointer-events: none;
}

.prod-everyday-bg-nine::after {
  content: "";
  position: absolute;
  left: 120px;
  top: 120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 55px solid rgba(176, 222, 237, .045);
}

.prod-everyday-machine {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 260px;
  pointer-events: none;
}

.prod-everyday-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  padding: 155px 40px 100px;
}

.prod-everyday-kicker {
  color: #B0DEED;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.prod-everyday h2 {
  font-family: Arial, sans-serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 10px;
}

.prod-everyday h2 span {
  color: #FFC400;
}

.prod-everyday-list {
  font-size: 24px;
  line-height: 1.18;
  margin-bottom: 70px;
}

.prod-everyday-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  margin-bottom: 50px;
}

.prod-everyday-icon {
  width: 58px;
  display: block;
  margin-bottom: 22px;
}

.prod-everyday-card h3 {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.prod-everyday-card p {
  font-size: 13px;
  line-height: 1.25;
}

.prod-everyday-bottom {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
}

.prod-everyday-bottom span {
  color: #C01466;
}

@media(max-width:900px) {
  .prod-everyday-inner {
    padding: 120px 28px 100px;
  }

  .prod-everyday h2 {
    font-size: 40px;
  }

  .prod-everyday-cards {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .prod-everyday-bg-nine {
    font-size: 520px;
    left: -180px;
  }
}

/* production dots */

.prod-dots {
  position: relative;
  z-index: 1;
  min-height: 980px;
  background: #FEFEFE;
  color: #010A2D;
  overflow: visible;
}

.prod-dots::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 860px;
  height: 860px;
  border-radius: 50%;
  border: 90px solid rgba(176, 222, 237, .22);
  z-index: 0;
}

.prod-dots-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  min-height: 980px;
  margin: 0 auto;
  padding: 90px 40px 120px;
}

.prod-dots-machine-edge {
  position: absolute;
  top: -70px;
  left: -70px;
  width: 360px;
  z-index: 5;
}

.prod-dots-machine-top {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  z-index: 5;
}

.prod-dots-left {
  position: absolute;
  top: 350px;
  left: 120px;
  width: 280px;
  z-index: 5;
}

.prod-dots-blue {
  width: 290px;
  display: block;
  margin-bottom: 36px;
}

.prod-dots-main {
  position: relative;
  z-index: 5;
  width: 540px;
  margin-left: 460px;
  padding-top: 290px;
}

.prod-dots-iot-group {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 520px;
  z-index: 3;
}

.prod-dots-left p,
.prod-dots-left li {
  font-size: 14px;
  line-height: 1.25;
}

.prod-dots-left ul {
  margin: 20px 0;
  padding-left: 20px;
}

.prod-dots-kicker {
  color: #C01466;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 18px;
}

.prod-dots h2 {
  font-family: Arial, sans-serif;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 700;
  margin-bottom: 18px;
}

.prod-dots h3 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 18px;
}

.prod-dots-main p {
  font-size: 13px;
  line-height: 1.25;
}

.prod-dots-button {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 48px;
  border-radius: 30px;
  background: #0034FF;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}