.body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top-box {
  height: 100vh;
  display: flex;
}

.left {
  background-image: url('../images/lines.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.righ {
  background-image: url('../images/mainintr.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.ep-logo {
  padding-top: 16px;
  padding-left: 5%;
}

.ep-link-box {
  width: 128px;
}

.main-title {
  margin-top: 40%;
  margin-left: 5%;
  margin-right: 5%;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 32px;
  line-height: 135%;
}

.subtitle-text {
  padding-right: 20%;
  font-size: 16px;
}

.pream-sec {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e9e9e9;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-bottom: 0;
}

.cont {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pream-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sup-text {
  color: #f25022;
  text-transform: uppercase;
  font-weight: 600;
}

.date-text {
  text-align: right;
}

.text1 {
  margin-bottom: 20px;
}

.name-span {
  color: #81bc08;
  text-transform: uppercase;
  font-weight: 500;
}

.interview-sec {
  padding-bottom: 0;
}

.start-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.quest-box {
  background-color: #01a7f0;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
}

.quest-box.red {
  background-color: #f35325;
  margin-top: 40px;
}

.quest-box.yel {
  background-color: #ffba06;
  margin-top: 40px;
}

.quest-box.green {
  background-color: #81bc08;
  margin-top: 40px;
}

.quest-box.nextnavy {
  margin-top: 40px;
}

.quest-text {
  color: #fff5f5;
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
}

.quest-text.noir {
  color: #000;
}

.accent-box {
  background-color: #f7f6f6;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 40px;
}

.accent-text {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.plan-grid-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.plan-item.gr {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.decor1 {
  text-align: left;
  background-color: #01a7f0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 120px;
  height: 8px;
}

.decor1.gr {
  background-color: #81bc08;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  width: 8px;
  height: 64px;
}

.decor1.gr.yel {
  background-color: #ffba06;
}

.decor1.red {
  background-color: #f35325;
  border-radius: 8px 0 0 8px;
}

.decor1.yel {
  background-color: #ffba06;
}

.decor1.nav2 {
  background-color: #01a7f0;
  width: 160px;
}

.plan-words {
  margin-top: 10px;
}

.plan-words.gred {
  padding-left: 10px;
}

.simple-text {
  font-size: 16px;
}

.simple-text.rt {
  padding-left: 10px;
}

.indec {
  justify-content: center;
  display: flex;
}

.helpdec {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fin-sec {
  background-color: #bdbdbd;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.cont-2 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.final-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.final-text {
  color: #000;
  font-size: 14px;
}

.gridspeak {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(259deg, #f7f7f7, #fff 86%);
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.image {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grhero-words-box {
  font-weight: 600;
}

.hero-text {
  padding-left: 20px;
  padding-right: 40px;
}

.vert-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(270deg, #e2e2e2, #fff);
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.image-2 {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vert-text {
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 500;
}

.image-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo-box {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-4 {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logomicro {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.link-micro-logo {
  width: 148px;
}

@media screen and (min-width: 1280px) {
  .main-title {
    margin-top: 30%;
  }

  .heading {
    font-size: 40px;
  }

  .subtitle-text {
    padding-right: 25%;
    font-size: 20px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .righ {
    background-position: 50% 0;
  }

  .ep-link-box {
    width: 148px;
  }

  .main-title {
    margin-top: 22%;
  }

  .heading {
    font-size: 44px;
  }

  .subtitle-text {
    padding-right: 20%;
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .righ {
    background-position: 50% 0;
  }

  .ep-link-box {
    width: 188px;
  }

  .heading {
    font-size: 60px;
  }

  .subtitle-text {
    padding-right: 10%;
    font-size: 34px;
  }
}

@media screen and (max-width: 991px) {
  .top-box {
    height: 70vh;
  }

  .ep-link-box {
    width: 88px;
  }

  .main-title {
    margin-top: 36%;
  }

  .heading {
    font-size: 24px;
  }

  .subtitle-text {
    padding-right: 0%;
  }

  .cont {
    max-width: 700px;
  }

  .cont-2 {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .top-box {
    flex-flow: row;
    height: 60vh;
  }

  .left {
    background-image: url('../images/lines.png');
    background-position: 0%;
    background-size: cover;
    width: 50%;
    height: auto;
  }

  .righ {
    background-position: 50% 0;
    width: 50%;
    height: auto;
  }

  .main-title {
    margin-top: 25%;
    padding-bottom: 40px;
  }

  .heading {
    font-size: 22px;
  }

  .subtitle-text {
    padding-right: 0%;
  }

  .pream-sec {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .quest-box {
    padding: 20px;
  }

  .quest-text.noir {
    font-size: 20px;
  }

  .cont-2 {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .gridspeak {
    grid-template-columns: 1fr;
  }

  .hero-text {
    padding-top: 4px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .vert-box {
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 100%;
    max-width: 100%;
  }

  .vert-text {
    padding-top: 4px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .link-micro-logo {
    width: 128px;
  }
}

@media screen and (max-width: 479px) {
  .top-box {
    flex-flow: column;
    height: auto;
  }

  .left {
    width: 100%;
    height: 320px;
  }

  .righ {
    width: 100%;
    height: 360px;
  }

  .ep-logo {
    padding-top: 10px;
  }

  .main-title {
    margin-top: 10%;
    padding-bottom: 0;
  }

  .pream-box, .start-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accent-box {
    margin-bottom: 20px;
    padding: 20px 20px 40px;
  }

  .accent-text {
    text-align: left;
  }

  .plan-grid-box {
    grid-template-columns: 1fr;
  }

  .fin-sec {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .logomicro {
    margin-bottom: 40px;
  }
}

#w-node-c97d56bc-b463-0e5a-8c80-cf43fe116f77-17a24bb4 {
  align-self: center;
}

#w-node-_40a0d5d6-e734-602b-1be5-085a2ac97fba-17a24bb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_904f6182-d1be-bae9-e1fa-460dda82fcdc-17a24bb4 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-b8ca9aba-23c4-4bc7-e296-23b923b3b710-17a24bb4 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40a0d5d6-e734-602b-1be5-085a2ac97fba-17a24bb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


