:root {
  --walsh--black: #2c2c2c;
  --walsh--walsh-light-green: #c2ecd5;
}

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

.div-block-63 {
  padding-bottom: 5vh;
}

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

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

.foooter-sticky {
  z-index: -1;
  background-color: #000;
  height: 70vh;
  position: sticky;
  bottom: 0;
  left: 0;
}

.section-11 {
  background-color: #fff;
}

.navbar-wrapper {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.wrapper {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: relative;
}

.wrapper.wrapper-white {
  background-color: #fff;
  height: 100vh;
}

.link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.footer-middle-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: #121212;
  border-radius: 0;
  padding: 12px 32px;
  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;
}

.details-div {
  width: 100%;
  margin-top: 0;
}

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

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

.about-header {
  margin-top: 0;
  position: absolute;
  inset: 30% 0% 0%;
}

.heading-44 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 6.5rem;
}

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

.form-div {
  position: relative;
}

.list-item-2 {
  color: #fff;
  margin-top: 12px;
  font-size: 20px;
  list-style-type: none;
}

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

.heading-53 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}

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

.link-block-2.link-dark {
  color: #000;
}

.footer {
  background-color: #1c1d21;
}

.div-block-61 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.footer-lower-middle-content {
  padding-bottom: 10vh;
}

.social {
  border: 1px solid #fff;
  border-radius: 78px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  margin-right: 20px;
  transition: border-color .3s cubic-bezier(.445, .05, .55, .95), background-color .3s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

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

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

.div-block-12 {
  height: 200vh;
  display: block;
  position: relative;
  inset: 0%;
}

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

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

.heading-42 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15vw;
  font-weight: 300;
  line-height: 15vw;
}

.footer-content {
  background-color: #1c1d21;
  width: 100%;
}

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

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

.link-3 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s cubic-bezier(.445, .05, .55, .95);
}

.link-3:hover {
  color: #515151;
}

.text-block-5 {
  color: #ccc;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-decoration: none;
}

.text-block-5.text-dark {
  color: #000;
}

.heading-51 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
  position: static;
}

.heading-39 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 4rem;
}

.footer-upper-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10vh;
  padding-top: 20vh;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  padding-bottom: 10vh;
  display: block;
  position: relative;
}

.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);
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-40.address-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-40.address-text-grey {
  color: #828282;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.social-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10vh;
  display: flex;
}

.section {
  background-color: #1c1d21;
  width: 100%;
  height: 100vh;
}

.section.header {
  height: auto;
  position: relative;
}

.section.header.header-white {
  background-color: #fff;
  height: 90vh;
}

.image-11.social-image {
  padding: 12px;
}

.link-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.47, 0, .745, .715);
}

.link-2:hover {
  color: #646464;
  text-decoration: underline;
}

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

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

.div-block-76 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-41 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

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

.link-4 {
  color: #004e92;
  font-weight: 600;
}

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

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

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

.button-flex {
  display: flex;
}

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

.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-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: #fff;
}

.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.pimg {
  background-image: url('../images/header-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block.pimg.hero-section {
  background-image: url('../images/privacy-policy-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

.heading-2.aboutheading {
  font-family: Anton, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5rem;
}

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

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

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

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

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

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

.header-content {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
}

.vision-paragraph {
  color: #000;
  width: 100%;
  font-size: 2rem;
  line-height: 2.4rem;
}

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

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

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

.anm_stagger_btn_text_wrap {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.anm_stagger_btn_text_wrap:hover {
  color: #fff;
}

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

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

.paragraph-16 {
  color: #444;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
}

.vision-heading {
  color: #5a5a5a;
  text-transform: uppercase;
  margin-top: 10vh;
  font-size: 1rem;
}

.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-size: 1rem;
}

.subtext.projectsubtext.advantages-subtext.faqsubtext {
  margin-bottom: 0;
  position: static;
  top: 0;
}

.paragraph {
  color: #5b5b5b;
  text-align: center;
  width: 60%;
  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;
}

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

.nav-link-6:hover {
  color: #004e92;
  -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-link-6.nl-dark {
  color: #000;
}

.mission-heading {
  color: #5a5a5a;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 1rem;
}

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

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

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

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

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

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

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

.mission-paragraph {
  color: #000;
  width: 100%;
  font-size: 2rem;
  line-height: 2.4rem;
}

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

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

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

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

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

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

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

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

.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-logo-wrapper {
  width: 10rem;
  margin-bottom: 2.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-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.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-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.anm_stagger_btn_text.dark.nld {
  color: #fff;
}

.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;
  border-width: 0;
  border-radius: 8px;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.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_wrap.white.spacer.light-bg-btn-nav {
  color: #fff;
  background-color: #004e92;
}

.anm_stagger_btn_wrap.white.spacer.light-bg-btn-nav:hover {
  background-color: #007eeb;
}

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

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

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

.footer-bottom-links.normal-page-div {
  margin-bottom: 5vh;
}

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

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

.adv-para {
  width: 100%;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.adv-para.anim-move {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

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

.paragraph-11 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

.body {
  font-family: Poppins, sans-serif;
}

.heading-54 {
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
}

.heading-54.subheading {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  width: 60%;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2rem;
}

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

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.form-block.book-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-form-success-rounded {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-form-block-center {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.walsh-center-wrapper-gap {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-button {
  z-index: 5;
  background-color: var(--walsh--walsh-light-green);
  color: var(--walsh--black);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button:hover {
  color: #fff;
  background-color: #79a315;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-form-single-row {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.walsh-form-single-row.form-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.walsh-text-small {
  color: #00000080;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-cta-block-white {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-text-field-auto-gray {
  background-color: #eee;
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-text-field-auto-gray.bcc {
  width: 100%;
}

.btn {
  color: #fff;
  cursor: pointer;
  background-color: #004e92;
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 1.5rem 3rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
}

.btn:hover {
  color: #000;
  background-color: #fff;
}

.btn.btn-one {
  color: #fff;
  text-transform: uppercase;
  background-color: #004e92;
  border: 0 #fff;
  border-radius: 6px;
  width: auto;
  min-height: 65px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  overflow: visible;
}

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

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

.btn.btn-book {
  border-style: solid;
  border-color: #004e92;
  width: 100%;
}

.btn.btn-book:hover {
  border-style: solid;
  border-color: #c5c5c5;
}

.div-block-81, .div-block-82 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-55 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.image-13 {
  width: 90px;
  margin-right: 10px;
}

.div-block-83 {
  display: flex;
}

.pimg {
  background-image: url('../images/header-background.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 130vh;
  position: relative;
}

.section-12 {
  width: 100%;
}

.section-12.is-this-you {
  background-color: #fff;
}

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

.div-block-85 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.heading-56 {
  color: #004e92;
  text-align: center;
  font-size: 3rem;
}

.heading-56.lal {
  text-align: left;
  margin-top: 0;
  font-size: 2rem;
  line-height: 2rem;
}

.pain-card {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  transition: background-color .3s cubic-bezier(.86, 0, .07, 1);
}

.pain-card:hover {
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

.heading-57 {
  color: #9b9b9b;
  margin-top: 0;
  font-weight: 600;
}

.image-14 {
  width: 72px;
  height: 72px;
}

.heading-58 {
  color: #000;
  text-transform: uppercase;
  margin-top: 10vh;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.paragraph-18 {
  color: #9b9b9b;
}

.who-needs-this {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f4f4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: block;
  position: relative;
}

.image-15 {
  width: 1.5rem;
  height: 1.5rem;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-large {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-main-paragraph-2 {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.walsh-rounded-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-content-wrap {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 42em;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-content-image-wrap {
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 42em;
  display: flex;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-center-col {
  grid-row-gap: 1.8em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 35px;
  display: flex;
}

.walsh-inner-wrap-gap {
  grid-row-gap: 1.1em;
  flex-direction: column;
  display: flex;
}

.walsh-stats-number-large {
  color: var(--walsh--black);
  font-size: 7.2em;
  font-weight: 700;
  line-height: 1;
}

.heading-59 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.div-block-86 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

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

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

.metrics {
  background-color: #004e92;
}

.heading-60 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.4rem;
}

.text-span-4 {
  color: #fb803c;
  font-size: 1rem;
}

.paragraph-19 {
  color: #fff;
  font-size: 1rem;
}

.div-block-88 {
  margin-top: 20px;
  padding: 20px;
}

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

.section-14 {
  background-color: #fff;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_date-text {
  color: #000;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

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

.margin-bottom-small {
  margin-bottom: 24px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

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

.inline-block {
  display: inline-block;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  color: #000;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline10_item {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #fff;
  border: 1px solid #e7eaee;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.timeline10_item.is-alternate {
  background-color: #fb803c;
  box-shadow: 0 2px 5px #0003;
}

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

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline-10-instructions-delete {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.timeline10_circle {
  z-index: 2;
  background-color: #f85d3a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.padding-global {
  padding-left: 3%;
  padding-right: 3%;
}

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

.timeline-heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.timeline-heading.text-color-586174 {
  color: #004e92;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

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

.section_timeline {
  z-index: -3;
  background-color: #fff;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-size-tiny {
  color: #4b5563;
  font-size: .875rem;
}

.text-size-tiny.text-color-white {
  color: #fff;
}

.timeline10_progress-line-cover {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: #f85d3a;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.heading-style-h5-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading-style-h5-2.z-index-2 {
  z-index: 2;
  position: relative;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.timeline10_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 20px;
  display: flex;
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_empty-space {
  width: 100%;
}

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

.heading-style-h6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading-style-h6.text-color-db4729 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.heading-style-h6.text-color-db4729.spll {
  color: #fff;
}

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

.image-16 {
  width: 200px;
}

.cta {
  background-color: #f4f4f4;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.heading-61 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.book-btn {
  color: #fff;
  background-color: #004e92;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.86, 0, .07, 1);
  display: inline-block;
}

.book-btn:hover {
  color: #000;
  background-color: #fff;
}

.book-btn.secondary-btn {
  color: #000;
  background-color: #fff;
  margin-left: 12px;
}

.book-btn.secondary-btn:hover {
  background-color: #cbcbcb;
}

.book-btn.cta-floating {
  background-color: #fb803c;
  border-radius: 8px;
  margin-left: 12px;
  padding: 12px;
  font-size: .8rem;
}

.book-btn.cta-floating:hover {
  background-color: #fff;
}

.div-block-90 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.testimonials {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.horizonal-line {
  background-color: #c1c1c1;
  width: 100%;
  height: .5px;
  margin-top: 20px;
}

.testimonial-column-two-wrapper {
  margin-top: 30vh;
}

.paragraph-7 {
  color: #5d5d5d;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.subheading {
  color: #121212;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 2.9rem;
}

.div-block-13 {
  background-color: #f0f0f0;
  padding: 16px 24px;
}

.div-block-13.testimonial-card-block {
  background-color: #f3f3f3;
  border-radius: 16px;
  margin-top: 16px;
}

.div-block-13.testimonial-card-block:hover {
  background-color: #fafafa;
}

.paragraph-8 {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-8.post {
  color: #7c7c7c;
}

.image-3 {
  width: 64px;
  height: 64px;
}

.div-block-15 {
  position: sticky;
  top: 25vh;
}

.testimonials-wrapper {
  margin-top: 25vh;
}

.section-6 {
  z-index: 2;
  background-color: #fff;
  position: static;
}

.testimonial-client {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.paragraph-9 {
  color: #6e6e6e;
}

.heading-62 {
  color: #000;
  -webkit-text-stroke-color: #121212;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 3rem;
}

.heading-62.wcuh {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 800;
}

.div-block-20 {
  margin-top: 5vh;
  margin-bottom: 0;
}

.div-block-20.adv {
  padding: 24px 0;
}

.section-4 {
  background-color: #fff0;
  min-width: 100%;
}

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

.heading-10 {
  color: #121212;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.paragraph-20 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

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

.heading-63 {
  color: #fff;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.heading-63.contact-heading {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 2.8rem;
}

.section-15 {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

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

.contact-wrapper {
  background-image: url('../images/contact-two-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.contact-wrapper.index-contact-wrapper {
  background-image: url('../images/get-started-image.jpg');
  background-attachment: fixed;
  height: 100vh;
  overflow: visible;
}

.faq-answer-padding {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 30px;
}

.div-block-23 {
  margin-top: 15vh;
}

.faq-tile {
  margin-bottom: 5vh;
}

.faq-answer-div {
  background-color: #f5f5f5;
  overflow: hidden;
}

.body-copy {
  font-size: 14px;
  line-height: 25px;
}

.faq-question-div {
  color: #000;
  -webkit-text-stroke-color: #919191;
  cursor: pointer;
  background-color: #ebebeb;
  border-radius: 12px 12px 0 0;
  justify-content: space-between;
  padding: 32px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.faq-question-div:hover {
  color: #fff;
  background-color: #121212;
}

.faq-question-div:active {
  background-color: #121212;
}

.div-block-22 {
  margin-top: 10vh;
  padding-top: 0;
  position: relative;
  top: 0;
}

.up-down-arrow {
  font-size: 20px;
  font-weight: 400;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20vh;
  display: grid;
  position: relative;
}

.section-5 {
  background-color: #fff0;
  margin-top: 15vh;
}

.div-block-24 {
  padding-top: 5vh;
  padding-bottom: 10vh;
  position: sticky;
  top: 25vh;
}

.heading-64 {
  color: #121212;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.heading-64.faq-heading {
  margin-top: 10px;
  margin-bottom: 5vh;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 2.5rem;
}

.image-17 {
  width: 35%;
  margin-top: 20px;
  display: block;
}

.heading-65 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.div-block-93 {
  position: absolute;
  inset: 0%;
}

.div-block-93.pimg {
  z-index: 1;
}

.offer-cta {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0000006e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.heading-66 {
  color: #fff;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

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

.div-block-94.grid-book {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-95.about-div {
  background-image: url('../images/about-background.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-95.contact-background {
  background-image: url('../images/contact-background-image.jpg');
}

.book-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-67 {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.heading-67.book-heading {
  color: #000;
  margin-top: 15vh;
}

.heading-67.contact-heading {
  color: #000;
  margin-top: 0;
}

.paragraph-21 {
  font-size: 1rem;
  line-height: 1.2rem;
}

.div-block-96 {
  width: 90%;
}

.div-block-96.book-block {
  width: 75%;
}

.page-link {
  color: #000;
}

.paragraph-22 {
  font-size: .9rem;
}

.display-l {
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.display-l.display-l-absolute {
  text-decoration: none;
  position: absolute;
}

.card-link-icon {
  width: 1rem;
}

.card-image {
  position: absolute;
  inset: 25% 0% 0% 100%;
}

.card-image.card-image-2 {
  height: auto;
  top: 25%;
  left: 100%;
}

.body-3 {
  color: #9b9b9b;
  text-decoration: none;
}

.card-title {
  overflow: hidden;
}

.card {
  aspect-ratio: 1;
  color: #000;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card:hover {
  background-color: #fff;
  border-style: solid;
  border-color: #e5e5e5;
}

.card-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-title-inner {
  position: relative;
}

.card-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
}

.body-4 {
  font-family: Poppins, sans-serif;
}

.heading-68 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.4rem;
}

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

.div-block-97.sub-about {
  margin-top: 5vh;
}

.paragraph-23 {
  color: #fff;
}

.body-5 {
  font-family: Poppins, sans-serif;
}

.paragraph-24 {
  margin-top: 12px;
}

.heading-69 {
  width: 100%;
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 600;
}

.heading-70 {
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}

.body-6 {
  font-family: Poppins, sans-serif;
}

.heading-71 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 2rem;
  line-height: 2rem;
}

.heading-71.blogs-heading {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
}

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

.div-block-98.blog-details-div {
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.paragraph-25 {
  text-align: center;
  width: 50%;
  margin-top: 20vh;
}

.paragraph-25.author {
  width: 100%;
  margin-top: 0;
}

.paragraph-25.blg-para {
  margin-top: 0;
}

.div-block-99 {
  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: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.card-button-icon-inner-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.card-2 {
  border-radius: .5rem;
  align-items: flex-end;
  width: 100%;
  max-width: 30rem;
  height: 90vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-button-icon {
  width: 1rem;
}

.paragraph-light {
  opacity: .6;
}

.card-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 30vh;
  padding: 1.5rem;
  display: flex;
}

.card-button {
  z-index: 99;
  background-color: #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
}

.display-s {
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.card-image-2 {
  z-index: 2;
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/img__card.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  position: absolute;
  inset: 0%;
}

.card-button-icon-absolute {
  width: 1rem;
  position: absolute;
  top: 100%;
}

.card-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-button-icon-outer-wrapper {
  overflow: hidden;
}

.card-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: .25rem;
  width: 60%;
  padding: 1.5rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card-content-3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 35ch;
  text-decoration: none;
  display: flex;
}

.display-2xs {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1em;
}

.display-2xs.display-uppercase {
  text-decoration: none;
}

.display-m {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.body-7 {
  color: #737272;
}

.card-image-3 {
  background-image: url('../images/thumb__night-watch--1-–-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.card-image-overlay {
  z-index: 2;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.image-18 {
  border-radius: 8px;
  width: 100%;
  height: 60vh;
}

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

.paragraph-26 {
  margin-top: 20px;
}

.div-block-101 {
  width: 70%;
}

.paragraph-27 {
  text-align: center;
  width: 50%;
}

.heading-72 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.div-block-102 {
  margin-top: 28vh;
}

.heading-73 {
  color: #004e92;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .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-menu-2.loght-menu {
    background-color: #f0f0f0;
  }

  .icon.light-icon.dark-con, .icon.light-icon.darker-cion {
    color: #000;
  }

  .foooter-sticky {
    z-index: -1;
    background-color: #000;
    width: 100%;
    height: auto;
    padding-bottom: 5vh;
    position: sticky;
    inset: auto auto 0% 0%;
  }

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

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

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

  .footer-middle-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-header {
    width: 100%;
  }

  .heading-44 {
    font-size: 6rem;
    line-height: 5rem;
  }

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

  .list {
    padding-left: 0;
  }

  .div-block-61 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 70vh;
    display: flex;
  }

  .footer-lower-middle-content {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .social {
    border: 1px solid #fff;
    border-radius: 72px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    margin-right: 12px;
    transition: background-color .3s cubic-bezier(.86, 0, .07, 1);
    display: flex;
  }

  .social:hover {
    background-color: #000;
    border-color: #000;
  }

  .paragraph-16 {
    width: 100%;
  }

  .heading-42 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 20vw;
    line-height: 20vw;
  }

  .footer-content {
    z-index: 5;
    position: relative;
  }

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

  .link-3 {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }

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

  .heading-40 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
  }

  .heading-40.address-text-grey {
    color: #5b5b5b;
    font-size: 1.2rem;
  }

  .social-wrapper {
    display: flex;
  }

  .section.header.header-white {
    background-color: #fff;
  }

  .image-11 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .link-2 {
    font-size: 1.2rem;
  }

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

  .heading-41 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
  }

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

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

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

  .div-block.pimg.hero-section.about-hero {
    height: 150vh;
  }

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

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

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

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

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

  .header-content {
    height: 120vh;
  }

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

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

  .paragraph {
    width: 90%;
  }

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

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

  .footer-logo-image {
    width: 72px;
  }

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

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

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

  .anm_stagger_btn_wrap.white.spacer {
    background-color: #e2e2e2;
    margin-top: 12px;
  }

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

  .address-content {
    width: 70%;
  }

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

  .heading-54.subheading {
    width: 90%;
  }

  .form-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-form-block-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .walsh-form-block-center.vertical-form-block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .walsh-button {
    padding: 18px 40px;
  }

  .walsh-button:hover {
    background-color: #80808033;
  }

  .walsh-form-single-row {
    flex-direction: column;
  }

  .walsh-form-single-row.form-horizontal.again-vertical {
    flex-flow: column;
  }

  .walsh-cta-block-white {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-text-field-auto-gray {
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .walsh-text-field-auto-gray.ipad-width, .btn {
    width: 100%;
  }

  .btn.btn-one {
    width: 100%;
    margin-right: 0;
  }

  .div-block-81 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-content-wrap {
    order: -1;
    max-width: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .walsh-content-image-wrap {
    max-width: none;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .timeline10_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline10_item.is-alternate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .timeline-heading, .timeline-heading.text-color-586174 {
    font-size: 1rem;
  }

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

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

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

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

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

  .testimonial-column-two-wrapper {
    margin-top: 0;
  }

  .subheading {
    font-size: 2.2rem;
  }

  .div-block-15 {
    position: relative;
    top: auto;
  }

  .div-block-20.adv, .div-block-23 {
    margin-top: 0;
  }

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

  .heading-64.faq-heading {
    margin-top: 0;
  }

  .image-17 {
    width: 20%;
  }

  .div-block-94, .div-block-94.grid-book, .div-block-94.grid-book.grid-contact {
    grid-template-columns: 1fr;
  }

  .div-block-95 {
    height: 30vh;
  }

  .div-block-95.about-div.about-div-phone {
    height: 70vh;
  }

  .book-content {
    margin-top: 5vh;
  }

  .card-3 {
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .card-content-3 {
    flex-flow: column;
    justify-content: center;
    display: block;
  }

  .display-2xs.display-uppercase {
    margin-bottom: 10px;
  }

  .display-m {
    font-size: 1.5rem;
  }

  .body-7 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card-image-3 {
    width: 100%;
    height: 20px;
    inset: auto 0% 0%;
  }

  .div-block-101 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .icon {
    color: #000;
  }

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

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

  .link {
    font-size: 1.7rem;
  }

  .heading-44 {
    font-size: 5rem;
    line-height: 4rem;
  }

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

  .paragraph-16 {
    margin-bottom: 20px;
  }

  .heading-42 {
    font-size: 15vw;
  }

  .link-2 {
    font-size: 1rem;
  }

  .div-block-78 {
    display: block;
  }

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

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

  .button-flex {
    flex-flow: column;
  }

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

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

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

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

  .heading-2.aboutheading {
    margin-bottom: 0;
    font-size: 2.9rem;
    line-height: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .footer-logo-image {
    width: 42px;
  }

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

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

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

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

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

  .heading-54 {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-54.subheading {
    width: 100%;
  }

  .form-block {
    width: 90%;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-form-block-center {
    width: 100%;
  }

  .walsh-button {
    width: 100%;
    font-size: 16px;
  }

  .walsh-text-field-auto-gray {
    text-align: left;
  }

  .div-block-84 {
    grid-template-columns: 1fr;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-rounded-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-content-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .div-block-87, .div-block-89 {
    grid-template-columns: 1fr;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

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

  .timeline10_circle {
    margin-top: 2.25rem;
  }

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

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

  .timeline10_progress {
    left: 0;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

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

  .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_empty-space {
    display: none;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .book-btn.secondary-btn {
    margin-top: 12px;
    margin-left: 0;
  }

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

  .faq-answer-padding {
    padding: 20px;
  }

  .offer-cta {
    flex-flow: column;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .div-block-95 {
    height: 40vh;
  }

  .div-block-98 {
    height: 70vh;
  }

  .card-2 {
    max-width: 75vw;
    height: 75vh;
  }

  .paragraph-light {
    font-size: .9rem;
  }

  .card-button {
    width: 3rem;
    height: 3rem;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .card-3 {
    width: 90%;
  }

  .display-m {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

  .link {
    font-size: 1.1rem;
  }

  .footer-middle-content {
    grid-template-columns: 1fr;
  }

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

  .about-header {
    top: 40%;
  }

  .heading-44 {
    width: 100%;
    font-size: 4rem;
    line-height: 3rem;
  }

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

  .heading-42 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    font-size: 25vw;
  }

  .footer-upper-content {
    margin-bottom: 5vh;
  }

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

  .heading-40.address-text-grey {
    font-size: 1rem;
  }

  .social-wrapper {
    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;
    margin-top: 0;
    display: grid;
  }

  .heading-41 {
    line-height: 1.4rem;
  }

  .div-block-35 {
    grid-template-columns: 1fr;
  }

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

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

  .div-block.pimg.hero-section.about-hero {
    height: 180vh;
  }

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

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

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

  .container {
    flex-wrap: nowrap;
  }

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

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

  .header-content {
    justify-content: center;
    align-items: center;
    height: 150vh;
    margin-top: 20vh;
  }

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

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

  .heading-14 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

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

  .subtext {
    text-align: center;
  }

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

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

  .paragraph {
    width: 100%;
  }

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

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

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

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

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

  .div-block-4.about-wrapper, .section-8.contact-about-section--two {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

  .address-content {
    width: 100%;
    margin-top: 10vh;
    margin-bottom: 2vh;
  }

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

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

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

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

  .heading-54 {
    margin-top: 0;
    font-size: .7rem;
  }

  .heading-54.subheading {
    margin-top: 10px;
    font-size: .7rem;
  }

  .form-block {
    width: 100%;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-center-wrapper-gap {
    grid-row-gap: 1em;
    font-size: 18px;
  }

  .walsh-button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-form-single-row {
    align-items: center;
  }

  .walsh-text-small {
    font-size: 13px;
  }

  .walsh-cta-block-white {
    padding: 3em 1em;
  }

  .walsh-text-field-auto-gray {
    text-align: left;
  }

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

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

  .image-13 {
    margin-right: 0;
  }

  .div-block-83 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .pimg {
    height: 170vh;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-content-wrap {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-center-col {
    font-size: 18px;
  }

  .walsh-stats-number-large {
    font-size: 5em;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline10_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline-heading {
    text-align: left;
    font-size: 1rem;
  }

  .div-block-17 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .heading-style-h6.text-color-db4729 {
    width: 100%;
    font-size: 1.4rem;
  }

  .heading-61, .book-btn {
    text-align: center;
  }

  .book-btn.secondary-btn {
    margin-top: 10px;
    margin-left: 0;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .testimonials-wrapper {
    margin-top: 10vh;
  }

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

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

  .div-block-20.adv {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-10 {
    font-size: 1.5rem;
  }

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

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

  .contact-wrapper {
    height: 130vh;
  }

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

  .faq-tile {
    font-weight: 400;
  }

  .body-copy {
    line-height: 20px;
  }

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

  .text-block-2 {
    font-weight: 400;
  }

  .faq-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 10vh;
  }

  .section-5 {
    margin-top: 0;
  }

  .div-block-24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-64 {
    font-size: 1.5rem;
  }

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

  .offer-cta {
    padding-top: 10px;
  }

  .heading-66 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-block-94.grid-book.grid-contact {
    display: block;
  }

  .book-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-67 {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .div-block-96, .div-block-96.book-block {
    width: 95%;
  }

  .list-2 {
    padding-left: 12px;
  }

  .heading-69 {
    font-size: .9rem;
  }

  .heading-71 {
    margin-top: 20vh;
  }

  .paragraph-25 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-content-2 {
    height: 25%;
  }

  .card-image-2 {
    height: 75%;
  }

  .card-3 {
    width: 100%;
  }

  .display-m {
    font-size: 1.25rem;
  }
}

#w-node-_6096ef73-fae7-6147-670f-a910082134a1-6a4872ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_860fbb23-1c23-38a2-eacb-c384d3204776-6a4872ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_6096ef73-fae7-6147-670f-a910082134b9-6a4872ad, #w-node-_6096ef73-fae7-6147-670f-a910082134d3-6a4872ad {
    order: -9999;
  }
}


