:root {
  --grey: #787878;
  --purple: #82027e;
  --deep-pink: #f4136b;
  --steel-blue: #1c8ad7;
  --light-grey: #cfcfcf;
  --white: white;
  --white-smoke: #f2f2f2;
  --indigo: #4f029c;
  --white-smoke-2: #f2f2f2;
  --black: black;
  --dark-slate-grey: #404147;
  --black-2: #252525;
  --accessible-components-dark-grey: #9b9b9b;
  --accessible-components-dodger-blue: #1378d1;
  --orange-red: #fe4101;
  --color-white: #ffffff;
  --color-pink: #e91e63;
  --color-text-primary: #333333;
  --color-text-secondary: #666666;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: proxima-soft, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: var(--purple);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: var(--purple);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--deep-pink);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  border-top: 1px solid var(--grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

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

label {
  color: var(--light-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.brand {
  width: 200px;
  padding: 20px 8px 10px;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  margin-top: 44px;
  position: fixed;
}

.hero-banner {
  background-image: url("../images/patholytix-hero.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding-top: 130px;
  padding-bottom: 34px;
  display: flex;
  position: relative;
}

.hero-banner.sub {
  background-position: 50%;
  height: auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.hero-banner.sub.pathtox {
  background-image: url("../images/tissues-samples.jpg");
}

.hero-banner.news {
  height: auto;
  min-height: 380px;
}

.hero-banner.subpage {
  border-bottom: 4px solid var(--deep-pink);
  background-color: var(--white);
  background-image: url("../images/patholytix-hero.jpg");
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  padding-top: 150px;
}

.hero-banner.subpage.pathtox {
  background-image: url("../images/tissues-samples.jpg");
}

.hero-banner.subpage.scanner {
  background-image: linear-gradient(#ffffffba, #ffffffba),
    url("../images/hamamatsu-s360.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading {
  max-width: 650px;
}

.nav-link {
  color: #787878;
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  padding: 30px 13px 28px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.nav-link:hover,
.nav-link.w--current {
  border-bottom-color: var(--deep-pink);
  color: var(--deep-pink);
}

.nav-link.hide {
  display: none;
}

.nav-link.dropdown {
  padding-right: 40px;
}

.topper {
  z-index: 9999;
  background-color: var(--white-smoke);
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  background-color: var(--purple);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 4px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

.button:hover {
  background-color: var(--deep-pink);
}

.button.pink {
  border: 1px solid var(--deep-pink);
  background-color: var(--deep-pink);
  color: var(--white);
}

.button.pink:hover {
  background-color: var(--purple);
}

.button.pink.reverse {
  color: var(--deep-pink);
  background-color: #0000;
  margin-right: 5px;
  font-size: 14px;
}

.button.pink.reverse:hover {
  background-color: var(--purple);
  color: var(--white);
}

.button.news-link {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

.button.fullwidth {
  background-color: var(--deep-pink);
  text-align: center;
  width: 100%;
}

.button.fullwidth:hover {
  background-color: var(--purple);
}

.button.topnav {
  border-radius: 0;
  padding: 12px 15px;
}

.button.gap-top {
  margin-top: 20px;
}

.button.download {
  text-align: center;
  width: 15%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block {
  margin-right: 15px;
  display: inline-block;
}

.intro {
  text-align: center;
  padding: 80px 20px;
  display: block;
  position: relative;
}

.intro.slides {
  padding: 80px 0;
  overflow: hidden;
}

.submit {
  float: left;
  background-color: var(--deep-pink);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 40%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  transition: all 0.2s;
  display: block;
  position: relative;
}

.submit:hover {
  background-color: var(--purple);
}

.submit.right {
  float: right;
  margin-top: 20px;
}

.container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.homehead {
  color: var(--purple);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}

.homehead.sub {
  margin-bottom: 25px;
  font-weight: 400;
}

.homehead.sub.pnk {
  color: var(--deep-pink);
}

.homehead.temp {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 400;
}

.why {
  background-color: var(--white-smoke);
  padding: 80px 10px;
}

.col-wrapper {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.column {
  border-bottom: 1px solid var(--light-grey);
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 20px;
}

.icon-container {
  float: left;
  margin-right: 15px;
  position: relative;
}

.feat-text-container {
  float: left;
  max-width: 190px;
  padding-right: 15px;
  position: relative;
}

.features-intro {
  background-image: linear-gradient(to bottom, var(--purple), var(--indigo));
  color: var(--white-smoke);
  padding: 80px 10px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.white {
  color: var(--white);
}

.line {
  border-bottom: 1px solid var(--deep-pink);
  height: 20px;
  margin-bottom: 30px;
}

.split {
  color: var(--grey);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.split.hide {
  display: none;
}

.half {
  width: 50%;
  padding: 45px;
}

.half.pink {
  background-color: var(--deep-pink);
  background-image: linear-gradient(to bottom, var(--indigo), var(--deep-pink));
  color: var(--white);
}

.half.purple {
  background-color: var(--purple);
  background-image: linear-gradient(to bottom, var(--deep-pink), var(--purple));
}

.half.navy {
  background-color: var(--indigo);
  background-image: linear-gradient(to bottom, var(--purple), var(--indigo));
}

.half.blue {
  background-color: var(--steel-blue);
  background-image: linear-gradient(
    to bottom,
    var(--indigo),
    var(--steel-blue)
  );
}

.half.grey {
  background-color: var(--white-smoke-2);
}

.half.newblue {
  background-color: var(--steel-blue);
  background-image: linear-gradient(
    to bottom,
    var(--steel-blue),
    var(--indigo)
  );
}

.split-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pad-right {
  padding-right: 45px;
}

.pad-left {
  padding-left: 45px;
}

.quote {
  color: var(--grey);
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.quote-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-wrapper.wider {
  max-width: 700px;
}

.name {
  color: var(--deep-pink);
  font-size: 16px;
}

.position {
  color: var(--purple);
  font-weight: 700;
}

.flex-cols {
  align-items: center;
  display: flex;
}

.cta {
  background-image: linear-gradient(to right, var(--purple), var(--steel-blue));
  color: var(--white);
  text-align: center;
  padding: 80px 10px;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  padding: 80px 0;
  position: relative;
}

.footer.new {
  background-color: var(--dark-slate-grey);
}

.spacer {
  height: 30px;
}

.diamond {
  z-index: 1;
  background-color: var(--white);
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -10px;
  transform: rotate(45deg);
}

.diamond.purple {
  background-color: var(--indigo);
}

.diamond.mid {
  top: 50%;
  bottom: auto;
}

.circle {
  box-shadow: 0 0 17px -9px var(--deep-pink);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.map {
  background-color: #c4c4c4;
  height: 100%;
}

.contentbelow {
  padding-top: 39px;
}

.field {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--deep-pink);
  background-color: var(--grey);
  color: var(--white);
  height: 40px;
  margin-bottom: 10px;
}

.field.textarea {
  height: 190px;
}

.deci-footer-logo {
  width: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-right {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.nomargin {
  margin-bottom: 0;
}

.form-block {
  background-color: #2c2a2b;
  border-radius: 10px;
  padding: 20px;
}

.final {
  border-top: 2px solid var(--black-2);
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.icon-row {
  margin-top: 45px;
  display: flex;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link:hover {
  color: var(--steel-blue);
}

.footer-heading {
  color: var(--deep-pink);
  text-transform: uppercase;
}

.nopad {
  padding-left: 0;
  padding-right: 0;
}

.demo {
  background-color: var(--white-smoke-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.news {
  background-color: var(--white-smoke-2);
  padding: 60px 0;
  position: relative;
}

.news.hide {
  display: none;
}

.news-item {
  float: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  display: flex;
  position: relative;
}

.newsimg {
  background-color: var(--white);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 740px;
  height: 380px;
  margin-bottom: 0;
  overflow: hidden;
}

.item {
  background-color: var(--white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  position: relative;
}

.smalldate {
  color: var(--grey);
  text-align: left;
  letter-spacing: 2px;
  border-top-style: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 14px;
}

.newscliphead {
  text-transform: none;
  margin-top: 5px;
  font-size: 22px;
  line-height: 24px;
}

.snippet {
  flex: 1;
}

.video {
  margin-top: 40px;
}

.collection-list-wrapper {
  margin-top: 25px;
}

.overlay {
  background-color: #f2f2f299;
  position: absolute;
  inset: 0%;
}

.overlay.fornews {
  align-items: flex-end;
  display: flex;
}

.overlay.darl {
  background-color: #0009;
  transition: all 0.2s;
}

.overlay.darl:hover {
  background-color: #0000000f;
}

.image {
  border-bottom: 2px solid var(--deep-pink);
  margin-bottom: 20px;
  display: none;
}

.share {
  border-bottom: 1px solid var(--light-grey);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
  display: flex;
}

.request-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-grey);
  height: 45px;
}

.request-input.textarea {
  height: 120px;
}

.form {
  background-color: var(--white-smoke-2);
  color: var(--dark-slate-grey);
  padding: 35px;
}

.form.reg {
  flex: 1;
}

.section {
  padding: 80px 0;
}

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

.section.litegrey {
  background-color: var(--white-smoke-2);
  position: relative;
}

.section.litegrey.news {
  padding-top: 35px;
}

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

.section.hide {
  display: none;
}

.section.dark {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.section.dark.adjust {
  padding-bottom: 60px;
}

.section.swoosh {
  background-image: linear-gradient(#ffffffe0, #ffffffe0),
    url("../images/swoosh.svg");
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 670px;
  background-attachment: scroll, fixed;
}

.section.purple {
  background-color: var(--purple);
}

.section.gradient {
  background-color: var(--black-2);
  background-image: radial-gradient(
    circle farthest-side at 0% 50%,
    var(--purple),
    var(--deep-pink)
  );
  padding-bottom: 60px;
}

.section.hero-padding {
  padding-top: 195px;
}

.section.lb {
  background-color: #eef2f6;
}

.label {
  color: var(--black-2);
}

.col {
  float: left;
  width: 50%;
  position: relative;
}

.col.left {
  padding-right: 5px;
}

.col.right {
  padding-left: 5px;
}

.checkbox {
  border-color: var(--black-2);
  border-radius: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--deep-pink);
  background-color: var(--deep-pink);
  border-radius: 0;
}

.checkbox.white {
  border-color: var(--white);
}

.priv-text {
  color: var(--black-2);
  letter-spacing: 0;
  text-transform: none;
}

.priv-text.white {
  color: var(--white);
}

.sticky {
  float: left;
  width: 33%;
  position: sticky;
  top: 80px;
}

.content {
  float: left;
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.content.blogcontent {
  float: right;
  width: 66%;
  font-size: 16px;
  line-height: 24px;
}

.slider {
  background-color: #0000;
  max-width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  overflow: visible;
}

.slide {
  padding-left: 0;
  padding-right: 0;
}

.trans-col {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.trans-layer {
  z-index: 10;
  background-color: #ffffffbf;
  position: absolute;
  inset: 0%;
}

.columns,
.slider-wrapper {
  display: flex;
}

.slide-block {
  max-width: 940px;
  position: relative;
}

.div-block-2,
.div-block-3 {
  flex: 1;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #f4136bb3;
  padding: 10px 20px 40px;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.subhead {
  color: var(--purple);
  text-transform: none;
  border-top-style: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 0;
}

.gap {
  height: 40px;
}

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

.partners {
  margin-top: 30px;
  margin-bottom: 60px;
}

.eurotext {
  font-size: 18px;
  line-height: 24px;
}

.newshead {
  color: var(--purple);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 30px;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.field-2 {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--deep-pink);
  background-color: #f2f2f2;
  height: 40px;
  margin-bottom: 10px;
}

.field-2.textarea {
  height: 120px;
}

.submit-2 {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fe4101;
  width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-soft, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.text-right-2 {
  text-align: right;
}

.line-2 {
  border-top: 3px solid #fe4101;
  width: 75px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.line-2.left {
  border-top-color: var(--deep-pink);
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.line-2.left {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.line-2.left.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.map-2 {
  background-color: #c4c4c4;
  height: 240px;
}

.spacefix {
  height: 24px;
}

.spacefix.treble {
  height: 72px;
}

.form-block-2 {
  background-color: #2c2a2b;
  padding: 10px 20px 20px;
}

.final-2 {
  border-top: 2px solid #fe4101;
  margin-top: 10px;
}

.spacer-2 {
  width: 100%;
  height: 30px;
}

.link-2 {
  color: var(--deep-pink);
  text-decoration: none;
}

.link-2:hover {
  color: var(--steel-blue);
}

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

.news-slider {
  height: auto;
}

.caption {
  color: var(--light-grey);
  margin-top: 5px;
  margin-bottom: 10px;
}

.mob {
  display: none;
}

.newslist {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.newitem {
  width: 100%;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fillimage {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.fillimage.center {
  object-position: 50% 50%;
}

.widecontain {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.widecontain.fornav {
  padding-left: 0;
  padding-right: 0;
}

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

.widecontain.center-text.large-gap-top {
  margin-top: 60px;
}

.quote-slide {
  text-align: center;
  background-color: #0000;
  height: auto;
}

.arrow {
  color: var(--purple);
}

.arrow-icon {
  font-size: 20px;
}

.q-slide {
  height: 100%;
  padding-bottom: 50px;
}

.q-mask {
  height: 100%;
}

.q-logo {
  width: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.pipe {
  color: var(--deep-pink);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 300;
}

.banner-logo {
  width: 260px;
  margin-top: 5px;
  margin-bottom: 40px;
}

.pink {
  color: var(--deep-pink);
}

.intro-flex {
  display: flex;
}

.text-flex {
  width: 50%;
  padding-right: 60px;
  font-size: 24px;
  line-height: 28px;
}

.text-flex.rhs {
  padding-left: 60px;
  padding-right: 0;
  font-size: 24px;
  line-height: 28px;
}

.text-flex.normal {
  font-size: 16px;
  line-height: 20px;
}

.product-head {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 28px;
}

.intro-video {
  border-radius: 20px;
  width: 50%;
  height: auto;
  overflow: hidden;
}

.purple {
  color: var(--purple);
}

.newvid {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 16px 4px #00000040;
}

.newvid.gap-top {
  margin-top: 20px;
}

.intro-para {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.pinkline {
  background-color: var(--deep-pink);
  width: 60px;
  height: 5px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.pinkline.center {
  margin-left: auto;
  margin-right: auto;
}

.centerflex {
  align-items: center;
  display: flex;
}

.fleximg {
  text-align: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.fleximg.fix-gap {
  margin-bottom: -52px;
}

.fleximg.fix-gap.fix-gap-top {
  margin-top: -52px;
}

.fleximg.lhs {
  padding-left: 0;
}

.fleximg.rhs {
  padding-right: 0;
}

.imageholder {
  border-radius: 5px;
  margin-top: -173px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px #00000040;
}

.req {
  color: var(--deep-pink);
}

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

.location-card {
  background-color: var(--black-2);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.location-card.contact {
  background-color: #fff;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.cardhead {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
}

.rounded {
  border-radius: 10px;
  overflow: hidden;
}

.rounded.shorten {
  height: 350px;
}

.pathtox-slide {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-5 {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}

.funding-text {
  color: var(--grey);
  max-width: 600px;
  padding-left: 20px;
}

.droplink {
  border-bottom: 1px solid var(--purple);
  color: var(--grey);
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s;
}

.droplink:hover,
.droplink.w--current {
  border-bottom-color: var(--deep-pink);
  color: var(--deep-pink);
}

.droplist.w--open {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.filter {
  justify-content: flex-start;
  display: flex;
}

.filter-button {
  color: var(--grey);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  padding: 15px 16px;
  font-weight: 600;
}

.filter-button:hover {
  color: var(--purple);
}

.filter-button.jetboost-filter-active {
  color: var(--deep-pink);
}

.jetboost-filter-3g2n {
  width: auto;
}

.div-block-6 {
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.hidey {
  width: 33%;
}

.scrolloffset {
  display: block;
  position: absolute;
  top: -130px;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_title {
  color: #3b3b3b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-manager_component-2 {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color 0.2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_label {
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--purple);
  background-color: var(--purple);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  border-color: var(--indigo);
  background-color: var(--indigo);
  color: #fff;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--purple);
  color: var(--purple);
  background-color: #fff;
}

.fs-cc-banner_text-link {
  color: #3b3b3b;
  border-bottom: 2px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_button {
  border: 2px solid var(--deep-pink);
  background-color: var(--deep-pink);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button:hover {
  border-color: var(--indigo);
  background-color: var(--indigo);
  color: #fff;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--purple);
  color: var(--purple);
  background-color: #f5f5f5;
}

.fs-cc-banner_close-icon {
  color: var(--deep-pink);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #3b3b3b;
  font-size: 12px;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_component-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.quote-spacer {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-flex {
  display: flex;
}

.cite-and-logo {
  height: 120px;
}

.field-wrapper {
  position: relative;
}

.grid-2 {
  grid-template-rows: auto auto;
}

.poster {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 8px 8px 13px;
  display: flex;
}

.text-block-3 {
  color: var(--black-2);
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

.poster-name {
  width: 60%;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

.year {
  margin-left: 15px;
  margin-right: 15px;
}

.poster-date,
.poster-venue {
  border-left: 1px solid var(--white-smoke-2);
  color: var(--grey);
  align-self: stretch;
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 600;
}

.post-year,
.post-venue {
  color: var(--black-2);
  font-size: 14px;
  font-weight: 400;
}

.interest-form {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 42px;
  position: relative;
}

.button-2 {
  float: right;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fe4101;
  flex: 0 auto;
  align-self: stretch;
  padding: 15px 25px;
  font-family: proxima-soft, sans-serif;
  transition: background-color 0.3s;
}

.button-2:hover {
  background-color: #c34a20;
}

.button-2.latest {
  float: none;
  background-color: #0000;
  border: 2px solid #fe4101;
  margin: 40px auto 10px;
  display: none;
  position: relative;
}

.button-2.latest:hover {
  background-color: #fe4101;
}

.button-2.scan {
  float: none;
  border: 1px solid #fe4101;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 14px;
  transition: all 0.2s;
}

.button-2.scan.reverse {
  background-color: #0000;
}

.button-2.scan.reverse:hover {
  color: #fe4101;
}

.hoiz-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hoiz-flex.vert-align {
  align-items: flex-start;
}

.centre-feature {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 24px;
  display: none;
}

.pink-bold {
  color: var(--deep-pink);
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.ai-service-feature-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feat-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.pink-lc {
  color: var(--deep-pink);
  text-transform: none;
}

.workflow {
  grid-column-gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.workflow-item {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 25%;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}

.progress-arrow {
  z-index: 0;
  background-color: var(--deep-pink);
  border-bottom-left-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 50% -10px 0% auto;
  transform: rotate(45deg);
}

.text-block-4 {
  color: var(--indigo);
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}

.workflow-item-text-wrap {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 25px 25px 15px;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  position: relative;
}

.div-block-7 {
  flex: 1;
  padding: 8px;
}

.larger {
  max-width: 70ch;
  margin: 12px auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.big-head {
  color: var(--purple);
  max-width: 60ch;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.quote-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.quote-text {
  width: 100%;
  margin-bottom: 25px;
  padding-right: 25px;
}

.quote-logo {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraph-2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.image-3 {
  width: 650px;
  height: 240px;
}

.slide-img {
  box-shadow: none;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.larger-head {
  font-weight: 400;
}

.sanofi {
  margin-top: 20px;
  margin-bottom: 20px;
}

.extra-margin {
  margin-bottom: 30px;
}

.bigger-h2 {
  font-size: 38px;
  line-height: 42px;
}

.cell-overlay {
  color: var(--grey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 9px;
  font-size: 20px;
  position: relative;
  inset: auto 0% 0%;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.container-2.horiz-flex {
  align-items: center;
  display: flex;
}

.superhead {
  color: #fe4101;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.image-box {
  width: 100%;
  max-width: 700px;
}

.text-left-2 {
  background-color: #f2f2f2cc;
  max-width: 600px;
  margin-left: -40px;
  padding: 60px;
  box-shadow: 0 6px 7px 4px #3634352e;
}

.text-left-2.swap {
  margin-left: 0;
  margin-right: -40px;
  position: relative;
}

.text-left-2.swap.white {
  color: var(--grey);
}

.label-2 {
  color: #363435;
}

.map-3 {
  background-color: #c4c4c4;
  height: 300px;
}

.map-3.hide {
  display: none;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.scanning-nav {
  text-align: center;
  background-color: #363435e6;
  width: 100%;
  font-family: proxima-soft, sans-serif;
  font-weight: 500;
  position: relative;
}

.field-col-wrap {
  align-items: flex-end;
  display: flex;
}

.textfield {
  border: 1px #000;
  border-bottom: 1px solid #9b9b9b;
  height: 45px;
}

.textfield.textarea {
  height: 100px;
}

.final-3 {
  border-top: 2px solid var(--deep-pink);
  margin-top: 40px;
}

.field-wrapper-2 {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.new-footer {
  color: #fff;
  background-color: #363435;
  padding-top: 80px;
  padding-bottom: 80px;
}

.submit-3 {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fe4101;
  width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-soft, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.submit-3:hover {
  background-color: #c73f11;
}

.cont {
  font-family: proxima-soft, sans-serif;
  font-size: 14px;
}

.section-2 {
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.section-2.black {
  background-color: #9b9b9b;
  background-image: linear-gradient(#000000bf, #3634357a),
    url("../images/hamamatsu-s360.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #fe4101;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-2.grey {
  background-color: #f2f2f2;
}

.navlink {
  color: #fe4101;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

.navlink:hover,
.navlink.w--current {
  color: #fff;
}

.subheading {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  line-height: 28px;
}

.subheading.sub-sub {
  color: #fe4101;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.subheading.scan {
  font-size: 24px;
}

.tagline {
  color: #bfbfbf;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-soft, sans-serif;
  font-size: 36px;
  font-weight: 300;
  position: relative;
}

.tagline.subbyline {
  position: relative;
  bottom: 0;
}

.header {
  background-color: #363435;
  border-top: 5px #fe4101;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 140px 0 90px;
  display: flex;
  position: relative;
}

.header.scanning {
  background-image: linear-gradient(#363435ab, #000000e8),
    url("../images/hamamatsu-s360.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.scan-form {
  text-align: left;
  background-color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 60px;
  box-shadow: 0 1px 8px 5px #00000030;
}

.scan-form.hide {
  display: none;
}

.navmenu {
  float: none;
}

.form-2 {
  background-color: #f2f2f2;
  padding: 44px;
}

.logo-wrapper {
  text-align: center;
  width: 400px;
  height: auto;
  margin-bottom: 59px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.logo-wrapper.subby {
  height: auto;
  margin-bottom: 60px;
  position: relative;
}

.orange {
  color: #fe4101;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.scan-topper {
  color: var(--grey);
}

.orange-link {
  color: var(--deep-pink);
}

.inform-check {
  color: var(--black-2);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
}

.mid-flex {
  align-items: center;
  display: flex;
}

.scanner-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.scan-img {
  border-radius: 20px;
  width: 50%;
  height: 450px;
  overflow: hidden;
}

.extra-cta {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 30px;
}

.extra-cta.dark {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.path-powered {
  width: 200px;
}

.footer-top-flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  display: flex;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

.social-link {
  color: #fff;
  width: 48px;
  height: 48px;
  padding: 3px;
  transition: all 0.2s;
}

.social-link:hover {
  color: var(--deep-pink);
}

.hiw-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 100%;
  max-width: 25%;
  height: 180px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
}

.div-block-9.fw {
  max-width: 100%;
  height: auto;
}

.hiw-icon {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  padding: 9px 9px 9px 0;
  display: flex;
}

.hiw-arrow {
  width: 20px;
  height: 40px;
  margin-bottom: auto;
  position: absolute;
  inset: 50px 60px 0% auto;
}

.text-block-5 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}

.home-subhead {
  text-transform: none;
  max-width: 30ch;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 32px;
}

.request {
  position: absolute;
  top: -150px;
  left: 0;
}

.hideme {
  display: none;
}

.text-center {
  text-align: center;
  margin-top: 43px;
  font-size: 24px;
  line-height: 28px;
}

.different {
  padding-top: 55px;
  padding-bottom: 55px;
}

.different-flex {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.different-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 25%;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.different-icon {
  background-color: var(--purple);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  padding: 19px;
}

.brochures {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.brochure-block {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.brochure-head {
  color: var(--grey);
  text-transform: none;
  margin-top: 0;
}

.download-modal {
  z-index: 9999;
  background-color: #000000e8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.download-form {
  color: #000;
  background-color: #ccc;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  position: relative;
}

.input {
  border-radius: 4px;
  height: 40px;
}

.link-3 {
  margin-top: 20px;
  display: block;
}

.text-block-6 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 24px;
}

.download-success {
  border-radius: 10px;
}

.close {
  color: var(--deep-pink);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close:hover {
  background-color: var(--deep-pink);
  color: var(--white);
}

.close.profile {
  background-color: var(--purple);
  color: var(--white);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 24px;
}

.close.profile:hover {
  background-color: var(--deep-pink);
}

.close.rev {
  background-color: var(--deep-pink);
  color: var(--white);
}

.poster-head {
  color: var(--black-2);
  text-transform: none;
  margin-bottom: 10px;
}

.contact-flex {
  justify-content: space-between;
  display: flex;
}

.contact-form {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  position: relative;
}

@media (max-width: 480px) {
  .contact-form {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}

.div-block-11 {
  flex: 1;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-wrapper {
  font-family: Montserrat, sans-serif;
}

.new-hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-hero.aug2023 {
  align-items: center;
  padding-top: 118px;
}

.btn {
  background-color: var(--deep-pink);
  text-transform: uppercase;
  border-radius: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.2s;
}

.btn:hover {
  background-color: var(--purple);
}

.btn.margin {
  margin-left: 10px;
}

.btn.no-margin {
  margin-bottom: 0;
}

.btn.lp {
  border-radius: 25px;
  padding: 15px 25px;
  font-size: 16px;
}

.btn.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.big-swoosh {
  z-index: 1;
  mix-blend-mode: multiply;
  width: 800px;
  height: 800px;
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.large-heading {
  color: var(--purple);
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.large-heading.white {
  color: var(--light-grey);
}

.large-heading.grey {
  color: var(--white-smoke-2);
}

.top-heading {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.small-heading {
  color: var(--deep-pink);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.small-heading.nocaps {
  text-transform: none;
}

.home-hero-container {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.new-line {
  background-color: var(--deep-pink);
  width: 60px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.play-button {
  background-color: var(--deep-pink);
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 14px 14px 14px 19px;
  transition: all 0.2s;
  display: flex;
}

.play-button:hover {
  background-color: var(--purple);
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--grey);
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.big-section {
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.big-section.speed {
  background-color: #f9ffff;
  background-image: url("../images/sped.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-section.score {
  background-color: #efefef;
  background-image: url("../images/review.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-section.reach {
  background-image: url("../images/newglp.jpg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-section.quality {
  color: #fff;
  background-color: #000;
  background-image: url("../images/image-quality.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-section.unlock {
  background-image: url("../images/unlock.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-section.critical {
  background-image: url("../images/critital-white.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.split-section-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-top: 58px;
  margin-bottom: 58px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-half {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.text-half.text-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.new-section-head {
  color: var(--deep-pink);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 28px;
}

.smaller-head {
  color: var(--purple);
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
}

.smaller-head.white {
  color: #fff;
}

.nav {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffd9;
  position: fixed;
  inset: 0% 0% auto;
}

.path-brand {
  width: 200px;
  padding: 16px 10px;
}

.nav-item {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  transition: all 0.2s;
}

.nav-item:hover,
.nav-item.w--current {
  color: var(--deep-pink);
}

.nav-item.drop {
  padding-right: 40px;
}

.topmenu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.menu {
  text-align: right;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
  position: static;
}

.pink-icon {
  color: var(--deep-pink);
  margin-right: 15px;
}

.nav-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.bg-vid {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-overlay {
  background-color: #fffc;
  position: absolute;
  inset: 0%;
}

.new-sub-banner {
  background-color: var(--dark-slate-grey);
  text-align: left;
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/sped.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  padding-top: 125px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-sub-banner.data-capture {
  background-color: #fff;
  background-image: url("../images/slides-here.jpg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.new-sub-banner.image-qc {
  background-color: #cecece;
  background-image: url("../images/image-quality.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.new-sub-banner.ai-solutions {
  background-color: #f1efef;
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/critital-white.jpg");
  background-position: 0 0, 50%;
}

.new-sub-banner.compliance-module {
  background-color: #b4b4b4;
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/one-finger.jpg");
  background-position: 0 0, 100%;
}

.new-sub-banner.scan {
  background-color: var(--light-grey);
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/scanner.jpg");
  background-position: 0 0, 100% 24%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.new-sub-banner.shorten {
  background-color: var(--white);
  background-image: none;
  min-height: 45vh;
}

.new-sub-banner.shorten.realshort {
  min-height: auto;
  padding-top: 162px;
}

.new-sub-banner.shorten.consultants {
  min-height: auto;
  padding-top: 167px;
}

.new-sub-banner.ai-services {
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/happy-pathologist.jpg");
  background-position: 0 0, 50% 0;
}

.new-sub-banner.aug {
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/complete.jpg");
  background-position: 0 0, 100%;
  height: 800px;
  min-height: auto;
}

.new-sub-banner.aug.flexible {
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/flexibility.jpg");
  background-position: 0 0, 50%;
}

.new-sub-banner.aug.confidence {
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/review.jpg");
  background-position: 0 0, 80%;
}

.new-sub-banner.aug.support {
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/support.jpg");
  background-position: 0 0, 100%;
}

.new-sub-banner.aug.collab {
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/support.jpg");
}

.new-sub-banner.aug.speed {
  background-image: linear-gradient(to right, #0000, #fff 62%),
    url("../images/stopwatch.jpg");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.new-sub-banner.aug.scan {
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/scanner.jpg");
}

.new-sub-banner.aug.time {
  background-image: linear-gradient(to right, #fff0, #fff 73%),
    url("../images/critital-white.jpg");
  background-position: 0 0, 0%;
}

.new-sub-banner.aug.glp {
  background-image: linear-gradient(to right, #ffffffd9, #fff0 73%),
    url("../images/newglp.jpg");
}

.new-banner-header {
  color: var(--deep-pink);
  font-weight: 700;
}

.new-flex {
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: relative;
}

.new-flex.small-gap-top {
  margin-top: 40px;
}

.new-flex.align-top {
  align-items: flex-start;
}

.new-flex.align-top.calc-flex {
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 40px;
}

.new-flex.align-bottom {
  align-items: flex-end;
}

.new-flex.for-home {
  min-height: 40vh;
  padding-top: 15px;
  padding-bottom: 15px;
}

.new-text-box {
  max-width: 50%;
  padding: 30px 40px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.new-text-box.expand {
  max-width: 60%;
}

.new-text-box.nopadleft {
  padding-left: 0;
}

.new-text-box.no-pad-top {
  padding-top: 0;
  font-size: 18px;
  line-height: 28px;
}

.new-text-box.lhs {
  padding-left: 0;
  padding-right: 40px;
}

.new-text-box.smaller {
  max-width: 40%;
  padding-top: 60px;
  padding-left: 0;
}

.new-text-box.calc-box {
  max-width: 66%;
  padding-top: 0;
  padding-right: 0;
}

.new-banner-heading {
  font-weight: 700;
}

.new-intro-vide {
  border-radius: 20px;
  max-width: 60%;
  overflow: hidden;
}

.end-copy {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.end-copy.white {
  color: var(--white);
}

.iso {
  width: 250px;
}

.sub-banner-text-wrap {
  max-width: 50%;
}

.testimonial {
  color: var(--dark-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 22px;
  line-height: 28px;
  display: flex;
}

.testimonial.flex-style {
  text-align: left;
  align-items: flex-start;
  width: 60%;
}

.testimonial.large-gap-top {
  margin-top: 60px;
  position: relative;
}

.test-name {
  color: var(--purple);
  margin-top: 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.test-company {
  color: var(--light-grey);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.quotation {
  color: var(--deep-pink);
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.quotation.rotate {
  margin-top: 20px;
  margin-bottom: 0;
  transform: rotate(180deg);
}

.side-flex {
  width: 45%;
  padding-right: 45px;
  position: relative;
}

.side-flex.wider {
  width: 60%;
}

.div-block-13 {
  margin-top: 31px;
  display: flex;
}

.div-block-14 {
  border: 2px solid var(--light-grey);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: -30px;
  margin-right: 20px;
  overflow: hidden;
}

.div-block-14.overlap {
  margin-left: -30px;
}

.pagehead {
  color: var(--deep-pink);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.header-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.header-container.push-right {
  justify-content: flex-end;
  display: flex;
}

.topline {
  color: var(--purple);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.topline.white {
  color: #fff;
}

.bottom-line {
  color: var(--deep-pink);
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-15 {
  text-align: left;
  position: relative;
}

.path-three-point-zero-cta {
  background-image: linear-gradient(#ffffffd4, #ffffffd4),
    url("../images/swoosh.svg");
  background-position: 0 0, 120% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
  display: flex;
}

.cta-item {
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: #f2f2f2a6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  overflow: hidden;
}

.cta-item:hover {
  background-color: #fffffff2;
  transform: scale(1.1);
}

.cta-item.w--current {
  display: none;
}

.discover {
  color: var(--deep-pink);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
}

.div-block-16 {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.mini-cta-text {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.mini-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.callout-box {
  background-color: var(--white-smoke-2);
  border-radius: 10px;
  flex: 1;
  align-items: center;
  height: 100%;
  padding: 54px;
  font-size: 24px;
  line-height: 28px;
  display: flex;
}

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

.location-image {
  filter: grayscale();
  height: 200px;
  overflow: hidden;
}

.new-map {
  background-color: #5e5e5e;
  height: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}

.div-block-17 {
  padding-bottom: 30px;
}

.div-block-18 {
  text-align: right;
}

.div-block-19 {
  border-bottom: 1px solid #585858;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.contact-modal {
  z-index: 9999;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 75px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.contact-modal.contact,
.contact-modal.demo {
  display: none;
}

.contact-modal.scanning {
  opacity: 0;
  display: none;
}

.close-me {
  cursor: pointer;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.right-container {
  width: 50%;
  position: relative;
}

.ai-banner {
  background-color: var(--light-grey);
  background-image: linear-gradient(
    238deg,
    var(--light-grey),
    var(--white-smoke-2)
  );
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.ai-flex {
  flex: 1;
}

.large-para {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.video-modal {
  z-index: 9999;
  background-color: #404147f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.big-video {
  max-width: 900px;
  position: relative;
}

.scan-modal {
  z-index: 9999;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.mini-cta-heading-container {
  width: 100%;
  height: 60px;
}

.call {
  color: var(--dark-slate-grey);
}

.call:hover {
  color: var(--deep-pink);
}

.drop-toggle.mob-only {
  display: none;
}

.intro-video-wrapper {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.large {
  font-size: 18px;
  line-height: 24px;
}

.hero-slider {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 100%;
  position: absolute;
}

.hide {
  display: none;
}

.slide-wrapper {
  background-image: radial-gradient(
    circle farthest-corner at 100% 100%,
    #fff,
    var(--light-grey)
  );
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.slide-wrapper.dark {
  background-image: radial-gradient(
    circle farthest-corner at 100% 100%,
    var(--black-2),
    var(--dark-slate-grey) 98%,
    var(--light-grey)
  );
}

.slide-content {
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 127px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.slide-flex {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.slide-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-image {
  width: 50%;
  height: 100%;
}

.names {
  color: var(--dark-slate-grey);
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.person {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.spechead {
  color: var(--purple);
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.spechead.pink {
  color: var(--deep-pink);
}

.webinar-qc {
  background-color: var(--dark-slate-grey);
  background-image: radial-gradient(
    circle farthest-corner at 100% 100%,
    var(--black-2),
    var(--dark-slate-grey)
  );
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.webinar-qc.newctya {
  background-image: radial-gradient(
    circle farthest-side at 100% 100%,
    var(--deep-pink),
    var(--black-2) 43%
  );
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-text-box {
  flex: 1;
  max-width: 60%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
  line-height: 30px;
}

.cta-text-box.lhs {
  padding-left: 0;
}

.cta-head {
  color: var(--light-grey);
  letter-spacing: 4px;
}

.image-qc-slider {
  box-shadow: 0 4px 10px 0 var(--light-grey);
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 10px auto;
}

.slide-part {
  border: 1px solid #fff;
  width: 50%;
}

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

.author {
  border-bottom: 1px solid #cfcfcf;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  display: flex;
}

.author-head {
  background-color: #b1b1b1;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
}

.text-block-7 {
  color: var(--indigo);
  font-size: 16px;
  font-weight: 600;
}

.text-block-8 {
  color: var(--grey);
}

.egg {
  z-index: 1;
  color: #0000;
  text-shadow: none;
  cursor: pointer;
  background-image: url("../images/easter-egg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: none;
  position: absolute;
  inset: auto auto 20px 0%;
}

.egg.center-egg {
  z-index: 9999;
  color: #000;
  text-shadow: 0 0 2px #fff, 0 1px 3px #fff;
  background-image: url("../images/easter-egg.svg"),
    linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 250px 250px, auto;
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 50px;
  line-height: 50px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.egg.center-egg.hide-egg {
  display: none;
}

.hidden-layer {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.hidden-overlay {
  z-index: 1;
  background-image: linear-gradient(
    to bottom,
    #fff0 5%,
    var(--white-smoke-2) 17%
  );
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.continue-form {
  width: 100%;
  max-width: 500px;
  padding: 43px 43px 43px 0;
}

.darklabel {
  color: #000;
}

.text-block-9 {
  margin-bottom: 11px;
}

.thanks {
  color: var(--black);
  text-transform: uppercase;
  background-color: #d9ffce;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

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

.new-intro {
  color: var(--purple);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.new-intro.pink {
  color: var(--deep-pink);
}

.new-intro.white {
  color: var(--white);
}

.cta-button-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-cta-head {
  color: #fff;
  font-weight: 700;
}

.explore {
  background-color: #eee;
  padding-top: 80px;
}

.div-block-20 {
  background-image: url("../images/complete-square.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-20.flex {
  background-image: url("../images/flexible-square.jpg");
  background-position: 50%;
  background-size: cover;
}

.div-block-20.certain {
  background-image: url("../images/confidence-square.jpg");
  background-position: 50%;
  background-size: cover;
}

.div-block-20.support {
  background-image: url("../images/support-square.jpg");
  background-position: 50%;
  background-size: cover;
}

.heading-2 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 55px;
  padding: 0;
}

.alt-nav {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-transform: uppercase;
  background-color: #ffffffd9;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-menu-2 {
  text-align: center;
  width: 100%;
}

.inner-nav {
  color: var(--purple);
  padding-top: 27px;
  padding-bottom: 27px;
}

.inner-nav:hover,
.inner-nav.w--current {
  color: var(--deep-pink);
}

.max-size {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
}

.newvideo {
  background-image: linear-gradient(to right, #ffffffd6, #fff0 71%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-drop.mega-drop {
  position: static;
}

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

.dropicon {
  margin-right: 10px;
}

.mega-menu.w--open {
  background-color: #0000;
  height: auto;
  margin-top: 124px;
  padding: 0 0 20px;
  inset: 0 0% auto;
  overflow: hidden;
}

.menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.navlink-2 {
  color: #fff;
  text-transform: none;
  padding: 15px 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
}

.navlink-2:hover,
.navlink-2.w--current {
  color: #fd7624;
}

.navlink-2.drop {
  padding-right: 35px;
}

.spacer-3 {
  flex: 1;
}

.purple-2 {
  color: #b239f1;
}

.div-block-51 {
  background-color: #fff;
  border-radius: 15px;
  padding: 0;
}

.see-more {
  color: #fd7624;
  background-color: #0000;
  margin-top: 10px;
  padding: 12px 25px 12px 0;
  font-weight: 600;
}

.see-more:hover {
  color: #a5501c;
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-60 {
  background-color: var(--white-smoke-2);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  display: flex;
}

.heading-3 {
  color: var(--purple);
  text-transform: none;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  transition: all 0.2s;
}

.heading-3:hover {
  color: var(--deep-pink);
}

.vert-spacer {
  flex: 1;
  width: 100%;
}

.mega-image {
  background-color: var(--dark-slate-grey);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100px;
  margin-bottom: 12px;
  transition: all 0.2s;
  overflow: hidden;
}

.mega-image:hover {
  opacity: 0.61;
}

.div-block-61 {
  background-color: #cfcfcf3b;
  border-radius: 5px;
  height: 100%;
  padding: 25px;
  font-size: 16px;
}

.heading-4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.cta-heading-block {
  color: var(--indigo);
}

.cta-heading-block:hover {
  color: var(--deep-pink);
}

.gap-bottom {
  margin-bottom: 20px;
}

.sidebar {
  width: 33%;
}

.wide-flex-box {
  width: 64%;
}

.calculator-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 22px;
}

.roi-form-wrapper {
  z-index: 1;
  background-color: var(--white-smoke-2);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0 2px 15px 5px #00000057;
}

.fs_rangeslider-3_message {
  color: var(--accessible-components-dark-grey);
}

.fs_rangeslider-3_input {
  display: none;
}

.fs_rangeslider-3_fill {
  background-color: #1378d1;
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs_rangeslider-3_handle-right {
  z-index: 1;
  color: #fff;
  cursor: grab;
  background-color: #1378d1;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-3_handle-right:focus-visible,
.fs_rangeslider-3_handle-right[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-3_handle-left {
  z-index: 1;
  color: #fff;
  cursor: grab;
  background-color: #1378d1;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-3_handle-left:focus-visible,
.fs_rangeslider-3_handle-left[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-3_track {
  background-color: #f5f5f5;
  height: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs_rangeslider-3_wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs_rangeslider-3_embed {
  margin-bottom: 0;
}

.fs_rangeslider-3_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.calc-label {
  color: var(--purple);
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
}

.fs_rangeslider-1_message {
  color: var(--accessible-components-dark-grey);
}

.fs_rangeslider-1_input {
  display: none;
}

.fs_rangeslider-1_fill {
  background-color: var(--purple);
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs_rangeslider-1_handle-text {
  text-align: center;
  margin-bottom: -2.25rem;
  margin-left: -0.4rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fs_rangeslider-1_handle {
  z-index: 1;
  background-color: var(--deep-pink);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-1_handle:focus-visible,
.fs_rangeslider-1_handle[data-wf-focus-visible] {
  background-color: var(--accessible-components-dodger-blue);
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-1_track {
  background-color: var(--light-grey);
  width: 100%;
  height: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs_rangeslider-1_wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem;
  display: block;
  position: relative;
}

.fs_rangeslider-1_embed {
  margin-bottom: 0;
}

.fs_rangeslider-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_rangeslider-3_message-2 {
  color: var(--accessible-components-dark-grey);
}

.fs_rangeslider-3_input-2 {
  display: none;
}

.fs_rangeslider-3_fill-2 {
  background-color: var(--purple);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs_rangeslider-3_handle-right-2 {
  z-index: 1;
  background-color: var(--deep-pink);
  color: #fff;
  cursor: grab;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-3_handle-right-2:focus-visible,
.fs_rangeslider-3_handle-right-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-3_handle-left-2 {
  z-index: 1;
  background-color: var(--deep-pink);
  color: #fff;
  cursor: grab;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-3_handle-left-2:focus-visible,
.fs_rangeslider-3_handle-left-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-3_track-2 {
  background-color: var(--light-grey);
  height: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs_rangeslider-3_wrapper-2 {
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs_rangeslider-3_embed-2 {
  margin-bottom: 0;
}

.fs_rangeslider-3_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-3 {
  margin-bottom: 0;
}

.results {
  background-color: var(--purple);
  color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -30px;
  padding: 65px 40px 40px;
}

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--deep-pink);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.roi-figure {
  color: var(--white);
  background-color: #fff0;
  border: 0 #000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
  display: block;
}

.roi-figure.side {
  width: auto;
  display: block;
}

.form-block-4 {
  background-color: #5f035c;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 30px;
}

.field-contain {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
}

.field-wrap {
  flex: 1;
}

.table_cell {
  padding: 5px;
  font-size: 14px;
}

.table_cell.bold {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
}

.table_row {
  border-bottom: 1px solid var(--grey);
}

.table_footer {
  color: var(--purple);
  border-top: 2px solid #000;
  font-weight: 700;
}

.table_header {
  color: var(--purple);
  text-align: left;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 600;
}

.table_head {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.table_component {
  width: 100%;
  margin-top: 20px;
}

.div-block-62 {
  background-color: var(--white-smoke);
  border-radius: 20px;
  padding: 30px;
}

.heading-5 {
  text-transform: none;
  margin-top: 0;
  font-weight: 700;
}

.heading-6 {
  color: var(--deep-pink);
  text-transform: none;
  font-weight: 600;
}

.feature-box {
  text-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.icon {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.heading-7 {
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-3 {
  color: var(--deep-pink);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.study {
  background-color: var(--white);
  border-radius: 5px;
  max-width: 220px;
  padding: 6px;
  box-shadow: 0 2px 5px 4px #00000063;
}

.study.rot {
  transform: rotate(-7deg);
}

.study.rot.wide {
  max-width: 280px;
}

.study.rot-opp {
  transform: rotate(4deg);
}

.image-4 {
  mix-blend-mode: multiply;
}

.study-cell {
  justify-content: space-between;
  align-items: center;
  padding: 22px;
}

.study-logo {
  mix-blend-mode: multiply;
  width: 180px;
  margin-top: 20px;
}

.study-logo.sano {
  margin-bottom: 20px;
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.hero-para {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.html-embed {
  width: 100%;
}

.heading-8 {
  color: var(--deep-pink);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.fs_rangeslider-1_message-2 {
  color: var(--accessible-components-dark-grey);
}

.fs_rangeslider-1_input-2 {
  display: none;
}

.fs_rangeslider-1_fill-2 {
  background-color: #1378d1;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs_rangeslider-1_handle-text-2 {
  text-align: center;
  margin-bottom: -2.25rem;
  margin-left: -0.4rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fs_rangeslider-1_handle-2 {
  z-index: 1;
  cursor: grab;
  background-color: #1378d1;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-1_handle-2:focus-visible,
.fs_rangeslider-1_handle-2[data-wf-focus-visible] {
  background-color: var(--accessible-components-dodger-blue);
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-1_track-2 {
  background-color: #f5f5f5;
  width: 100%;
  height: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs_rangeslider-1_wrapper-2 {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem;
  display: block;
  position: relative;
}

.fs_rangeslider-1_embed-2 {
  margin-bottom: 0;
}

.fs_rangeslider-1_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-rangeslider_form {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
}

.fs-rangeslider_form.roi-form-wrapper {
  max-width: none;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #5c2aff;
  border-radius: 100rem;
  flex: none;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px #0003;
}

.fs-rangeslider_handle:focus {
  background-color: #5c2aff;
}

.fs-rangeslider_handle.is-pink {
  background-color: var(--deep-pink);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fs-rangeslider_wrapper {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs-rangeslider_track {
  background-color: var(--light-grey);
  border-radius: 999rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_handle-value {
  color: var(--white);
  text-align: center;
  width: 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  inset: auto auto 0% 0%;
}

.fs-rangeslider_input {
  display: block;
}

.fs-rangeslider_fill {
  background-color: #835dff;
  background-image: linear-gradient(270deg, var(--deep-pink), var(--purple));
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.paragraph-4 {
  margin-bottom: 30px;
}

.text-block-10 {
  font-size: 12px;
}

.roi-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.roi-fig-text {
  flex: 1;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.expert {
  background-color: var(--white);
  border-radius: 35px;
  flex-flow: column;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.expert-profile-shot {
  filter: grayscale();
  border-radius: 10px 0 0;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
}

.expert-name {
  color: var(--white);
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.expert-name.grey {
  color: var(--dark-slate-grey);
  font-size: 48px;
  line-height: 50px;
}

.qual-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.qual {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  border-bottom: 1px solid #5a025780;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 6px;
  font-weight: 500;
  display: flex;
}

.div-block-65 {
  background-color: #edf1f5;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 10px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.expert-name-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid var(--deep-pink);
  background-color: var(--purple);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-11 {
  color: #686868;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.qual-icon {
  color: var(--deep-pink);
  width: 24px;
  height: 24px;
}

.qual-icon.purple {
  color: var(--purple);
}

.qual-text {
  flex: 1;
  font-size: 14px;
}

.div-block-67 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--deep-pink);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.div-block-67.white {
  color: var(--white);
}

.about-name {
  color: var(--purple);
}

.expert-modal {
  z-index: 9999;
  opacity: 0;
  background-color: #ffffffe6;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.exert-details {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 980px;
  padding: 50px;
  position: relative;
  box-shadow: 0 2px 15px #0003;
}

.profile-sidebar {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding: 0;
  display: flex;
}

.profile-content {
  flex: 1;
  padding-top: 30px;
}

.flex-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
}

.sidebar-headshot {
  border-radius: 20px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  overflow: hidden;
}

.profile-snapshot {
  z-index: 2;
  background-color: var(--purple);
  color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000008f;
}

.hobbies {
  z-index: 1;
  background-color: var(--deep-pink);
  color: var(--white);
  border-radius: 20px;
  width: 100%;
  margin-top: -40px;
  padding: 50px 20px 20px;
  position: relative;
}

.div-block-68 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.div-block-69 {
  font-size: 16px;
  line-height: 22px;
}

.div-block-70 {
  flex: 1;
}

.landing-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 60px;
  display: flex;
}

.lp-feature-grid {
  background-color: #e3eaf199;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 30px;
}

.landing-icon {
  width: 60px;
}

.lp-feature-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--purple);
  text-align: left;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 25ch;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.landing-video {
  border-radius: 20px;
  width: 50%;
  overflow: hidden;
  box-shadow: -10px -10px 40px #4f029c4d, 10px 10px 40px #f4136b99;
}

.lp-modal {
  z-index: 9999;
  opacity: 0;
  background-color: #000000c4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.lp-modal-flex {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.lp-cta-section {
  background-color: var(--black-2);
  background-image: radial-gradient(
    circle farthest-corner at 100% 100%,
    var(--deep-pink),
    var(--black) 55%
  );
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 80px;
}

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

.workflow-main-head {
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.workflow-icon {
  background-color: var(--purple);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 5px;
}

.worlflow-step {
  background-color: var(--deep-pink);
  color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: -25px auto auto -10px;
  box-shadow: 1px 2px 10px 2px #33333352;
}

.workflow-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 30px;
}

.blue {
  color: #14a0c0;
}

.div-block-71 {
  flex: 1;
}

.new-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.workflow-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: var(--deep-pink) black black;
  background-color: var(--white);
  color: var(--purple);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 31px 20px;
  font-weight: 600;
  display: flex;
  position: relative;
  box-shadow: 0 5px 15px #82027e2e;
}

.text-block-13 {
  color: #000;
  text-align: center;
}

.div-block-72 {
  flex: 1;
}

.magenta {
  color: var(--deep-pink);
  font-weight: 700;
}

.new-container-2 {
  width: 95%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.nudge {
  margin-top: -2px;
}

.flex-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.new-cta {
  background-color: var(--purple);
  background-image: radial-gradient(
    circle farthest-corner at 0% 0%,
    var(--purple),
    var(--deep-pink)
  );
  color: var(--white);
  padding-top: 54px;
  padding-bottom: 54px;
}

.video-header {
  padding-top: 146px;
  padding-bottom: 60px;
}

.flex-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-73 {
  border-right: 1px solid var(--deep-pink);
  padding-right: 20px;
}

.bio-images-wrapper {
  filter: grayscale();
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.flex-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.div-block-74 {
  flex: 1;
}

.text-block-14 {
  color: var(--purple);
  font-weight: 700;
}

.article-cta {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 26px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.cta-wrapper {
  padding-top: 20px;
}

.blog-intro-new {
  color: var(--purple);
  font-weight: 700;
}

.cta-heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .brand {
    width: 180px;
  }

  .brand.w--current {
    width: 140px;
  }

  .nav-link {
    padding: 16px 10px;
    font-size: 12px;
  }

  .button.download {
    width: 20%;
  }

  .features-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-block {
    padding: 20px;
  }

  .news-item {
    flex-direction: column;
  }

  .newsimg,
  .item {
    width: 100%;
  }

  .video {
    margin-top: 20px;
  }

  .nav-menu {
    text-align: center;
    width: 100%;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.dark.adjust {
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .section.swoosh {
    background-image: none;
    background-position: 0 0;
  }

  .section.gradient {
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .section.hero-padding {
    padding-top: 100px;
  }

  .sticky {
    width: 33%;
  }

  .content {
    width: 66%;
  }

  .slide-block {
    max-width: 90%;
  }

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

  .widecontain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .widecontain.fornav {
    padding-left: 0;
    padding-right: 0;
  }

  .quote-slide {
    height: auto;
  }

  .text-flex {
    padding-right: 30px;
  }

  .text-flex.rhs {
    padding-left: 30px;
  }

  .fleximg {
    order: -1;
    width: 70%;
  }

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

  .poster-name {
    width: 40%;
  }

  .container-2.horiz-flex {
    flex-direction: column;
  }

  .image-box {
    max-width: none;
  }

  .text-left-2 {
    max-width: none;
    margin-top: -30px;
    margin-left: 0;
    padding: 45px;
  }

  .text-left-2.swap.white {
    order: 1;
    margin-right: 0;
  }

  .section-2 {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-2.black {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header.scanning {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scan-form {
    margin-top: 0;
    margin-bottom: 0;
  }

  .new-hero.aug2023 {
    padding-top: 82px;
  }

  .big-section {
    min-height: 50vh;
  }

  .big-section.speed {
    background-image: linear-gradient(#ffffff80, #ffffff80),
      url("../images/sped.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .big-section.score {
    background-image: linear-gradient(#ffffff80, #ffffff80),
      url("../images/review.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .big-section.reach {
    background-image: linear-gradient(#ffffff80, #ffffff80),
      url("../images/newglp.jpg");
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .big-section.quality {
    background-image: linear-gradient(#00000080, #00000080),
      url("../images/image-quality.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .big-section.unlock {
    background-image: linear-gradient(#ffffff80, #ffffff80),
      url("../images/unlock.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .big-section.critical {
    background-image: linear-gradient(#ffffff80, #ffffff80),
      url("../images/critital-white.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .split-section-wrapper {
    flex-direction: column;
  }

  .text-half {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .text-half.text-right,
  .text-half.reduce {
    text-align: center;
    width: 100%;
  }

  .path-brand.w--current {
    width: 220px;
    padding-left: 20px;
  }

  .nav-item.drop {
    width: 100%;
  }

  .topmenu {
    background-color: var(--white-smoke-2);
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu {
    background-color: #fff;
  }

  .nav-container {
    display: block;
  }

  .new-sub-banner.data-capture {
    background-image: linear-gradient(#ffffffc2, #ffffffc2),
      url("../images/slides-here.jpg");
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .new-sub-banner.image-qc {
    background-image: linear-gradient(#00000080, #00000080),
      url("../images/image-quality.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .new-sub-banner.scan {
    background-image: linear-gradient(#ffffffba, #ffffffba),
      url("../images/scanner.jpg");
    background-position: 0 0, 100% 24%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .new-flex {
    flex-direction: column;
  }

  .new-text-box {
    max-width: 100%;
    padding: 20px 0;
  }

  .new-text-box.smaller {
    max-width: 100%;
    padding-top: 20px;
  }

  .new-intro-vide {
    max-width: 100%;
  }

  .end-copy {
    margin-top: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .testimonial.flex-style {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .side-flex {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-flex.wider {
    width: 100%;
  }

  .div-block-14 {
    margin-left: 0;
  }

  .grid-3 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-item {
    width: 32%;
  }

  .right-container {
    width: 100%;
  }

  .menu-btn {
    color: var(--deep-pink);
    background-color: #cfcfcf80;
    border-radius: 50%;
    margin: 13px;
  }

  .menu-btn.w--open {
    background-color: var(--deep-pink);
    color: #fff;
  }

  .drop-toggle {
    width: 100%;
  }

  .drop-toggle.mob-only {
    display: block;
  }

  .cta-text-box {
    max-width: none;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .hp-para {
    max-width: 65ch;
  }

  .nav-drop.mega-drop {
    display: none;
  }

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

  .sidebar.calc,
  .wide-flex-box.calc {
    width: 100%;
  }

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

  .fs_rangeslider-3_handle-right,
  .fs_rangeslider-3_handle-left,
  .fs_rangeslider-1_handle,
  .fs_rangeslider-3_handle-right-2,
  .fs_rangeslider-3_handle-left-2,
  .fs_rangeslider-1_handle-2 {
    width: 2rem;
    height: 2rem;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .flex-block-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lp-modal-flex {
    flex-flow: column;
  }

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

  .new-container,
  .new-container-2 {
    width: 100%;
  }
}

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

  .brand.w--current {
    width: 200px;
  }

  .hero-banner.sub {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .nav-link {
    border-top: 1px solid var(--light-grey);
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button.news-link {
    float: left;
    margin-right: 0;
  }

  .button.download {
    width: auto;
    margin-top: 10px;
  }

  .intro.slides {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .why {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .column {
    margin-bottom: 20px;
  }

  .feat-text-container {
    max-width: 350px;
  }

  .features-intro {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .split {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .split-wrapper {
    display: none;
  }

  .pad-right {
    padding-right: 10px;
  }

  .pad-right.first {
    order: 1;
  }

  .pad-left {
    padding-left: 10px;
  }

  .flex-cols {
    flex-direction: column;
  }

  .contentbelow {
    padding-top: 20px;
  }

  .icon-row {
    flex-direction: column;
  }

  .news {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .news-item {
    flex-direction: column;
    width: 100%;
    min-height: auto;
    display: flex;
  }

  .newsimg {
    width: 100%;
    height: 240px;
  }

  .item {
    text-align: left;
    width: 100%;
    display: block;
  }

  .newscliphead {
    margin-left: 0;
  }

  .menu-button {
    color: var(--deep-pink);
    padding: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .menu-button.w--open {
    background-color: var(--deep-pink);
  }

  .nav-menu {
    background-color: var(--white);
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sticky {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }

  .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content.blogcontent {
    width: 100%;
  }

  .mask {
    overflow: visible;
  }

  .spacer-2 {
    height: 20px;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }

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

  .quote-slide {
    height: auto;
  }

  .intro-flex {
    flex-direction: column;
  }

  .text-flex {
    order: -1;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .text-flex.rhs {
    padding-left: 0;
  }

  .intro-video {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .centerflex {
    flex-direction: column;
  }

  .fleximg {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fleximg.fix-gap {
    width: 100%;
    margin-bottom: 0;
  }

  .fleximg.fix-gap.fix-gap-top {
    margin-top: 0;
  }

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

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .top-flex {
    flex-direction: column;
  }

  .poster {
    flex-flow: wrap;
    padding-bottom: 11px;
  }

  .poster-name {
    width: 100%;
    margin-bottom: 11px;
  }

  .poster-date {
    border-left-style: none;
    width: 20%;
    padding-left: 0;
  }

  .poster-venue {
    width: 20%;
  }

  .workflow {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .workflow-item {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .progress-arrow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 -3%;
    transform: rotate(135deg);
  }

  .menu-button-2 {
    color: #fe4101;
  }

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

  .container-2.navcontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .navlink {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tagline {
    margin-top: 20px;
    position: relative;
    inset: auto;
  }

  .header {
    height: auto;
    min-height: auto;
    padding: 10px 10px 60px;
  }

  .scan-form {
    padding: 5px 20px 20px;
  }

  .navmenu {
    background-color: #363435f2;
  }

  .form-2 {
    padding: 20px;
  }

  .logo-wrapper {
    text-align: center;
    width: 100%;
    height: auto;
    margin: 65px 0 20px;
    position: relative;
    inset: auto;
  }

  .scan-img {
    width: 100%;
    height: 300px;
  }

  .hiw-flex {
    flex-direction: column;
  }

  .div-block-9 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 0;
    display: flex;
  }

  .div-block-9.fw {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .hiw-arrow {
    margin-top: 5px;
    position: relative;
    inset: auto;
    transform: rotate(90deg);
  }

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

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

  .different-flex {
    flex-wrap: wrap;
  }

  .different-item {
    max-width: 50%;
  }

  .brochure-block {
    padding: 20px;
  }

  .contact-flex {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
  }

  .div-block-11 {
    padding-left: 0;
  }

  .new-hero.aug2023 {
    padding-top: 103px;
    padding-bottom: 22px;
  }

  .text-half {
    width: 100%;
  }

  .new-sub-banner {
    min-height: 50vh;
  }

  .new-sub-banner.scan {
    background-image: linear-gradient(#ffffffba, #ffffffba),
      url("../images/scanner.jpg");
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonial.flex-style {
    padding-left: 0;
    padding-right: 0;
  }

  .side-flex {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-modal {
    padding-top: 20px;
  }

  .slide-flex {
    flex-direction: column;
  }

  .slide-text,
  .nav-drop {
    width: 100%;
  }

  .nav-drop.mega-drop {
    display: none;
  }

  .navlink-2 {
    border-top: 1px #e9e9e9;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navlink-2.drop.w--open {
    width: 100%;
  }

  .flex-block-3 {
    text-align: left;
    flex-flow: column;
  }

  .roi-figure {
    font-size: 48px;
    line-height: 48px;
  }

  .roi-fig-text {
    width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .qual-icon {
    height: 1px;
  }

  .qual-text {
    text-align: left;
  }

  .expert-modal {
    padding-top: 20px;
  }

  .exert-details {
    padding: 20px;
  }

  .profile-sidebar {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .profile-content {
    padding-top: 0;
  }

  .flex-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 38px;
  }

  .profile-snapshot,
  .div-block-68 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lp-feature-grid {
    grid-template-columns: 1fr;
  }

  .lp-feature-box {
    max-width: none;
  }

  .landing-video {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .hero-banner {
    height: 350px;
  }

  .button.pink {
    text-align: center;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.pink.reverse {
    margin: 5px auto;
  }

  .button.pink.reverse:hover {
    color: var(--white);
  }

  .button.news-link {
    float: none;
  }

  .button.topnav {
    font-size: 12px;
  }

  .text-block {
    margin-right: 10px;
  }

  .intro,
  .intro.slides {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .submit {
    width: 100%;
  }

  .container {
    text-align: center;
  }

  .homehead {
    font-size: 24px;
    line-height: 28px;
  }

  .why {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .col-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-container {
    float: none;
  }

  .feat-text-container {
    float: none;
    max-width: 100%;
    padding-right: 0;
  }

  .features-intro {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .half {
    width: 100%;
  }

  .split-wrapper {
    flex-direction: column;
    display: none;
  }

  .pad-right {
    order: -1;
    padding-right: 10px;
  }

  .pad-right.first {
    order: 1;
  }

  .pad-left {
    order: 1;
    padding-left: 10px;
  }

  .pad-left.last {
    order: -1;
  }

  .flex-cols {
    flex-direction: column;
  }

  .footer,
  .text-right,
  .final,
  .icon-row,
  .footer-heading {
    text-align: center;
  }

  .news {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .item {
    text-align: left;
    padding: 20px;
  }

  .form {
    padding: 15px;
  }

  .col.left {
    width: 100%;
    padding-right: 0;
  }

  .col.right {
    width: 100%;
    padding-left: 0;
  }

  .content.blogcontent {
    text-align: left;
  }

  .slide-block {
    max-width: 95%;
  }

  .text-block-2 {
    padding-bottom: 10px;
  }

  .slide-nav {
    display: none;
  }

  .newshead {
    font-size: 24px;
    line-height: 28px;
  }

  .submit-2 {
    width: 100%;
  }

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

  .line-2.left {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .arrow {
    width: 20px;
    left: -20px;
  }

  .arrow.right {
    left: auto;
    right: -20px;
  }

  .arrow-icon {
    margin-top: 100px;
  }

  .filter {
    flex-direction: column;
  }

  .filter-button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .filter-button.jetboost-filter-active {
    padding: 6px 13px;
  }

  .jetboost-filter-3g2n {
    width: 100%;
  }

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

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_component-2 {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

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

  .poster-date,
  .poster-venue {
    width: 50%;
  }

  .button-2 {
    width: 100%;
  }

  .button-2.scan {
    margin: 2px 0;
  }

  .hoiz-flex,
  .workflow {
    flex-direction: column;
  }

  .workflow-item {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .big-head {
    font-size: 28px;
    line-height: 32px;
  }

  .text-left-2 {
    text-align: center;
    padding: 31px;
  }

  .field-col-wrap {
    flex-direction: column;
  }

  .field-wrapper-2,
  .submit-3 {
    width: 100%;
  }

  .subheading {
    font-size: 18px;
    line-height: 22px;
  }

  .subheading.sub-sub {
    font-size: 20px;
    line-height: 24px;
  }

  .tagline {
    margin-top: 30px;
  }

  .logo-wrapper {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .path-powered {
    margin-bottom: 20px;
  }

  .footer-top-flex {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

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

  .home-subhead {
    font-size: 18px;
    line-height: 22px;
  }

  .different-item {
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .contact-flex {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
  }

  .div-block-11 {
    padding-right: 0;
  }

  .new-hero.aug2023 {
    padding-top: 83px;
  }

  .large-heading {
    font-size: 36px;
    line-height: 36px;
  }

  .top-heading {
    font-size: 18px;
    line-height: 18px;
  }

  .small-heading {
    font-size: 24px;
    line-height: 24px;
  }

  .path-brand {
    width: 200px;
  }

  .new-sub-banner.ai-services {
    background-image: linear-gradient(#fffc, #fffc),
      url("../images/happy-pathologist.jpg");
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .new-sub-banner.aug {
    height: 500px;
  }

  .end-copy {
    text-align: left;
  }

  .testimonial.flex-style {
    font-size: 20px;
    line-height: 24px;
  }

  .test-name {
    margin-top: 13px;
  }

  .side-flex {
    order: -1;
  }

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

  .topline {
    font-size: 24px;
    line-height: 24px;
  }

  .bottom-line {
    font-size: 38px;
    line-height: 38px;
  }

  .grid-3 {
    flex-direction: column;
  }

  .cta-item {
    width: 100%;
  }

  .hero-slider {
    background-color: #fff;
    position: relative;
  }

  .slide-wrapper {
    position: relative;
  }

  .spechead {
    font-size: 42px;
    line-height: 42px;
  }

  .spechead.pink {
    font-size: 48px;
  }

  .mask-2 {
    height: auto;
  }

  .div-block-61 {
    padding: 15px;
  }

  .roi-form-wrapper {
    padding: 20px;
  }

  .results {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .roi-figure.text-right {
    text-align: right;
  }

  .field-contain {
    flex-flow: column;
  }

  .field-wrap {
    width: 100%;
  }

  .expert-name.grey {
    font-size: 28px;
    line-height: 30px;
  }

  .expert-modal {
    padding: 5px;
  }

  .profile-snapshot {
    padding: 10px;
  }

  .hobbies {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

@media (max-width: 480px) {
  .contact-form {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}

#w-node-_50838434-2e36-1b12-2c86-52412a93a072-5be5b013 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d3a37453-214c-2d76-9a1f-c1e3bb0e3a7f-5be5b013 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_575d6915-3784-2da6-5cba-65474dac0aa9-5be5b013 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-dbe5dae8-cb78-6b42-f112-3fc6127a93b6-5be5b013 {
  justify-self: end;
}

#w-node-_5ea45bab-b003-c588-fc3b-dae23497901e-3497901b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ea45bab-b003-c588-fc3b-dae234979020-3497901b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ea45bab-b003-c588-fc3b-dae23497906c-3497901b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ea45bab-b003-c588-fc3b-dae234979071-3497901b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ea45bab-b003-c588-fc3b-dae234979074-3497901b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ea45bab-b003-c588-fc3b-dae23497907b-3497901b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ea45bab-b003-c588-fc3b-dae23497907f-3497901b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ea45bab-b003-c588-fc3b-dae234979089-3497901b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5ea45bab-b003-c588-fc3b-dae234979097-3497901b {
  justify-self: end;
}

#w-node-_4641990d-6f7f-a5db-0525-7fcc5ae8e8c0-c41e5d8e,
#w-node-_43200888-2688-527a-5eac-a8922c6acace-c41e5d8e,
#w-node-da408e46-ce21-b8b2-5522-f7515b2a4e41-c41e5d8e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-da408e46-ce21-b8b2-5522-f7515b2a4e42-c41e5d8e,
#w-node-da408e46-ce21-b8b2-5522-f7515b2a4e43-c41e5d8e,
#w-node-e7dfcc11-b866-904b-3521-c275da11f0f3-c41e5d8e,
#w-node-_342260e6-7d81-a069-c647-001ef3db17ce-c41e5d8e,
#w-node-_23184598-5b95-7b9e-e2cd-945afa17a0e2-eb5a9957,
#w-node-_439aacba-542e-4e32-c9c8-03befbffd277-eb5a9957,
#w-node-_70d60bb3-a42c-9f1c-8205-e746e244ec69-eb5a9957,
#w-node-_5e32e287-1596-05ed-70bf-dd03427d8cdc-eb5a9957,
#w-node-_9dc6d001-d9a3-38ae-1764-712ff76a857d-eb5a9957,
#w-node-c566191e-1499-4cd0-0d77-7af25be7b409-eb5a9957,
#w-node-_8cc8b477-731d-051c-755d-94fbe5fbc816-e5fbc810,
#w-node-_8cc8b477-731d-051c-755d-94fbe5fbc825-e5fbc810,
#w-node-_8cc8b477-731d-051c-755d-94fbe5fbc82a-e5fbc810,
#w-node-_8cc8b477-731d-051c-755d-94fbe5fbc82f-e5fbc810,
#w-node-e5752216-3cc2-0930-38d0-afed354cb3d4-5f4267b7,
#w-node-_2947c8b5-cccd-ac96-658f-98f786d60e65-5f4267b7,
#w-node-faa3653b-9e09-063f-6e24-f91ccce3a262-5f4267b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b88ce16-44ad-6353-21bc-254b110fc7c4-91bc7ad7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28f19ad5-325b-1bdb-24ef-fffa493715dc-5512cadb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e5752216-3cc2-0930-38d0-afed354cb3d4-1d682084,
#w-node-f4249d08-75f2-3048-f653-916ee61b8064-1d682084,
#w-node-_2947c8b5-cccd-ac96-658f-98f786d60e65-1d682084,
#w-node-_14daec71-d3a6-a5eb-26f5-fc11babc3175-d02e9a10,
#w-node-_14daec71-d3a6-a5eb-26f5-fc11babc317e-d02e9a10,
#w-node-_14daec71-d3a6-a5eb-26f5-fc11babc3187-d02e9a10,
#w-node-_14daec71-d3a6-a5eb-26f5-fc11babc3190-d02e9a10,
#w-node-_454974d1-3d2f-df76-9649-ebdd3ffe0bd0-d02e9a10,
#w-node-_454974d1-3d2f-df76-9649-ebdd3ffe0bd9-d02e9a10,
#w-node-_454974d1-3d2f-df76-9649-ebdd3ffe0be2-d02e9a10,
#w-node-_454974d1-3d2f-df76-9649-ebdd3ffe0beb-d02e9a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_43200888-2688-527a-5eac-a8922c6acace-c41e5d8e,
  #w-node-da408e46-ce21-b8b2-5522-f7515b2a4e41-c41e5d8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-da408e46-ce21-b8b2-5522-f7515b2a4e42-c41e5d8e,
  #w-node-da408e46-ce21-b8b2-5522-f7515b2a4e43-c41e5d8e,
  #w-node-e7dfcc11-b866-904b-3521-c275da11f0f3-c41e5d8e,
  #w-node-_342260e6-7d81-a069-c647-001ef3db17ce-c41e5d8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50838434-2e36-1b12-2c86-52412a93a072-5be5b013 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5ea45bab-b003-c588-fc3b-dae23497902a-3497901b,
  #w-node-_5ea45bab-b003-c588-fc3b-dae234979042-3497901b,
  #w-node-_5ea45bab-b003-c588-fc3b-dae234979057-3497901b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5ea45bab-b003-c588-fc3b-dae23497907b-3497901b {
    grid-column: span 1 / span 1;
  }

  #w-node-_4641990d-6f7f-a5db-0525-7fcc5ae8e8c0-c41e5d8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_28f19ad5-325b-1bdb-24ef-fffa493715dc-5512cadb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dbe5dae8-cb78-6b42-f112-3fc6127a93b6-5be5b013 {
    justify-self: stretch;
  }

  #w-node-_5ea45bab-b003-c588-fc3b-dae23497901e-3497901b,
  #w-node-_5ea45bab-b003-c588-fc3b-dae234979020-3497901b,
  #w-node-_5ea45bab-b003-c588-fc3b-dae234979071-3497901b,
  #w-node-_5ea45bab-b003-c588-fc3b-dae234979074-3497901b {
    grid-column: span 3 / span 3;
  }

  #w-node-_5ea45bab-b003-c588-fc3b-dae234979097-3497901b {
    justify-self: stretch;
  }

  #w-node-_4641990d-6f7f-a5db-0525-7fcc5ae8e8c0-c41e5d8e,
  #w-node-_43200888-2688-527a-5eac-a8922c6acace-c41e5d8e,
  #w-node-da408e46-ce21-b8b2-5522-f7515b2a4e41-c41e5d8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-da408e46-ce21-b8b2-5522-f7515b2a4e42-c41e5d8e,
  #w-node-da408e46-ce21-b8b2-5522-f7515b2a4e43-c41e5d8e,
  #w-node-e7dfcc11-b866-904b-3521-c275da11f0f3-c41e5d8e,
  #w-node-_342260e6-7d81-a069-c647-001ef3db17ce-c41e5d8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* new scanning services css */

:root {
  --color-pink: #f20069;
  --color-text-primary: #1e293b;
  --color-text-secondary: #3e3e42;
  --color-background-light: #f8fafc;
  --color-white: #ffffff;
  --color-border-light: #e2e8f0;
  --color-shadow: rgba(0, 0, 0, 0.1);
}

body {
  line-height: 20px;
}

.hero-section {
  position: relative;
  margin-top: 150px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-hCYjNbTvGqQ7uO7td4AL95xatr1Il0.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #bb4595 0%, #e24c91 50%, #fb518c 100%);
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.hero-content {
  text-align: center;
  color: var(--color-white);
  z-index: 2;
  max-width: 1000px;
  padding: 0 20px;
  position: relative;
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
  color: var(--color-white);
  width: 100%;
}

.hero-subtitle {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
  opacity: 0.95;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.cta-button {
  background: transparent;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-button:hover {
  background: var(--color-white);
  color: var(--deep-pink);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.stats-feature-section {
  background: var(--color-white);
  padding: 4rem 0 6rem 0;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  position: relative;
  z-index: 3;
}

.stats-header {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 20px;
}

.stats-text {
  font-size: 1.3rem;
  color: var(--color-text-secondary);
  max-width: 800px;
  margin: 0 auto;
}

.stats-number {
  font-weight: 700;
  color: var(--color-text-primary);
}

.stats-highlight {
  color: var(--color-text-secondary);
  font-weight: 400;
}

.first-feature {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.first-feature-image {
  flex: 1;
  max-width: 500px;
}

.first-feature-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px var(--color-shadow);
}

.first-feature-content {
  flex: 1;
  max-width: 600px;
}

.first-feature-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--color-text-primary);
  text-transform: unset;
  line-height: 1.2;
}

.first-feature-highlight {
  color: var(--color-pink);
}

.first-feature-description {
  font-size: 1.2rem;
  color: var(--color-text-secondary);
  line-height: 1.7;
  font-weight: 200;
}

.feature-section {
  background: var(--color-white);
  padding: 5rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.feature {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  gap: 4rem;
}

.feature:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-image {
  flex: 1;
  max-width: 500px;
}

.feature-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 40px var(--color-shadow);
}

.feature-content {
  flex: 1;
  max-width: 550px;
}

.feature-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--color-text-primary);
  line-height: 1.3;
  text-transform: unset;
}

.feature-highlight {
  color: var(--color-pink);
}

.feature-description {
  font-size: 1.2rem;
  color: var(--color-text-secondary);
  line-height: 1.7;
  font-weight: 200;
}

.benefits-section {
  padding: 5rem 0 8rem 0;
  position: relative;
}

.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.benefits-header {
  text-align: center;
  margin-bottom: 4rem;
}

.benefits-label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.benefits-label {
  color: var(--color-pink);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-left: 0.5rem;
}

.sparkle-icon {
  color: var(--color-pink);
  font-size: 1.5rem;
  margin-right: 0.25rem;
  height: 35px;
  width: 35px;
}

.benefits-title {
  font-size: 3rem;
  color: var(--color-text-primary);
  line-height: 1.2;
  margin-bottom: 2rem;
  text-transform: unset;
  font-weight: 300;
}

.benefits-divider {
  height: 1px;
  background-color: var(--color-border-light);
  width: 100%;
  margin-bottom: 4rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
}

.benefit-item {
  padding: 1rem;
}

.benefit-title {
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--color-text-primary);
  margin-bottom: 1.2rem;
  text-transform: unset;
}

.benefit-description {
  color: var(--color-text-secondary);
  line-height: 2rem;
  font-weight: 200;
  letter-spacing: 0rem;
  font-size: 1.3rem;
}

.use-cases-section {
  background: var(--color-white);
  padding: 5rem 0;
}

.use-cases-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.use-cases-label-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.use-cases-icon img {
  height: 20px;
  width: 20px;
}

.use-cases-label {
  color: var(--color-pink);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 1rem;
}

.use-cases-title {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-text-primary);
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.use-cases-description {
  font-size: 1.15rem;
  color: var(--color-text-secondary);
  line-height: 1.7;
  width: 100%;
  margin-bottom: 4rem;
  font-weight: 400;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.use-case-card {
  background: var(--color-white);
  padding: 2rem;
  border-radius: 10px;
  border: 2px solid var(--color-border-light);
}

.use-case-title {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--color-text-primary);
  margin-bottom: 1.2rem;
}

.use-case-highlight {
  color: var(--color-pink);
}

.use-case-description {
  color: var(--color-text-secondary);
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.3rem;
}

/* Process Cards Section */
.process-section {
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}

.carousel-container {
  position: relative;
  width: 100%;
}

.process-row {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: continuousSlide 30s linear infinite;
}

@keyframes continuousSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3240px); /* 5 cards * 648px */
  }
}

.process-card {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  min-height: 280px;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.process-card:hover {
  background: linear-gradient(135deg, #e91e63 0%, #f20069 100%);
  color: var(--color-white);
  transform: translateY(-5px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 20px 25px -5px rgba(242, 0, 105, 0.4);
}

.process-icon {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

.process-icon img {
  width: 200px;
  height: 200px;
}

.process-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

.process-title {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color-text-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.process-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 1rem;
  transition: all 0.3s ease;
}

.process-card:hover .process-number {
  background: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
}

.process-card:hover .process-title {
  color: var(--color-white);
}

.process-description {
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
  font-weight: 200;
  transition: color 0.3s ease;
  text-align: left;
  margin-left: 56px;
}

.process-card:hover .process-description {
  color: rgba(255, 255, 255, 0.9);
}

/* Contact Section */
.contact-section {
  padding: 6rem 0;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}

.contact-left {
  flex: 1;
  max-width: 500px;
}

.contact-logo img {
  display: flex;
  max-width: 250px;
  align-items: center;
  margin-bottom: 2rem;
}

.contact-title {
  font-size: 1.4rem;
  text-transform: unset;
  color: #000;
  line-height: 1.4;
}

.contact-right {
  flex: 1;
  max-width: 600px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-size: 1.1rem;
  color: var(--color-text-primary);
  margin-bottom: 0.5rem;
  text-transform: unset;
  font-weight: 400;
}

.form-input {
  padding: 1rem 1.5rem;
  border: 2px solid var(--color-border-light);
  border-radius: 8px;
  font-size: 1rem;
  background: var(--color-white);
  transition: border-color 0.3s ease;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: var(--color-pink);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-button {
  padding: 1rem 2rem;
  background: var(--color-pink);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.submit-button:hover {
  background: var(--color-pink-dark, #d946ef);
}

/* Mobile Styles */
@media (max-width: 768px) {
  .contact-section {
    padding: 3rem 0;
  }

  .contact-container {
    flex-direction: column;
    gap: 3rem;
    padding: 0 15px;
  }

  .contact-left {
    max-width: none;
    width: 100%;
  }

  .contact-right {
    max-width: none;
    width: 100%;
  }

  .contact-logo img {
    max-width: 200px;
    margin-bottom: 1.5rem;
  }

  .contact-title {
    font-size: 1.2rem;
  }

  .form-input {
    padding: 0.875rem 1.25rem;
  }

  .form-label {
    font-size: 1rem;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .contact-container {
    padding: 0 10px;
    gap: 2rem;
  }

  .contact-section {
    padding: 2rem 0;
  }
}

.submit-button {
  background: var(--color-pink);
  color: var(--color-white);
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.submit-button:hover {
  background: #d1005a;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(242, 0, 105, 0.3);
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50px);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}

.efficiency-section {
  display: flex;
  min-height: 60vh;
  align-items: stretch;
}

.efficiency-content {
  flex: 1;
  background: linear-gradient(90deg, #bb4595 0%, #e24c91 80%, #fb518c 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  color: var(--color-white);
}

.efficiency-stat {
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 1rem;
}

.efficiency-divider {
  width: 120px;
  height: 4px;
  background: var(--color-white);
  margin-bottom: 2rem;
}

.efficiency-description {
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: 500px;
}

.efficiency-image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.efficiency-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.efficiency-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(187, 69, 149, 0.3) 0%,
    rgba(226, 76, 145, 0.3) 50%,
    rgba(251, 81, 140, 0.3) 100%
  );
  pointer-events: none;
}

@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }

  .use-cases-grid {
    gap: 1.5rem;
  }

  .process-card {
    width: 300px;
    padding: 2rem 2rem;
  }

  .efficiency-content {
    padding: 3rem;
  }

  .efficiency-stat {
    font-size: 6rem;
  }

  .contact-container {
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .stats-text {
    font-size: 1.1rem;
  }

  .first-feature {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
  }

  .first-feature-title {
    font-size: 2rem;
  }

  .first-feature-description {
    font-size: 1.1rem;
  }

  .feature {
    flex-direction: column !important;
    text-align: center;
    gap: 2.5rem;
  }

  .feature-title {
    font-size: 1.9rem;
  }

  .benefits-title {
    font-size: 2.5rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .use-cases-title {
    font-size: 2.2rem;
  }

  .use-cases-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .process-card {
    width: 280px;
    padding: 2rem 1.5rem;
    min-height: 250px;
  }

  .process-title {
    font-size: 1.3rem;
  }

  .process-description {
    font-size: 0.9rem;
    margin-left: 56px;
  }

  .efficiency-section {
    flex-direction: column;
    min-height: auto;
  }

  .efficiency-content {
    padding: 3rem 2rem;
    text-align: center;
  }

  .efficiency-stat {
    font-size: 5rem;
  }

  .efficiency-description {
    font-size: 1.2rem;
  }

  .efficiency-image {
    min-height: 300px;
  }

  .process-icon img {
    width: 120px;
    height: 120px;
  }

  .contact-container {
    flex-direction: column;
    gap: 3rem;
  }

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

  .logo-text {
    font-size: 2rem;
  }

  .contact-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .cta-button {
    padding: 12px 30px;
    font-size: 1rem;
  }

  .stats-feature-section {
    padding: 3rem 0 4rem 0;
  }

  .first-feature-title {
    font-size: 1.8rem;
  }

  .benefits-title {
    font-size: 2rem;
  }

  .benefit-title {
    font-size: 1.25rem;
  }

  .benefit-description {
    font-size: 1rem;
  }

  .use-cases-title {
    font-size: 1.8rem;
  }

  .use-case-title {
    font-size: 1.2rem;
  }

  .use-case-description {
    font-size: 1rem;
  }

  .process-card {
    width: 320px;
    padding: 2rem 1.5rem;
  }

  .efficiency-content {
    padding: 2rem 1.5rem;
  }

  .efficiency-stat {
    font-size: 4rem;
  }

  .efficiency-description {
    font-size: 1.1rem;
  }

  .contact-section {
    padding: 4rem 0;
  }

  .logo-icon {
    width: 50px;
    height: 50px;
  }

  .logo-icon::before {
    font-size: 1.5rem;
  }

  .logo-text {
    font-size: 1.8rem;
  }

  .contact-title {
    font-size: 1.3rem;
  }

  .contact-form {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}
