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

@font-face {
  font-family: Dentonxcondensedtest;
  src: url('../fonts/DentonXCondensedTest-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tab-cont {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.tab-index {
  z-index: 3;
  width: 100%;
  margin-bottom: 20vh;
  padding-left: 4em;
  position: relative;
}

.tab-line {
  background-color: #eeeeee4d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading--2 {
  color: #eee;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.tab-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-1 {
  color: #eee;
  font-family: Roboto Serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.tab-menu {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  padding: 5em 4em 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-content {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.tab-txt {
  color: #eeeeee4d;
  margin-bottom: 8px;
  margin-right: 12em;
}

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

.tab-text-cont {
  width: 60%;
}

.tabs-cont {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.tab-line-main {
  background-color: #eee;
  width: 100%;
  height: 1px;
}

.tab {
  border: 1px solid #0006;
  width: 100%;
  height: 100%;
}

.auto-tab-link {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.auto-tab-link.w--current {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.auto-tab-link._1.w--current, .auto-tab-link._2.w--current {
  margin-right: 0;
}

.heading--4, .heading--3 {
  color: #eee;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.container-main {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
}

.tab-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.link-block-2 {
  color: #cecece;
  height: 1.1rem;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-decoration: none;
  overflow: hidden;
}

.navbar-brand {
  z-index: 1500;
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.nav-space-2 {
  margin-right: 24px;
  list-style-type: none;
  display: block;
}

.text-block-5 {
  color: #fff;
  text-transform: none;
  font-family: Roboto Serif;
  font-size: 1rem;
  line-height: 1.1rem;
  text-decoration: none;
}

.nav-menu-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-no-shadow-2 {
  z-index: 1500;
  position: absolute;
  inset: 0% 0% auto;
}

.container-4 {
  width: 100%;
  max-width: min(100% - 100px, 1400px);
  margin-left: auto;
  margin-right: auto;
}

.container-4.phone-container {
  max-width: min(100% - 100px, 1400px);
  position: static;
}

.wrapper {
  width: 100%;
  position: relative;
}

.header {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.header.header-image-wrapper {
  height: 100vh;
}

.nav-space-3 {
  margin-right: 12px;
  font-size: 1rem;
  list-style-type: none;
  display: block;
}

.text-block-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1rem;
  text-decoration: none;
}

.div-block {
  z-index: 3;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/vivek_bhingardeve_social_work_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  width: 100%;
  height: 130vh;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.div-block.header-image-wrapper {
  overflow: visible;
}

.div-block.pimg {
  background-image: linear-gradient(#0003, #0003), url('../images/vivek_bhingardeve_social_work_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 130vh;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block.pimg.hero-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/privacy-policy-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block.pimg.hero-section.about-hero {
  background-image: url('../images/about_header_vivek_bhingardeve.jpg');
  background-position: 50%;
}

.div-block.pimg.hero-section.disclaimer-hero {
  background-image: linear-gradient(#0000, #0000), url('../images/privacy-policy-background.jpg');
}

.div-block.pimg.hero-section.hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/vivek_bhingardeve_social_work_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block.pimg.hero-section.gallery-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/vivek_bhingardeve_gallery.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block.pimg.hero-section.press-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/vivek_bhingardeve_press_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block.pimg.hero-section.contact-hero {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0000, #0000), url('../images/vivek_bhingardeve_contact_header.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: static;
  top: 0;
  bottom: auto;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Dentonxcondensedtest, Georgia, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 7rem;
  position: static;
  bottom: auto;
}

.heading-2.aboutheading {
  font-size: 5rem;
}

.heading-3 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ed244ef2;
  text-transform: uppercase;
  background-color: #ed244e;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.div-block-2 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.div-block-3 {
  background-image: url('../images/vivek_bhingardeve_social_work_header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130vh;
}

.nav-button-wrapper {
  margin-left: 0;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-one {
  color: #fff;
  background-color: #121212;
  border: 0 #fff;
  border-radius: 3rem;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 1rem 2rem;
  display: flex;
  overflow: hidden;
}

.btn.btn-one.nav-cta {
  background-color: #ed244e;
  border-radius: 0;
  width: 140px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn.btn-one.nav-cta:hover {
  background-color: #fff;
}

.btn.btn-one.nav-cta {
  background-color: #121212;
  width: 140px;
  margin-left: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn.btn-one.btn-secondary {
  color: #fff;
  background-color: #fff;
}

.btn.btn-one.btn-secondary.cta-contact-btn {
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #ffffff1a;
  background-clip: border-box;
  width: auto;
}

.text-block {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.text-span {
  color: #011837;
  font-weight: 600;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  list-style-type: none;
  display: block;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.nav-space.services-for-desktop {
  display: block;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #c5c5c5;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-span-2 {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.nav-space-4.services-for-desktop {
  display: block;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-6:hover {
  color: #ed244e;
  -webkit-text-stroke-color: #ed244e;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-menu-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.anm_stagger_btn_wrap {
  color: #0c0f06;
  border: 1px solid #000;
  border-radius: 0;
  padding: 1rem 4rem;
  text-decoration: none;
  transition: border-color .3s ease-out, background-color .3s ease-out;
  display: inline-flex;
}

.anm_stagger_btn_wrap:hover {
  background-color: #f34848;
  border-color: #f34848;
}

.anm_stagger_btn_wrap.white {
  background-color: #fff;
}

.anm_stagger_btn_wrap.white:hover {
  background-color: #f34848;
}

.anm_stagger_btn_wrap.white.spacer {
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.anm_stagger_btn_wrap.white.spacer:hover {
  color: #fff;
  background-color: #ed244e;
}

.anm_stagger_btn_wrap.white.spacer.cta-big {
  margin-top: 10px;
}

.anm_stagger_btn_wrap.white.spacer.cta-big.contnue-btn {
  -webkit-text-stroke-width: 0px;
  border-style: solid;
  width: auto;
}

.anm_stagger_btn_wrap.white.spacer.cta-big.contnue-btn.primary-btn {
  background-color: #ed244e;
}

.anm_stagger_btn_wrap.white.spacer.cta-big.contnue-btn.primary-btn:hover {
  background-color: #fff;
}

.anm_stagger_btn_text_wrap {
  position: relative;
  overflow: hidden;
}

.anm_stagger_btn_text_wrap:hover {
  color: #fff;
}

.anm_stagger_btn_text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.5em;
}

.anm_stagger_btn_text.dark {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.about {
  background-color: #fff;
  width: 100%;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140vh;
  display: flex;
  position: relative;
}

.div-block-4.about-wrapper {
  height: auto;
  display: block;
}

.div-block-4.about-wrapper.contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-4 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-family: Dentonxcondensedtest, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.heading-4.privacy-subheading {
  text-align: left;
  font-size: 2rem;
  line-height: 2rem;
}

.div-block-5 {
  border: 1px solid #838383;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20vh;
  display: flex;
}

.div-block-5.about-content {
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  position: static;
  inset: 40vh auto 0% 0%;
}

.div-block-5.about-content.about-heading {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
}

.div-block-5.about-content.dynamic {
  height: auto;
}

.paragraph {
  color: #5b5b5b;
  text-align: center;
  width: 60%;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.paragraph.about-page-para {
  color: #000;
  text-align: left;
  width: 70%;
  font-size: 2.4rem;
  line-height: 2.2rem;
}

.paragraph.privacy-para {
  color: #5b5b5b;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-6 {
  background-image: url('../images/about_vivek_bhingardeve_01-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24%;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.image-4 {
  height: 100%;
}

.div-block-7 {
  background-image: url('../images/about_vivek_bhingardeve_01-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 300px;
}

.about-p1 {
  background-image: url('../images/about_vivek_bhingardeve_01-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20%;
  height: 40vh;
  position: absolute;
  inset: 10% auto auto 0%;
}

.about-p1.p2 {
  inset: 30% 0% auto auto;
}

.about-p1.p3 {
  inset: auto auto 0% 10%;
}

.about-p1.p6 {
  width: 30%;
  height: 40vh;
  inset: auto 10% 0% auto;
}

.about-p1.p5 {
  width: 30%;
  height: 30vh;
  inset: auto 0% 30% 30%;
}

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

.div-block-9 {
  background-image: url('../images/about_vivek_bhingardeve_01-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 40vh;
  position: absolute;
  inset: 5% 0% auto auto;
}

.div-block-9.a1 {
  width: 100%;
  height: 60vh;
  top: 0%;
  overflow: visible;
}

.div-block-9.a1.a2 {
  background-image: url('../images/about_vivek_bhingardeve_05.jpg');
}

.div-block-9.a1.a3 {
  background-image: url('../images/about_vivek_bhingardeve_04.jpg');
  width: 33%;
  height: 50vh;
  inset: auto auto 0% 0%;
}

.a1-wrapper {
  width: 25%;
  height: 50vh;
  position: absolute;
  inset: 5% 0% auto auto;
  overflow: hidden;
}

.a1-wrapper.btm {
  width: 40%;
  height: 50vh;
  inset: auto auto 0% 0%;
}

.vision_image-wrapper {
  border-radius: 16px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.vision_image-wrapper.is-image-large {
  border-radius: 16px;
  width: 36vw;
  height: 80vh;
}

.vision_image-wrapper.is-image-small {
  width: 20vw;
}

.vision_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18vw;
  display: grid;
  position: relative;
}

.vision_content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.marquee_marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.text-overlay-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.padding-global {
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.vision_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.hand-icon-path {
  transform-origin: 50% 0;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.vision_image3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.text-align-center {
  text-align: center;
}

.vision_image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.vision_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.hand-icon {
  color: #ed244e;
  object-fit: contain;
  width: 4em;
  height: 100%;
}

.vision_image5 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.dark_gradient {
  z-index: 1;
  background-image: linear-gradient(#153a4300 65%, #000c);
  position: absolute;
  inset: 0%;
}

.vision_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.vision_image4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h1 {
  color: #ed244e;
  -webkit-text-stroke-color: #ed244e;
  text-transform: uppercase;
  font-family: Dentonxcondensedtest, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
}

.vision_overlay-text {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Dentonxcondensedtest, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 3rem;
  position: relative;
}

.marquee_component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee_image-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.marquee_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.vision_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.container-large {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.marquee_inner-wrapper {
  color: #ff7c4d;
  will-change: transform;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_vision.background-color-gradient1 {
  position: relative;
}

.text-size-medium {
  color: #7f7f7f;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4rem;
}

.vision_component {
  height: auto;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.vision_image-group-left, .vision_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.vision_image7 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.heading-5 {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.hand-icon-2 {
  object-fit: contain;
  width: 4em;
  height: 100%;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 900;
}

.section {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.stats_image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.heading-style-h5 {
  color: #000;
  font-family: Dentontextxcondtest, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.stats_texture {
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stats_texture.is-darken-40 {
  opacity: .4;
  mix-blend-mode: darken;
}

.stats_texture.is-overlay-40 {
  opacity: .4;
  mix-blend-mode: overlay;
}

.stats_texture.is-darken-20 {
  opacity: .2;
  mix-blend-mode: darken;
}

.stats_number {
  color: #000;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: clamp(1rem, 8vw, 158.72px);
  font-weight: 700;
  line-height: 1.3;
}

.stats_item {
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.stats_item.background-color-purple, .stats_item.background-color-lightblue {
  border-radius: 0;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.stats_item-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}

.stats_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 10vh;
  display: grid;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.stats_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.divider-horizontal {
  background-color: #153a43;
  width: 100%;
  height: 1px;
}

.heading-6 {
  color: #000;
  text-transform: uppercase;
  font-family: Dentonxcondensedtest, Georgia, sans-serif;
  font-weight: 700;
}

.paragraph-2, .paragraph-3 {
  margin-top: 10px;
  font-family: Roboto Condensed, sans-serif;
}

.paragraph-4 {
  margin-top: 10px;
}

.note-5 {
  position: absolute;
  top: 45%;
  right: 15%;
}

.button-snap {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  cursor: pointer;
  background-color: #2a211952;
  border-radius: 100vw;
  width: 160px;
  height: 48px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.kid-hidden {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
  max-height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.cookie-third {
  position: absolute;
  right: 5%;
}

.cookie-first {
  position: absolute;
  top: 25%;
  left: 5%;
}

.button-wrap-snap {
  z-index: 3;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #ffda3d;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.master-snap-section {
  border-radius: 8px;
  flex: none;
  width: 100%;
  height: 80vh;
  position: sticky;
  top: 48px;
  overflow: hidden;
}

.master-snap-section._1 {
  border-radius: 0;
}

.section-2 {
  z-index: 2;
  background-color: #ebe8db;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.makes {
  background-color: #fff;
  padding: 0;
}

.section-2.story {
  background-color: #fff;
  overflow: clip;
}

.section-2.signal {
  flex-flow: row;
  min-height: 2500px;
  display: flex;
  overflow: clip;
}

.button-circle {
  background-color: #ffda3d;
  border-radius: 100vw;
  flex: none;
  width: 40px;
  height: 40px;
}

.star-first {
  position: absolute;
  top: 20%;
  left: 10%;
}

.master-snap-sections {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.button-cirlce-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.star-third {
  position: absolute;
  top: 5%;
  right: 10%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lines-2 {
  position: absolute;
  top: 40%;
  right: 25%;
}

.note-4 {
  position: absolute;
  top: 35%;
  right: 20%;
}

.kid-visible {
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
  max-height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-kid-notes {
  z-index: 1;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-kid-notes._2, .wrap-kid-notes._3 {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.note-1 {
  display: block;
  position: absolute;
  top: 25%;
  left: 20%;
}

.lines-1 {
  position: absolute;
  top: 40%;
  left: 25%;
}

.snap-bottom-gradient {
  background-image: linear-gradient(#0000, #2a2119a3);
  width: 100%;
  height: 420px;
  position: absolute;
  inset: auto 0% 0%;
}

.photo-lines-right {
  position: absolute;
  transform: translate(183px, -79px);
}

.star-second {
  position: absolute;
  left: 12%;
}

.note-3 {
  position: absolute;
  bottom: 20%;
  left: 10%;
}

.text-mask-snap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.overlay-48 {
  background-color: #2a21197a;
  position: absolute;
  inset: 0%;
}

.note-6 {
  position: absolute;
  bottom: 15%;
  right: 10%;
}

.button-visible-text {
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cookie-second {
  position: absolute;
}

.text-wrap-snap {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #ffda3d;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.snap-top-gradient {
  background-image: linear-gradient(#2a2119a3, #0000);
  width: 100%;
  height: 320px;
  position: absolute;
  inset: 0% 0% auto;
}

.button-hidden-text {
  z-index: 2;
  opacity: 0;
  color: #2a2119;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.label {
  color: #ed244e;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
}

.color-change {
  background-color: #f7f4f1;
  overflow: visible;
}

.text-snap-large {
  letter-spacing: -15px;
  font-size: 200px;
  font-weight: 400;
  line-height: 160px;
}

.text-snap-large.first-layer {
  color: #ed244e;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 200px;
  font-weight: 700;
}

.photo-lines-left {
  position: absolute;
  transform: translate(-129px, -192px);
}

.note-2 {
  position: absolute;
  top: 40%;
  left: 15%;
}

.star-fourth {
  position: absolute;
  bottom: 30%;
  right: 15%;
}

.main-container {
  z-index: 2;
  border: 1px #000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-number {
  color: #000;
  letter-spacing: -1.5px;
  font-family: Dentontextxcondtest, Verdana, sans-serif;
  font-size: 5rem;
  line-height: 100%;
}

.story-grid-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-left: 1px dashed #2a2119;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 296px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: sticky;
  top: 100px;
}

.story-grid-item._2 {
  margin-top: 120px;
}

.story-grid-item._3 {
  margin-top: 240px;
}

.story-grid-item._4 {
  margin-top: 360px;
}

.headline-story {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px dashed #2a2119;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.headline-story.socials-subtext {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.headline-story.news-section-para {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 12px;
}

.text-h2 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Dentontextxcondtest, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
}

.text-h2.soc-txt, .text-h2.stat-heading {
  text-align: left;
}

.text-scroll-right {
  color: #828282;
  text-align: center;
  letter-spacing: -1.5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.text-scroll-right.smaller {
  color: #828282;
  margin-top: 12px;
  margin-bottom: 5vh;
  padding-bottom: 12px;
  font-size: 1.5rem;
}

.text-scroll-right.smaller.soc-txt-para {
  text-align: left;
}

.text-scroll-right.para-small {
  font-size: 1.4rem;
}

.text-scroll-right.stat-para {
  text-align: left;
}

.title-number-item {
  letter-spacing: -1px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}

.right-text-story {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 577px;
  display: flex;
  position: relative;
}

.text-wrap-story-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.video-story {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  height: 743px;
}

.story-number-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 200px;
  margin-bottom: 80px;
  display: grid;
}

.left-text-story {
  z-index: 2;
  max-width: 525px;
  position: relative;
}

.svg-flower {
  z-index: -1;
  width: 10%;
  max-width: none;
  margin-top: 10vh;
  position: absolute;
}

.img-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.img-wrapper.ctc-wrapper {
  height: 100vh;
}

.spl-img {
  background-image: url('../images/vivek_bhingardeve_interacting.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.spl-img.ctc {
  background-image: url('../images/call_me_image_02.jpg');
  height: 100vh;
}

.section-3 {
  background-color: #f7f4f1;
}

.socials {
  padding-bottom: 10vh;
}

.news-and-press {
  height: auto;
  padding-bottom: 48px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 60vh;
  display: grid;
}

.div-block-11, .div-block-12 {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.div-block-13 {
  width: 100%;
  height: 100vh;
}

.section-divider {
  border-bottom: 1px dashed #2a211952;
  width: 100%;
  margin-right: auto;
}

.footer {
  z-index: 2;
  background-color: #ffda3d;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  margin-top: -8px;
  padding-top: 48px;
  padding-bottom: 16px;
  position: relative;
}

.newsletter-form-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #c94040;
  border-radius: 8px;
}

.circle-image {
  object-fit: cover;
  border-radius: 8px;
  width: 103px;
  height: 103px;
  display: block;
  position: absolute;
}

.main-container-2 {
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mask {
  overflow: clip;
}

.circle-wrapper {
  z-index: 0;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1024px;
  height: 1024px;
  margin: auto 50%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(-50%);
}

.button-label {
  z-index: 2;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.content-signal {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-marquee-item-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #ffda3d;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff52;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link.cta {
  color: #2a2119;
  background-color: #ffda3d;
}

.text-field {
  color: #2a2119;
  letter-spacing: -1.5px;
  background-color: #0000;
  border: 1px dashed #0000;
  border-bottom-color: #2a2119;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 48px 16px 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.text-field:focus {
  border-color: #0000 #0000 #2a2119;
}

.text-field::placeholder {
  color: #2a2119;
}

.footer-icon-large {
  width: 280px;
}

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.headline-signal {
  max-width: 400px;
}

.heading-large {
  letter-spacing: -4px;
  text-transform: uppercase;
  font-family: Dentontextxcondtest, Verdana, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.bottom-tile-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 16px;
  display: flex;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.cta-arrow {
  color: #2a2119;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.newsletter-field-master {
  max-width: 456px;
  position: relative;
}

.label-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.success-message {
  color: #2a2119;
  background-color: #fff;
  border: 1px dashed #2a2119a3;
  border-radius: 8px;
}

.footer-logo-big {
  width: 1582px;
}

.single-footer-marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.master-signal {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin-top: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 45%;
}

.footer-marquee {
  margin-top: 200px;
  margin-bottom: 28px;
  overflow: clip;
}

.submit-button {
  color: #0000;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.dual-img {
  justify-content: center;
  align-items: center;
  font-size: 15vw;
  display: flex;
  position: relative;
}

.code-block {
  display: none;
}

.scroller-text {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Dentontextxcondtest, Verdana, sans-serif;
  font-size: 10vw;
}

.dual-img-shadow {
  mix-blend-mode: multiply;
  position: absolute;
}

.explainer-overflow {
  width: 100%;
  overflow: hidden;
}

.plus-line {
  background-color: #270f03;
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line.rotate {
  width: 50%;
  height: 1px;
}

.explainer-w {
  z-index: 5;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  width: 94%;
  height: 10rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.explainer-comp {
  background-color: #fef8f1;
  border-radius: .375rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-2 {
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  display: flex;
}

.btn-2.copy {
  outline-offset: 0px;
  cursor: pointer;
  border-radius: .375rem;
  outline: 1px solid #141b1333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .375rem .625rem;
  transition: background-color .2s;
  display: flex;
}

.btn-2.copy:hover {
  background-color: #69e05f;
}

.input {
  opacity: 0;
  position: absolute;
}

.span {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-cent-w {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.mobile-explainer-prompt {
  display: none;
}

.explainer-expandable-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.sec.footer {
  background-color: #270f03;
  padding-top: 7.25rem;
  padding-bottom: 0;
}

.explainer-par {
  max-width: 25ch;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.plus-icon-w {
  aspect-ratio: 1;
  outline-offset: 0px;
  border-radius: 100%;
  outline: 1px solid #270f03;
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
  position: relative;
}

.explainer-he {
  font-size: .875rem;
  font-weight: 600;
}

.svg.copy-icon {
  width: 1rem;
  height: 1rem;
}

.svg.gsap-logo {
  aspect-ratio: 44 / 16;
  width: 2.75em;
  height: 1em;
}

.svg._wf-logo {
  aspect-ratio: 100 / 16;
  width: 6.25em;
  height: 1em;
}

.dual-img-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.scroller-line {
  color: #ffe9cf;
  background-color: #270f03;
  align-items: center;
  display: flex;
}

.scroller-line.first {
  transform: translate(0, 20%)rotate(-4deg);
}

.scroller-line.second {
  transform: translate(0, -30%)rotate(6deg);
}

.marquee-img {
  aspect-ratio: 1;
  width: 13rem;
  height: 100%;
}

.div {
  cursor: pointer;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .75rem;
  position: relative;
}

.comp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 94%;
  min-width: 20vw;
  max-width: 1620px;
  display: flex;
  position: relative;
}

.comp.scroller {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 20vw;
  line-height: 1em;
  overflow: clip;
}

.comp.footer-logo {
  color: #ffe9cf;
  width: 99%;
  min-height: 20svh;
  margin-top: 2rem;
}

.comp.footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #ffe9cf;
  background-color: #270f03;
  width: 80%;
}

.text-block-9 {
  font-weight: 400;
  line-height: 1em;
}

.op-70 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  display: flex;
}

._w-ch {
  max-width: 41ch;
}

.x-adjust-right {
  padding-right: .2rem;
}

.op-7 {
  opacity: .7;
  color: #ffe9cf80;
}

.ext-link {
  color: #ffe9cf;
  cursor: pointer;
  text-decoration: none;
}

.logo-banner-w {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  font-size: 16px;
  display: flex;
}

.logo-banner-w.white {
  color: #ffe9cf;
  font-size: 20px;
}

.footer-line {
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.footer-line.separator {
  border-bottom: 1px solid #ffe9cf4d;
  padding-bottom: 2rem;
}

.link-li-w {
  opacity: .7;
  pointer-events: auto;
  text-transform: none;
  cursor: pointer;
  padding: .2rem .6rem;
  transition: opacity .2s;
  position: relative;
}

.link-li-w:hover {
  opacity: 1;
}

.link-li-w.footer {
  color: #ffe9cf;
  text-decoration: none;
}

.col-half {
  flex: none;
  width: 50%;
  display: flex;
}

.col-half.items-r {
  justify-content: flex-end;
  align-items: flex-end;
}

.sub-nav-w {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  display: flex;
}

.left-contact {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.right-contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-img-wrapper {
  width: 100%;
  height: 110vh;
}

.contact-img {
  background-image: url('../images/call_me_image_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130vh;
}

.contact-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contact-content.ctc-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 20vh;
}

.heading-7 {
  color: #ed244e;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.heading-8 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Dentonxcondensedtest, Georgia, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2.9rem;
}

.paragraph-5 {
  color: #6b6b6b;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.text-style-link:hover {
  color: #344054;
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-social-link {
  background-color: #e6e6e6;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  transition-property: background-color;
  display: flex;
}

.footer-social-link:hover {
  background-color: #c5c5c5;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.success-message-2 {
  background-color: #e1e7d6;
  border: 1px solid #73992e;
  border-radius: 1rem;
  width: 100%;
  padding: 2rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-logo-image {
  width: 50%;
}

.button-primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  background-color: #fff0;
  border: 1.5px solid #d4d4d4;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.button-primary:hover {
  color: #333;
  background-color: #0000001a;
}

.button-primary:active {
  background-color: #d2d2d2;
}

.button-primary:focus {
  background-color: #0000001a;
  border-color: #f4f4f4;
}

.button-primary.primary-button-nav {
  min-width: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.footer-company-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.error-message-2 {
  background-color: #f8e2e2;
  border: 1px solid #ca4949;
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.paragraph-18 {
  color: #444;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.footer-links {
  grid-column-gap: .5rem;
  color: #333;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-links:hover {
  color: #344054;
}

.paragraph-16 {
  color: #444;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-links-heading {
  color: #666;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-field-2 {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .9rem;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field-2::placeholder {
  color: #8a8a8a;
}

.footer-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5.75rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-section.grey-background {
  background-color: #f1f1f1;
  font-family: Roboto Condensed, sans-serif;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-links-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: start;
  display: flex;
}

.footer-link {
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #444;
}

.footer-link:active {
  color: #0e2244;
}

.footer-form-block {
  width: 100%;
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.heading-h3 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2em;
}

.footer-newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.footer-logo-wrapper {
  width: 10rem;
  margin-bottom: 2.5rem;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  place-items: start;
  width: 100%;
  margin-bottom: 3rem;
}

.footer-about-text-wrapper {
  max-width: 23rem;
}

.container {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.container-footer {
  align-items: flex-start;
  max-width: 84rem;
}

.link {
  color: #ed244e;
}

.text-span-3 {
  font-style: italic;
  font-weight: 600;
}

.div-block-34 {
  justify-content: space-between;
  display: flex;
}

.mission-heading {
  color: #5a5a5a;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
}

.link-2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s cubic-bezier(.445, .05, .55, .95);
}

.link-2:hover {
  color: #727272;
}

.vision-heading {
  color: #5a5a5a;
  text-transform: uppercase;
  margin-top: 10vh;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
}

.mission-paragraph {
  color: #000;
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.values-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15vh;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.advantages-content {
  margin-top: 0;
  padding: 5vh 24px;
  position: sticky;
  top: 5vh;
}

.team-card {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.heading-9 {
  color: #ed244e;
  -webkit-text-stroke-color: #121212;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}

.team-get-in-touch {
  align-self: center;
  padding-right: 12px;
}

.heading-13 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
}

.adv-para {
  width: 100%;
  margin-top: 10vh;
  font-size: 18px;
  line-height: 24px;
}

.adv-para.anim-move {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.adv-para.about-para {
  margin-top: 20px;
}

.a-col-three {
  margin-top: 0;
}

.my-line {
  background-color: #aeaeae;
  width: 100%;
  height: 1px;
}

.subtext {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.subtext.projectsubtext {
  margin-top: 0;
  margin-bottom: 10px;
}

.subtext.projectsubtext.advantages-subtext {
  margin-bottom: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
}

.team-details {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 12px;
}

.div-block-21 {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.vision-paragraph {
  color: #000;
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.bold-text {
  font-weight: 400;
}

.paragraph-11 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-27 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.heading-11 {
  color: #fff;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.heading-11.contact-heading {
  margin-bottom: 20px;
  font-family: Dentontextxcondtest, Verdana, sans-serif;
}

.section-8 {
  background-color: #fff;
  overflow: hidden;
}

.section-8.contact-about-section--two {
  overflow: visible;
}

.text-block-10.cta-contact-text-block, .text-block-10.cta-contact-text-block.txtb {
  color: #fff;
}

.contact-content-one {
  margin-top: 20vh;
}

.button-flex {
  display: flex;
}

.about-contact-section-two {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/about_contact_background_image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
}

.address-content {
  width: 50%;
  margin-bottom: 10vh;
}

.grandfather-content {
  text-align: left;
  width: 100%;
  margin-top: 20vh;
}

.heading-14 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  font-family: Dentonxcondensedtest, Georgia, sans-serif;
  font-size: 4rem;
  line-height: 3.5rem;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10vh;
  display: grid;
}

.grand-photo {
  background-image: url('../images/tatyasaheb_bhingardeve_04.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.grand-photo._2 {
  background-image: url('../images/tatyasaheb_bhingardeve_02.jpg');
}

.grand-photo._3 {
  background-image: url('../images/tatyasaheb_bhingardeve_05.jpg');
}

.grand-photo._4 {
  background-image: url('../images/tatyasaheb_bhingardeve_01.jpg');
}

.grand-photo._5 {
  background-image: url('../images/tatyasaheb_bhingardeve_06.jpg');
}

.grand-photo._6 {
  background-image: url('../images/tatyasaheb_bhingardeve_03.jpg');
}

.news-grid-index {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 5vh;
  display: grid;
}

.news-card {
  width: 100%;
  margin-bottom: 20px;
}

.news-card.gallery-card {
  margin-bottom: 20px;
}

.heading-15 {
  text-transform: none;
  overflow-wrap: normal;
  margin-top: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.heading-15.news-title {
  font-weight: 600;
}

.image-5 {
  width: 100%;
}

.div-block-37 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.div-block-39 {
  margin-bottom: 20px;
}

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

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: #121212;
  border-radius: 0;
  padding: 12px 32px;
  font-family: Dentonxcondensedtest, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .4s cubic-bezier(.86, 0, .07, 1);
}

.submit-button-2:hover {
  color: #000;
  background-color: #d1d1d1;
}

.div-block-41 {
  background-image: url('../images/contact-image.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-41.enquire-background {
  background-image: none;
}

.paragraph-17 {
  color: #666;
  font-size: 14px;
}

.div-block-42 {
  width: 100%;
  margin-top: 5vh;
}

.div-block-43 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 20vh;
  display: flex;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.is-inset {
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 0;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label.is-inset {
  z-index: 3;
  font-family: Roboto Condensed, sans-serif;
  font-size: 95%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 12px;
}

.heading-16 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Dentonxcondensedtest, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.div-block-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
}

.paragraph-16 {
  color: #666;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.div-block-45 {
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.image-6 {
  z-index: 2000;
  position: fixed;
  inset: auto 5% 5% auto;
}

@media screen and (min-width: 1440px) {
  .note-5 {
    width: 3.333vw;
  }

  .button-snap {
    width: 11.111vw;
    height: 3.333vw;
  }

  .cookie-third, .cookie-first {
    width: 10.972vw;
  }

  .section-2.signal {
    min-height: 130.208vw;
  }

  .button-circle {
    width: 2.778vw;
    height: 2.778vw;
  }

  .star-first {
    width: 3.194vw;
  }

  .star-third {
    width: 8.958vw;
  }

  .lines-2 {
    width: 12.153vw;
  }

  .note-4 {
    width: 1.667vw;
  }

  .note-1 {
    width: 2.361vw;
  }

  .lines-1 {
    width: 12.153vw;
  }

  .snap-bottom-gradient {
    height: 40%;
  }

  .photo-lines-right {
    width: 5.417vw;
  }

  .star-second {
    width: 6.667vw;
  }

  .note-3 {
    width: 4.028vw;
  }

  .text-mask-snap {
    height: 10.417vw;
    padding-top: 1.302vw;
    padding-bottom: 1.302vw;
  }

  .note-6 {
    width: 1.667vw;
  }

  .cookie-second {
    width: 16.458vw;
  }

  .snap-top-gradient {
    height: 35%;
  }

  .text-snap-large {
    letter-spacing: -1.042vw;
    font-size: 13.889vw;
    line-height: 80%;
  }

  .photo-lines-left {
    width: 5.417vw;
  }

  .note-2 {
    width: 2.639vw;
  }

  .star-fourth {
    width: 4.444vw;
  }

  .text-number {
    letter-spacing: -.104vw;
    font-size: 8.333vw;
  }

  .story-grid-item {
    grid-column-gap: 2.778vw;
    grid-row-gap: 2.778vw;
    border-left-width: .052vw;
    min-height: 20.556vw;
    top: 5.208vw;
  }

  .story-grid-item._2 {
    margin-top: 8.333vw;
  }

  .story-grid-item._3 {
    margin-top: 16.667vw;
  }

  .story-grid-item._4 {
    margin-top: 25vw;
  }

  .text-scroll-right {
    letter-spacing: -.104vw;
    font-size: 2.778vw;
  }

  .text-scroll-right.stat-para {
    font-size: 1.5rem;
  }

  .title-number-item {
    letter-spacing: -.069vw;
    font-size: 2.222vw;
  }

  .right-text-story {
    max-width: 40.069vw;
  }

  .video-story {
    height: 51.597vw;
  }

  .story-number-grid {
    margin-top: 13.889vw;
  }

  .left-text-story {
    max-width: 36.458vw;
  }

  .svg-flower {
    width: 22.656vw;
  }

  .section-divider {
    border-bottom-width: .069vw;
  }

  .footer {
    margin-top: -.417vw;
  }

  .circle-image {
    width: 7.153vw;
    height: 7.153vw;
  }

  .circle-wrapper {
    width: 71.111vw;
    height: 71.111vw;
  }

  .content-signal {
    max-width: 49.306vw;
  }

  .text-field {
    letter-spacing: -.104vw;
    border-bottom-width: .069vw;
    font-size: 2.778vw;
  }

  .footer-icon-large {
    width: 19.444vw;
  }

  .headline-signal {
    max-width: 27.778vw;
  }

  .heading-large {
    letter-spacing: -.278vw;
    font-size: 5.556vw;
  }

  .cta-arrow {
    width: 1.667vw;
    height: 1.667vw;
  }

  .newsletter-field-master {
    max-width: 31.667vw;
  }

  .footer-logo-big {
    width: 109.861vw;
  }

  .master-signal {
    max-width: 53.333vw;
    margin-top: 34.722vw;
  }

  .footer-marquee {
    margin-top: 13.889vw;
    margin-bottom: 1.944vw;
  }
}

@media screen and (min-width: 1920px) {
  .note-5 {
    width: 2.6664vw;
  }

  .button-snap {
    width: 8.8888vw;
    height: 2.6664vw;
  }

  .cookie-third, .cookie-first {
    width: 8.7776vw;
  }

  .button-circle {
    width: 2.2224vw;
    height: 2.2224vw;
  }

  .star-first {
    width: 2.5552vw;
  }

  .star-third {
    width: 7.1664vw;
  }

  .lines-2 {
    width: 9.7224vw;
  }

  .note-4 {
    width: 1.3336vw;
  }

  .note-1 {
    width: 1.8888vw;
  }

  .lines-1 {
    width: 9.7224vw;
  }

  .photo-lines-right {
    width: 4.3336vw;
  }

  .star-second {
    width: 5.3336vw;
  }

  .note-3 {
    width: 3.2224vw;
  }

  .note-6 {
    width: 1.3336vw;
  }

  .cookie-second {
    width: 13.1664vw;
  }

  .text-snap-large {
    font-size: 11.1112vw;
  }

  .photo-lines-left {
    width: 4.3336vw;
  }

  .note-2 {
    width: 2.1112vw;
  }

  .star-fourth {
    width: 3.5552vw;
  }

  .text-number {
    letter-spacing: -.0832vw;
    font-size: 6.6664vw;
  }

  .story-grid-item {
    min-height: 16.4448vw;
    top: 4.1664vw;
  }

  .story-grid-item._2 {
    margin-top: 6.6664vw;
  }

  .story-grid-item._3 {
    margin-top: 13.3336vw;
  }

  .story-grid-item._4 {
    margin-top: 20vw;
  }

  .text-scroll-right {
    letter-spacing: -.0832vw;
    font-size: 2.2224vw;
  }

  .text-scroll-right.stat-para {
    font-size: 1.5rem;
  }

  .title-number-item {
    letter-spacing: -.0552vw;
    font-size: 1.7776vw;
  }

  .right-text-story {
    max-width: 32.0552vw;
  }

  .video-story {
    height: 41.2776vw;
  }

  .story-number-grid {
    margin-top: 11.1112vw;
  }

  .left-text-story {
    max-width: 29.1664vw;
  }

  .svg-flower {
    width: 18.1248vw;
  }

  .circle-image {
    width: 5.7224vw;
    height: 5.7224vw;
  }

  .circle-wrapper {
    width: 56.8888vw;
    height: 56.8888vw;
  }

  .footer-icon-large {
    width: 15.5552vw;
  }

  .headline-signal {
    max-width: 22.2224vw;
  }

  .heading-large {
    letter-spacing: -.2224vw;
    font-size: 4.4448vw;
  }

  .cta-arrow {
    width: 1.3336vw;
    height: 1.3336vw;
  }

  .newsletter-field-master {
    max-width: 25.3336vw;
  }

  .footer-logo-big {
    width: 87.8888vw;
  }

  .master-signal {
    margin-top: 27.7776vw;
  }

  .footer-marquee {
    margin-top: 11.1112vw;
    margin-bottom: 1.5552vw;
  }

  .heading-8 {
    font-size: 5rem;
    line-height: 4.7rem;
  }
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 8vw;
  }

  .tab-menu {
    padding-right: 4em;
  }

  .tab-txt {
    flex: none;
    width: 100%;
    margin-right: 0;
    font-size: 2.2vw;
  }

  .tab-txt._4 {
    margin-right: 0;
    font-size: 2.5vw;
  }

  .auto-tab-link._1.w--current {
    width: 40em;
  }

  .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
    width: 40em;
    position: absolute;
  }

  .menu-button-3 {
    color: #fff;
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .nav-space-2 {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #000;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 24px;
    display: flex;
  }

  .nav-space-3 {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 4rem;
    line-height: 4rem;
  }

  .heading-3 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .btn.btn-one.nav-cta {
    margin-top: 15px;
  }

  .nav-space {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .nav-space.services-for-desktop {
    display: none;
  }

  .nav-link-5 {
    color: #000;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5.w--current {
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-link-5.cta-special-link {
    color: #03f;
    font-weight: 700;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 24px;
    display: flex;
  }

  .nav-space-4 {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .nav-space-4.services-for-desktop {
    display: none;
  }

  .nav-link-6 {
    color: #000;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-6.w--current {
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-link-6.cta-special-link {
    color: #03f;
    font-weight: 700;
  }

  .nav-menu-3 {
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 24px;
    display: flex;
  }

  .paragraph {
    width: 90%;
  }

  .paragraph.about-page-para {
    width: 80%;
  }

  .vision_image-wrapper.is-image-small {
    width: 25vw;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .marquee_heading-wrapper {
    text-align: center;
  }

  .vision_image-list {
    height: 70vh;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stats_number {
    font-size: 4.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .stats_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .stats_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .note-5 {
    right: 0%;
  }

  .cookie-third, .cookie-first, .star-third {
    width: 100px;
  }

  .lines-2 {
    top: 40%;
    right: 15%;
  }

  .note-4 {
    top: 25%;
    right: 10%;
  }

  .note-1 {
    left: 15%;
  }

  .lines-1 {
    top: 40%;
    left: 15%;
  }

  .star-second {
    width: 70px;
  }

  .note-3 {
    left: 0%;
  }

  .note-6 {
    bottom: 25%;
    right: 0%;
  }

  .cookie-second {
    width: 140px;
  }

  .text-snap-large {
    font-size: 160px;
    line-height: 80%;
  }

  .text-snap-large.first-layer {
    font-size: 8rem;
  }

  .note-2 {
    top: 50%;
    left: 0%;
  }

  .text-number {
    font-size: 64px;
  }

  .story-grid-item {
    position: static;
  }

  .story-grid-item._2, .story-grid-item._3, .story-grid-item._4 {
    margin-top: 0;
  }

  .headline-story {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .headline-story.ssc {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    display: grid;
  }

  .title-number-item {
    font-size: 28px;
  }

  .right-text-story {
    max-width: 100%;
    margin-left: auto;
  }

  .video-story {
    height: 640px;
  }

  .story-number-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .svg-flower {
    width: 360px;
  }

  .headline-signal {
    max-width: 340px;
  }

  .heading-large {
    letter-spacing: -3.5px;
    font-size: 72px;
  }

  .comp {
    width: 90%;
  }

  .sub-nav-w {
    flex-flow: row;
  }

  .heading-8 {
    font-size: 3rem;
  }

  .paragraph-18 {
    font-size: 1rem;
  }

  .footer-section {
    border-top: .0625rem solid #eeeded;
  }

  .footer-newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .footer-form-block {
    min-width: auto;
  }

  .heading-h3 {
    font-size: 2.5rem;
  }

  .footer-newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .advantages-content {
    padding-left: 0;
  }

  .adv-para.anim-move {
    margin-top: 0;
  }

  .address-content {
    width: 70%;
  }

  .div-block-35 {
    margin-top: 0;
  }

  .div-block-36 {
    margin-top: 10vh;
  }

  .div-block-42, .paragraph-16 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 10vw;
  }

  .tab-text-cont {
    width: 80%;
  }

  .auto-tab-link._1.w--current, .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
    width: 90em;
  }

  .icon {
    color: #000;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-space-2 {
    padding-left: 20px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-space-3 {
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-2.aboutheading {
    line-height: 4rem;
  }

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

  .nav-space {
    padding-left: 20px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-space-4 {
    padding-left: 20px;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .anm_stagger_btn_wrap.white.spacer {
    margin-left: 10px;
  }

  .anm_stagger_btn_wrap.white.spacer.cta-big.contnue-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-4.about-wrapper.contact-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .paragraph.about-page-para {
    width: 100%;
  }

  .vision_image-wrapper.is-image-large {
    width: 50vw;
    height: 60vh;
  }

  .vision_image-wrapper.is-image-small {
    display: none;
  }

  .vision_small-image-group {
    width: 40vw;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1, .vision_overlay-text {
    font-size: 2.5rem;
  }

  .marquee_image-wrapper {
    height: 4rem;
  }

  .vision_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .stats_image {
    border-radius: 8px;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .stats_item {
    border-radius: 8px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .stats_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .stats_image-wrapper {
    border-radius: 8px;
  }

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

  .note-5 {
    width: 38px;
  }

  .button-snap {
    width: 140px;
    height: 42px;
  }

  .kid-hidden {
    max-height: 80%;
  }

  .cookie-third, .cookie-first {
    width: 80px;
  }

  .master-snap-section {
    top: 24px;
  }

  .section-2.signal {
    min-height: 2000px;
  }

  .button-circle {
    width: 35px;
    height: 35px;
  }

  .star-first {
    width: 40px;
  }

  .star-third {
    width: 70px;
  }

  .lines-2 {
    width: 120px;
  }

  .note-4 {
    width: 18px;
  }

  .kid-visible {
    max-height: 80%;
  }

  .note-1 {
    width: 24px;
  }

  .lines-1 {
    width: 120px;
  }

  .photo-lines-right {
    width: 60px;
    transform: translate(142px, -79px);
  }

  .star-second {
    width: 60px;
  }

  .note-3 {
    width: 40px;
  }

  .note-6 {
    width: 18px;
  }

  .cookie-second {
    width: 110px;
  }

  .text-snap-large {
    letter-spacing: -6px;
    font-size: 96px;
    line-height: 80px;
  }

  .text-snap-large.first-layer {
    font-size: 6.1rem;
  }

  .photo-lines-left {
    width: 60px;
    transform: translate(-111px, -97px);
  }

  .note-2 {
    width: 28px;
  }

  .star-fourth {
    width: 50px;
  }

  .main-container.mobile-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .text-number {
    font-size: 56px;
  }

  .story-grid-item {
    min-height: 212px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .headline-story {
    flex-flow: column;
  }

  .headline-story.socials-subtext {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .text-scroll-right {
    letter-spacing: -1px;
    font-size: 28px;
  }

  .text-scroll-right.smaller.soc-txt-para, .text-scroll-right.para-small, .text-scroll-right.stat-para {
    font-size: 1.1rem;
  }

  .title-number-item {
    letter-spacing: -.75px;
    font-size: 20px;
  }

  .right-text-story {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .video-story {
    border-radius: 0;
  }

  .story-number-grid {
    margin-top: 80px;
  }

  .left-text-story {
    max-width: 100%;
  }

  .svg-flower {
    width: 320px;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .circle-image {
    width: 68px;
    height: 68px;
  }

  .circle-wrapper {
    width: 700px;
    height: 700px;
  }

  .text-field {
    font-size: 24px;
  }

  .footer-icon-large {
    width: 200px;
  }

  .headline-signal {
    max-width: 200px;
  }

  .heading-large {
    letter-spacing: -3px;
    font-size: 44px;
  }

  .bottom-tile-footer {
    flex-flow: wrap;
  }

  .cta-arrow {
    width: 20px;
    height: 20px;
  }

  .footer-logo-big {
    width: 1028px;
  }

  .master-signal {
    max-width: 616px;
    margin-top: 450px;
  }

  .footer-marquee {
    margin-top: 264px;
  }

  .code-block, .explainer-copy-btn-w {
    display: none;
  }

  .explainer-w {
    filter: drop-shadow(0 2px 5px #0000001a);
    width: 80%;
    height: auto;
  }

  .explainer-comp {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    position: static;
  }

  .input {
    opacity: 0;
  }

  .span {
    padding-top: .2rem;
  }

  .mobile-explainer-prompt {
    border: 1px solid #0000004d;
    border-radius: 3px;
    margin-bottom: .4rem;
    padding: .3rem .6rem;
    display: block;
  }

  .explainer-par {
    max-width: 100%;
  }

  .plus-icon-w {
    display: none;
  }

  .scroller-line.first {
    z-index: 2;
    position: relative;
  }

  .comp {
    width: 95%;
  }

  .left-contact {
    height: 60vh;
  }

  .contact-img {
    height: 70vh;
  }

  .contact-content {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .contact-content.ctc-page {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10vh;
  }

  .heading-7 {
    font-size: 1rem;
  }

  .heading-8 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .paragraph-5 {
    text-align: center;
  }

  .div-block-14 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-15 {
    height: 100vh;
  }

  .footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
    padding: .75rem;
  }

  .paragraph-18 {
    line-height: 1.5rem;
  }

  .footer-links:hover {
    color: #667085;
  }

  .paragraph-16 {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .footer-section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .heading-h3 {
    font-size: 2rem;
  }

  .footer-newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .footer-logo-wrapper {
    width: 15rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mission-paragraph, .bold-text {
    font-size: 1.6rem;
  }

  .heading-11.contact-heading {
    font-size: 3.8rem;
  }

  .contact-content-one {
    margin-top: 10vh;
  }

  .heading-15.news-title {
    width: 100%;
  }

  .div-block-41 {
    height: 50vh;
  }

  .div-block-41.enquire-background {
    height: auto;
  }

  .div-block-44 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch start;
    height: auto;
  }

  .div-block-45 {
    height: auto;
    margin-bottom: 10vh;
  }
}

@media screen and (max-width: 479px) {
  .tab-index {
    padding-right: 4em;
  }

  .heading--2, .heading-1 {
    font-size: 14vw;
  }

  .tab-txt._3, .tab-txt._1, .tab-txt._2, .tab-txt._4 {
    font-size: 6vw;
  }

  .tab-text-cont {
    width: 100%;
  }

  .auto-tab-link._1.w--current, .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
    width: 90em;
  }

  .heading--4, .heading--3 {
    font-size: 14vw;
  }

  .icon {
    color: #000;
    border: 1px #000;
  }

  .icon.light-icon {
    color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .navbar-wrapper {
    margin-top: 10px;
  }

  .navbar-no-shadow-container-2 {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-space-2 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    display: block;
  }

  .nav-menu-2 {
    background-color: #000;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    list-style-type: none;
  }

  .navbar-no-shadow-2 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-4 {
    max-width: min(100% - 100px, 1400px);
  }

  .container-4.phone-container {
    max-width: min(100%, 1400px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-space-3 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    display: block;
  }

  .heading-2 {
    width: 95%;
    font-size: 3.3rem;
    line-height: 3.3rem;
  }

  .heading-2.aboutheading {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-3 {
    background-color: #ed244e;
    width: 90%;
    font-size: .9rem;
  }

  .heading-3.abt-sbh {
    padding: 5px 2px;
    font-size: .8rem;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .btn.btn-one, .btn.btn-one.btn-secondary.cta-contact-btn {
    width: 100%;
  }

  .navbar-no-shadow-container-3 {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-space {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    display: block;
  }

  .nav-link-5, .nav-link-5.w--current {
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
  }

  .navbar-no-shadow-container-4 {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-space-4 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    display: block;
  }

  .nav-link-6, .nav-link-6.w--current {
    width: 100%;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-direction: column;
  }

  .anm_stagger_btn_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .anm_stagger_btn_wrap.white.spacer {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 10px;
  }

  .anm_stagger_btn_wrap.white.spacer.cta-big {
    width: 90%;
  }

  .anm_stagger_btn_wrap.white.spacer.cta-big.contnue-btn {
    margin-left: 0;
  }

  .anm_stagger_btn_text.dark {
    font-weight: 600;
  }

  .div-block-4.about-wrapper {
    height: auto;
  }

  .heading-4 {
    font-size: 2.3rem;
    line-height: 2.2rem;
  }

  .div-block-5.about-content {
    height: auto;
  }

  .div-block-5.about-content.about-heading {
    height: 120vh;
  }

  .div-block-5.about-content.about-heading.abt-pg {
    height: 100vh;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.about-page-para {
    font-size: 2rem;
  }

  .vision_image-wrapper {
    width: 40vw;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stats_number {
    font-size: 3.5rem;
  }

  .stats_content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .note-5._1 {
    width: 30px;
  }

  .kid-hidden {
    max-height: 60%;
  }

  .cookie-third {
    width: 50px;
    bottom: 20%;
    right: 0%;
  }

  .cookie-first {
    width: 50px;
    top: 40%;
    left: 0%;
  }

  .master-snap-section._1 {
    height: 60vh;
  }

  .star-first {
    width: 30px;
  }

  .star-third {
    width: 50px;
    top: 30%;
  }

  .lines-2._1 {
    width: 80px;
  }

  .kid-visible {
    max-height: 60%;
  }

  .wrap-kid-notes._1 {
    width: 92%;
  }

  .note-1 {
    top: 35%;
    left: 5%;
  }

  .note-1._1 {
    width: 20px;
  }

  .lines-1._1 {
    width: 80px;
  }

  .photo-lines-right {
    width: 50px;
    right: 10%;
    transform: none;
  }

  .star-second {
    width: 40px;
    bottom: 20%;
    left: 10%;
  }

  .note-3._1 {
    width: 30px;
  }

  .text-mask-snap {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-second {
    width: 80px;
    bottom: 30%;
  }

  .text-snap-large.first-layer {
    font-size: 4rem;
  }

  .photo-lines-left {
    width: 40px;
    left: 15%;
    transform: none;
  }

  .text-h2 {
    font-size: 2.3rem;
  }

  .story-number-grid {
    grid-template-columns: 1fr;
  }

  .img-wrapper {
    height: 60vh;
  }

  .spl-img {
    height: 70vh;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .text-field {
    padding-bottom: 12px;
  }

  .submit-button-wrap {
    width: 45px;
  }

  .newsletter-form {
    width: 100%;
  }

  .bottom-tile-footer {
    grid-row-gap: 0px;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .scroller-text {
    font-size: 50vw;
  }

  .explainer-w {
    justify-content: center;
    align-items: flex-end;
  }

  .explainer-par {
    max-width: 100%;
  }

  .comp {
    min-width: 80vw;
  }

  .footer-line {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .footer-line.separator {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .col-half {
    width: 100%;
  }

  .col-half.items-r {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .contact-content {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-8 {
    width: 100%;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-company-wrapper {
    max-width: 97vw;
  }

  .footer-title {
    margin-bottom: .5rem;
  }

  .footer-section.grey-background {
    padding-bottom: 1.25rem;
    overflow: hidden;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

  .footer-logo-wrapper {
    width: 12rem;
    margin-bottom: 2rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .container {
    flex-wrap: nowrap;
  }

  .mission-paragraph {
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .advantages-content {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
  }

  .heading-9 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .adv-para {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .subtext {
    text-align: center;
  }

  .subtext.projectsubtext {
    text-align: left;
  }

  .subtext.projectsubtext.advantages-subtext {
    text-align: left;
    width: 100%;
  }

  .div-block-21 {
    position: static;
  }

  .vision-paragraph {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .div-block-27 {
    justify-content: flex-start;
    height: 120vh;
  }

  .heading-11.contact-heading {
    font-size: 3.5rem;
  }

  .section-8.contact-about-section--two {
    height: auto;
  }

  .button-flex {
    flex-flow: column;
  }

  .address-content {
    width: 100%;
    margin-top: 10vh;
    margin-bottom: 2vh;
  }

  .heading-14 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .div-block-35, .news-grid-index {
    grid-template-columns: 1fr;
  }

  .news-card {
    margin-top: 20px;
  }
}

#w-node-_6a580864-3b2b-7704-27bf-029da1fed1aa-41541b7a {
  justify-self: end;
}

#w-node-_6a580864-3b2b-7704-27bf-029da1fed1ad-41541b7a {
  align-self: center;
}

#w-node-_6a580864-3b2b-7704-27bf-029da1fed1ba-41541b7a {
  justify-self: start;
}

#w-node-_6a580864-3b2b-7704-27bf-029da1fed1bb-41541b7a {
  align-self: center;
}

#w-node-f650c37f-e0d5-9eb9-b776-43892c603c59-41541b7a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f718408c-6271-d99d-c163-2b76442460bf-41541b7a {
  place-self: center;
}

#w-node-_22506dd1-d4eb-6ec6-6a59-b786e0fb7195-e4e96c84, #w-node-cdd0873c-ac49-8773-90d0-26a0e592be9f-e4e96c84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1b03218a-7221-fdc1-240b-9e9a1667bd14-41541b7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f650c37f-e0d5-9eb9-b776-43892c603c59-41541b7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f650c37f-e0d5-9eb9-b776-43892c603c59-41541b7a {
    grid-column: span 1 / span 1;
  }

  #w-node-f650c37f-e0d5-9eb9-b776-43892c603c75-41541b7a {
    order: 9999;
  }

  #w-node-_9a377f27-d2b9-519e-b590-d9cd2f9364fb-475cdad2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Dentontextxcondtest';
  src: url('../fonts/DentonTextXCondTest-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dentonxcondensedtest';
  src: url('../fonts/DentonXCondensedTest-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}