:root {
  --light-purple: #706f83;
  --white: white;
  --black: black;
  --purple-primary: #8224e3;
  --primary-text: #130422;
  --violet: #f3e9fc;
  --purple-secondary: #d8bbf6;
  --transparent: rgba(255, 255, 255, 0);
  --primary-text-2: rgba(104, 94, 114, .8);
}

body {
  color: var(--light-purple);
  font-family: Productsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6;
}

a {
  text-decoration: underline;
  display: block;
}

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

.c-nav {
  z-index: 9;
  position: relative;
}

.c-section {
  justify-content: space-between;
  align-items: center;
  width: 86%;
  max-width: 1685px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-section.cc-full-width {
  width: 100%;
  max-width: 1960px;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.nav-logo {
  background-image: url('../images/hrhub-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 132px;
  height: 38px;
}

.nav-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  font-size: 16px;
  line-height: 1.25;
  transition: color .4s;
}

.nav-link:hover {
  color: var(--purple-primary);
}

.global-embed {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-button {
  background-color: var(--purple-primary);
  color: var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: color .4s, background-color .4s;
}

.c-button:hover {
  color: var(--primary-text);
  background-color: #e5d6f4;
}

.c-button.cc-careers {
  background-color: var(--white);
  color: var(--purple-primary);
  background-image: url('../images/purple-arrow.svg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 84px;
}

.c-button.cc-careers:hover {
  background-color: var(--violet);
  color: var(--black);
  background-image: url('../images/black-arrow-small.svg');
}

.c-button.cc-outline {
  border: 1px solid var(--purple-primary);
  background-color: var(--white);
  color: var(--purple-primary);
}

.c-button.cc-outline:hover {
  background-color: var(--violet);
}

.c-button.cc-form {
  background-image: url('../images/white-arrow-small.svg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 16px;
  justify-content: center;
  align-items: center;
  padding-right: 60px;
}

.c-button.cc-form:hover {
  background-image: url('../images/black-arrow-small.svg');
}

.c-button.uc-hide-desktop {
  display: none;
}

.c-button.cc-alt:hover {
  color: var(--white);
  background-color: rgba(130, 36, 227, .7);
}

.button-arrow {
  flex-shrink: 1;
  width: 18px;
  height: 26px;
  margin-left: 16px;
}

.button-arrow.cc-purple {
  background-image: url('../images/purple-arrow.svg');
}

.button-arrow.cc-sm {
  height: 16px;
  margin-left: 14px;
}

.c-hero {
  background-color: var(--violet);
  background-image: url('../images/hero-elipse-2.svg'), url('../images/hero-elipse-1.svg');
  background-position: 100% 96px, 0 90px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.c-hero.cc-home {
  color: var(--white);
  background-image: none;
  flex-flow: column;
  min-height: min(100vh, 950px);
  display: flex;
  position: relative;
}

.hero-inner {
  z-index: 2;
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 86%;
  max-width: 1685px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-inner.cc-inner {
  justify-content: center;
  min-height: 422px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.hero-cta {
  max-width: 747px;
}

.heading-h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.25;
}

.hero-cta_subtext {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.6;
}

.hero-images_container {
  align-self: flex-end;
  width: 38.5%;
  max-width: 480px;
  height: 326px;
  position: relative;
}

.hero-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.c-img.cc-cover {
  object-fit: cover;
}

.c-img.cc-left-align {
  object-position: 0% 50%;
}

.hero-image_float {
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
}

.hero-image_float.cc-one {
  width: 155px;
  height: 105px;
  top: -56px;
  left: 36px;
}

.hero-image_float.cc-two {
  width: 190px;
  height: 130px;
  bottom: 70px;
  right: -72px;
}

.hero-image_float.cc-three {
  width: 126px;
  height: 86px;
  top: -148px;
  right: 53px;
}

.business-preview {
  text-align: center;
  color: #130422;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.5;
}

.uc-bold-text {
  font-weight: 700;
}

.business-preview_scroller {
  width: 90%;
  max-width: 1685px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}

.business-preview_container {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.business-preview_image {
  flex: none;
  max-width: 138px;
  height: 60px;
}

.header-underline {
  color: #9b50e9;
  background-image: url('../images/header-line.svg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 5px;
  font-family: Pacifico, sans-serif;
}

.header-underline.cc-home {
  padding-bottom: 0;
}

.header-underline.cc-light {
  color: var(--purple-secondary);
  background-image: url('../images/header-line-light.svg');
}

.c-about {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.about-inner {
  z-index: 2;
  border: 1px solid var(--violet);
  background-color: var(--white);
  border-radius: 40px;
  padding-right: 6.4%;
  display: flex;
  position: relative;
}

.about-img {
  border-radius: 40px;
  flex: none;
  width: 43.5%;
  margin-right: 6.4%;
  position: relative;
  overflow: hidden;
}

.about-text_container {
  flex: 1;
  align-self: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px;
  line-height: 1.4;
}

.about-text_container.cc-about_inner {
  max-width: 47.5%;
}

.about-text_header {
  color: var(--primary-text);
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.uc-purple-text {
  color: #9b50e9;
}

.uc-purple-text.cc-alt {
  font-family: Pacifico, sans-serif;
}

.about-shape {
  background-color: #ab6ceb;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: -40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-services {
  background-color: #faf6fe;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-header {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 1.6;
  display: flex;
}

.section-header.cc-about {
  margin-bottom: 36px;
}

.section-tag {
  background-color: var(--violet);
  color: #370f5f;
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.28571;
}

.section-tag.cc-alt {
  color: var(--violet);
  background-color: #5c1aa1;
}

.section-header_text {
  color: var(--primary-text);
  max-width: 700px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.16667;
}

.section-header_text.cc-alt {
  color: var(--white);
}

.services-header_subtext {
  max-width: 850px;
  font-weight: 300;
}

.services-header_subtext.cc-alt {
  font-family: EB Garamond, sans-serif;
  font-style: italic;
}

.services-cta_flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 30px;
  display: flex;
}

.services-cta {
  width: 46%;
  max-width: 570px;
}

.services-cta_header {
  color: var(--primary-text);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}

.service-cta_subtext {
  margin-top: 24px;
  margin-bottom: 40px;
}

.services-image_container {
  flex: none;
  width: 46.2%;
  max-width: 572px;
  height: 432px;
  position: relative;
}

.services-image {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.services-image_bg {
  background-image: url('../images/about-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 480px;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: -20px;
  right: 0;
}

.services-grid {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.c-service {
  border: 1px solid rgba(130, 36, 227, .08);
  border-radius: 24px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
  transition: color .3s, background-color .3s;
  position: relative;
}

.c-service:hover {
  background-color: var(--purple-primary);
  color: rgba(255, 255, 255, .64);
}

.service-icon_container {
  background-color: var(--violet);
  border-radius: 18px;
  width: 64px;
  height: 64px;
  padding: 16px;
}

.service-type {
  color: var(--primary-text);
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.66667;
}

.c-stats {
  padding-top: 100px;
}

.stats-flex {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.stat-img {
  background-image: url('../images/stats-img.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 53.3%;
  height: 400px;
  margin-right: 6.4%;
}

.stats-inner {
  flex: 1;
}

.stats-header_text {
  color: var(--primary-text);
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2;
}

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

.stats-block {
  color: rgba(104, 94, 114, .6);
  font-size: 16px;
  line-height: 1.5625;
}

.stats-figure {
  color: var(--purple-primary);
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.14286;
}

.c-testimonial {
  padding-bottom: 100px;
  position: relative;
}

.c-testimonial.cc-about {
  padding-top: 30px;
  padding-bottom: 60px;
}

.c-testimonial.cc-home {
  padding-bottom: 220px;
}

.testimonial-slide_container {
  margin-bottom: 40px;
  overflow: hidden;
}

.testimonial-slide_inner {
  z-index: 2;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
}

.testimonial-slide {
  background-color: rgba(130, 36, 227, .03);
  border: 1px solid #f3e9fc;
  border-radius: 24px;
  flex: none;
  max-width: 480px;
  padding: 40px;
}

.testimonial-slide.cc-white-bg {
  background-color: var(--white);
}

.testimonial-slide_pagination {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-text {
  color: var(--primary-text);
  font-size: 24px;
  font-style: italic;
  line-height: 2;
}

.testimonial-subtext {
  color: rgba(19, 4, 34, .5);
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.4;
}

.testimonial-author_details {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-author_logo {
  max-width: 80px;
}

.testimonial-details_inner {
  color: rgba(0, 0, 0, .64);
  border-left: 1px solid rgba(0, 0, 0, .2);
  margin-left: 16px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.33333;
}

.testimonial-author {
  color: var(--black);
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.5;
}

.c-process {
  background-color: #370f5f;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-bottom: 20px;
}

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

.process-block {
  color: var(--white);
  background-color: #48147d;
  border-radius: 24px;
  padding: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.process-index {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 120px;
  display: flex;
}

.process-details {
  margin-top: -100px;
  padding-top: 64px;
  position: relative;
}

.process-header {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
  position: relative;
}

.process-details_overlay {
  background-image: linear-gradient(rgba(72, 20, 125, 0), rgba(72, 20, 125, .9) 31%, rgba(72, 20, 125, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  position: relative;
}

.c-partner {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.c-partner.cc-home {
  padding-top: 180px;
}

.c-partner.cc-purple-bg {
  background-color: #faf6fe;
}

.partner-cta {
  z-index: 2;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--violet);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--violet);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--violet);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--violet);
  background-color: var(--white);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 64px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .06);
}

.partner-cta_inner {
  color: var(--purple-primary);
  text-align: center;
  background-image: url('../images/partner-cta-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-right: 6%;
  padding: 40px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.07143;
  display: flex;
  overflow: hidden;
}

.partner-text {
  max-width: 308px;
}

.partner-cta_block {
  flex: 1;
}

.partner-cta_header {
  color: var(--primary-text);
  text-transform: capitalize;
  font-size: 32px;
  line-height: 1.1875;
}

.partner-cta_subtext {
  margin-top: 16px;
  margin-bottom: 32px;
}

.c-footer {
  background-color: #130422;
  padding-top: 120px;
}

.footer-inner {
  color: rgba(255, 255, 255, .64);
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-details {
  max-width: 29.5%;
  margin-right: 13%;
}

.footer-logo {
  background-image: url('../images/hrhub-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 38px;
}

.footer-details_text {
  color: rgba(255, 255, 255, .7);
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.71429;
}

.footer-socials_container {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-socials_flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.social-link {
  color: #aaa5af;
  flex: none;
  width: 24px;
  height: 25px;
  margin-right: 24px;
  transition-property: color;
  transition-duration: .4s;
  transition-timing-function: ease;
}

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

.social-link.cc-alt {
  color: var(--purple-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: flex;
}

.footer-links_container {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.footer-links_inner {
  width: 31.4%;
  max-width: 180px;
  margin-right: 2.9%;
}

.footer-links_inner.cc-lg {
  max-width: 238px;
}

.footer-links_header {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.2;
}

.footer-links_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-size: 16px;
  line-height: 1.5;
  transition: color .4s;
}

.footer-link:hover {
  color: var(--white);
}

.footer-link.w--current {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-legal_links {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright {
  font-size: 16px;
  line-height: 1.5;
}

.page-header {
  color: #130422;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.14286;
}

.hero-header_wrapper {
  text-align: center;
  max-width: 80%;
}

.uc-purple-bg {
  background-color: #faf6fe;
}

.c-services_details {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-inner {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 7%;
  display: flex;
  position: relative;
}

.services-sidebar {
  border-top: 1px solid #f6f6f9;
  border-bottom: 1px solid #f6f6f9;
  border-right: 1px solid #f6f6f9;
  border-radius: 12px;
  flex: none;
  width: 22%;
  max-width: 320px;
  margin-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.services-sidebar_header {
  color: var(--purple-primary);
  background-color: #faf6fe;
  border-radius: 12px;
  padding: 12px 24px;
  font-family: Pacifico, sans-serif;
  font-size: 14px;
  line-height: 1.71429;
}

.services-sidebar_link {
  color: #958e9c;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition-property: color, border-color;
  transition-duration: .4s, .4s;
  transition-timing-function: ease, ease;
  display: block;
}

.services-sidebar_link:hover {
  color: var(--purple-primary);
}

.services-sidebar_link.w--current, .services-sidebar_link.cc-active {
  background-color: var(--purple-primary);
  color: var(--white);
}

.services-details_body {
  color: var(--primary-text-2);
  flex: 1;
  font-size: 18px;
  line-height: 1.77778;
}

.services-details_header {
  color: #130422;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.25;
}

.services-featured_image {
  border-radius: 20px;
  width: 100%;
  height: 496px;
  margin-top: 40px;
  margin-bottom: 70px;
  overflow: hidden;
}

.services-list_block {
  margin-bottom: 70px;
}

.services-list {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 220px;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.services-list_item {
  color: var(--primary-text-2);
  background-image: url('../images/purple-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 50%;
  margin-bottom: 8px;
  padding-left: 30px;
}

.sevices-cards_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.services-card {
  background-color: var(--white);
  color: #475467;
  border-radius: 12px;
  padding: 32px;
  font-weight: 300;
  line-height: 1.33333;
  box-shadow: 0 0 24px rgba(11, 21, 66, .06);
}

.services-card_icon {
  background-color: var(--purple-primary);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.services-card_header {
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.services-accordion_container {
  margin-top: 24px;
  margin-bottom: 70px;
}

.service-accordion {
  background-color: #faf6fe;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  align-self: stretch;
  margin-bottom: 16px;
  padding-bottom: 20px;
  transition: background-color .5s;
}

.service-accordion.cc-active {
  background-color: var(--white);
  border-color: #f3e9fc;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .06);
}

.accordion-inner {
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  transition: padding .3s;
  display: flex;
}

.accordion-inner_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #130422;
  align-items: center;
  margin-right: 20px;
  font-size: 24px;
  line-height: 1.66667;
  display: flex;
}

.accordion-icon {
  background-color: var(--white);
  background-image: url('../images/arrow_downward.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  flex: none;
  width: 56px;
  height: 56px;
  transition: background-color .35s, transform .5s;
}

.accordion-content {
  max-height: 0;
  padding-bottom: 20px;
  transition: max-height .5s;
  overflow: hidden;
}

.accordion-content.cc-show {
  max-height: 100vh;
}

.accordion-content_inner {
  padding-top: 11px;
  padding-left: 96px;
  padding-right: 112px;
}

.c-careers {
  padding-top: 40px;
  padding-bottom: 40px;
}

.careers-inner {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.careers-filter_container {
  background-color: var(--purple-primary);
  color: var(--white);
  border-radius: 24px;
  margin-bottom: 64px;
  padding: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.form-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-flex.cc-careers {
  margin-top: 24px;
  padding-bottom: 24px;
}

.c-careers_input {
  color: var(--white);
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 100px;
  height: 56px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 300;
}

.c-careers_input::placeholder {
  color: rgba(255, 255, 255, .56);
  font-weight: 300;
}

.c-careers_input.cc-select {
  color: rgba(255, 255, 255, .56);
  font-weight: 300;
}

.open-roles_container {
  margin-bottom: 64px;
}

.open-role {
  border: 1px solid #f3e9fc;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .04);
}

.open-role_inner {
  color: var(--primary-text);
  flex: 1;
  margin-right: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.open-role_details {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.open-role_detail {
  color: #685e72;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.open-role_icon {
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.pagination-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-arrow_down {
  background-image: url('../images/arrow_downward-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 1;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

.button-arrow_down.cc-purple {
  background-image: url('../images/purple-arrow.svg');
}

.c-careers_open {
  padding-top: 80px;
  padding-bottom: 80px;
}

.careers-open_inner {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1.33333;
  display: flex;
}

.breadcrumb-arrow {
  background-image: url('../images/arrow_back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.careers-open_details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.role-name {
  color: #130422;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.33333;
}

.careers-open_flex {
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1.33333;
  display: flex;
}

.careers-flex_divider {
  background-color: #8f8f8f;
  border-radius: 50%;
  flex: none;
  width: 2.5px;
  height: 2.5px;
  margin-left: 16px;
  margin-right: 16px;
}

.careers-open_body {
  color: #685e72;
}

.careers-open_body p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.875;
}

.careers-open_body ol {
  margin-bottom: 40px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.875;
}

.careers-open_body ul {
  margin-bottom: 40px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.875;
}

.careers-open_cta {
  background-color: var(--violet);
  color: var(--primary-text);
  border-radius: 24px;
  padding: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
}

.careers-cta_subtext {
  color: #685e72;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}

.c-about-_inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-inner_flex {
  justify-content: space-between;
  align-items: center;
  padding-right: 72px;
  display: flex;
}

.mission-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-card {
  background-color: #faf6fe;
  border-radius: 24px;
  padding: 48px;
  font-size: 30px;
  line-height: 1.33333;
}

.about-card_header {
  color: var(--purple-primary);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28571;
}

.c-team {
  padding-top: 100px;
}

.team-slide_container {
  margin-bottom: 24px;
  padding-left: 7%;
  padding-right: 7%;
  overflow: hidden;
}

.team-slide_inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.team-slide {
  border-radius: 24px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  width: 25%;
  min-width: 337px;
  min-height: 460px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-slide_image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-details {
  color: var(--white);
  background-color: #370f5f;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-size: 12px;
  line-height: 1.33333;
  display: flex;
  position: relative;
}

.team-details_icon {
  background-image: url('../images/arrow_forward.svg');
  background-position: 50%;
  background-size: contain;
  flex: none;
  width: 16px;
  height: 16px;
}

.team-details_inner {
  flex: 1;
  margin-right: 15px;
}

.team-member_name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.slide-utilities {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 100px;
  display: flex;
}

.slide-arrows {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-arrow {
  background-color: var(--violet);
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.slide-arrow.cc-prev {
  background-image: url('../images/arrow_back-purple.svg');
}

.slide-arrow.cc-next {
  background-image: url('../images/arrow_forward-purple.svg');
}

.c-contact {
  background-color: var(--violet);
  background-image: url('../images/hero-elipse-2.svg'), url('../images/hero-elipse-1.svg');
  background-position: 100% 96px, 0 90px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 16px;
  padding-bottom: 100px;
}

.contact-inner {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.contact-details {
  flex: none;
  width: 43.5%;
  margin-right: 8%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.contact-details_header {
  color: #130422;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.6;
}

.contact-map_image {
  border-radius: 24px;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.contact-links_container {
  color: rgba(104, 94, 114, .6);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.375;
}

.contact-links_flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.contact-emails {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.contact-form {
  background-color: var(--white);
  border: 1px solid #d8bbf6;
  border-radius: 30px;
  flex: 1;
  margin-bottom: 0;
  padding: 48px;
}

.contact-form_inner {
  flex-flow: column;
  display: flex;
}

.c-form_field {
  flex: 1;
  margin-bottom: 32px;
}

.c-label_wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
}

.c-label {
  line-height: 1.2em;
}

.c-input_wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.c-input {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 12px;
  min-height: 48px;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}

.c-input:hover {
  border-color: #d8bbf6;
}

.c-input:focus {
  outline-offset: 0px;
  border-color: #d8bbf6;
  outline: 2px #1865ff;
}

.c-input::placeholder {
  color: #b1b1b1;
}

.c-input.cc-textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
}

.c-input.cc-select {
  background-image: url('../images/expand_more.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.contact-form_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.contact-link {
  transition: color .4s;
}

.contact-link:hover {
  color: var(--purple-primary);
}

.team-slide_pagination {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.dropown-toggle {
  z-index: 2;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
  transition: color .4s;
  display: flex;
}

.dropown-toggle:hover {
  color: var(--purple-primary);
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 15px;
  margin: 0;
  display: flex;
  position: static;
}

.dropdown-list {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  min-width: 766px;
  max-width: 766px;
  padding-top: 48px;
  transition: all .5s;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
}

.nav-dropdown_inner {
  z-index: 9;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--violet);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--violet);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--violet);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--violet);
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  transform: translate(0, -30px);
  box-shadow: 0 0 24px rgba(11, 21, 66, .06);
}

.dropdown-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  font-size: 16px;
  line-height: 1.5;
  transition: color .4s;
  display: flex;
}

.dropdown-link:hover {
  color: var(--purple-primary);
}

.dropdown-subtext {
  color: #8e9fa1;
  max-width: 230px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 150%;
  display: none;
}

.business-preview_text {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menu_toggle {
  z-index: 3;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--purple-primary);
  cursor: pointer;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: none;
  position: relative;
}

.nav-toggle_line {
  background-color: #fff;
  border-radius: 2.5px;
  width: 17.5px;
  height: 2.5px;
  transition: width .4s, transform .5s;
}

.uc-hide-desktop {
  display: none;
}

.hero-bg_image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-shape {
  border-top: 12rem solid var(--transparent);
  border-right: 100vw solid var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-shape {
  border-top: 16rem solid var(--transparent);
  border-right: 100vw solid var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-shape.cc-purple {
  border-right-color: #faf6fe;
}

.section-shape.cc-dark-purple {
  border-right-color: #370f5f;
}

.section-shape.cc-reverse {
  transform-style: preserve-3d;
  top: 0;
  bottom: auto;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.contact-header {
  color: #130422;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.contact-header_block {
  margin-bottom: 40px;
}

.contact-map_container {
  margin-top: 40px;
}

.uc-alt {
  font-family: Pacifico, sans-serif;
}

.careers-open_header {
  color: var(--primary-text);
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
}

.nav-dropdown_header {
  border-bottom: 1px solid var(--violet);
  color: var(--primary-text);
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 1.4;
}

.nav-links_list {
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.nav-link_icon {
  background-color: var(--violet);
  border-radius: 6px;
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  padding: 6px;
}

.nav-dropdown_triangle {
  background-image: url('../images/menu-triangle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translate(-50%);
}

.form-success {
  background-color: var(--transparent);
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 30px;
  line-height: 1;
}

.form-error {
  background-color: var(--transparent);
  color: red;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 18px;
  }

  .c-section {
    width: 90%;
  }

  .nav-inner {
    position: static;
  }

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

  .c-hero {
    background-position: 100% 96px, 0 70px;
    background-size: 320px, auto;
  }

  .hero-inner {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    max-width: none;
  }

  .hero-inner.cc-inner {
    min-height: 350px;
  }

  .heading-h1 {
    font-size: 45px;
  }

  .hero-cta_subtext {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .hero-images_container {
    width: 45%;
    height: 240px;
  }

  .hero-image_float.cc-one {
    width: 125px;
    height: 85px;
    top: -36px;
    left: 26px;
  }

  .hero-image_float.cc-two {
    width: 160px;
    height: 100px;
    right: -48px;
  }

  .hero-image_float.cc-three {
    width: 100px;
    height: 66px;
    top: -118px;
    right: 33px;
  }

  .business-preview {
    padding-bottom: 30px;
  }

  .business-preview_scroller {
    width: 90%;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .business-preview_container {
    grid-column-gap: 32px;
    grid-row-gap: 25px;
  }

  .business-preview_image {
    max-width: 80px;
  }

  .c-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-inner {
    border-radius: 25px;
    padding-right: 3.4%;
  }

  .about-img {
    border-radius: 25px;
    margin-right: 5%;
  }

  .about-text_container {
    font-size: 18px;
  }

  .about-text_container.cc-about_inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-text_header {
    font-size: 38px;
  }

  .about-shape {
    width: 100px;
    height: 100px;
    margin-left: -20px;
  }

  .c-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-header_text {
    max-width: 550px;
    font-size: 35px;
  }

  .services-header_subtext {
    max-width: 600px;
    font-size: 16px;
  }

  .services-cta_flex {
    margin-bottom: 80px;
  }

  .services-cta_header {
    font-size: 30px;
  }

  .service-cta_subtext {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .services-image_container {
    height: 300px;
  }

  .services-image {
    border-radius: 25px;
  }

  .services-image_bg {
    height: 340px;
    top: -20px;
  }

  .services-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .c-service {
    border-radius: 18px;
  }

  .service-icon_container {
    border-radius: 14px;
  }

  .service-type {
    font-size: 20px;
  }

  .c-stats {
    padding-top: 60px;
  }

  .stat-img {
    background-position: 50%;
    margin-right: 5%;
  }

  .stats-header_text {
    font-size: 35px;
  }

  .stats-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .stats-figure {
    font-size: 36px;
  }

  .c-testimonial {
    padding-bottom: 80px;
  }

  .c-testimonial.cc-home {
    padding-bottom: 155px;
  }

  .testimonial-slide {
    max-width: 420px;
    padding: 30px;
  }

  .testimonial-text {
    font-size: 20px;
  }

  .testimonial-subtext {
    font-size: 18px;
  }

  .testimonial-author_logo {
    max-width: 70px;
  }

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

  .process-block {
    border-radius: 20px;
    padding: 30px;
  }

  .process-index {
    height: 90px;
  }

  .process-header {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .c-partner.cc-home {
    padding-top: 100px;
  }

  .partner-cta {
    padding: 50px 30px;
  }

  .partner-text {
    font-size: 46px;
  }

  .partner-cta_header {
    font-size: 28px;
  }

  .partner-cta_subtext {
    margin-bottom: 30px;
  }

  .footer-details {
    margin-right: 10%;
  }

  .footer-details_text {
    font-size: 14px;
  }

  .social-link {
    margin-right: 18px;
  }

  .social-link.cc-alt {
    width: 35px;
    height: 35px;
  }

  .footer-links_inner.cc-lg {
    max-width: 150px;
  }

  .footer-links_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-link {
    font-size: 14px;
  }

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

  .page-header {
    font-size: 50px;
    line-height: 1.3;
  }

  .c-services_details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-sidebar {
    width: 25%;
    max-width: 200px;
  }

  .services-sidebar_link {
    border-radius: 10px;
    font-size: 14px;
  }

  .services-featured_image {
    height: 400px;
    margin-bottom: 50px;
  }

  .services-list_block {
    margin-bottom: 50px;
  }

  .services-list {
    max-height: 320px;
  }

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

  .services-card {
    padding: 22px 20px;
  }

  .accordion-icon {
    width: 50px;
    height: 50px;
  }

  .careers-inner {
    width: 85%;
  }

  .careers-filter_container {
    padding: 30px;
    font-size: 38px;
  }

  .open-role_inner {
    margin-right: 30px;
  }

  .open-role_details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .open-role_detail {
    margin-right: 0;
    font-size: 14px;
  }

  .c-careers_open {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .careers-open_inner {
    width: 80%;
  }

  .careers-open_details {
    margin-bottom: 30px;
  }

  .role-name {
    font-size: 42px;
  }

  .c-about-_inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .mission-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-cards {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .about-card {
    padding-left: 38px;
    padding-right: 38px;
    font-size: 26px;
  }

  .c-team {
    padding-top: 80px;
  }

  .slide-utilities {
    padding-bottom: 60px;
  }

  .c-contact {
    background-position: 100% 96px, 0 70px;
    background-size: 320px, auto;
    padding-bottom: 80px;
  }

  .contact-inner {
    padding-top: 60px;
  }

  .contact-details {
    margin-right: 5%;
  }

  .contact-map_image {
    height: 180px;
  }

  .contact-links_container {
    font-size: 14px;
  }

  .contact-emails {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contact-form {
    border-radius: 25px;
    padding: 30px;
  }

  .contact-form_flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-dropdown {
    position: static;
  }

  .dropdown-icon {
    padding-top: 0;
  }

  .dropdown-list {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    padding-top: 20px;
    top: 45px;
  }

  .nav-dropdown_inner {
    padding-top: 22px;
    transform: none;
  }

  .hero-shape {
    border-top-width: 10rem;
  }

  .section-shape {
    border-top-width: 12rem;
  }

  .nav-dropdown_triangle {
    width: 40px;
    top: 0;
    left: 44%;
  }

  .form-success {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  .nav-logo {
    width: 150px;
    height: 42px;
  }

  .nav-links {
    z-index: 99;
    background-color: var(--white);
    border: 1px solid rgba(130, 36, 227, .6);
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 40px;
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: ease;
    position: absolute;
    top: 72px;
    box-shadow: 0 0 24px rgba(11, 21, 66, .06);
  }

  .nav-link {
    font-size: 22px;
  }

  .c-button.cc-careers {
    padding-left: 40px;
    padding-right: 74px;
  }

  .c-button.uc-hide-mobile {
    display: none;
  }

  .c-button.uc-hide-desktop {
    display: flex;
  }

  .c-button.cc-alt.cc-hide-mobile {
    display: none;
  }

  .c-hero {
    background-position: 100% 96px, 0 70px;
    background-size: 280px, 150px;
  }

  .c-hero.cc-home {
    min-height: min(100vh, 750px);
  }

  .hero-inner.cc-inner {
    justify-content: center;
    align-items: center;
    min-height: 300px;
  }

  .hero-cta {
    width: auto;
    max-width: none;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .hero-images_container {
    width: 100%;
  }

  .hero-image {
    border-radius: 15px;
  }

  .hero-image_float.cc-three {
    top: -108px;
  }

  .business-preview {
    font-size: 16px;
  }

  .business-preview_scroller {
    width: 90%;
    margin-top: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .business-preview_container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .business-preview_image {
    height: 45px;
  }

  .header-underline {
    padding-bottom: 5px;
  }

  .c-about {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .about-inner {
    border-radius: 20px;
    flex-flow: column;
    padding-right: 0%;
  }

  .about-img {
    border-radius: 20px;
    width: 100%;
    height: 55vw;
    margin-right: 0%;
  }

  .about-text_container {
    padding: 50px 20px;
    font-size: 18px;
  }

  .about-text_container.cc-about_inner {
    max-width: none;
    margin-bottom: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-text_header {
    font-size: 36px;
  }

  .about-shape {
    display: none;
  }

  .c-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-header {
    margin-bottom: 50px;
  }

  .section-header_text {
    max-width: 450px;
    font-size: 30px;
  }

  .services-cta_flex {
    flex-flow: column;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .services-cta {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .services-image_container {
    order: -1;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .services-image_bg {
    left: 0;
  }

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

  .c-service:hover {
    background-color: var(--transparent);
    color: var(--light-purple);
  }

  .c-stats {
    padding-top: 50px;
  }

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

  .stat-img {
    background-position: 50%;
    width: 100%;
    height: 50vw;
    margin-right: 0%;
  }

  .stats-inner {
    padding-top: 20px;
  }

  .c-testimonial {
    padding-bottom: 50px;
  }

  .c-testimonial.cc-home {
    padding-bottom: 122px;
  }

  .testimonial-slide_inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-slide {
    width: 90%;
    max-width: 400px;
  }

  .testimonial-text {
    font-weight: 500;
  }

  .c-process {
    padding-top: 50px;
  }

  .process-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .process-block {
    padding-bottom: 40px;
  }

  .c-partner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .c-partner.cc-home {
    padding-top: 70px;
  }

  .partner-cta {
    text-align: center;
    border-radius: 15px;
    flex-flow: column;
    padding-top: 40px;
  }

  .partner-cta_inner {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .partner-text {
    max-width: 200px;
    font-size: 42px;
  }

  .partner-cta_header {
    font-size: 26px;
  }

  .partner-cta_subtext {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-footer {
    padding-top: 80px;
  }

  .footer-inner {
    flex-flow: wrap;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-details {
    max-width: 600px;
    margin-bottom: 50px;
    margin-right: 0%;
  }

  .footer-links_container {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    flex-flow: wrap;
  }

  .footer-links_inner {
    flex: none;
    width: 46%;
    max-width: none;
    margin-bottom: 50px;
    margin-right: 0%;
  }

  .footer-links_inner.cc-lg {
    max-width: none;
  }

  .footer-bottom {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-legal_links {
    order: -1;
    margin-bottom: 30px;
  }

  .page-header {
    font-size: 45px;
  }

  .c-services_details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .services-sidebar {
    display: none;
  }

  .services-details_body {
    font-size: 16px;
  }

  .services-details_header {
    font-size: 30px;
  }

  .services-featured_image {
    height: 60vw;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .services-list {
    flex-flow: column;
    max-height: none;
  }

  .services-list_item {
    width: 100%;
    line-height: 1.5;
  }

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

  .services-card_icon {
    border-radius: 8px;
    width: 35px;
    height: 35px;
  }

  .accordion-inner {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-inner_flex {
    margin-right: 10px;
    font-size: 20px;
  }

  .accordion-icon {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

  .accordion-content {
    padding-bottom: 10px;
  }

  .accordion-content_inner {
    padding-top: 12px;
    padding-left: 81px;
    padding-right: 80px;
  }

  .careers-inner {
    width: 90%;
  }

  .careers-filter_container {
    border-radius: 20px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 32px;
  }

  .form-flex.cc-careers {
    flex-flow: column;
  }

  .c-careers_input {
    font-size: 18px;
  }

  .open-role {
    text-align: center;
    border-radius: 20px;
    flex-flow: column;
  }

  .open-role_inner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .open-role_details {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .c-careers_open {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .careers-open_inner {
    width: 90%;
  }

  .careers-open_cta {
    border-radius: 20px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-about-_inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .about-inner_flex {
    flex-flow: column;
    padding-right: 48px;
  }

  .mission-inner {
    padding-top: 50px;
    padding-bottom: 0;
  }

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

  .about-card {
    border-radius: 20px;
    padding: 38px 30px;
    font-size: 22px;
  }

  .c-team {
    padding-top: 60px;
  }

  .team-slide_inner {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .team-slide {
    border-radius: 20px;
    min-width: 280px;
    min-height: 400px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .slide-utilities {
    padding-bottom: 40px;
  }

  .slide-arrow {
    width: 46px;
    height: 46px;
  }

  .c-contact {
    background-size: 280px, 150px;
    padding-bottom: 80px;
  }

  .contact-inner {
    flex-flow: column;
    padding-top: 50px;
  }

  .contact-details {
    width: auto;
    margin-bottom: 60px;
    margin-right: 0%;
    position: relative;
    top: 0;
  }

  .contact-map_image {
    border-radius: 20px;
    height: 45vw;
  }

  .contact-form {
    border-radius: 20px;
    align-self: stretch;
  }

  .contact-form_flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropown-toggle {
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
  }

  .dropdown-icon {
    width: 16px;
    height: 14px;
  }

  .dropdown-list {
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    flex-direction: column;
    width: 100%;
    min-width: auto;
    max-width: 90%;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .dropdown-list.w--open {
    border: 1px #000;
  }

  .nav-dropdown_inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  .dropdown-link {
    width: auto;
    margin-right: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .dropdown-subtext {
    max-width: 200px;
    font-size: 12px;
    line-height: 150%;
  }

  .nav-menu_toggle {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .nav-toggle_line {
    width: 12px;
    height: 2px;
  }

  .uc-hide-mobile {
    display: none;
  }

  .uc-hide-desktop {
    display: block;
  }

  .hero-shape {
    border-top-width: 8rem;
  }

  .section-shape {
    border-top-width: 10rem;
  }

  .contact-header {
    font-size: 46px;
  }

  .nav-dropdown_header {
    display: none;
  }

  .nav-links_list {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-dropdown_triangle {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo {
    width: 140px;
  }

  .nav-links {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-radius: 15px;
    padding: 30px 25px;
  }

  .nav-link {
    font-size: 20px;
  }

  .c-button {
    font-size: 14px;
  }

  .c-hero {
    background-position: 100% 130%, 0 60px;
    background-size: 200px, 100px;
  }

  .c-hero.cc-home {
    background-position: 100% 96px, 0 60px;
  }

  .hero-inner.cc-inner {
    min-height: 280px;
  }

  .hero-cta {
    margin-bottom: 120px;
  }

  .heading-h1 {
    font-size: 40px;
  }

  .hero-images_container {
    height: 220px;
  }

  .hero-image_float.cc-one {
    width: 100px;
    height: 65px;
    top: -20px;
    left: 16px;
  }

  .hero-image_float.cc-two {
    width: 120px;
    height: 70px;
    right: -36px;
  }

  .hero-image_float.cc-three {
    width: 80px;
    height: 46px;
    top: -70px;
    right: 20px;
  }

  .business-preview_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-inner {
    border-radius: 15px;
  }

  .about-img {
    border-radius: 15px;
    height: 65vw;
  }

  .about-text_container {
    padding-top: 40px;
    font-size: 16px;
  }

  .about-text_container.cc-about_inner {
    margin-bottom: 100px;
  }

  .about-text_header {
    font-size: 32px;
  }

  .section-tag {
    font-size: 13px;
  }

  .services-cta_flex {
    margin-bottom: 50px;
  }

  .stats-flex {
    padding-bottom: 60px;
  }

  .stat-img {
    height: 55vw;
  }

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

  .stats-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .stats-figure {
    margin-bottom: 5px;
    font-size: 42px;
  }

  .testimonial-slide_inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonial-slide {
    border-radius: 20px;
    width: 100%;
    max-width: none;
    padding: 25px;
  }

  .testimonial-subtext {
    font-size: 16px;
  }

  .partner-cta {
    padding: 30px 25px 40px;
  }

  .partner-cta_inner {
    margin-bottom: 30px;
  }

  .partner-text {
    font-size: 36px;
  }

  .footer-links_container {
    flex-flow: wrap;
  }

  .page-header {
    font-size: 35px;
    line-height: 1.5;
  }

  .hero-header_wrapper {
    max-width: 90%;
  }

  .services-list {
    font-size: 14px;
  }

  .services-list_item {
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .services-card_icon {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .accordion-inner {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-inner_flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .accordion-icon {
    background-size: 15px;
    width: 30px;
    height: 30px;
  }

  .accordion-content {
    padding-bottom: 0;
  }

  .accordion-content_inner {
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .careers-open_cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-inner_flex {
    padding-right: 36px;
  }

  .about-card {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
  }

  .about-card_header {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .team-slide_inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .c-contact {
    background-position: 100% 100px, 0 60px;
    background-size: 200px, 100px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .contact-inner {
    padding-top: 30px;
  }

  .contact-details {
    margin-bottom: 50px;
  }

  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-form_field {
    width: 100%;
  }

  .c-input {
    min-width: 0;
  }

  .dropown-toggle {
    font-size: 20px;
  }

  .dropdown-link {
    font-size: 14px;
  }

  .nav-links_list {
    grid-row-gap: 16px;
  }
}


@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}