:root {
  --black: #1d1d1d;
  --black-2: #03001e;
  --blue-violet: #7314ee;
  --dark-violet: #7303c0;
  --deep-pink: #ec38bc;
  --deep-pink-2: #ff20b7;
  --indigo: #4d018b;
  --dark-slate-blue: #494a7d;
  --medium-sea-green: #03c078;
  --aquamarine: #54f9bd;
  --light-green: #8ff276;
  --midnight-blue: #15032a;
  --red: red;
  --dark-orange: #ff8400;
  --lavender-blush: #fdeff9;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
}

a {
  color: var(--black);
  text-decoration: none;
}

.hero-main_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 89px;
  padding-left: 4.6rem;
  padding-right: 4.6rem;
  display: grid;
}

.button-gradient-wrapper {
  background-image: linear-gradient(86deg, #ebca46, #cd8e50 14%, #f6685c 32%, #a675ca 55%, #6c93e4 72%, #4dbeb0 88%, #41c773 104%);
  border-radius: 20px;
  padding: 1px;
  transition: transform .4s;
  display: none;
}

.button-gradient-wrapper:hover {
  transform: translate(0, -2px);
}

.button-gradient {
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  display: block;
}

.hero-main_skills {
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: .6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-hero {
  background-color: var(--black-2);
  background-image: none;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.hero-main_wrapping {
  box-shadow: 0 0 100px 0 var(--blue-violet);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-main_wrapping.right {
  margin-right: 50px;
}

.hero-main_title {
  letter-spacing: 22px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: -44px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.hero-main_title.left {
  text-align: left;
  letter-spacing: 13px;
  margin-bottom: 0;
  font-size: 1rem;
}

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

.hero-main_image {
  z-index: 3;
  opacity: 1;
  mix-blend-mode: color-burn;
  border: 4px solid #fff;
  border-radius: 100%;
  width: 240px;
  padding: 0;
  position: relative;
}

.hero-main_background {
  background-image: linear-gradient(89deg, #9340ff, var(--dark-violet) 46%, var(--deep-pink) 83%, #fc94de);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-heading1 {
  background-image: linear-gradient(105deg, var(--deep-pink-2), var(--indigo) 79%);
  color: #fff;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 760px;
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 19px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 6.1rem;
}

.main-heading1.sub {
  text-align: left;
  font-size: 3rem;
  line-height: 3.3rem;
}

.hero-main_wrapping-oveflow {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  position: relative;
}

.form-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.display-xl-white {
  color: #fff;
  letter-spacing: -.02em;
}

.paragraph {
  color: #fff;
  font-size: 16px;
}

.slide-embed {
  display: none;
}

.text-field {
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #494a7d;
  border-radius: 8px;
  min-height: 64px;
  margin-bottom: 20px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 16px;
  transition: border-color .2s, color .2s;
  position: relative;
}

.text-field:hover {
  color: #fff;
  border-color: #fff;
}

.text-field:focus {
  border-width: 2px;
  border-color: #fff;
}

.text-field::placeholder {
  color: #6b6ca1;
}

.text-field.text-field-large:hover, .text-field.text-field-large:focus {
  border-color: #fff;
}

.text-field.margin-20 {
  width: 96%;
  margin-right: 20px;
}

.text-field.text-field-large {
  border-color: #494a7d;
  min-height: 200px;
  margin-top: 29px;
  padding-top: 17px;
}

.text-field.text-field-large:hover, .text-field.text-field-large:focus {
  border-color: #fff;
}

.text-field.text-field-large.quote {
  margin-top: -23px;
  padding-top: 30px;
}

.error-message {
  color: #8d0000;
  text-align: center;
  background-color: #ff8585;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 800;
}

.success-message {
  color: #17ffa6;
  background-color: rgba(45, 178, 124, .1);
  border-radius: 16px;
  max-width: 620px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 50px;
}

.title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.button {
  background-color: var(--medium-sea-green);
  background-image: linear-gradient(131deg, var(--aquamarine), var(--light-green));
  color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 10px;
  padding: 14px 40px;
  font-weight: 600;
  box-shadow: 0 6px 40px rgba(115, 20, 238, .27);
}

.button.left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 26px;
}

.text-span-gradient-blue {
  background-image: linear-gradient(69deg, var(--aquamarine), var(--light-green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

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

.section.dark-blue {
  background-color: var(--black-2);
}

.section.dark-blue.end {
  background-color: var(--black-2);
  background-image: none;
  position: relative;
}

.section.footer {
  background-color: var(--black-2);
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.section.dark {
  color: #fff;
  background-color: #03001e;
}

.container {
  max-width: 1300px;
  position: relative;
}

.container.is-large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.is-large.quote {
  border: 1px solid #332f50;
  padding-top: 52px;
  overflow: hidden;
}

.text-span-bold {
  opacity: .83;
  -webkit-text-fill-color: inherit;
  background-color: #03001e;
  background-image: url('../images/Webflow_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  margin-right: 6px;
  font-weight: 600;
  transition: opacity .2s;
  display: inline-block;
}

.text-span-bold:hover {
  opacity: 1;
  background-color: #03001e;
  background-image: url('../images/Webflow_logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.social-wrapper {
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 42px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
}

.large-title {
  z-index: 5;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.5rem;
  position: relative;
  overflow: visible;
}

.social-link {
  opacity: .5;
  border: 1px solid #282a33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 24px;
  padding: 9px;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  border-color: var(--medium-sea-green);
  opacity: 1;
}

.footer-title-column {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.footer-column {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.footer-link-title {
  color: #453458;
  letter-spacing: 9px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.footer-link-title.hide {
  display: none;
}

.button-icon {
  margin-right: 10px;
}

.copyright {
  color: #878787;
  font-size: .7rem;
  line-height: 1.2rem;
}

.footer-link {
  color: #878787;
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
  display: none;
}

.footer-link:hover {
  color: var(--medium-sea-green);
}

.footer-bottom-wrapper {
  border-top: 1px solid #2b2f42;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer-title-wrapper {
  flex-flow: column wrap;
  align-items: flex-start;
  display: none;
  position: relative;
}

.footer-small-title {
  font-size: 18px;
  line-height: 32px;
}

.button-cta {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(149deg, var(--midnight-blue), #24024e);
  color: #fff;
  border: 1px solid #422268;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 80px rgba(115, 20, 238, .19);
}

.button-cta.hide {
  display: none;
}

.text-span-gradient-orange {
  background-image: linear-gradient(63deg, var(--red), var(--dark-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.heading-logos {
  color: #fff;
  text-align: center;
  margin-top: 100px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2rem;
}

.logo-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: center;
  max-width: 1000px;
  margin: 30px auto;
  display: grid;
}

.logo-grid-wrapper.hide {
  display: none;
}

.grid-link-logo {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1);
}

.grid-link-logo:hover {
  opacity: .6;
}

.logo-nhs {
  width: 110px;
}

.logo-mars {
  width: 140px;
}

.logo-growfox {
  width: 200px;
}

.logo-growfox._2nd {
  width: 151px;
}

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

._404--wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404-lottie {
  width: 110vh;
}

.spacer._20 {
  height: 20px;
}

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

.text-field-label {
  z-index: 10;
  background-color: var(--black-2);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: 17px;
  right: auto;
}

.text-field-label.message-label {
  border-left: 1px none var(--lavender-blush);
  top: -6%;
}

.text-field-label.white {
  color: #fff;
}

.text-field-wrapper {
  margin-bottom: 34px;
  position: relative;
}

.heero-container {
  flex-direction: column;
  display: flex;
  position: relative;
}

.body-home {
  background-color: var(--black-2);
}

.grid-link-page {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 110px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 19px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 25%;
  right: 25%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .31);
}

.grid-link-page.hide {
  display: none;
}

.bottom-sapcing {
  margin-top: 132px;
  margin-bottom: 151px;
}

.bottom-sapcing:hover {
  opacity: 1;
}

.grid-lapotps {
  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: space-between;
  align-items: center;
  justify-items: center;
  max-width: 1000px;
  margin: 30px auto;
  display: flex;
}

.laptop-grid {
  transition: transform .9s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.laptop-grid:hover {
  transform: scale(1.1);
}

.laptop-grid.right:hover {
  transform: rotate(3deg);
}

.logo-client {
  width: 150px;
  max-width: 100px;
}

.logo-client._1 {
  width: 62px;
}

.heading-clients {
  color: #fff;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 41px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3rem;
}

.heading-clients.no-top {
  max-width: 370px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.heading-clients.sub {
  padding-left: 26px;
  padding-right: 26px;
}

.overlay-blur {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text_color_muted {
  color: rgba(255, 255, 255, .38);
  text-align: center;
  margin-top: 30px;
  font-size: .8rem;
}

.availability_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.availability_graph_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.availability_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 300px;
  max-height: 300px;
}

.graph_bar {
  background-color: #2e2f83;
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 24px;
  font-weight: 600;
  display: flex;
}

.graph_bar.available {
  background-color: #94d7c5;
  background-image: linear-gradient(311deg, var(--light-green), var(--aquamarine));
  color: #070707;
  flex: 0 auto;
}

.graph_bar.available.monday {
  height: 50%;
  min-height: auto;
}

.graph_bar.available.friday {
  color: #070707;
  background-color: #f4dfe2;
  height: 35%;
}

.graph_bar.available.sunday {
  height: 54%;
}

.graph_bar.available.friday {
  border-radius: 20px;
  height: 29%;
  min-height: auto;
}

.graph_bar.available.sat {
  height: 90%;
}

.graph_bar.lrge {
  padding-top: 16px;
  padding-bottom: 16px;
}

.spacing_24 {
  height: 24px;
}

.small_text {
  font-size: 12px;
}

.content_wrapper {
  color: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  position: relative;
}

.content_wrapper.hide {
  display: none;
}

.icon_24x24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
}

.flex_wrapper.flex_left.flex_gap_medium {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.flex_wrapper.flex_left.flex_gap_medium._345 {
  margin-bottom: 17px;
}

.footer-copyright {
  color: #878787;
}

.footer-copyright.hide {
  display: none;
}

.bottom-text {
  font-size: 1.75rem;
  position: relative;
  left: .3125rem;
}

.bottom-text.red-gradient {
  background-image: linear-gradient(123deg, var(--red), var(--dark-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  top: -1.875rem;
  left: -.4875rem;
}

.card-wrapper {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-bottom: 1.5rem;
  display: grid;
}

.webflow-card {
  background-color: var(--midnight-blue);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-padding {
  flex-direction: column;
  align-items: flex-start;
  padding: 5rem;
  display: flex;
}

.card-padding.mini {
  padding: 2.5rem 0;
}

.webflow-card-number-subtext {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.webflow-4-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.center-div {
  align-self: center;
}

.section-left-heading-white {
  color: #fff;
  text-align: left;
  letter-spacing: -.04rem;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: 40rem;
  margin-top: 0;
  margin-bottom: 1.5625rem;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 2.75rem;
  position: static;
}

.section-left-heading-white.top {
  letter-spacing: -.1rem;
  margin-bottom: 0;
  font-weight: 700;
}

.top-text {
  font-size: 1.75rem;
  position: relative;
  top: -1.875rem;
  right: .1875rem;
}

.top-text.green-gradient {
  background-image: linear-gradient(to bottom, var(--light-green), var(--aquamarine));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.top-text.purple-gradient {
  background-image: linear-gradient(294deg, var(--deep-pink-2), var(--indigo));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.top-text.blue-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#00f0dd, #00a2f1);
  -webkit-background-clip: text;
  background-clip: text;
}

.webflow-card-number {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 80%;
}

.webflow-card-number.green-gradient {
  background-image: linear-gradient(123deg, var(--light-green), var(--aquamarine));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.webflow-card-number.red-gradient {
  background-image: linear-gradient(123deg, var(--red), var(--dark-orange));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.webflow-card-number.purple-gradient {
  background-image: linear-gradient(324deg, var(--indigo), var(--deep-pink-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.webflow-card-number.blue-gradient {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(123deg, #00ffd9, #0067ff 99%, #0065ff);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.card-paragraph {
  color: rgba(255, 255, 255, .8);
  letter-spacing: -.025rem;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.lottie-animation {
  opacity: .15;
  width: 100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #fff;
  font-weight: 700;
}

.webflow-card-1 {
  background-color: var(--midnight-blue);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-50 {
  width: 50%;
  margin-bottom: 12px;
  position: relative;
}

.quoteform-hack {
  background-color: rgba(0, 0, 0, 0);
}

.c-label {
  color: #fff;
  margin-bottom: -17px;
  padding-left: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8em;
}

.radio-circle-box {
  border: 1px solid #383838;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  transition: border-color .2s, background-color .2s;
  display: none;
  position: absolute;
  bottom: 40px;
}

.checkbox-field-2 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-left: 32px;
  display: flex;
}

.tool-tip {
  z-index: 2;
  width: 25px;
  display: none;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.quote-form {
  position: relative;
}

.radio-main-text {
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 31px;
  position: relative;
}

.price-box {
  z-index: 50;
  width: 42%;
  margin: 44px auto 32px;
  padding: 23px 58px 0;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.form-header {
  text-align: center;
  margin-bottom: 12px;
}

.form-header.medium-header {
  margin-bottom: 40px;
}

.question-box {
  flex: 1;
}

.sub-script {
  font-size: 15px;
}

.small-text {
  color: rgba(255, 255, 255, .35);
  max-width: 500px;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  line-height: 1.3rem;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding-top: 68px;
  padding-bottom: 68px;
}

.success-message-2.quote {
  z-index: 100;
  border-width: 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 43px;
  padding-bottom: 0;
  position: relative;
}

.div-100 {
  width: 100%;
  position: relative;
}

.radio-sub-text {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  position: relative;
}

.button-block {
  display: flex;
}

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

.spacer-block {
  align-self: stretch;
  height: 20px;
}

.label {
  color: #fff;
  text-transform: none;
  margin-top: 11px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
}

.flex-two-col {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.flex-two-col.wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  padding-left: 33px;
  padding-right: 33px;
}

.price {
  color: #fff;
  margin-top: 8px;
  font-size: 35px;
  font-weight: 500;
  line-height: 32px;
}

.radio-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.radio-buttons.blocks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.radio-button {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.question-wrapper {
  padding: 0 0 60px;
  position: relative;
}

.instant-h2 {
  text-align: center;
  margin-top: -20px;
  padding-left: 31px;
  padding-right: 31px;
  font-size: 20px;
}

.button-wrapper {
  padding-bottom: 29px;
}

.button-wrapper.notop {
  margin-top: 0;
}

.content_wrapper-cta {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 43px 57px 21px;
  position: relative;
}

.content_wrapper-cta.hide {
  display: none;
}

.contac-tcta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 38px;
  display: flex;
}

.heading-form {
  margin-bottom: 64px;
}

._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #332f50;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 51px 4.6rem 36px;
  display: flex;
}

.text-span-gradient-blue-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(69deg, #54f9bd, #8ff276);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.form-wrapper-section-2 {
  border: 1px solid #332f50;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 40px;
  margin-left: 31px;
  margin-right: 31px;
  padding: 40px 50px 60px;
  display: flex;
}

.form-wrapper-section-2.last {
  margin-bottom: 0;
}

.radio-input-3 {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .17);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s, border-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.radio-input-3:hover {
  border-color: rgba(84, 249, 189, .8);
}

.radio-input-3.w--redirected-checked {
  background-color: rgba(255, 255, 255, .03);
  border-width: 2px;
  border-color: #54f9bd;
}

.radio-input-3.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(100, 60, 245, .82);
}

.awesoem-text-2 {
  color: var(--blue-violet);
  margin-bottom: 23px;
  font-size: 50px;
  font-weight: 600;
}

.checkbox-3 {
  border-color: #4e4e4e;
  border-radius: 20px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-right: 20px;
  transition: border-color .2s, background-color .2s;
}

.checkbox-3:hover {
  background-color: #000;
}

.checkbox-3.w--redirected-checked {
  background-color: #54f9bd;
  background-image: none;
  border-style: none;
}

.checkbox-3.w--redirected-focus {
  box-shadow: none;
}

.sub-quote {
  font-size: 25px;
}

.lottie-animation-2 {
  z-index: -2;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 38px;
  display: flex;
}

.image {
  mix-blend-mode: luminosity;
}

@media screen and (min-width: 1280px) {
  .checkbox-3.w--redirected-checked {
    border-color: rgba(100, 60, 245, .82);
  }
}

@media screen and (max-width: 991px) {
  h3 {
    line-height: 2.5rem;
  }

  .section-hero {
    overflow: hidden;
  }

  .main-heading1 {
    margin-top: 18px;
    line-height: 6rem;
  }

  .main-heading1.sub {
    text-align: left;
    font-size: 1.9rem;
    line-height: 2.1rem;
  }

  .text-field {
    border-color: #fff;
    padding-left: 24px;
  }

  .text-field.text-field-large {
    border-color: #fff;
    min-height: 180px;
  }

  .text-span-bold {
    margin-right: 0;
  }

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

  .button-wrapper {
    margin-top: 40px;
  }

  .footer-link-title {
    margin-bottom: 40px;
  }

  .footer-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-grid-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._404--wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  ._404-lottie {
    width: 100vw;
  }

  .text-field-label {
    color: #fff;
  }

  .text-field-label.message-label {
    top: -6%;
  }

  .grid-lapotps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .laptop-grid {
    transition-property: none;
  }

  .laptop-grid:hover, .laptop-grid.right:hover {
    transform: none;
  }

  .heading-clients.no-top {
    line-height: 2.3rem;
  }

  .card-wrapper {
    grid-template-columns: 1fr;
  }

  .section-left-heading-white {
    text-align: left;
    position: relative;
  }

  .card-paragraph {
    text-align: left;
    font-size: 1.125rem;
  }

  .div-50 {
    margin: 0;
  }

  .tool-tip {
    display: none;
    left: 87px;
  }

  .price-box {
    padding-left: 0;
    padding-right: 0;
  }

  .button-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .flex-two-col {
    flex-direction: row-reverse;
  }

  .radio-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .radio-buttons.blocks {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .radio-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-wrapper {
    padding: 20px;
  }

  .content_wrapper-cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._2 {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .hero-main_component {
    grid-template-columns: 1fr;
  }

  .hero-main_wrapping.right {
    display: none;
  }

  .hero-main_title {
    line-height: 1.9;
  }

  .main-heading1.sub {
    margin-top: -1px;
  }

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

  .button.left {
    margin-top: -42px;
    margin-bottom: 64px;
  }

  .container.is-large.quote {
    padding-top: 103px;
  }

  .social-wrapper {
    margin-top: 60px;
  }

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

  .footer-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link-title {
    margin-bottom: 20px;
  }

  .footer-bottom-wrapper {
    flex-flow: column wrap;
  }

  .footer-title-wrapper {
    margin-bottom: 60px;
  }

  .grid-link-page {
    left: 25%;
    right: 25%;
  }

  .grid-lapotps {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .availability_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 610px;
    max-height: none;
  }

  .flex_wrapper.flex_left.flex_gap_medium {
    justify-content: center;
  }

  .card-wrapper, .webflow-4-card-wrapper {
    grid-template-columns: 1fr;
  }

  .section-left-heading-white {
    text-align: left;
  }

  .div-50 {
    width: 100%;
  }

  .tool-tip {
    top: -13px;
    left: 172px;
  }

  .flex-two-col {
    flex-direction: column;
    align-items: center;
  }

  .radio-buttons, .radio-buttons.blocks, .radio-buttons.blocks {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .question-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content_wrapper-cta {
    margin-top: -17px;
    margin-bottom: 38px;
  }

  .contac-tcta {
    grid-template-columns: 1fr;
  }

  ._2 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper-section-2 {
    padding-left: 27px;
    padding-right: 27px;
  }

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

@media screen and (max-width: 479px) {
  .hero-main_component {
    justify-items: center;
    padding-top: 12px;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .hero-main_skills {
    line-height: 1.8;
  }

  .section-hero {
    height: 1050px;
    padding-top: 36px;
  }

  .hero-main_title {
    margin-top: .1rem;
    margin-right: -34px;
  }

  .hero-main_title.left {
    margin-bottom: 6px;
    line-height: 1.6;
  }

  .main-heading1 {
    padding-bottom: 32px;
    font-size: 4.7rem;
    line-height: 4.7rem;
  }

  .hero-main_wrapping-oveflow {
    margin-bottom: 21px;
  }

  .text-field {
    margin-bottom: 34px;
  }

  .text-field.margin-20 {
    width: 100%;
    margin-right: 0;
  }

  .container.is-large.quote {
    border-style: none;
  }

  .social-wrapper {
    margin-top: 25px;
  }

  .footer-grid {
    grid-row-gap: 32px;
  }

  .large-title {
    line-height: 3.1rem;
  }

  .social-link {
    width: 70px;
    height: 70px;
    padding: 18px;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .footer-column {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-wrapper {
    margin-top: 40px;
  }

  .footer-title-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .button-cta {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .heading-logos {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-grid-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .grid-link-logo {
    flex-direction: column;
    align-items: center;
    width: 45%;
    display: flex;
  }

  .grid-link-logo.spaine {
    width: 69%;
    max-width: 170px;
  }

  .logo-nhs {
    width: 80px;
  }

  .logo-mars {
    width: 90px;
  }

  ._404--wrapper {
    flex: none;
    width: 100%;
  }

  .grid-link-page {
    flex-direction: column;
    align-items: center;
    min-width: 140px;
    min-height: 50px;
    display: flex;
  }

  .grid-lapotps {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .logo-client {
    width: 90px;
  }

  .logo-client._1 {
    width: 80px;
  }

  .heading-clients {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .graph_text {
    font-size: 17px;
  }

  .availability_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 560px;
  }

  .graph_bar {
    border-radius: 16px;
    padding: 16px;
  }

  .graph_bar.available {
    font-size: 10px;
    line-height: 130%;
  }

  .graph_bar.available.friday {
    border-radius: 10px;
  }

  .small_text.font_weight_bold {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .flex_wrapper.flex_left {
    font-size: 14px;
  }

  .flex_wrapper.flex_left.flex_gap_medium {
    flex-direction: row;
  }

  .card-padding {
    padding: 1.875rem;
  }

  .card-padding.mini {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .webflow-4-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-left-heading-white {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
  }

  .div-50 {
    width: 100%;
  }

  .checkbox-field-2 {
    margin-bottom: 6px;
  }

  .radio-main-text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .price-box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    right: 16px;
  }

  .question-box {
    width: 100%;
  }

  .success-message-2.quote {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-two-col {
    flex-direction: column;
  }

  .flex-two-col.wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .question-wrapper {
    border-width: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content_wrapper-cta {
    padding-left: 5px;
    padding-right: 5px;
  }

  ._2 {
    justify-items: center;
    padding: 0 .9rem 14px .3rem;
  }

  .form-wrapper-section-2 {
    border-style: none;
    margin-bottom: 40px;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_082933b8-d835-42f4-97bd-880bd7624e54-caf30334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43a6c09e-63c6-7fdd-76e7-e27e52d9be34-caf30334 {
  justify-self: center;
}

#w-node-_8a5f7f2f-51b4-ac9f-7930-23ed795f516f-caf30334, #w-node-_8a5f7f2f-51b4-ac9f-7930-23ed795f517b-caf30334, #w-node-_8a5f7f2f-51b4-ac9f-7930-23ed795f517c-caf30334, #w-node-_8a5f7f2f-51b4-ac9f-7930-23ed795f5185-caf30334, #w-node-_8a5f7f2f-51b4-ac9f-7930-23ed795f518e-caf30334, #w-node-_8a5f7f2f-51b4-ac9f-7930-23ed795f5197-caf30334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6390643f-7351-ac7a-0483-6cc4ff9495bd-caf30334, #w-node-d134a75f-e924-be1b-ae76-7ca6a9880c46-caf30334 {
  align-self: center;
  justify-self: center;
}

#w-node-_55dc8ac4-48d2-cb0a-c14e-2d8401bd5598-caf30334, #w-node-a24a795a-70bb-0edb-6345-f4e839e1c18a-caf30334 {
  justify-self: center;
}

#w-node-_1b91c7b3-9e68-e69d-2a8e-b52d147b60e8-caf30334 {
  align-self: center;
  justify-self: center;
}

#w-node-ce4a69bb-f094-29e6-bcab-f183ea3c872f-caf30334, #w-node-_165adf43-4abf-e4cd-b5c0-f17bfbf910a4-caf30334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20db868-ec1b-fa1b-f049-1252751c4cfb-caf30334, #w-node-_388ef425-7222-4659-9b7d-4401fd67be89-caf30334, #w-node-_6ed4811e-5c3b-f27a-4dbe-2f6c3dc316ff-caf30334 {
  align-self: center;
  justify-self: center;
}

#w-node-_4d8190d0-7d21-353a-8fd7-d71415a8ebe4-caf30334, #w-node-b460bdd1-e3b4-f3bc-3faa-0e357031e708-caf30334, #w-node-_8eef25bb-fd00-fa71-f004-f6147aef8c43-caf30334, #w-node-_6b8be336-e4c2-8915-e120-ad9a6a02e94d-caf30334, #w-node-c325d234-5820-d581-d453-af1066e60882-caf30334, #w-node-af8e12e5-5445-75bc-63d7-762aa6a834ba-caf30334, #w-node-_1b1bb003-de1a-fe05-1539-ec27054f7a20-caf30334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8f016d6-b905-dcf4-9a23-74c3d5a9e66f-caf30334 {
  align-self: center;
}

#w-node-_3a8be9f8-6693-ca4a-ebd7-945236417232-2b08cb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a8be9f8-6693-ca4a-ebd7-945236417233-2b08cb7f {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_341815c6-1291-26e6-683f-000e30003039-490cbab5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_341815c6-1291-26e6-683f-000e30003039-490cbab5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


