@font-face {
  font-family: MATERIAL ICON ROUNDED;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --snow: #fff9f9;
  --pure-white: white;
  --white-smoke-2: #e0dede;
  --dim-grey: #6b6b6b;
  --dark-slate-grey: #424242;
  --white-smoke: #e9e9e9;
  --333333: #a83129;
  --brown: #a83129;
  --black: #333;
  --pink-2: #fccfcf;
  --pink: #ffefef;
}

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

.site_wrapper {
  background-color: var(--snow);
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  font-style: italic;
  display: flex;
  position: relative;
}

.site_wrapper.left {
  background-color: var(--pure-white);
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
}

.site_wrapper.righ {
  background-color: var(--pure-white);
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 260px;
}

.site_wrapper.centre {
  background-color: var(--pure-white);
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.site_wrapper.go {
  background-color: var(--white-smoke-2);
  flex-direction: column;
  align-items: center;
}

.site_wrapper.talent {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}

.site_wrapper.vertical {
  background-color: var(--pure-white);
  flex-direction: column;
}

.site_wrapper.horizontal {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.site_wrapper.team {
  background-color: var(--dim-grey);
  flex-direction: column;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: static;
}

.site_wrapper.our {
  background-color: var(--dark-slate-grey);
}

.site_wrapper.grey {
  background-color: var(--white-smoke);
  position: relative;
}

.site_wrapper.white {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.site_wrapper.footer {
  background-color: var(--333333);
}

.body {
  flex-direction: column;
  display: flex;
}

.navbar-3 {
  background-color: #f0f0f0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: block;
}

.image-3 {
  background-color: #0000;
  width: 180px;
  max-width: 200%;
  height: 80px;
}

.image-4 {
  width: 100px;
  height: 70px;
}

.nav-menu-2 {
  align-items: center;
  width: 500px;
  height: 80px;
  display: flex;
}

.nav-link {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.nav-link.w--current {
  color: var(--brown);
  font-style: italic;
}

.hero-section-one {
  border-top: 5px solid var(--brown);
  filter: blur();
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/Empty-office-3.jpeg');
  background-position: 50%;
  background-size: 100% 900px;
  background-attachment: fixed;
  border-bottom: 5px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Inconsolata, monospace;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.red-circle {
  background-color: #a83129;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-top: 60px;
  display: flex;
  position: static;
}

.red-circle.inverse {
  background-color: #0000;
  border: 3px solid #c11;
  margin-top: 0;
  padding-top: 0;
}

.providing-talent {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.circle-text {
  z-index: auto;
  color: var(--pure-white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-text.inverse {
  color: #424242;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  position: static;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 300px 300px;
}

.heading-text {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.div-block-7 {
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 0;
  display: block;
}

.functional-area-dot {
  background-color: #a83129;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 9px;
  padding: 5px;
  display: flex;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-grey-text {
  color: gray;
  text-align: left;
  width: 350px;
  padding: 10px 10px 10px 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.small-grey-text.caps {
  color: var(--brown);
  text-align: center;
  height: 40px;
  padding-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  overflow: visible;
}

.small-grey-text.caps.grey {
  color: var(--dim-grey);
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.functional-areas-text {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.functional-areas-text.go-area {
  color: #fffefe;
  text-align: right;
  border-bottom: 1px #424242;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 36px;
}

.functional-areas-text.refinning {
  color: var(--dim-grey);
}

.functional-areas-text.great {
  color: #777;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 100;
}

.div-block-10 {
  margin-top: 100px;
  margin-left: 0;
  padding-left: 0;
}

.large-text {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 210px;
  font-weight: 400;
}

.large-text.inverse {
  color: #a83129;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-left: 100px;
  font-size: 210px;
}

.circle-go-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.go-button-holder-div {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-15 {
  margin-left: -40px;
}

.black-section {
  background-color: var(--dark-slate-grey);
  transform-origin: 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 665px 303px;
}

.solution-big-text {
  color: #fff;
  text-align: left;
  padding: 30px 60px 60px;
  font-size: 140px;
  font-weight: 400;
}

.solution-big-text.left {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 200;
}

.solution-big-text.centre {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 200;
}

.solution-big-text.right {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 200;
}

.solution-big-text.black {
  color: var(--dim-grey);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 0 0 20px;
  font-size: 36px;
  display: none;
}

.paragraph {
  color: #fff;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
  display: flex;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.our-emplotment-div {
  color: #f50505;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #ff3f32;
  text-align: center;
  margin-top: 60px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 200;
}

.heading.bold {
  color: var(--brown);
  height: auto;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
}

.heading.bold.vision {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 300;
  display: flex;
}

.heading.vision {
  color: var(--brown);
  text-align: left;
  font-size: 28px;
  font-style: italic;
}

.gringing-section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 700px;
  display: flex;
}

.image-6 {
  width: 600px;
  height: 600px;
}

.large-text-h2 {
  color: var(--black);
  text-align: left;
  letter-spacing: normal;
  column-count: auto;
  white-space: normal;
  font-size: 90px;
  line-height: 100px;
}

.paragraph-2 {
  color: var(--black);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-right: 40px;
  font-size: 21px;
  display: flex;
}

.paragraph-2.points-text {
  flex-direction: row;
  align-items: flex-start;
  height: 70px;
  padding: 0 20px 20px 0;
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.red-text {
  color: #a83129;
  justify-content: center;
  align-items: flex-start;
  height: 70px;
  margin-top: 0;
  padding: 10px 20px 20px;
  font-size: 63px;
  display: flex;
}

.points-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  align-items: stretch;
  height: 80px;
  display: flex;
}

.div-block-23 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.div-block-23.right {
  flex-direction: row;
  justify-content: flex-start;
  max-width: 700px;
  padding-left: 0;
}

.div-block-24 {
  flex-direction: column;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.image-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.paragraph-large-text {
  color: var(--black);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  line-height: 40px;
  display: flex;
}

.paragraph-large-text.red {
  text-align: center;
  width: 90%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
}

.rectangle-image-div {
  object-fit: cover;
  background-color: #0000;
  border: 3px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 250px;
  display: flex;
  position: relative;
}

.rectangle-image-div.red {
  object-fit: cover;
  border-style: solid;
  border-color: #a83129;
  border-radius: 50%;
  width: 250px;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 50%;
  width: 250px;
  height: 25045px;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.ceo-message-section {
  background-color: var(--snow);
  outline-offset: 0px;
  outline: .5px solid #f8c5c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.paragraph-3 {
  color: var(--black);
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.image-8 {
  width: 100%;
  height: 400px;
}

.section-why-us {
  color: var(--brown);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-28 {
  border-bottom: 1px solid #a83129;
  justify-content: flex-end;
  display: none;
  overflow: hidden;
}

.div-block-29 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-holder {
  background-color: var(--white-smoke-2);
  box-shadow: 2px 2px 4px 0 var(--dim-grey);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100px;
  display: flex;
}

.customer-logo-section {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.materialicon {
  color: #ac1818;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: MATERIAL ICON ROUNDED, sans-serif;
  font-size: 40px;
  display: flex;
}

.materialicon.maps {
  color: #333;
  justify-content: flex-start;
  width: 50px;
  height: 50px;
}

.find-team-section {
  background-color: var(--white-smoke-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  background-color: var(--dark-slate-grey);
  border-bottom: 1px solid #000;
  justify-content: flex-end;
  align-items: flex-end;
  width: 500px;
  height: 60px;
  display: flex;
}

.div-block-35 {
  background-color: #504e4e;
  width: 500px;
  height: 60px;
}

.div-block-36 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.heading-4 {
  color: var(--brown);
  justify-content: flex-start;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

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

.footprint-section.text {
  flex-direction: column;
  position: relative;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 500px;
  display: flex;
}

.image-10 {
  width: 100%;
  height: 500px;
  margin-top: 0;
}

.hero-section-two {
  background-image: url('../images/Office-Buildings-.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.red-line {
  z-index: auto;
  clear: none;
  background-color: var(--brown);
  perspective-origin: 50%;
  transform-origin: 100%;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10px;
  display: flex;
  position: static;
  inset: 0 0% 0%;
}

.div-block-45 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 200;
  line-height: 30px;
}

.horizontal-scroll-section {
  background-color: #0000;
  justify-content: flex-start;
  height: 400vw;
  display: flex;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  object-fit: cover;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-holder {
  object-fit: cover;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.marquee-div {
  white-space: nowrap;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 35px;
  display: flex;
  overflow: visible;
}

.div-block-46 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: visible;
}

.overlay {
  background-color: #00000026;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.div-block-52 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.main-heading {
  color: var(--snow);
  text-align: center;
  text-shadow: -5px 5px 14px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  line-height: 90px;
  position: static;
}

.main-heading.two {
  color: #000;
  font-size: 70px;
}

.image-11 {
  background-color: var(--black);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-55 {
  border: 3px solid var(--brown);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
}

.image-15 {
  width: 220px;
}

.logo-reveal-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.finding-talent {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-60 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.great-v-text {
  color: var(--black);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.button {
  background-color: var(--brown);
  box-shadow: 4px 4px 10px 0 var(--dim-grey);
  color: var(--pure-white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button:hover {
  opacity: .9;
  background-color: #8f2922;
}

.heading-9 {
  color: var(--black);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
}

.red-shrinking-div {
  border: 15px solid var(--brown);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  overflow: visible;
}

.great-vision-quote {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.other-vertical-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.number-holder {
  border: 1px solid var(--brown);
  color: var(--brown);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  width: 320px;
  height: auto;
  display: flex;
}

.div-block-68 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.number-text {
  color: var(--black);
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  display: flex;
}

.numerical-value {
  color: var(--black);
  text-align: right;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 50px;
}

.div-block-69 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brown);
  color: var(--snow);
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.card-heading {
  color: var(--snow);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.card-heading.team {
  margin-bottom: 0;
  padding-left: 0;
}

.field-label-4, .field-label-5 {
  color: var(--brown);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.image-17 {
  object-fit: contain;
  transform-style: preserve-3d;
  height: 70vh;
  margin-right: 0;
  position: static;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-71 {
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  display: flex;
}

.text-field-4 {
  width: 350px;
}

.field-label-6, .description-label {
  color: var(--brown);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.description-field {
  height: 150px;
}

.team-member-div {
  border-style: solid none;
  border-width: 1px .5px .5px;
  border-color: var(--snow);
  background-color: var(--dim-grey);
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  display: flex;
}

.team-member-div.two:hover, .team-member-div.three:hover, .team-member-div.four:hover {
  width: 100%;
}

.team-samll-text {
  color: var(--snow);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.left-team-text {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-member-section {
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.contact-section {
  background-color: var(--snow);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.div-block-77 {
  width: 600px;
  margin-right: 60px;
}

.bold-text {
  text-align: left;
  column-count: auto;
}

.scroll-text {
  color: var(--brown);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-scroll-section {
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.text-scroll-div {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  margin: 0 40px 0 0;
  display: flex;
}

.scrool-text-holder {
  background-image: linear-gradient(to bottom, var(--white-smoke-2), white 26%, var(--white-smoke) 55%, #fff 81%, var(--white-smoke-2) 102%);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  width: 200%;
  display: flex;
}

.div-block-91 {
  flex-direction: row;
  font-weight: 200;
  display: flex;
}

.flip-card-back {
  background-color: var(--black);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #3d3d3d, #000);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.hms-image {
  object-fit: cover;
  padding: 10px;
  position: static;
  overflow: visible;
}

.flip-text-div {
  backface-visibility: visible;
  width: 250px;
  height: auto;
  display: none;
  transform: translate(0);
}

.card-text-points {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fc4c40;
  margin-left: 20px;
  margin-right: 20px;
  padding: 8px 10px;
  font-weight: 200;
}

.flip-section {
  background-color: var(--pure-white);
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  overflow: hidden;
}

.back-flip-button-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-button {
  color: #fafafa;
  text-align: center;
  background-color: #528285;
  background-image: linear-gradient(294deg, #31636b, #48929e 74%, #67bac7);
  border: 1px solid #70efe6;
  border-radius: 10px;
  justify-content: center;
  width: 180px;
  height: 60px;
  margin: 20px 0;
  padding: 16px 40px 20px;
  display: flex;
  box-shadow: 1px 7px 7px -7px #6b6b6b;
}

.home-button.card {
  background-image: linear-gradient(243deg, #fc4b3f, var(--333333) 40%, var(--brown));
  border-style: none;
  align-items: center;
  height: 50px;
  padding: 20px;
  box-shadow: 8px 8px 13px -4px #2f313180, 5px 5px 10px -5px #6b6767;
}

.flip-image-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 440px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.flip-card-front {
  background-color: var(--brown);
  backface-visibility: hidden;
  perspective: none;
  color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.site-wrapper {
  z-index: 25;
  clear: none;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: wrap;
  flex: 1;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.site-wrapper.flip {
  backface-visibility: visible;
  perspective: 1000px;
  color: #f5feff;
  background-color: #f5feff;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  width: 250px;
  height: 450px;
  margin: 0;
  padding: 0;
  position: relative;
}

.flip-div {
  color: #48929e1a;
  background-color: #48929e1a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 450px;
  display: flex;
  position: relative;
}

.flipping-card-heading {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}

.flipping-card-heading.back {
  color: #fc4b3f;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  display: flex;
}

.div-block-83 {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.flip-card-div {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-116 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-117 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.footer-text {
  color: var(--pink-2);
  height: 30px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-text.bold {
  margin-top: 20px;
  margin-bottom: 6px;
  padding-left: 0;
  font-size: 19px;
  font-weight: 400;
}

.footer-text.large {
  color: var(--pink-2);
}

.div-block-118 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career_heading {
  color: var(--dim-grey);
  text-align: left;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 600;
}

.career-text-small {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

.careers {
  background-color: var(--snow);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 100px;
  display: flex;
}

.heading-2 {
  color: var(--brown);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.site-wrapper-2 {
  text-align: left;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 60px;
  display: flex;
}

.site-wrapper-2.lightpurple {
  background-color: var(--snow);
  flex-direction: column;
  margin-bottom: 0;
  padding: 0 20px 20px;
}

.grid-11 {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  display: none;
}

.heading-20 {
  text-align: center;
  margin-top: -9px;
  font-weight: 400;
}

.heading-20.careers {
  color: var(--dim-grey);
  letter-spacing: 5px;
  text-indent: 5px;
  text-transform: none;
  white-space: normal;
  background-color: #0000;
  margin-top: 0;
  padding-bottom: 40px;
  font-size: 14px;
}

.career_opening {
  border-left: 10px solid var(--brown);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.heading-21 {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 60px;
  padding-top: 8px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.grid-10 {
  grid-column-gap: 4px;
  grid-row-gap: 2px;
  border: 1px #0000;
  grid-template: "."
                 "Area"
                 "Area-2"
                 "Area-3"
                 "Area-4"
                 / .5fr 1fr;
  grid-auto-flow: row;
  height: auto;
}

.div-block-119 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-120 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.div-block-121 {
  width: 500px;
}

.form-3 {
  width: 350px;
}

.div-block-122 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.field-label-7, .field-label-8 {
  color: var(--dim-grey);
}

.submit-button-3 {
  background-color: var(--brown);
  border-radius: 8px;
  margin-top: 20px;
}

.div-block-123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: 0;
  display: flex;
}

.field-label-9 {
  color: var(--dim-grey);
}

.joinus-section, .carreers-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  object-fit: cover;
  width: 500px;
  height: 400px;
}

.div-block-124 {
  margin-bottom: 40px;
}

.paragraph-4 {
  color: var(--pink-2);
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 200;
}

.contact-us {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px;
}

.footer-section {
  background-color: var(--brown);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.home-div {
  flex-direction: column;
  height: 320px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.about-us-div {
  height: 320px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
}

.div-block-126 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.social-media-div {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.div-block-128 {
  width: 100%;
  display: flex;
}

.div-block-129, .div-block-130 {
  width: 50px;
  height: 50px;
}

.image-21 {
  width: 60px;
  height: 60px;
}

.image-22 {
  width: 60px;
  height: 50px;
}

.social-media-link-div {
  width: 30px;
  height: 30px;
  margin: 20px 20px 20px 0;
}

.vision-mision-section {
  background-color: var(--pink);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.vision-div {
  border: 2px solid var(--white-smoke-2);
  box-shadow: 14px 14px 20px 0 var(--dim-grey);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 20px;
  outline: 3px solid #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 500px;
  height: 500px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.mission-div {
  border: 2px solid var(--white-smoke-2);
  box-shadow: 14px 14px 10px 0 var(--dim-grey);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 500px;
  height: 500px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.icon-div {
  border: 3px solid var(--brown);
  object-fit: fill;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 60px;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.image-23 {
  color: var(--brown);
  width: 50px;
  height: 50px;
  transform: rotate(0);
}

.div-block-132 {
  transform: rotate(-45deg);
}

.heading-23 {
  color: var(--dim-grey);
  border-radius: 3px;
  flex-direction: row;
  align-items: center;
  width: 350px;
  height: auto;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.div-block-133 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-24 {
  width: 100px;
  padding: 0;
}

.image-25 {
  width: 100px;
}

.right-team-text {
  width: 200px;
  margin-right: 20px;
}

.horizontal-scroll-text {
  color: var(--pure-white);
  text-shadow: 1px 6px 12px #000;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  margin-top: 60px;
  margin-left: 60px;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.horizontal-scroll-text.white {
  width: 700px;
  display: block;
}

.horizontal-scroll-text.black {
  color: #000;
  text-shadow: 1px 6px 12px #ffffffe6;
  width: 700px;
  display: flex;
}

.frame-div-1, .frame-div-2, .frame-div-3, .frame-div-4 {
  display: block;
}

.div-block-134, .div-block-135 {
  width: 700px;
  height: 100px;
  position: absolute;
}

.div-block-136 {
  background-color: var(--pink);
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.pinker {
  background-color: var(--pure-white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-138 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  margin-left: 0;
}

.image-27 {
  margin-right: 0;
  display: none;
}

.pin-div {
  background-color: var(--white-smoke-2);
  box-shadow: 4px 4px 8px 0 var(--dim-grey);
  border: 1px solid #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin-top: 40px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pin-div.top-right {
  border-width: .5px;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 4px 4px 5px #000;
}

.pin-div.top-left {
  border-width: .5px;
  margin-left: 40px;
  margin-right: 0;
  inset: 0% auto auto 0%;
  box-shadow: 4px 4px 8px #000;
}

.pin-div.bottom-right {
  border-width: .5px;
  margin-top: 0;
  margin-bottom: 40px;
  inset: auto 0% 0% auto;
  box-shadow: 4px 4px 8px #000;
}

.pin-div.bottom-left {
  margin: 0 0 40px 40px;
  inset: auto auto 0% 0%;
  box-shadow: 4px 4px 8px #000;
}

.image-28 {
  width: 300px;
  padding: 60px;
}

.image-29 {
  width: 300px;
  padding: 30px;
}

.image-30 {
  width: 300px;
  padding: 40px;
}

.image-31 {
  width: 200px;
  padding: 20px;
}

.bold-text-2 {
  width: 80%;
  font-weight: 700;
}

.div-block-139 {
  flex-direction: row;
  display: flex;
}

.hover-div {
  position: absolute;
}

.photo-2 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.yohan {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.photo-1 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
}

.image-33 {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.photo-3 {
  object-fit: cover;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
}

.deepa {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: block;
}

.div-block-141 {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.div-block-142 {
  margin-top: 40px;
  display: flex;
}

.section {
  width: 100%;
  height: 80px;
}

.text-block {
  text-align: center;
  width: 100px;
  height: 100px;
  margin-top: -5px;
  font-family: Exo, sans-serif;
  font-size: 10px;
  font-style: italic;
}

.button-2 {
  background-color: var(--brown);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
  box-shadow: 4px 4px 10px #000;
}

.button-2:hover {
  background-color: #bd372d;
  width: 245px;
  height: 45px;
  font-size: 13.5px;
}

.button-2:active {
  background-color: #8d261f;
  width: 245px;
  height: 45px;
  font-size: 13.5px;
}

.button-3 {
  background-color: var(--333333);
  box-shadow: 4px 4px 10px 0 var(--dim-grey);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-3:hover {
  background-color: #bd372d;
  width: 245px;
  height: 45px;
  font-size: 13.5px;
}

.button-3:active {
  background-color: #8d261f;
  width: 245px;
  height: 45px;
  font-size: 13.5px;
}

.div-block-143, .div-block-144 {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  display: flex;
}

.image-34 {
  object-fit: cover;
  width: 250px;
  height: 250px;
  overflow: visible;
}

.link-block {
  width: 350px;
  height: 40px;
  display: none;
}

.link-block-2 {
  color: var(--dark-slate-grey);
  width: 350px;
  height: 40px;
  display: none;
}

.div-block-145 {
  width: 400px;
}

.link-block-3 {
  background-color: var(--pure-white);
  width: 400px;
}

.link-block-3:hover {
  background-color: var(--white-smoke-2);
}

.link-texr {
  color: var(--pure-white);
  font-style: normal;
  text-decoration: none;
}

.bold-text-3 {
  color: var(--snow);
  text-shadow: 0 -1px 14px #000;
}

.bold-text-4 {
  color: var(--brown);
}

.heading-24 {
  color: var(--pure-white);
}

.heading-25 {
  text-decoration: none;
}

.heading-26 {
  color: var(--pure-white);
  text-decoration: none;
}

.heading-27, .heading-28 {
  text-decoration: none;
}

.heading-29 {
  color: var(--pure-white);
  text-decoration: none;
}

.footer-link-text {
  color: var(--pure-white);
  flex-direction: column;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-150 {
  width: 100%;
}

.success-message, .error-message {
  color: var(--black);
}

.div-block-152 {
  background-color: var(--brown);
  transform-origin: 100% 0;
  width: 100%;
  height: 20px;
}

.div-block-153 {
  width: 100%;
}

.div-block-154 {
  background-color: var(--333333);
  justify-content: center;
  width: 100%;
  display: none;
}

.text-block-2 {
  background-color: var(--brown);
  color: var(--brown);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.link {
  color: var(--brown);
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

.div-block-155 {
  background-color: var(--333333);
  width: 100%;
}

.link-block-4 {
  text-decoration: none;
}

.div-block-156 {
  background-color: var(--dark-slate-grey);
  width: 500px;
  height: 60px;
}

.div-block-157 {
  background-color: var(--dark-slate-grey);
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  height: 60px;
  display: flex;
}

.text-block-3 {
  color: var(--pure-white);
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

.heading-30 {
  color: var(--pure-white);
  -webkit-text-stroke-color: transparent;
  white-space: normal;
  font-size: 21px;
}

.paragraph-5, .paragraph-6 {
  color: var(--pink-2);
}

.image-inside-flip-div {
  object-fit: cover;
  padding-left: 4px;
  padding-right: 4px;
}

.wrapper-marquee {
  width: 100%;
  height: 200px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.marquee-scroller {
  width: 200%;
  display: flex;
}

.div-block-159 {
  width: 50%;
}

.marquee-section {
  background-color: var(--white-smoke);
  padding: 10px;
  display: none;
  overflow: hidden;
}

.div-block-160 {
  width: 200%;
  display: flex;
}

.marquee-logo-holder {
  justify-content: space-between;
  width: 50%;
  margin: 10px 0 10px 23px;
  display: flex;
}

.div-block-161 {
  background-color: var(--white-smoke-2);
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100px;
  margin: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 5px 5px #0003;
}

.image-35 {
  width: 80px;
}

.image-36, .image-37 {
  width: 100px;
}

.div-block-162, .div-block-163, .div-block-164, .div-block-165 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.certificates-div {
  background-color: #b8342b;
  border-radius: 8px;
  width: 80%;
  height: auto;
  margin-top: 40px;
  padding-top: 0;
}

.image-38 {
  width: 80px;
  height: 80px;
}

.container {
  height: 80px;
}

.heading-31 {
  color: var(--brown);
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .team-member-section {
    position: relative;
  }

  .site-wrapper-2 {
    max-width: 980px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .site_wrapper {
    flex-flow: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .site_wrapper.left {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .site_wrapper.righ {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .site_wrapper.talent {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }

  .site_wrapper.horizontal {
    flex-direction: column;
    width: 100%;
  }

  .site_wrapper.team {
    height: auto;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .site_wrapper.white {
    flex-direction: row;
    width: 100%;
  }

  .navbar-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-2 {
    height: auto;
  }

  .hero-section-one {
    object-fit: fill;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 400px;
    margin-top: 0;
  }

  .red-circle {
    width: 150px;
    height: 150px;
    margin: 40px 0;
    padding: 0;
  }

  .red-circle.inverse {
    flex-direction: column;
    margin-bottom: 0;
  }

  .providing-talent {
    flex-direction: column;
  }

  .circle-text {
    font-size: 18px;
  }

  .circle-text.inverse {
    font-size: 15px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 300px;
    grid-auto-flow: row;
  }

  .grid-4 {
    flex-direction: column;
    grid-template-columns: 300px;
    justify-content: center;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .heading-text {
    margin: 0;
    padding: 0;
    font-size: 18px;
  }

  .div-block-5 {
    flex-direction: column;
    padding-top: 60px;
  }

  .div-block-7 {
    margin: 0;
    padding-left: 0;
  }

  .div-block-9 {
    flex-direction: column;
    width: 300px;
    margin-top: 20px;
    padding: 20px;
  }

  .small-grey-text {
    text-align: center;
    width: 300px;
    margin: 0;
    padding: 10px 0 0;
    font-size: 13px;
  }

  .small-grey-text.caps {
    text-align: left;
    width: 100%;
    padding-left: 10px;
  }

  .functional-areas-text.go-area {
    text-align: center;
    justify-content: flex-end;
    width: 300px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .functional-areas-text.it {
    text-align: center;
    justify-content: center;
    width: 300px;
    font-size: 16px;
  }

  .functional-areas-text.banking-finance {
    text-align: center;
    justify-content: center;
    width: 300px;
    font-size: 18px;
  }

  .functional-areas-text.manufacturing {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
  }

  .functional-areas-text.refinning {
    text-align: center;
    justify-content: center;
    width: 300px;
    font-size: 18px;
  }

  .functional-areas-text.great {
    font-size: 18px;
  }

  .div-block-10 {
    width: 300px;
    margin: 0;
    padding-left: 0;
  }

  .large-text.inverse {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding-left: 0;
    font-size: 80px;
    display: flex;
  }

  .circle-go-div {
    flex-direction: column;
    width: 300px;
  }

  .div-block-15 {
    width: 300px;
    margin-left: 0;
  }

  .grid-5 {
    grid-template-columns: 300px;
  }

  .solution-big-text.left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .solution-big-text.centre, .solution-big-text.right {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .solution-big-text.black {
    width: 1005px;
  }

  .paragraph {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 21px;
  }

  .div-block-16 {
    text-align: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .our-emplotment-div {
    width: 100%;
  }

  .heading {
    font-size: 24px;
  }

  .heading.bold {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
  }

  .heading.bold.vision {
    font-size: 18px;
  }

  .div-block-20 {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .div-block-21 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-6 {
    object-fit: contain;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .large-text-h2 {
    width: 100%;
    font-size: 55px;
    line-height: 70px;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 21px;
  }

  .paragraph-2.points-text {
    height: auto;
    font-size: 18px;
  }

  .red-text {
    font-size: 40px;
  }

  .points-section {
    width: 100%;
    padding-top: 40px;
  }

  .div-block-22 {
    width: 100%;
    height: auto;
  }

  .div-block-23.right {
    height: auto;
  }

  .div-block-24 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-div {
    width: 100%;
  }

  .paragraph-large-text {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-large-text.red {
    width: 100%;
  }

  .ceo-message-section {
    width: 100%;
    height: auto;
  }

  .paragraph-3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 17px;
  }

  .image-8 {
    height: auto;
    position: static;
  }

  .section-why-us {
    flex-direction: column;
    width: 100%;
  }

  .div-block-28 {
    width: 100%;
  }

  .customer-logo-section {
    margin-bottom: 0;
  }

  .find-team-section {
    flex-direction: column;
  }

  .div-block-34 {
    width: 100%;
    height: 60px;
  }

  .div-block-35 {
    width: 100%;
  }

  .div-block-36 {
    flex-direction: row;
  }

  .heading-4 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-39 {
    width: 100%;
    height: 200px;
    margin-top: 40px;
  }

  .image-10 {
    object-fit: contain;
    height: 200px;
  }

  .hero-section-two {
    height: 400px;
  }

  .heading-5 {
    font-size: 24px;
  }

  .horizontal-scroll-section {
    height: auto;
  }

  .camera {
    width: 100%;
    height: 250px;
  }

  .image-holder {
    height: 250px;
  }

  .overlay {
    object-fit: fill;
    height: 400px;
  }

  .main-heading {
    text-align: center;
    font-size: 45px;
    line-height: 1;
  }

  .main-heading.two {
    font-size: 38px;
  }

  .image-11 {
    width: 100%;
    height: 200px;
  }

  .div-block-55 {
    flex-direction: row;
    width: 200px;
    height: 200px;
    margin: 20px 0;
    padding: 0;
  }

  .logo-reveal-section {
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
  }

  .finding-talent {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-60 {
    width: 100%;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .great-v-text {
    font-size: 22px;
  }

  .button {
    width: 100%;
  }

  .heading-9 {
    font-size: 22px;
  }

  .red-shrinking-div {
    flex-direction: row;
    position: absolute;
    overflow: visible;
  }

  .great-vision-quote {
    width: 100%;
    height: 200px;
    padding-top: 0;
  }

  .go-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .other-vertical-text {
    width: 100%;
  }

  .number-holder {
    width: 70%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-68 {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .number-text {
    width: 60%;
    font-size: 16px;
  }

  .numerical-value {
    width: 30%;
    font-size: 24px;
  }

  .div-block-69 {
    flex-direction: column;
  }

  .card-heading.team {
    text-align: right;
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    font-size: 14px;
  }

  .field-label-4 {
    width: 100%;
  }

  .image-17 {
    object-fit: contain;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }

  .div-block-71 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-field-4 {
    width: 100%;
  }

  .team-member-div.two {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-div.three, .team-member-div.four {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-team-text {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .contact-section {
    width: 100%;
    height: auto;
  }

  .div-block-77 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .bold-text {
    column-count: 1;
    font-size: 36px;
    line-height: 1px;
  }

  .scroll-text {
    font-size: 18px;
  }

  .text-scroll-div {
    margin-right: 60px;
  }

  .div-block-91 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hms-image {
    width: auto;
    margin-bottom: 4px;
  }

  .flip-section {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .home-button {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .flip-image-div {
    justify-content: space-between;
    width: auto;
    height: 500px;
    margin-top: 0;
    padding: 0;
  }

  .flip-card-front {
    justify-content: space-around;
    height: 500px;
    margin: 0;
    padding: 0;
  }

  .site-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .site-wrapper.flip {
    width: 90%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .flip-div {
    width: 90%;
    height: 500px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .flipping-card-heading {
    width: 250px;
    font-size: 30px;
  }

  .div-block-83 {
    width: 100px;
    height: 100px;
    margin-top: 15px;
  }

  .flip-card-div {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 2300px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-117 {
    width: 290px;
    margin-left: 10px;
  }

  .footer-text {
    font-size: 13px;
  }

  .footer-text.bold {
    font-size: 18px;
  }

  .div-block-118 {
    width: 100%;
  }

  .careers {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .heading-2 {
    width: 100%;
    margin-top: 20px;
    padding-top: 40px;
    font-size: 32px;
  }

  .site-wrapper-2 {
    margin: 10px;
    padding: 10px;
  }

  .site-wrapper-2.lightpurple {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-20.careers {
    padding-bottom: 20px;
  }

  .div-block-120 {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .div-block-121 {
    object-fit: contain;
    width: 100%;
  }

  .form-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button-3 {
    margin-top: 20px;
  }

  .div-block-123 {
    width: 100%;
  }

  .joinus-section {
    flex-direction: row;
    width: 100%;
  }

  .carreers-section {
    width: 100%;
  }

  .image-20 {
    object-fit: contain;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-124 {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .footer-section {
    flex-direction: row;
  }

  .home-div {
    margin-left: 10px;
  }

  .vision-mision-section {
    flex-direction: column;
    width: 100%;
  }

  .vision-div {
    width: 300px;
    height: 360px;
  }

  .mission-div {
    width: 300px;
    height: 360px;
    margin-top: 20px;
  }

  .icon-div {
    width: 80px;
    height: 80px;
  }

  .heading-23 {
    text-align: center;
    width: 250px;
    font-size: 12px;
  }

  .right-team-text {
    text-align: right;
    width: 50%;
    margin-right: 0;
  }

  .horizontal-scroll-text, .horizontal-scroll-text.black {
    margin-top: 40px;
    margin-left: 10px;
    font-size: 24px;
  }

  .div-block-136 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pinker {
    width: 280px;
    height: auto;
  }

  .pin-div.top-right, .pin-div.top-left, .pin-div.bottom-right, .pin-div.bottom-left {
    width: 10px;
    height: 10px;
  }

  .bold-text-2 {
    width: 100%;
  }

  .hover-div {
    width: 150px;
    height: 150px;
    margin-top: 20px;
    position: relative;
  }

  .photo-2, .yohan, .photo-1, .image-33, .photo-3, .deepa {
    width: 150px;
    height: 150px;
  }

  .div-block-142 {
    flex-direction: column;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-2, .button-3 {
    width: 200px;
    height: 40px;
    font-size: 11px;
  }

  .link-block-3 {
    width: 100%;
    margin-top: 20px;
  }

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

  .bold-text-4 {
    font-weight: 700;
  }

  .div-block-146 {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    line-height: 1;
  }

  .section-2 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .div-block-147 {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-block {
    width: 100%;
  }

  .div-block-148 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-149 {
    width: 100%;
  }

  .div-block-150 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-4 {
    width: 100%;
  }

  .form-block-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-151 {
    width: 100%;
    display: flex;
  }

  .div-block-158 {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
  }

  .image-inside-flip-div {
    width: 100%;
  }

  .marquee-section {
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-160 {
    width: auto;
  }

  .div-block-161 {
    width: 220px;
  }
}

#w-node-_2cda452b-e48e-4674-de29-c19b7222d2f7-aef91072 {
  justify-self: center;
}

#w-node-f0319d89-093d-669f-4e39-c84a5c5a288e-aef91072, #w-node-fa66e123-1611-6bbc-912d-41e0550f8480-aef91072, #w-node-_1de61946-d850-698d-93f1-cdfad60ca2b6-aef91072, #w-node-e0a32e35-5911-472a-f476-cadef0a4686c-aef91072, #w-node-_92ee4805-ad26-c06a-a210-b4d99c8f906b-aef91072, #w-node-cc8a4de2-37c8-8dd8-ae14-a121b6ea403b-aef91072, #w-node-_7f47cf7d-48eb-7fd1-89ef-bc4277c6b944-aef91072, #w-node-e380fbe3-b5ee-2628-9e6e-d1241dd7b7a3-57afc0c7, #w-node-e380fbe3-b5ee-2628-9e6e-d1241dd7b7ab-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499793-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499796-57afc0c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e499798-57afc0c7 {
  grid-area: Area;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e49979a-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e49979c-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e49979e-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997a0-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997a2-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997a4-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997a6-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997a8-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997aa-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997ad-57afc0c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e4997af-57afc0c7 {
  grid-area: Area;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e4997b1-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997b3-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997b5-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997b7-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997b9-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997bb-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997bd-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997bf-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997c1-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997c4-57afc0c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e4997c6-57afc0c7 {
  grid-area: Area;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e4997c8-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997ca-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997cc-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997ce-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997d0-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997d2-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997d4-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997d6-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997d8-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997db-57afc0c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e4997dd-57afc0c7 {
  grid-area: Area;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e4997df-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997e1-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997e3-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997e5-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997e7-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997e9-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997eb-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997ed-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997ef-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997f2-57afc0c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e4997f4-57afc0c7 {
  grid-area: Area;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e4997f6-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997f8-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997fa-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997fc-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e4997fe-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499800-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499802-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499804-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499806-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499809-57afc0c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e49980b-57afc0c7 {
  grid-area: Area;
}

#w-node-f9966809-f967-0ac9-a756-4ee13e49980d-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e49980f-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499811-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499813-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499815-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499817-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e499819-57afc0c7, #w-node-f9966809-f967-0ac9-a756-4ee13e49981b-57afc0c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_2cda452b-e48e-4674-de29-c19b7222d2f7-aef91072 {
    place-self: auto;
  }
}


@font-face {
  font-family: 'MATERIAL ICON ROUNDED';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}