  .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.topimage_container {
  max-width: 100vw;
}

.top_image.main {
  position: absolute;
  top: 0px;
  z-index: 10;
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_image.main._2 {
  z-index: 9;
  display: block;
}

.top_image.main._1 {
  display: block;
}

.top_image.main._3 {
  z-index: 8;
  display: block;
}

.top_image.main._4 {
  z-index: 7;
}

.top_image.main2 {
  position: absolute;
  top: 0px;
  z-index: 9;
  display: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_image.main3 {
  position: absolute;
  top: 0px;
  z-index: 8;
  display: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block {
  position: static;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  max-height: none;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand:hover {
  opacity: 0.74;
}

.navbar {
  position: relative;
  top: 0px;
  z-index: 120;
  display: block;
  height: 60px;
  background-color: #fff;
}

.jgc_logo {
  height: 42px;
}

.company-name {
  margin-left: 20px;
  font-family: 'Black Sans', sans-serif;
  color: #585858;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.top-txt {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 80;
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Black Sans', sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
}

.jgc_red {
  color: #e20a16;
}

.section-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Black Sans', sans-serif;
  color: #585858;
  letter-spacing: 0.1em;
}

.section-link:hover {
  background-color: #f0f0f0;
  color: #000;
}

.section-link.contact {
  background-color: #ffeced;
  color: #e20a16;
}

.section-link.contact:hover {
  background-color: #e20a16;
  color: #fff;
}

.container {
  display: block;
  max-width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.nav {
  position: static;
  top: 0px;
  z-index: 120;
  max-width: 100vw;
}

.container.aboutus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.our-values {
  display: block;
  margin-top: 140px;
}

.container.career-opportunities {
  position: relative;
  z-index: 30;
  margin-top: -200px;
}

.container.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.aboutus_sec {
  display: block;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-tytle {
  margin-top: 0px;
  font-family: 'Black Sans', sans-serif;
  color: rgba(88, 88, 88, 0.5);
  font-size: 45px;
  font-weight: 600;
}

.category-tytle.white {
  position: absolute;
  z-index: 30;
  margin-top: 0px;
  color: #fff;
}

.category-tytle.white.contact {
  top: 130px;
  margin-top: -3px;
  text-decoration: none;
}

.category-tytle.red {
  display: inline;
  color: #e20a16;
  line-height: 45px;
}

.category-tytle.red.sizing {
  font-size: 3.5vw;
  line-height: 3.7vw;
}

.category-tytle.mission {
  margin-top: 0px;
}

.category-tytle.graf {
  position: static;
  margin-top: 100px;
  margin-bottom: 0em;
  font-size: 35px;
  text-align: center;
}

.h1 {
  font-family: 'Black Sans', sans-serif;
  color: #585858;
  font-size: 92px;
  line-height: 80px;
  font-weight: 600;
}

.h1.mission {
  overflow: hidden;
  margin-top: 35px;
  color: #585858;
  font-size: 80px;
  line-height: 90px;
  font-weight: 300;
}

.h1.mouseescape {
  position: static;
  top: -3px;
  z-index: 10;
  overflow: hidden;
  margin-top: 0px;
}

.h1.career {
  line-height: 90px;
}

.text-block {
  position: relative;
  z-index: 30;
  width: auto;
  font-family: 'Black Sans', sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
}

.aboutus_txt_wrapper {
  position: relative;
  z-index: 20;
}

.aboutus_h1_wrapper {
  overflow: hidden;
}

.red_line {
  position: relative;
  display: block;
  width: 1px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e20a16;
}

.red_line.short {
  height: 420px;
}

.red_line.short.pc {
  height: 510px;
}

.red_line.short._2 {
  height: 150px;
}

.red_line._1000 {
  height: 1000px;
}

.red_line._1000.pc {
  height: 100%;
}

.red_line.long {
  position: relative;
  z-index: 30;
  height: 1250px;
}

.red_line.pc {
  height: 1020px;
}

.red_line.mov {
  display: none;
}

.red_line.start_div {
  display: block;
  width: 1px;
  margin-left: 50vw;
  background-color: #e20a16;
}

.india_image {
  position: static;
  left: auto;
  z-index: 20;
  display: block;
  width: 750px;
  height: auto;
  max-width: none;
  margin-top: 100px;
  mix-blend-mode: darken;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid {
  margin-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 6% 0px 1fr 0px 6%;
  grid-template-columns: 6% 1fr 6%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.red-cercle_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 230px;
  height: 230px;
  margin-top: 150px;
  margin-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
  background-color: transparent;
}

.red-cercle_div.contact {
  width: 330px;
  height: 330px;
  margin-top: 50px;
  padding: 43px;
  cursor: pointer;
}

.bold-text {
  color: #e20a16;
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
}

.our-values_sec {
  margin-top: 100px;
}

.our-values_grid {
  position: relative;
  z-index: 10;
  margin-top: 50px;
  -ms-grid-columns: 1fr 6% 1fr 6% 1fr;
  grid-template-columns: 1fr 6% 1fr 6% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-values_grid.careeropportunities {
  margin-top: 28px;
  -ms-grid-columns: 1fr 6% 1fr;
  grid-template-columns: 1fr 6% 1fr;
  -ms-grid-rows: auto 100px;
  grid-template-rows: auto 100px;
}

.checkmark_lottie {
  width: 35px;
  height: 35px;
}

.shared-values_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  margin-left: 3px;
  font-family: 'Black Sans', sans-serif;
  color: #585858;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
}

.text-block-2.faq {
  margin-top: 0px;
  margin-left: 0px;
  line-height: 32px;
}

.vakues_txt_midashi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-top: 15px;
  font-family: 'Black Sans', sans-serif;
  color: #585858;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.paragraph.career-opportunities {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph.white {
  color: #fff;
  text-decoration: none;
}

.paragraph.white.e-mail {
  position: relative;
  z-index: 30;
  margin-top: 46px;
}

.paragraph.small-cap {
  margin: 50px;
  padding: 30px 49px;
  border-style: solid;
  border-width: 1px;
  border-color: #969696;
  border-radius: 10px;
  color: #969696;
  font-size: 12px;
  line-height: 20px;
}

.paragraph.faq {
  margin-top: 15px;
}

.paragraph.sizing {
  font-size: 1.4vw;
  line-height: 2.2vw;
}

.value_txt_block {
  margin-top: 40px;
}

.value_img {
  position: relative;
  left: 0px;
  top: -352px;
  right: 0px;
  z-index: 10;
  width: 50%;
}

.value_img.mouseescape {
  top: -392px;
  width: 53%;
}

.career_image {
  position: relative;
  top: -159px;
  z-index: 10;
  width: 120%;
  max-width: none;
  margin-top: -22vw;
  margin-left: 50px;
}

.big-txt {
  display: inline-block;
  margin-top: -58px;
  font-family: 'Black Sans', sans-serif;
  color: #e20a16;
  font-size: 320px;
  line-height: 335px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.005em;
}

.big-txt.be {
  margin-top: 153px;
  margin-left: -467px;
  padding-left: 0px;
  font-size: 250px;
  line-height: 250px;
}

.big-txt.be.h1 {
  margin-top: 162px;
  margin-left: -429px;
  font-size: 220px;
  line-height: 220px;
}

.big-txt.part-of {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 11vw;
  line-height: 11vw;
  text-align: center;
  mix-blend-mode: normal;
}

.big-txt.part-of.h1 {
  margin-top: -90px;
  margin-left: 0px;
  font-size: 220px;
  line-height: 220px;
}

.big-txt.the-jgc {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 11vw;
  line-height: 11vw;
  mix-blend-mode: normal;
}

.big-txt.the-jgc.h1 {
  margin-top: -45px;
  margin-left: -169px;
  font-size: 220px;
  line-height: 220px;
}

.big-txt.gropu {
  margin-top: -68px;
  margin-left: 369px;
  font-size: 250px;
  line-height: 250px;
  text-align: right;
}

.big-txt.gropu.h1 {
  margin-top: -65px;
  margin-left: 294px;
  font-size: 220px;
  line-height: 220px;
}

.big-txt_div {
  position: relative;
  top: -1178px;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1135px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-txt_div.mouseescape {
  top: -1212px;
  z-index: 30;
  margin-top: 1176px;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step1_div {
  padding: 60px 30px;
  border: 1px solid #000;
  border-radius: 15px;
}

.step1_div.mouseover_anim {
  position: relative;
  background-color: #fff;
}

.step1_div.mouseover_anim.mouseescape {
  height: auto;
  padding: 0px;
}

.step1_div.mouseover_anim.mouseescape.step3 {
  padding: 60px 30px;
}

.txt_bold {
  font-family: 'Black Sans', sans-serif;
  color: #585858;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.text-span {
  color: #e20a16;
}

.paragraph-2 {
  font-family: 'Black Sans', sans-serif;
  color: #585858;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph-2.step {
  height: auto;
  margin-top: 15px;
  text-align: center;
}

.step3_grid {
  width: 1000px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq {
  margin-top: 150px;
}

.faq_grid {
  width: 1000px;
  margin-top: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-3 {
  color: #e20a16;
  font-size: 25px;
  font-weight: 600;
}

.bold-text-4 {
  color: #e20a16;
  font-size: 24px;
  font-weight: 600;
}

.bold-text-5 {
  font-weight: 700;
  text-decoration: underline;
}

.bold-text-6 {
  font-weight: 700;
  text-decoration: underline;
}

.bold-text-7 {
  font-weight: 700;
  text-decoration: underline;
}

.faq-img_grid {
  position: relative;
  top: -400px;
  z-index: 10;
  width: 100vw;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  overflow: visible;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7 {
  overflow: visible;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact_sec {
  position: relative;
  top: -1px;
  z-index: 30;
  margin-top: -400px;
  background-color: #000;
}

.corporate-logo_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-8 {
  color: #fff;
  font-weight: 600;
}

.copyright {
  margin-bottom: 70px;
  font-family: 'Black Sans', sans-serif;
  color: #969696;
  font-size: 14px;
  font-weight: 400;
}

.copyright.mobile {
  display: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.value_img_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block {
  margin-top: 50px;
}

.link-block.mouseescape {
  margin-top: -86px;
}

.start_div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 90;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.start_blackscreen {
  position: relative;
  width: 25vw;
  height: 100vh;
  background-color: #000;
}

.start_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top_txt_box_div {
  overflow: hidden;
  margin-top: -70px;
}

.mouseescape._0size {
  width: 0px;
  height: 0px;
}

.div-block-2 {
  position: relative;
  top: 0px;
  height: 3ch;
}

.div-block-2.h1 {
  z-index: 20;
  height: 3em;
  margin-top: -3em;
  background-color: #fff;
}

.lottie-animation {
  position: absolute;
  top: auto;
  z-index: 20;
  display: block;
  width: 35vw;
  margin-top: 10vw;
  margin-right: -1vw;
}

.redcircle {
  position: absolute;
  z-index: 10;
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background-color: #e20a16;
}

.redcircle.contact {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #e20a16;
}

.redcircle.contact.clickaction {
  position: absolute;
  display: block;
  opacity: 0.5;
}

.bigtext_wrapper {
  overflow: visible;
}

.hi_wapper {
  display: block;
  overflow: hidden;
}

.h1_wapper {
  display: block;
  overflow: hidden;
}

.lottie-animation-2 {
  position: absolute;
  display: block;
  width: 650px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top_image_wapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text-9 {
  color: #e20a16;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-10 {
  color: #e20a16;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.link-block-2 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
}

.link-block-2:hover {
  background-color: rgba(226, 10, 22, 0.1);
}

.link-block-3 {
  padding: 60px 30px;
}

.link-block-3:hover {
  background-color: rgba(226, 10, 22, 0.1);
}

.link_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 7%;
  bottom: 7%;
  display: block;
  opacity: 0;
}

.mission_div {
  margin-top: 0vw;
}

.graf_div {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.graf {
  position: absolute;
  width: 80vw;
  max-width: none;
}

.graf.txt {
  z-index: 40;
}

.graf.main {
  z-index: 30;
}

.graf.wire {
  z-index: 20;
  mix-blend-mode: darken;
}

.graf.cercle {
  z-index: 10;
}

.graf.circle {
  z-index: 10;
}

.plant-engineering_div {
  height: 70vw;
}

@media screen and (min-width: 1280px) {
  .top_image.main._1 {
    display: block;
  }

  .brand {
    margin-left: 15px;
  }

  .section-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.nav {
    max-width: 100vw;
  }

  .container.career-opportunities {
    z-index: 30;
  }

  .category-tytle.red.sizing {
    font-size: 45px;
    line-height: 45px;
  }

  .h1 {
    margin-bottom: 0px;
    font-size: 100px;
    line-height: 83px;
  }

  .h1.mission {
    font-size: 84px;
    line-height: 94px;
  }

  .h1.career {
    margin-top: 0px;
  }

  .text-block {
    font-size: 28px;
    line-height: 42px;
  }

  .india_image {
    top: 2699px;
  }

  .grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 6% 1fr 6%;
    grid-template-columns: 6% 1fr 6%;
  }

  .our-values_grid {
    grid-column-gap: 0px;
  }

  .our-values_grid.careeropportunities {
    position: static;
    z-index: 30;
    margin-top: 50px;
  }

  .paragraph {
    line-height: 27px;
  }

  .paragraph.career-opportunities {
    position: relative;
    z-index: 30;
  }

  .paragraph.sizing {
    font-size: 18px;
    line-height: 27px;
  }

  .value_img.mouseescape {
    width: 53%;
  }

  .career_image {
    top: -790px;
    width: 120%;
    margin-top: 273px;
  }

  .big-txt.be {
    margin-top: 55px;
    margin-left: -463px;
    font-size: 250px;
    line-height: 250px;
  }

  .big-txt.part-of {
    margin-top: -100px;
    font-size: 140px;
    line-height: 140px;
    mix-blend-mode: normal;
  }

  .big-txt.the-jgc {
    font-size: 140px;
    line-height: 140px;
    mix-blend-mode: normal;
  }

  .big-txt.gropu {
    margin-top: -62px;
    font-size: 250px;
    line-height: 250px;
  }

  .big-txt_div {
    top: -991px;
    margin-top: 1028px;
  }

  .big-txt_div.mouseescape {
    top: -1021px;
    margin-top: 450px;
  }

  .step_div {
    margin-top: -900px;
  }

  .contact_sec {
    top: -1px;
  }
}

@media screen and (min-width: 1440px) {
  .top_image.main._2 {
    width: 100%;
    max-width: none;
  }

  .top_image.main._1 {
    width: 100%;
    max-width: none;
  }

  .top_image.main._3 {
    width: 100%;
    max-width: none;
  }

  .top_image.main._4 {
    width: 100%;
    max-width: none;
  }

  .container.nav {
    max-width: 80vw;
  }

  .h1 {
    overflow: hidden;
    font-size: 110px;
    line-height: 100px;
  }

  .h1.mission {
    font-size: 90px;
    line-height: 100px;
  }

  .h1.career {
    line-height: 100px;
  }

  .text-block {
    font-size: 30px;
    line-height: 48px;
  }

  .red_line.short.pc {
    height: 520px;
  }

  .red_line._1000.pc {
    height: 1000px;
  }

  .red_line.pc {
    height: 980px;
  }

  .india_image {
    top: 2746px;
    margin-top: 200px;
  }

  .grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 6% 1fr 6%;
    grid-template-columns: 6% 1fr 6%;
  }

  .red-cercle_div {
    margin-top: 100px;
  }

  .paragraph {
    line-height: 30px;
  }

  .paragraph.sizing {
    line-height: 30px;
  }

  .value_img {
    top: -322px;
  }

  .career_image {
    top: -786px;
    width: 120%;
  }

  .big-txt.be {
    margin-top: 76px;
    margin-left: -558px;
    font-size: 300px;
    line-height: 300px;
  }

  .big-txt.be.h1 {
    display: inline-block;
    margin-left: -549px;
    font-size: 270px;
    line-height: 270px;
  }

  .big-txt.part-of {
    margin-top: -109px;
    font-size: 160px;
    line-height: 160px;
  }

  .big-txt.part-of.h1 {
    display: inline-block;
    overflow: hidden;
    margin-top: -119px;
    margin-left: 78px;
    font-size: 270px;
    line-height: 270px;
  }

  .big-txt.the-jgc {
    font-size: 160px;
    line-height: 160px;
  }

  .big-txt.the-jgc.h1 {
    display: inline-block;
    margin-top: -70px;
    margin-left: -197px;
    font-size: 270px;
    line-height: 270px;
    letter-spacing: -0.01em;
  }

  .big-txt.gropu {
    margin-top: -86px;
    font-size: 300px;
    line-height: 300px;
  }

  .big-txt.gropu.h1 {
    display: inline-block;
    margin-top: -94px;
    margin-left: 409px;
    font-size: 270px;
    line-height: 270px;
    text-align: left;
  }

  .big-txt_div.mouseescape {
    top: -1048px;
    margin-top: 451px;
  }

  .step_div {
    margin-top: -920px;
  }

  .faq-img_grid {
    top: -350px;
  }

  .contact_sec {
    top: -1px;
    margin-top: -350px;
  }

  .start_div {
    overflow: hidden;
  }

  .lottie-animation {
    width: 30vw;
    margin-top: 9vw;
  }

  .redcircle {
    width: 260px;
    height: 260px;
  }

  .bigtext_wrapper {
    overflow: visible;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .mission_div {
    margin-top: 200px;
  }

  .graf.txt {
    width: 70vw;
  }

  .graf.main {
    width: 70vw;
  }

  .graf.wire {
    width: 70vw;
  }

  .graf.circle {
    width: 70vw;
  }

  .plant-engineering_div {
    height: 50vw;
  }
}

@media screen and (min-width: 1920px) {
  .top_image.main {
    overflow: visible;
    width: 100%;
  }

  .container.faq {
    overflow: visible;
  }

  .aboutus_sec {
    margin-top: 230px;
  }

  .h1 {
    font-size: 150px;
    line-height: 150px;
  }

  .h1.mission {
    font-size: 110px;
    line-height: 120px;
  }

  .h1.career {
    line-height: 140px;
  }

  .text-block {
    font-size: 30px;
    line-height: 50px;
  }

  .red_line.short.pc {
    height: 440px;
  }

  .red_line._1000.pc {
    height: 930px;
  }

  .red_line.long {
    height: 1300px;
  }

  .red_line.pc {
    height: 860px;
  }

  .india_image {
    top: 3227px;
    width: 850px;
    max-width: none;
    margin-top: 200px;
  }

  .grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 6% 1fr 6%;
    grid-template-columns: 6% 1fr 6%;
  }

  .red-cercle_div {
    margin-top: 180px;
  }

  .value_img {
    top: -253px;
  }

  .value_img.mouseescape {
    top: -300px;
    width: 44%;
  }

  .career-opportunities_sec {
    font-size: 300px;
  }

  .career_image {
    top: -687px;
    width: 94%;
    margin-top: 200px;
  }

  .big-txt.be {
    margin-top: -106px;
    margin-left: -721px;
    font-size: 400px;
    line-height: 400px;
  }

  .big-txt.be.h1 {
    margin-top: -101px;
    margin-left: -680px;
    font-size: 370px;
    line-height: 370px;
  }

  .big-txt.part-of {
    margin-top: -46px;
    font-size: 210px;
    line-height: 210px;
  }

  .big-txt.part-of.h1 {
    margin-top: -146px;
    margin-left: 159px;
    font-size: 370px;
    line-height: 370px;
  }

  .big-txt.the-jgc {
    margin-top: 0px;
    font-size: 210px;
    line-height: 210px;
  }

  .big-txt.the-jgc.h1 {
    margin-left: -202px;
    font-size: 370px;
    line-height: 370px;
  }

  .big-txt.gropu {
    margin-top: -48px;
    font-size: 400px;
    line-height: 400px;
  }

  .big-txt.gropu.h1 {
    margin-left: 438px;
    font-size: 370px;
    line-height: 370px;
  }

  .big-txt_div {
    top: -1086px;
    margin-top: 1096px;
  }

  .big-txt_div.mouseescape {
    top: -1139px;
  }

  .step_div {
    margin-top: -1000px;
  }

  .faq-img_grid {
    top: -360px;
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-4 {
    width: 100%;
  }

  .image-5 {
    width: 100%;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    overflow: visible;
    width: 100%;
  }

  .contact_sec {
    top: -1px;
    margin-top: -360px;
  }

  .top_txt_box_div {
    margin-top: -55px;
  }

  .lottie-animation {
    width: 550px;
    margin-top: 8vw;
    margin-right: -25px;
  }

  .redcircle {
    width: 300px;
    height: 300px;
  }

  .mission_div {
    margin-top: 100px;
  }

  .graf.txt {
    width: 1300px;
  }

  .graf.main {
    width: 1300px;
  }

  .graf.wire {
    width: 1300px;
  }

  .graf.circle {
    width: 1300px;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    height: 40px;
    margin-left: 0px;
  }

  .navbar {
    z-index: 110;
    height: 40px;
  }

  .jgc_logo {
    height: 40px;
  }

  .company-name {
    margin-left: 10px;
    font-size: 15px;
  }

  .top-txt {
    font-size: 3.5em;
    line-height: 50px;
    white-space: normal;
  }

  .section-link {
    top: 191px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .section-link:hover {
    background-color: #585858;
    color: #fff;
  }

  .section-link.contact {
    top: 20vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #e20a16;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }

  .section-link.contact:hover {
    background-color: #585858;
  }

  .container {
    max-width: 100vw;
  }

  .container.aboutus {
    max-width: 80vw;
  }

  .container.our-values {
    max-width: 80vw;
  }

  .container.career-opportunities {
    max-width: 80vw;
    margin-top: 49px;
  }

  .container.contact {
    margin-top: -1px;
  }

  .menu-button {
    padding: 8px 18px;
  }

  .aboutus_sec {
    margin-top: 50px;
  }

  .category-tytle {
    font-size: 30px;
  }

  .category-tytle.white {
    top: auto;
    margin-top: 0px;
  }

  .category-tytle.white.contact {
    margin-top: -40px;
  }

  .category-tytle.red.sizing {
    font-size: 30px;
    line-height: 45px;
  }

  .category-tytle.graf {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
  }

  .h1 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 70px;
    line-height: 70px;
  }

  .h1.mission {
    font-size: 55px;
    line-height: 60px;
  }

  .h1.career {
    line-height: 60px;
  }

  .text-block {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 40px;
  }

  .red_line {
    height: 100%;
  }

  .red_line._1000.pc {
    display: none;
  }

  .red_line.long {
    height: 700px;
    margin-top: 30px;
  }

  .red_line.pc {
    display: none;
  }

  .red_line.mov {
    display: block;
    width: 80vw;
    height: 1px;
    margin-top: 0px;
  }

  .india_image {
    width: 700px;
    margin-top: 80px;
  }

  .grid {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 6% 1fr 6%;
    grid-template-columns: 6% 1fr 6%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .red-cercle_div {
    width: 200px;
    height: 200px;
    margin-top: 180px;
  }

  .red-cercle_div.contact {
    width: 250px;
    height: 250px;
  }

  .our-values_sec {
    margin-top: 0px;
  }

  .our-values_grid {
    margin-top: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .our-values_grid.careeropportunities {
    margin-top: 30px;
    grid-auto-flow: row;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .checkmark_lottie {
    width: 30px;
    height: 30px;
  }

  .shared-values_div {
    margin-top: 20px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .text-block-2.faq {
    margin-top: 10px;
    line-height: 30px;
  }

  .vakues_txt_midashi {
    margin-top: -30px;
  }

  .paragraph {
    margin-top: 5px;
  }

  .paragraph.career-opportunities {
    margin-top: 0px;
  }

  .paragraph.white.e-mail {
    margin-top: 40px;
  }

  .paragraph.small-cap {
    max-width: 80vw;
  }

  .paragraph.faq {
    margin-top: 10px;
    margin-bottom: -30px;
  }

  .paragraph.sizing {
    font-size: 18px;
    line-height: 27px;
  }

  .value_txt_block {
    margin-top: 35px;
  }

  .value_txt_block.vision {
    margin-top: 5px;
  }

  .value_img {
    top: 0px;
    width: 100%;
  }

  .value_img.mouseescape {
    top: 0px;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .career-opportunities_sec {
    margin-top: 30px;
  }

  .career_image {
    top: 0px;
    width: 70%;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0px;
  }

  .big-txt.be {
    margin-top: -127px;
    margin-left: -282px;
    font-size: 150px;
    line-height: 170px;
  }

  .big-txt.be.h1 {
    margin-top: -40px;
    margin-left: -279px;
    font-size: 140px;
    line-height: 140px;
  }

  .big-txt.part-of {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 90px;
    line-height: 90px;
  }

  .big-txt.part-of.h1 {
    margin-top: -52px;
    font-size: 140px;
    line-height: 140px;
  }

  .big-txt.the-jgc {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 90px;
    line-height: 90px;
  }

  .big-txt.the-jgc.h1 {
    margin-top: -24px;
    margin-left: -121px;
    font-size: 140px;
    line-height: 140px;
  }

  .big-txt.gropu {
    margin-top: -90px;
    margin-left: 215px;
    padding-right: 20px;
    font-size: 150px;
    line-height: 200px;
  }

  .big-txt.gropu.h1 {
    margin-top: -44px;
    margin-left: 192px;
    font-size: 140px;
    line-height: 150px;
  }

  .big-txt_div {
    top: 0px;
    margin-top: -15px;
  }

  .big-txt_div.mouseescape {
    top: 0px;
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .step_div {
    margin-top: 30px;
  }

  .step1_div {
    padding: 25px 41px;
  }

  .step1_div.mouseover_anim.mouseescape.step3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .txt_bold {
    margin-top: 5px;
  }

  .paragraph-2.step {
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 26px;
    text-align: center;
  }

  .step3_grid {
    width: 55vw;
    margin-top: 29px;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq {
    margin-top: 125px;
  }

  .faq_grid {
    width: 80vw;
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .faq_div {
    margin-bottom: 50px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .faq-img_grid {
    top: -700px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .contact_sec {
    margin-top: -700px;
  }

  .value_img_wrapper {
    margin-top: 40px;
  }

  .link-block.mouseescape {
    height: 300px;
  }

  .nav-menu {
    z-index: 10;
    display: block;
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #000;
  }

  .nav-menu.mobile {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }

  .text-block-3 {
    margin-top: 21vh;
    font-family: 'Black Sans', sans-serif;
    color: #777;
  }

  .lottie-animation {
    width: 40vw;
    margin-top: 15vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .redcircle {
    width: 200px;
    height: 200px;
  }

  .redcircle.contact {
    width: 220px;
    height: 220px;
  }

  .link-block-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link_icon {
    right: 4%;
    bottom: 9%;
    width: 15px;
  }

  .graf_div {
    margin-top: -25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .graf.txt {
    width: 100vw;
  }

  .graf.main {
    width: 100vw;
  }

  .graf.wire {
    width: 100vw;
  }

  .graf.circle {
    width: 100vw;
  }

  .plant-engineering_div {
    height: 75vw;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0px;
  }

  .company-name {
    font-size: 12px;
  }

  .top-txt {
    font-size: 2.5em;
    line-height: 40px;
  }

  .section-link {
    top: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .section-link.contact {
    top: 50px;
    width: 80px;
    height: 80px;
    font-size: 12px;
  }

  .container.our-values {
    margin-top: 70px;
  }

  .category-tytle {
    font-size: 20px;
    line-height: 20px;
  }

  .category-tytle.white {
    margin-top: 0px;
  }

  .category-tytle.white.contact {
    top: 59px;
    margin-top: 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .category-tytle.red.sizing {
    font-size: 20px;
  }

  .category-tytle.graf {
    font-size: 17px;
  }

  .h1 {
    margin-top: 0px;
    font-size: 50px;
    line-height: 53px;
  }

  .h1.mission {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .h1.career {
    line-height: 50px;
  }

  .text-block {
    margin-top: 0px;
    font-size: 15px;
    line-height: 22px;
  }

  .red_line {
    height: 100%;
  }

  .red_line.short._3 {
    height: 100px;
  }

  .red_line.long {
    height: 500px;
    margin-top: 0px;
  }

  .india_image {
    width: 500px;
    margin-top: -20px;
  }

  .grid {
    margin-top: 30px;
  }

  .red-cercle_div {
    width: 100px;
    height: 100px;
    margin-top: 180px;
  }

  .red-cercle_div.contact {
    width: 130px;
    height: 130px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .our-values_grid.careeropportunities {
    margin-top: 20px;
    grid-row-gap: 0px;
  }

  .checkmark_lottie {
    width: 20px;
    height: 20px;
  }

  .shared-values_div {
    margin-top: 0px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .text-block-2.faq {
    margin-top: 10px;
    line-height: 20px;
  }

  .vakues_txt_midashi {
    margin-top: -40px;
  }

  .paragraph {
    margin-top: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.career-opportunities {
    margin-top: 0px;
  }

  .paragraph.white.logo {
    margin-top: 5px;
    font-size: 13px;
  }

  .paragraph.white.e-mail {
    top: -8px;
  }

  .paragraph.small-cap {
    font-size: 11px;
    line-height: 15px;
  }

  .paragraph.faq {
    margin-bottom: -35px;
  }

  .paragraph.sizing {
    font-size: 12px;
    line-height: 18px;
  }

  .value_img.mouseescape {
    width: 100%;
  }

  .career_image {
    top: 0px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .big-txt.be {
    margin-top: -50px;
    margin-left: -204px;
    font-size: 110px;
    line-height: 110px;
  }

  .big-txt.be.h1 {
    margin-top: -51px;
    margin-left: -213px;
    font-size: 110px;
    line-height: 110px;
  }

  .big-txt.part-of {
    font-size: 80px;
    line-height: 80px;
  }

  .big-txt.part-of.h1 {
    margin-top: -45px;
    margin-left: 26px;
    font-size: 110px;
    line-height: 110px;
  }

  .big-txt.the-jgc {
    font-size: 80px;
    line-height: 70px;
    text-align: center;
  }

  .big-txt.the-jgc.h1 {
    margin-left: -80px;
    font-size: 110px;
    line-height: 110px;
  }

  .big-txt.gropu {
    margin-top: -31px;
    margin-left: 177px;
    padding-right: 30px;
    font-size: 110px;
    line-height: 110px;
  }

  .big-txt.gropu.h1 {
    margin-top: -34px;
    font-size: 110px;
    line-height: 110px;
  }

  .big-txt_div {
    margin-top: 20px;
  }

  .big-txt_div.mouseescape {
    margin-top: 40px;
  }

  .step_div {
    margin-top: 30px;
  }

  .step1_div {
    padding: 15px;
  }

  .step1_div.mouseover_anim.mouseescape.step3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .txt_bold {
    margin-top: 0px;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-2.step {
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .step3_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq {
    margin-top: 80px;
  }

  .faq_grid {
    margin-top: 0px;
  }

  .bold-text-3 {
    font-size: 15px;
  }

  .bold-text-4 {
    font-size: 15px;
  }

  .faq-img_grid {
    top: -500px;
  }

  .contact_sec {
    margin-top: -500px;
  }

  .corporate-logo_div {
    margin-top: 140px;
  }

  .copyright {
    font-size: 11px;
  }

  .image-8 {
    width: 60px;
    max-width: 100%;
  }

  .link-block.mouseescape {
    height: 150px;
    margin-top: 0px;
  }

  .redcircle {
    width: 120px;
    height: 120px;
  }

  .redcircle.contact {
    width: 150px;
    height: 150px;
  }

  .redcircle.contact.clickaction {
    width: 120px;
    height: 120px;
  }

  .link-block-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-block-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link_icon {
    width: 12px;
  }

  .mission_div {
    margin-top: 0vw;
  }

  .graf_div {
    margin-top: -20px;
  }

  .graf.txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .plant-engineering_div {
    height: 73vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-bottom: 0%;
  }

  .brand {
    height: 30px;
  }

  .navbar {
    height: 30px;
  }

  .jgc_logo {
    height: 30px;
  }

  .company-name {
    margin-left: 10px;
    padding-top: 2px;
  }

  .top-txt {
    padding-right: 22%;
    padding-left: 22%;
    font-size: 9.1vw;
    line-height: 10.5vw;
  }

  .section-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container.faq {
    margin-top: -20px;
  }

  .menu-button {
    padding: 5px 10px 0px;
  }

  .category-tytle {
    font-size: 20px;
  }

  .category-tytle.white.contact {
    top: 46px;
  }

  .category-tytle.red {
    font-size: 18px;
    line-height: 38px;
  }

  .category-tytle.red.sizing {
    font-size: 18px;
    line-height: 38px;
  }

  .category-tytle.graf {
    font-size: 15px;
  }

  .h1 {
    font-size: 29px;
    line-height: 34px;
  }

  .h1.mission {
    margin-top: 20px;
  }

  .h1.career {
    line-height: 30px;
  }

  .red_line {
    height: 100%;
  }

  .red_line.long {
    height: 300px;
  }

  .india_image {
    width: 300px;
    height: auto;
    margin-top: 0px;
  }

  .grid {
    margin-top: 20px;
  }

  .red-cercle_div {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .our-values_grid.careeropportunities {
    margin-top: 20px;
  }

  .paragraph.career-opportunities {
    margin-top: 0px;
  }

  .paragraph.small-cap {
    margin-right: 26px;
    margin-left: 26px;
    padding: 15px;
  }

  .value_img.mouseescape {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .career-opportunities_sec {
    margin-top: 0px;
  }

  .career_image {
    top: 15px;
    margin-top: 26px;
  }

  .big-txt.be {
    margin-top: -39px;
    margin-left: -124px;
    font-size: 70px;
    line-height: 70px;
  }

  .big-txt.be.h1 {
    margin-top: -86px;
    margin-left: -120px;
    font-size: 60px;
    line-height: 60px;
  }

  .big-txt.part-of {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .big-txt.part-of.h1 {
    margin-top: -24px;
    margin-left: 0px;
    font-size: 60px;
    line-height: 60px;
  }

  .big-txt.the-jgc {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 50px;
    line-height: 45px;
  }

  .big-txt.the-jgc.h1 {
    margin-top: -12px;
    margin-left: -45px;
    font-size: 60px;
    line-height: 60px;
  }

  .big-txt.gropu {
    margin-top: -16px;
    margin-left: 80px;
    padding-right: 12px;
    font-size: 70px;
    line-height: 70px;
  }

  .big-txt.gropu.h1 {
    margin-top: -18px;
    margin-left: 90px;
    font-size: 60px;
    line-height: 60px;
  }

  .big-txt_div {
    margin-top: 35px;
  }

  .big-txt_div.mouseescape {
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .step_div {
    margin-top: 20px;
  }

  .step1_div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .txt_bold {
    font-size: 15px;
  }

  .paragraph-2.step {
    margin-top: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .step3_grid {
    width: 65vw;
    grid-row-gap: 10px;
  }

  .faq-img_grid {
    top: -300px;
    z-index: 20;
  }

  .contact_sec {
    margin-top: -300px;
  }

  .copyright {
    display: none;
    font-size: 9px;
  }

  .copyright.mobile {
    display: block;
    line-height: 13px;
    text-align: center;
  }

  .link-block.mouseescape {
    height: 130px;
    margin-top: -15px;
  }

  .top_txt_box_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .redcircle {
    width: 110px;
    height: 110px;
  }

  .redcircle.contact {
    width: 120px;
    height: 120px;
  }

  .link_icon {
    right: 5%;
    width: 10px;
  }

  .graf_div {
    margin-top: -10px;
  }

  .graf.txt {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .graf.wire {
    position: relative;
    top: auto;
  }

  .plant-engineering_div {
    height: 83vw;
  }
}

#w-node-aa430f19-130e-9c14-d1fe-d99987536d49-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b03d9b56-edb3-18bc-8284-05ebcafd856d-dad0f576 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3b2c691e-5730-9ebd-e33d-df94028e62cc-dad0f576 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9aa9d5b-ad49-7940-8f6f-107d81f9ae96-dad0f576 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#Planet-Engineering.w-node-bfac232a-e5df-ffdc-8e23-82fe7f4e8b5d-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed69863f-bc38-8253-25a2-50f6cea76a84-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-daed3a35-fff4-eefa-6929-f4f3de5d3f48-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_498158f6-def3-e6d6-0ab8-9cf462fd75d2-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b072a3ca-7fdb-b0b9-2219-3a1fc0caaaf2-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1538c079-a48e-099f-c4a9-0130d947cc51-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2281f72e-c3ec-f783-20d8-e4336fdcd041-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_51656910-70f9-9fcd-35b4-7813f5b81204-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_95da79ea-e32f-77e5-36a9-77993f805a65-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2c9bcb98-a204-7d7c-f479-844a5daef6d6-dad0f576 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2c9bcb98-a204-7d7c-f479-844a5daef6db-dad0f576 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8f34260b-d453-cf91-71e6-a3af50c9fcd0-dad0f576 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_34ba2854-fb48-60b8-b7ad-2bb8e3ce6418-dad0f576 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-cbe191ff-2816-aeb5-2321-3a8d97f9618a-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c4889c25-1795-9b72-dcea-a3ff30e6b094-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_81646724-3ce0-7d50-d490-a2bd609cadd6-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_56eabc57-feb5-b948-20fd-8d86a5dffa55-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c14e7bcd-455e-06a6-51e4-b74bf2256e52-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_617e5bbe-1453-c7ca-ce80-8ec158ecc29c-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d1f4b93b-9a7e-04bc-def1-8cad0b65f7ed-dad0f576 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-b03d9b56-edb3-18bc-8284-05ebcafd856d-dad0f576 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3b2c691e-5730-9ebd-e33d-df94028e62cc-dad0f576 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d9aa9d5b-ad49-7940-8f6f-107d81f9ae96-dad0f576 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_34ba2854-fb48-60b8-b7ad-2bb8e3ce6418-dad0f576 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_56eabc57-feb5-b948-20fd-8d86a5dffa55-dad0f576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c14e7bcd-455e-06a6-51e4-b74bf2256e52-dad0f576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d1f4b93b-9a7e-04bc-def1-8cad0b65f7ed-dad0f576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1538c079-a48e-099f-c4a9-0130d947cc51-dad0f576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c9bcb98-a204-7d7c-f479-844a5daef6d6-dad0f576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2c9bcb98-a204-7d7c-f479-844a5daef6db-dad0f576 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_8f34260b-d453-cf91-71e6-a3af50c9fcd0-dad0f576 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_34ba2854-fb48-60b8-b7ad-2bb8e3ce6418-dad0f576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c4889c25-1795-9b72-dcea-a3ff30e6b094-dad0f576 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-c14e7bcd-455e-06a6-51e4-b74bf2256e52-dad0f576 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d1f4b93b-9a7e-04bc-def1-8cad0b65f7ed-dad0f576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Black Sans';
  src: url('/en/recruit/jgcindiaepc/fonts/blacksansregularwebfontd6761cbf250866e8870d97f03fa629a8.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Black Sans';
  src: url('/en/recruit/jgcindiaepc/fonts/blacksanslightwebfont.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Black Sans';
  src: url('/en/recruit/jgcindiaepc/fonts/blacksansblackwebfont.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Black Sans';
  src: url('/en/recruit/jgcindiaepc/fonts/blacksanssemiboldwebfont647663a8d54cb4e2551213de87a56073.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Black Sans';
  src: url('/en/recruit/jgcindiaepc/fonts/blacksansboldwebfont949ef363c646d9c2456af9d67a94778f.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}