:root {
  --text: #333;
  --new-purple: #6000bd;
  --background: white;
  --border: #4640461f;
  --border-dark: #4640461f;
  --textsecondary: #464046ad;
  --primary: #d100bc;
  --texttertiary: #46404652;
  --gradientstart: #a401bc;
  --gradientend: #0047e2;
}

body {
  color: var(--text);
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.blog-category-container {
  align-items: center;
  display: flex;
}

.main-hero-section {
  background-color: var(--new-purple);
  background-image: linear-gradient(to bottom, #7610d8, var(--new-purple));
  color: #ffffffe6;
  margin-top: -96px;
  margin-bottom: 136px;
  padding-top: 96px;
  text-decoration: none;
  position: relative;
}

.brand {
  flex-direction: column;
  justify-content: center;
  width: 59px;
  height: 64px;
  padding-left: 0;
  font-size: 1px;
  line-height: 1;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffe6;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: background-color .15s;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px #00000014;
}

.navbar.transparent {
  background-color: #fff0;
}

.navbar.header-inverted {
  background-color: #fff0;
  box-shadow: 1px 1px #0000;
}

.text {
  font-weight: 600;
  line-height: 1;
  transition: color .15s;
}

.text.w--current {
  color: var(--text);
}

.text.header-inverted {
  color: var(--background);
}

.benefit-grid {
  grid-column-gap: 48px;
  grid-row-gap: 136px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.benefit-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.benefit-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.25;
}

.benefit-text {
  font-size: 1.125rem;
}

.benefit-image {
  width: 548px;
}

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

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.25;
}

.section-title.testimonials-title {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.25;
}

.body {
  padding-bottom: 0;
}

.testimonial-picture {
  border-radius: 50%;
  margin-bottom: 6px;
}

.testimonial-profile-name {
  font-weight: 700;
}

.slider {
  background-color: #0000;
  height: 380px;
}

.slide-nav {
  display: none;
}

.testimonial-arrow {
  background-color: var(--border);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.testimonial-arrow:hover {
  background-color: var(--border-dark);
}

.testimonial-arrow:active {
  opacity: .6;
}

.testimonials-arrow-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slide-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.testimonial-text {
  text-align: center;
  max-width: 780px;
  margin-bottom: 24px;
  font-size: 1.5rem;
}

.testimonial-profile-title-link {
  color: var(--textsecondary);
  text-decoration: none;
  display: inline;
}

.testimonial-profile-title-link:hover {
  text-decoration: underline;
}

.testimonial-profile-name-link {
  color: var(--text);
  text-decoration: none;
}

.testimonial-profile-name-link:hover {
  text-decoration: underline;
}

.testimonial-profile-description {
  color: var(--textsecondary);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: .75rem;
  display: block;
}

.testimonial-description-at {
  margin-left: .2rem;
  margin-right: .2rem;
  display: inline;
}

.image {
  float: none;
  clear: none;
  aspect-ratio: auto;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  top: 10px;
  right: 100px;
  overflow: visible;
}

.testimonials-section {
  margin-top: 64px;
  margin-bottom: 64px;
}

.text-block {
  display: inline;
}

.action-frame {
  background-color: var(--new-purple);
  border-radius: 24px;
  padding: 40px 48px 48px;
  position: relative;
  overflow: hidden;
}

.action-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  position: relative;
}

.action-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.125rem;
  position: relative;
}

.action-buttons {
  align-items: center;
  display: flex;
  position: relative;
}

.action-schedule-button {
  background-color: #fff;
  border-radius: 32px;
  padding: 2px 24px 2px 2px;
  display: flex;
}

.action-schedule-button.schedule-a-demo {
  cursor: pointer;
  padding-right: 16px;
  transition: opacity .15s;
}

.action-schedule-button.schedule-a-demo:hover {
  opacity: .9;
}

.action-schedule-button.schedule-a-demo:active {
  opacity: .6;
}

.action-schedule-pic {
  border: 2px solid #69b744;
  border-radius: 50%;
  flex: 0 auto;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  padding: 2px;
}

.image-2 {
  border-radius: 50%;
}

.action-name-group {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 6px;
  padding-bottom: 0;
  display: flex;
}

.action-schedule-button-title {
  -webkit-text-fill-color: transparent;
  background-color: #6000bd;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}

.action-schedule-button-subtitle {
  color: var(--textsecondary);
  background-color: #0000;
  font-size: .75rem;
  font-weight: 400;
}

.action-frame-or {
  opacity: .6;
  color: #fff;
  border: 1px #0000;
  padding: 0 16px;
}

.action-leave-a-message {
  color: #fff;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s;
  display: flex;
}

.action-leave-a-message:hover {
  opacity: .9;
}

.action-leave-a-message:active {
  opacity: .6;
}

.image-3 {
  width: 880px;
  height: 770px;
  position: absolute;
  bottom: -330px;
  right: -24px;
}

.action-section {
  margin-bottom: 120px;
}

.featured-blog-item {
  color: var(--text);
  text-decoration: none;
}

.featured-blog-item:hover {
  color: var(--primary);
}

.featured-blog-item.hover-img-scale:hover {
  color: var(--new-purple);
}

.featured-blog-image-wrapper {
  border-radius: 6px;
  width: 340px;
  height: 256px;
  overflow: hidden;
}

.featured-blog-image-wrapper.aspect-4-3 {
  background-color: var(--border);
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.featured-blog-image {
  object-fit: cover;
  width: 100%;
  height: 101%;
  margin-bottom: 12px;
  transition: transform .2s ease-out;
}

.featured-blog-image:hover {
  transform: none;
}

.featured-blog-image.aspect-4-3 {
  height: 200px;
  margin-bottom: 0;
}

.featured-blog-collection-list {
  margin: 24px 0 32px;
}

.featured-blog-collection-item {
  padding-left: 0;
  padding-right: 0;
}

.feateurd-blog-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.featured-blog-section {
  margin-bottom: 72px;
}

.featured-blog-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-decoration: none;
}

.featured-blog-title:hover {
  color: var(--new-purple);
}

.featured-blog-category {
  color: var(--textsecondary);
  margin-bottom: 12px;
  font-size: .875rem;
}

.featured-blog-summary {
  color: var(--textsecondary);
}

.all-blog-posts-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.all-blog-posts-link-line {
  background-image: linear-gradient(270deg, #46404600, var(--border) 50%, #46404600);
  flex: 0 auto;
  width: 100%;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

.all-blog-posts-text {
  background-color: var(--new-purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.article-container {
  max-width: 780px;
}

.bread-crumb {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.bread-crumb-item {
  color: var(--new-purple);
  font-weight: 600;
}

.bread-crumb-separator {
  color: var(--border);
  margin-left: 16px;
  margin-right: 16px;
}

.article-info {
  color: var(--textsecondary);
  min-width: 20px;
  height: 21px;
  font-size: .875rem;
  font-weight: 400;
}

.article-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2.5rem;
  line-height: 1.25;
}

.article-summary {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.author-card {
  color: var(--text);
  align-items: center;
  margin-bottom: 32px;
  margin-left: -2px;
  display: flex;
}

.author-card:hover {
  text-decoration: none;
}

.author-card-picture {
  object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
}

.author-card-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.author-card-name {
  font-weight: 600;
}

.author-card-name:hover {
  text-decoration: underline;
}

.author-card-title {
  color: var(--textsecondary);
  font-weight: 400;
  text-decoration: none;
}

.article-main-image {
  border-radius: 8px;
}

.article-body {
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.article-body p {
  margin-top: .875em;
  margin-bottom: .875em;
  font-size: 1.1875em;
  line-height: 1.7;
}

.article-body blockquote {
  background-image: url('../images/quotes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 0 #0000;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  margin-left: -20px;
  padding-top: .625em;
  padding-bottom: .625em;
  padding-left: 52px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}

.article-body h4 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 1.1875em;
  line-height: 1.25;
}

.article-body h2 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 2em;
  line-height: 1.25;
}

.article-body ul {
  margin-bottom: .875em;
  font-size: 1.1875em;
  line-height: 1.6;
}

.article-body h3 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 1.75em;
  line-height: 1.25;
}

.article-body li {
  margin-top: .5em;
  margin-bottom: .5em;
}

.article-body figure {
  margin-top: 1em;
  margin-bottom: 1em;
}

.article-body figcaption {
  color: var(--textsecondary);
  text-align: left;
  font-size: .875em;
  line-height: 1.25;
}

.article-body ol {
  margin-bottom: .875em;
  font-size: 1.1875em;
  line-height: 1.6em;
}

.article-body.footnote {
  color: var(--textsecondary);
  font-size: .75rem;
}

.article-body.footnote a {
  color: var(--textsecondary);
  text-decoration: underline;
}

.article-body h5 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 1em;
  line-height: 1.25;
}

.article-body h6 {
  color: var(--text);
  background-color: #0000;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 34px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}

.article-body h1 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 2.375em;
  line-height: 1.25;
}

.article-footnote {
  color: var(--textsecondary);
  margin-bottom: 72px;
  font-size: .75rem;
  line-height: 1.5rem;
}

.article-footnote p {
  font-size: 1.1875em;
  line-height: 1.75em;
}

.article-footnote blockquote {
  border-left-color: var(--border);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 2rem;
}

.article-footnote h4 {
  color: var(--text);
  margin-top: 24px;
  margin-bottom: 4px;
  font-size: 1.1875em;
  line-height: 1.5em;
}

.article-footnote h2 {
  color: var(--text);
  font-size: 2em;
  line-height: 2.25rem;
}

.article-footnote ul {
  font-size: 1.1875em;
  line-height: 1.5em;
}

.article-footnote h3 {
  color: var(--text);
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 1.75em;
  line-height: 1.375em;
}

.article-footnote li {
  margin-top: 8px;
  margin-bottom: 8px;
}

.article-footnote figure {
  margin-bottom: 24px;
}

.article-footnote figcaption {
  color: var(--textsecondary);
  text-align: left;
  font-size: .875em;
  line-height: 1.25em;
}

.article-footnote ol {
  font-size: 1.1875em;
  line-height: 1.5em;
}

.article-footnote a {
  color: var(--textsecondary);
  text-decoration: underline;
}

.related-articles-collection {
  margin-bottom: 40px;
}

.collection-item {
  margin-bottom: 24px;
}

.image-4 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.div-block {
  align-items: flex-start;
  display: flex;
}

.related-article-content {
  flex: 1;
  padding-top: 4px;
}

.related-article-content-small {
  color: var(--textsecondary);
  align-items: center;
  margin-bottom: 6px;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
}

.related-article-content-small-item-separator {
  background-color: var(--texttertiary);
  color: var(--text);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 8px;
  margin-right: 8px;
}

.related-articles {
  margin-bottom: 69px;
}

.related-articles-collection-item {
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.related-article-content-title {
  margin-bottom: 4px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.related-article-content-text {
  color: var(--text);
  font-weight: 400;
  line-height: 1.5;
}

.related-articles-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.25;
}

.related-article-link-block {
  color: var(--text);
  align-items: flex-start;
  display: flex;
}

.empty-state {
  display: none;
}

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

.blog-hero-section {
  background-color: var(--new-purple);
  color: #ffffffe6;
  height: 346px;
  margin-top: -96px;
  margin-bottom: 0;
  padding-top: 96px;
  text-decoration: none;
}

.blog-hero-section.blog-hero {
  height: 549px;
  padding-top: 144px;
}

.blog-hero-wrapper {
  height: 250px;
  display: flex;
}

.blog-hero-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-hero-image {
  align-self: flex-end;
}

.blog-hero-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1.25;
}

.blog-hero-description {
  color: #fff9;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
}

.blog-hero-description.detail {
  font-size: 1.375rem;
}

.blog-home-featured {
  margin-top: -156px;
  margin-bottom: 78px;
}

.blog-home-featured-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 32px 32px 40px;
  display: grid;
  position: relative;
  box-shadow: 0 1px 12px #00000012;
}

.blog-home-featured-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: -1;
  filter: blur(27px);
  background-color: #00000029;
  position: absolute;
  inset: 64px 24px -20px;
}

.blogthumbimage {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.link {
  color: var(--new-purple);
  margin-bottom: 8px;
  font-weight: 600;
  display: inline-block;
}

.text-block-2 {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-block-3 {
  margin-bottom: 16px;
  font-size: 1.1875rem;
  line-height: 1.4;
}

.image-6 {
  object-fit: cover;
  border-radius: 50px;
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

.link-block-2 {
  color: var(--text);
  align-self: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

.text-block-5 {
  color: var(--textsecondary);
}

.collection-list {
  display: flex;
}

.text-block-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.image-7 {
  width: 264px;
}

.image-7.aspect-4-3 {
  object-fit: cover;
  background-color: #0000;
  border-radius: 4px;
  flex: none;
  margin-left: 0;
}

.aspect-4-3 {
  background-color: #0000;
}

.div-block-4 {
  border-bottom: 1px solid var(--border);
  margin-top: 40px;
  padding-bottom: 48px;
  display: flex;
}

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

.link-2 {
  color: var(--new-purple);
  margin-bottom: 12px;
  font-weight: 600;
  display: inline-block;
}

.heading {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.5rem;
  line-height: 1.25;
}

.link-block-3 {
  color: var(--text);
}

.text-block-7 {
  color: var(--textsecondary);
  margin-bottom: 12px;
}

.text-block-8 {
  margin-bottom: 20px;
}

.image-8 {
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.link-block-4 {
  display: flex;
}

.text-block-9 {
  font-size: .875rem;
  font-weight: 700;
}

.text-block-10 {
  color: var(--textsecondary);
  font-size: .875rem;
}

.div-block-6 {
  color: var(--text);
}

.link-block-5 {
  margin-left: 40px;
}

.collection-list-wrapper {
  margin-bottom: 72px;
}

.blog-thumb {
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  border: 1px solid var(--border);
  border-radius: 8px;
  position: absolute;
  inset: 0;
}

.link-block-6 {
  width: 100%;
}

.div-block-8 {
  border: 1px solid var(--border);
  border-radius: 4px;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  position: relative;
}

.button {
  background-color: var(--new-purple);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -2px;
  margin-right: -2px;
  padding: 10px 26px;
  font-weight: 600;
}

.button.nav-button {
  margin-top: 6px;
  margin-left: 12px;
  transition: color .15s, background-color .15s;
}

.button.nav-button.inverted, .button.nav-button.header-inverted {
  background-color: var(--background);
  color: var(--new-purple);
}

.button.send {
  margin-top: 16px;
  padding: 12px 48px;
}

.button.linkedin-button {
  margin-right: 24px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.heading-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 3rem;
  line-height: 1.25;
  position: relative;
}

.heading-3.center {
  color: var(--text);
  text-align: center;
  font-size: 2.75rem;
}

.heading-3-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.image-9 {
  width: 100%;
  min-width: 60%;
  position: relative;
}

.div-block-10 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.image-10 {
  position: absolute;
}

.main-benefit-item {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-11 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-12 {
  color: #fff9;
  text-align: center;
  width: 15ch;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-12 {
  background-image: linear-gradient(to right, #fff0, #ffffff21 50%, #fff0);
  height: 1px;
  margin-top: 44px;
  margin-bottom: 52px;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 2rem;
  line-height: 1.5;
}

.div-block-13 {
  justify-content: center;
  margin-bottom: 88px;
  display: flex;
}

.text-block-13 {
  text-align: center;
  max-width: 15ch;
  font-size: 1.25rem;
  font-weight: 700;
}

.div-block-14 {
  height: 50%;
}

.feature-item {
  flex-direction: column;
  align-items: center;
  margin-left: 48px;
  margin-right: 48px;
  display: flex;
}

.text-15 {
  pointer-events: auto;
  color: var(--text);
  cursor: pointer;
  margin-left: 14px;
  margin-right: 28px;
  font-weight: 600;
}

.text-15:hover {
  text-decoration: underline;
}

.text-15.w--current {
  margin-right: auto;
}

.social-icon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-right: 12px;
}

.social-icon.linkedin {
  background-image: url('../images/linkedin-mono.svg');
  background-position: 0 0;
  background-size: auto;
}

.social-icon.linkedin:hover {
  background-image: url('../images/linkedin.svg');
}

.social-icon.instagram {
  background-image: url('../images/instagram-mono.svg');
  background-position: 0 0;
  background-size: auto;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram.svg');
}

.social-icon.twitter {
  background-image: url('../images/twitter-mono.svg');
  background-position: 0 0;
  background-size: auto;
}

.social-icon.twitter:hover {
  background-image: url('../images/twitter.svg');
}

.social-icon.youtube {
  background-image: url('../images/youtube-mono.svg');
  background-position: 0 0;
  background-size: auto;
}

.social-icon.youtube:hover {
  background-image: url('../images/youtube.svg');
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template: ". . Area"
  / 2.25fr .75fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: grid;
}

.image-11 {
  color: var(--text);
}

.html-embed {
  width: 45px;
  margin-top: 8px;
  margin-bottom: 2px;
  margin-right: 40px;
  font-size: 0;
  line-height: 0;
}

.text-block-14 {
  color: var(--texttertiary);
  text-align: right;
  font-size: .75rem;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.link-3 {
  color: var(--texttertiary);
  text-decoration: underline;
}

.section {
  background-color: #f8f8f8;
  margin-top: 72px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.newsletter-section {
  margin-bottom: 60px;
}

.div-block-17 {
  background-color: #6000bd;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

.text-block-15 {
  color: #ffffffe6;
  font-weight: 600;
}

.text-block-16 {
  color: #fff9;
}

.image-12 {
  margin-left: 36px;
  margin-right: 16px;
}

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

.text-field {
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 12px;
}

.submit-button {
  color: #6000bd;
  background-color: #fff;
  border-radius: 160px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.72;
}

.div-block-20 {
  margin-right: 24px;
}

.form-block {
  margin-bottom: 0;
  margin-right: 32px;
}

.success-message {
  text-align: right;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block-17 {
  color: #fff;
  text-align: right;
}

.error-message {
  color: #fff9;
  background-color: #0000;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.text-block-18 {
  margin-top: 2px;
  font-size: .75rem;
  position: absolute;
}

.blog-hero-section-copy {
  background-color: var(--new-purple);
  color: #ffffffe6;
  margin-top: -96px;
  margin-bottom: 0;
  padding-top: 96px;
  text-decoration: none;
}

.blog-hero-section-copy.category {
  padding-top: 120px;
}

.image-13 {
  object-fit: cover;
  border-radius: 100px;
  width: 96px;
  height: 96px;
}

.div-block-22 {
  align-items: center;
  margin-right: 16px;
  display: flex;
}

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

.heading-5 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 1.75rem;
  line-height: 1.25;
}

.div-block-23 {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 96px;
  display: grid;
}

.form-block-2 {
  background-color: #46404608;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 40px 48px;
}

.text-block-19 {
  font-size: 1.125rem;
  font-weight: 600;
}

.text-block-20 {
  margin-bottom: 20px;
}

.contact-form {
  max-width: 360px;
}

.form-label {
  color: var(--textsecondary);
  margin-bottom: 2px;
  margin-left: 1px;
  font-size: .875rem;
  font-weight: 600;
}

.form-input {
  border: 1px solid var(--border);
  border-radius: 4px;
  height: 44px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}

.form-input.area {
  height: 80px;
}

.form-input.hidden {
  display: none;
}

.text-block-21 {
  font-size: 1.125rem;
  font-weight: 700;
}

.text-block-22 {
  color: var(--textsecondary);
  margin-bottom: 8px;
  line-height: 1.5;
}

.text-block-23 {
  color: var(--textsecondary);
  margin-bottom: 12px;
}

.div-block-24 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-14 {
  overflow: hidden;
}

.div-block-25 {
  border: 1px solid var(--border);
  color: var(--new-purple);
  border-radius: 4px;
  position: absolute;
  inset: 0%;
}

.image-15 {
  color: var(--new-purple);
  position: absolute;
}

.link-block-8 {
  font-weight: 600;
}

.text-block-24 {
  color: var(--new-purple);
  font-size: .875rem;
}

.separator {
  background-color: var(--border);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.link-block-9 {
  color: var(--text);
  display: flex;
}

.text-block-25 {
  font-weight: 600;
}

.image-16 {
  margin-right: 3px;
}

.linkedin-profile {
  color: var(--text);
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: static;
}

.image-17 {
  border-radius: 100px;
  width: 56px;
}

.image-18 {
  width: 18px;
  height: 18px;
  position: absolute;
  inset: auto -2px -2px auto;
}

.div-block-26 {
  margin-right: 12px;
  position: relative;
}

.text-block-26 {
  font-weight: 600;
}

.text-block-27 {
  color: var(--textsecondary);
}

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

.success-message-2 {
  background-color: #0000;
  padding-top: 64px;
  padding-left: 0;
}

.error-message-2 {
  color: #d66868;
  background-color: #0000;
  padding-left: 0;
}

.div-block-28 {
  width: 160px;
  height: 120px;
  margin-right: 16px;
  position: relative;
}

.div-block-29 {
  border: 1px solid var(--border);
  border-radius: 4px;
  position: absolute;
  inset: 0%;
}

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

.div-block-31 {
  background-color: var(--texttertiary);
  border-radius: 10px;
  width: 4px;
  height: 4px;
  margin-left: 12px;
  margin-right: 12px;
}

.article-body-wrapper {
  position: relative;
}

.sticky-share {
  width: 0;
  height: 0;
  display: block;
  position: sticky;
  top: 110px;
}

.div-block-33 {
  flex-direction: column;
  width: 24px;
  margin-left: 0;
  font-size: 1px;
  line-height: 1px;
  display: flex;
  position: absolute;
  top: 29px;
  right: 24px;
}

.div-block-34 {
  background-color: var(--primary);
  position: sticky;
  top: 100px;
}

.social-share-link {
  opacity: .32;
  margin-bottom: 12px;
  font-size: 1px;
  line-height: 1px;
  transition: opacity .1s;
}

.social-share-link:hover {
  opacity: .6;
}

.social-share-link:active {
  opacity: .2;
}

.paragraph {
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.paragraph.center {
  color: var(--text);
  text-align: center;
  font-size: 1.25rem;
}

.div-block-35 {
  background-color: #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-right: 8px;
  display: flex;
}

.div-block-36 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.image-19 {
  margin-left: 5px;
}

.image-20 {
  margin-left: 4px;
}

.div-block-37 {
  flex-wrap: nowrap;
  align-items: center;
  width: 197px;
  margin-left: -4px;
  display: flex;
}

.text-block-29 {
  color: var(--background);
  font-weight: 500;
}

.button-2 {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.modal {
  z-index: 1000;
  background-color: #3b3640bf;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0;
}

.div-block-38 {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  min-width: 1280px;
  max-width: 1024px;
  padding: 24px;
  position: relative;
}

.div-block-39 {
  z-index: 10001;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: -12px;
  right: -12px;
  box-shadow: 1px 1px 6px #00000029;
}

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

.lightbox-link {
  margin-left: -9px;
}

.webflow-image-bug-resolver {
  opacity: 0;
  width: 1px;
  height: 1px;
}

.general-description {
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.general-description p {
  margin-top: .875em;
  margin-bottom: .875em;
  font-size: 1em;
  line-height: 1.5;
}

.general-description blockquote {
  background-image: url('../images/quotes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 0 #0000;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  margin-left: -20px;
  padding-top: .625em;
  padding-bottom: .625em;
  padding-left: 52px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}

.general-description h4 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 1.1875em;
  line-height: 1.25;
}

.general-description h2 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 2em;
  line-height: 1.25;
}

.general-description ul {
  margin-bottom: .875em;
  font-size: 1.1875em;
  line-height: 1.6;
}

.general-description h3 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 1.75em;
  line-height: 1.25;
}

.general-description li {
  margin-top: .5em;
  margin-bottom: .5em;
}

.general-description figure {
  margin-top: 1em;
  margin-bottom: 1em;
}

.general-description figcaption {
  color: var(--textsecondary);
  text-align: left;
  font-size: .875em;
  line-height: 1.25;
}

.general-description ol {
  margin-bottom: .875em;
  font-size: 1.1875em;
  line-height: 1.6em;
}

.general-description.footnote {
  color: var(--textsecondary);
  font-size: .75rem;
}

.general-description.footnote a {
  color: var(--textsecondary);
  text-decoration: underline;
}

.general-description h5 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 1em;
  line-height: 1.25;
}

.general-description h6 {
  color: var(--text);
  background-color: #0000;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 34px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}

.general-description h1 {
  color: var(--text);
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: 2.375em;
  line-height: 1.25;
}

.jobs-container {
  max-width: 780px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 64px;
}

.jobs-title {
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
}

.text-block-30 {
  color: var(--text);
  margin-bottom: 4px;
  font-weight: 600;
}

.text-block-31 {
  color: var(--text);
  margin-bottom: 6px;
}

.text-block-32 {
  color: var(--textsecondary);
  margin-bottom: 4px;
  font-size: .875rem;
}

.text-block-33 {
  background-color: var(--background);
  color: var(--new-purple);
  border-radius: 100px;
  font-size: .875rem;
  font-weight: 600;
  display: inline;
}

.link-block-10 {
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 32px;
}

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

.div-block-42 {
  flex: 1;
  padding-bottom: 40px;
  padding-right: 0;
}

.div-block-43 {
  background-color: #46404608;
  border-radius: 16px;
  width: 360px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-34 {
  margin-bottom: 32px;
  font-size: 1.25rem;
}

.job-container {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  margin-top: 24px;
  margin-bottom: 32px;
}

.div-block-44 {
  align-items: center;
  display: flex;
}

.text-block-35 {
  color: var(--textsecondary);
  margin-left: 24px;
  margin-right: 24px;
}

.link-4 {
  font-weight: 600;
}

.paragraph-3 {
  color: var(--background);
  margin-bottom: 12px;
}

.div-block-45 {
  flex: none;
  width: 50%;
  margin-bottom: 16px;
  display: flex;
}

.text-block-36 {
  font-size: 1rem;
  font-weight: 700;
}

.text-block-37 {
  color: var(--textsecondary);
  font-size: .875rem;
}

.div-block-46 {
  flex: 1;
  align-self: center;
  padding-right: 16px;
}

.div-block-47 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.image-23 {
  flex: none;
  margin-right: 8px;
}

.div-block-48 {
  background-color: var(--new-purple);
  border-radius: 12px;
  margin-top: 32px;
  padding: 22px 28px 24px;
}

.text-block-33-copy {
  background-color: var(--background);
  color: var(--new-purple);
  border-radius: 100px;
  padding: 9px 21px;
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
}

.div-block-49 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-50 {
  flex-direction: column;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.text-block-38 {
  color: var(--textsecondary);
  text-align: right;
  margin-top: 4px;
  margin-right: 36px;
  font-size: .75rem;
}

.div-block-51 {
  z-index: 1;
  background-color: #5200a1;
  width: 100%;
  height: 48px;
  position: fixed;
  top: 96px;
}

.collection-list-wrapper-3 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: block;
}

.collection-list-2 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.link-5 {
  color: #fffc;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: .875rem;
  font-weight: 400;
  display: inline-block;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.text-block-39 {
  margin-right: 32px;
  font-size: .875rem;
  font-weight: 700;
}

.collection-list-wrapper-4 {
  display: none;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
}

.link-block-11 {
  color: #fff;
  margin-right: 38px;
}

.div-block--w {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.full-section {
  color: #ffffffe6;
  background-color: #6001bd0d;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 80px;
  text-decoration: none;
  position: relative;
}

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

.heading-4-copy {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.5;
}

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

.div-block-52 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.image-25 {
  width: 150px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.image-26 {
  margin-bottom: 2px;
  margin-left: 10px;
}

.power-text {
  padding: 0 10px;
  top: 5px;
}

.power-text.w--current {
  display: inline-block;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-hero-section {
    margin-bottom: 60px;
  }

  .brand {
    width: 54px;
  }

  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button {
    margin-top: 4px;
    margin-right: -16px;
    padding: 16px;
  }

  .text.header-inverted {
    color: var(--text);
  }

  .benefit-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .benefit-content {
    margin-bottom: 64px;
  }

  .benefit-image {
    width: 100%;
    max-width: 100%;
  }

  .slider {
    height: 400px;
  }

  .slide-nav {
    display: block;
  }

  .testimonials-arrow-container {
    display: none;
  }

  .testimonial-slide-item {
    padding-bottom: 40px;
  }

  .testimonial-text {
    font-size: 1.25rem;
  }

  .image-3 {
    bottom: -274px;
    right: -120px;
  }

  .featured-blog-image.aspect-4-3 {
    height: 140px;
  }

  .feateurd-blog-list {
    grid-column-gap: 32px;
  }

  .featured-blog-title {
    font-size: 1.25rem;
  }

  .article-container {
    padding-left: 38px;
    padding-right: 38px;
  }

  .blog-hero-section.blog-hero {
    height: 469px;
    padding-top: 64px;
  }

  .blog-hero-title {
    font-size: 1.5rem;
  }

  .blog-hero-description {
    font-size: 1.25rem;
  }

  .image-7.aspect-4-3 {
    width: 220px;
  }

  .button {
    margin-top: 20px;
    margin-left: -21px;
  }

  .button.nav-button.header-inverted {
    background-color: var(--new-purple);
    color: var(--background);
  }

  .button.send {
    margin-left: -2px;
  }

  .button.linkedin-button {
    margin-top: 0;
    margin-left: -2px;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--background);
    align-items: flex-start;
    width: 280px;
    height: 100vh;
    margin-top: -8px;
    padding: 32px 24px 0;
    top: 0;
  }

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

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

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

  .image-10 {
    top: 140px;
  }

  .div-block-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .feature-item {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-15 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .social-icon {
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-15 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1.25fr;
  }

  .div-block-16 {
    align-items: center;
  }

  .newsletter-section {
    margin-bottom: 0;
  }

  .div-block-17 {
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
  }

  .image-12 {
    display: none;
  }

  .blog-hero-section-copy.category {
    padding-top: 96px;
  }

  .div-block-23 {
    grid-column-gap: 32px;
    grid-template-columns: 3fr 2fr;
    margin-bottom: 20px;
  }

  .sticky-share {
    width: auto;
    height: auto;
    margin-bottom: 12px;
    position: static;
  }

  .div-block-33 {
    flex-direction: row;
    width: auto;
    position: static;
  }

  .social-share-link {
    margin-bottom: 0;
    margin-right: 12px;
  }

  .header-inverted {
    color: var(--background);
  }

  .paragraph {
    text-align: center;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .jobs-container {
    padding-bottom: 0;
    padding-left: 38px;
    padding-right: 38px;
  }

  .job-container {
    padding-left: 38px;
    padding-right: 38px;
  }

  .div-block-51 {
    display: none;
  }

  .collection-list-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .collection-list-wrapper-4 {
    margin-left: 32px;
    display: block;
  }

  .link-6 {
    color: var(--textsecondary);
  }

  .image-24 {
    width: 50%;
  }

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

  .full-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brand {
    width: 43px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefit-content {
    margin-bottom: 44px;
  }

  .slider {
    height: 456px;
  }

  .action-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .action-frame-or {
    margin-left: 23px;
    padding: 10px 0;
  }

  .image-3 {
    max-width: none;
    bottom: -270px;
    right: -320px;
  }

  .action-section {
    margin-bottom: 60px;
  }

  .featured-blog-item.hover-img-scale {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .featured-blog-image-wrapper.aspect-4-3 {
    flex: none;
    width: 100%;
    margin-right: 16px;
  }

  .featured-blog-image.aspect-4-3 {
    height: auto;
    margin-bottom: 0;
  }

  .feateurd-blog-list {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .featured-blog-title {
    font-size: 1.5rem;
  }

  .featured-blog-summary {
    font-size: .875rem;
    line-height: 1.4;
  }

  .article-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .article-heading {
    font-size: 2.25rem;
  }

  .blog-hero-image {
    width: 50%;
  }

  .blog-home-featured-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }

  .text-block-2 {
    font-size: 1.75rem;
  }

  .image-7.aspect-4-3 {
    width: 160px;
  }

  .link-block-5 {
    margin-left: 24px;
  }

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

  .heading-3-copy {
    font-size: 1.25rem;
  }

  .image-10 {
    top: 230px;
  }

  .text-block-12 {
    font-size: .875rem;
  }

  .div-block-17 {
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    margin-left: -32px;
    margin-right: -32px;
  }

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

  .div-block-19 {
    margin-bottom: 12px;
  }

  .success-message {
    text-align: left;
    padding-left: 0;
  }

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

  .div-block-23 {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .form-block-2 {
    margin-bottom: 56px;
  }

  .div-block-27 {
    margin-bottom: 0;
  }

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

  .jobs-container, .job-container {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .div-block-50 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-8 {
    font-size: 28px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

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

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-hero-section {
    margin-bottom: 40px;
  }

  .text.w--current {
    font-size: .8rem;
  }

  .benefit-grid {
    margin-bottom: 0;
  }

  .benefit-content {
    margin-bottom: 32px;
  }

  .benefit-title, .section-title, .section-title.testimonials-title {
    font-size: 1.5rem;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .image {
    display: inline-block;
  }

  .action-frame {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-3 {
    bottom: -250px;
  }

  .feateurd-blog-list {
    grid-row-gap: 24px;
  }

  .featured-blog-title {
    font-size: 1rem;
  }

  .featured-blog-category {
    font-size: .75rem;
  }

  .featured-blog-summary {
    display: none;
  }

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

  .bread-crumb {
    display: none;
  }

  .article-info {
    margin-top: 24px;
  }

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

  .author-card-title {
    font-size: .875rem;
  }

  .article-body {
    font-size: .85rem;
  }

  .article-body blockquote {
    background-position: 15px 0;
    padding-top: 44px;
    padding-left: 16px;
  }

  .article-body h2 {
    white-space: normal;
  }

  .article-body ul, .article-body ol {
    padding-left: 32px;
  }

  .article-body h6 {
    margin-left: 0;
  }

  .related-article-content {
    margin-top: -4px;
    padding-top: 0;
  }

  .related-article-content-small {
    margin-bottom: 0;
  }

  .related-article-content-small-item.date, .related-article-content-small-item-separator {
    display: none;
  }

  .related-article-content-title {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .related-article-content-text {
    display: none;
  }

  .related-articles-title {
    font-size: 1.5rem;
  }

  .related-article-link-block {
    flex-direction: column;
  }

  .blog-hero-section {
    height: 450px;
  }

  .blog-hero-section.blog-hero {
    height: 605px;
  }

  .blog-hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-hero-content {
    align-items: flex-start;
  }

  .blog-hero-image {
    align-self: center;
    width: auto;
    height: auto;
    max-height: 180px;
    display: block;
  }

  .blog-hero-title {
    font-size: 1.25rem;
  }

  .blog-hero-description {
    font-size: 1rem;
  }

  .blog-hero-description.detail {
    font-size: 1.25rem;
  }

  .blog-home-featured-wrapper {
    margin-left: -12px;
    margin-right: -12px;
    padding: 16px;
  }

  .text-block-2 {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }

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

  .image-7.aspect-4-3 {
    width: 100%;
  }

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

  .link-2 {
    margin-bottom: 6px;
    font-size: .875rem;
  }

  .heading {
    margin-bottom: 6px;
    font-size: 1.25rem;
  }

  .text-block-7 {
    margin-bottom: 6px;
    font-size: .875rem;
  }

  .text-block-8 {
    margin-bottom: 12px;
    font-size: .875rem;
  }

  .link-block-5 {
    margin-top: 39px;
    margin-left: 0;
  }

  .collection-list-wrapper {
    margin-bottom: 0;
  }

  .div-block-9 {
    width: 100%;
    max-width: 260px;
    margin-bottom: 16px;
  }

  .button {
    margin-left: -29px;
  }

  .nav-menu {
    width: 266px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

  .main-benefit-item {
    text-align: center;
    flex-direction: row;
    width: 100%;
    display: block;
  }

  .text-block-11 {
    font-size: 2.75rem;
  }

  .text-block-12 {
    width: 100%;
    margin-bottom: 32px;
  }

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

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

  .text-15 {
    white-space: nowrap;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
  }

  .div-block-15 {
    grid-template-rows: auto auto;
  }

  .div-block-17 {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 24px;
  }

  .form {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .submit-button {
    margin-left: -3px;
  }

  .div-block-21 {
    text-align: center;
    display: block;
  }

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

  .form-block-2 {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form {
    max-width: 100%;
  }

  .div-block-28 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 12px;
  }

  .paragraph, .paragraph.center {
    font-size: 1rem;
  }

  .image-22 {
    height: 48px;
  }

  .general-description {
    font-size: .85rem;
  }

  .general-description blockquote {
    background-position: 15px 0;
    padding-top: 44px;
    padding-left: 16px;
  }

  .general-description h2 {
    white-space: normal;
  }

  .general-description ul, .general-description ol {
    padding-left: 32px;
  }

  .general-description h6 {
    margin-left: 0;
  }

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

  .div-block-42 {
    padding-bottom: 0;
  }

  .text-block-34 {
    font-size: 1.25rem;
  }

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

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

  .paragraph-2 {
    margin-top: 0;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 0;
  }

  .image-23 {
    width: 60px;
  }

  .div-block-48 {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  .text-block-38 {
    padding-left: 12px;
  }

  .image-24 {
    width: 80%;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 32px;
  }

  .full-section {
    margin-bottom: 40px;
  }

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

  .heading-4-copy {
    font-size: 1.75rem;
  }
}

#w-node-f530ca4d-3509-ab2c-481b-68dcff4e0638-a33e04ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57d55489-a6f1-ffdc-d2ef-d121323a1958-a33e04ad {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-eb617c63-1158-38af-2f90-9a29ad962db8-a33e04ad {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5b4437b1-e62c-d5d0-a160-4f6b10793fa3-a33e04ad {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_57c0d7c4-c6aa-2b7f-9cee-b2c75119959f-a33e04ad {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2b368e31-2489-f95d-870e-882759f6e563-a33e04ad {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_6eb88126-994c-c530-1443-14bcbb4d011e-a33e04ad {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-cf391a1d-1940-519a-f216-13c3e2a31d30-a33e04ad {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_00a5047c-2524-a404-592d-479ba4dbfa36-a4dbfa33 {
  justify-self: start;
}

#w-node-_00a5047c-2524-a404-592d-479ba4dbfa3d-a4dbfa33 {
  justify-self: center;
}

#w-node-ff607083-eb51-2a6a-27e6-d491d9e376ee-a4dbfa33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f530ca4d-3509-ab2c-481b-68dcff4e0638-a33e04ad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_57d55489-a6f1-ffdc-d2ef-d121323a1958-a33e04ad {
    grid-row: 2 / 3;
  }

  #w-node-eb617c63-1158-38af-2f90-9a29ad962db8-a33e04ad {
    grid-row: 3 / 4;
  }

  #w-node-_5b4437b1-e62c-d5d0-a160-4f6b10793fa3-a33e04ad {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_57c0d7c4-c6aa-2b7f-9cee-b2c75119959f-a33e04ad {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2b368e31-2489-f95d-870e-882759f6e563-a33e04ad {
    grid-row: 6 / 7;
  }

  #w-node-_6eb88126-994c-c530-1443-14bcbb4d011e-a33e04ad {
    grid-row: 7 / 8;
  }

  #w-node-cf391a1d-1940-519a-f216-13c3e2a31d30-a33e04ad {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_00a5047c-2524-a404-592d-479ba4dbfa36-a4dbfa33 {
    justify-self: center;
  }
}


