@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Halyard display book;
  src: url('../fonts/Halyard-Display-Book-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Light-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Black-Italic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-ExtraLight-Italic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Medium-Italic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Halyard display book;
  src: url('../fonts/Halyard-Display-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Regular-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-SemiBold-Italic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Halyard display;
  src: url('../fonts/Halyard-Display-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-500: #62636b;
  --dark-gray: #353640;
  --primary: #2d5346;
  --primary-3: #a17034;
  --white: white;
  --off-white: #fcf4ee;
  --primary-2: #068466;
  --light-gray: #ebebec;
  --black: black;
  --success: #2ca966;
  --warning: #ff9f1c;
  --error: #da2424;
  --feint-gray: #f8f8f8;
  --mint-cream: #dbe4da;
  --grey--12px: 12px;
  --brown-100: #fcf4ee;
  --fccaa5: white;
  --peach-puff: #fccaa5;
  --grey--grey-600: #353640;
  --light-blue: #eaeeed;
  --e7e4dd: #e7e4dd;
  --2a4e42: #2a4e42;
  --grey--24px: 24px;
  --primary-brand: #005244;
  --213d34: #213d34;
  --grey--grey-200: #f4f4f4;
  --grey--round: 9999px;
  --grey--grey-300: #e2e2e2;
  --fcf4ee: #fcf4ee;
  --green-200: #a6c6b7;
  --grey--32px: 32px;
  --grey--18px: 18px;
  --grey--64px: 64px;
  --grey--128px: 128px;
  --grey--109px: 109px;
  --grey--48px: 48px;
  --black-transparent: #0000001a;
  --grey--transparent: #fff0;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: var(--grey-500);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

h1 {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: DM Serif Text, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: DM Serif Text, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

h3 {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Serif Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.125;
}

h4 {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Serif Text, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: DM Serif Text, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 16px;
  padding-right: 0;
  font-family: Manrope, sans-serif;
}

a {
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Manrope, sans-serif;
}

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

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: Manrope, sans-serif;
}

.style-guide-color {
  border-radius: 5px;
  width: 96px;
  height: 96px;
}

.style-guide-color.bg-primary {
  background-color: #0087ee;
}

.bg-primary-3 {
  background-color: var(--primary-3);
  color: var(--dark-gray);
}

.bg-primary-3.style-guide-color {
  border: 1px #000;
}

.style-guide-title {
  width: 35%;
  padding-right: 72px;
}

.style-guide-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.style-guide-row.bg-primary {
  padding: 24px 24px 0;
}

.style-guide-row.narrow {
  max-width: 460px;
}

.section {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

.section.style-guide-section {
  border-bottom: 1px solid #e9eef1;
}

.section.horizontal-page-title {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.bg-primary {
  background-color: var(--primary);
  padding-bottom: 0;
  display: block;
}

.section.no-top-space {
  padding-top: 0;
}

.section.bg-gray-4 {
  background-color: var(--white);
  padding-top: 2px;
  padding-bottom: 0;
}

.section.no-bottom-space {
  background-color: var(--white);
  padding-bottom: 0;
}

.section.hero-header {
  margin-top: -84px;
  padding-top: 84px;
  padding-bottom: 0;
}

.section.hero-header.bg-primary {
  height: 100vh;
}

.section.section-large {
  background-color: var(--off-white);
  padding: 93px 40px;
}

.section.section-large.white-bg {
  background-color: var(--white);
}

.section.section-large.homepage-hero {
  color: var(--primary);
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section.section-large.homepage-hero.home, .section.section-large.services-hero {
  background-color: var(--primary);
  background-image: url('../images/path-texture.png');
  background-position: 103%;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
}

.section.white-background {
  background-color: var(--white);
  background-image: url('../images/Bamboo_Pattern_3.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: 110px;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 101px 100px;
  display: flex;
  position: static;
}

.style-guide-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  min-height: 500%;
  color: var(--primary);
  object-fit: fill;
  margin: 0 auto 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.container.hero-header-container {
  padding-top: 28vh;
  padding-bottom: 30vh;
}

.container.career-container {
  max-width: 864px;
}

.container.article-container {
  width: auto;
  max-width: none;
  padding-left: 222px;
  padding-right: 222px;
}

.style-guide-content {
  flex: 1;
}

.bg-primary-2 {
  background-color: var(--primary-2);
  color: #fff;
}

.bg-primary-2.style-guide-color {
  border: 0 #000;
}

.style-guide-color-container {
  margin-right: 24px;
}

.text-small {
  font-size: 14px;
}

.text-small.style-guide-label {
  opacity: .5;
  margin-top: 6px;
}

.text-small.dropdown-subtitle {
  opacity: .75;
}

.text-small.testimonial-author {
  margin-top: 8px;
  font-family: Manrope, sans-serif;
}

.bg-primary {
  background-color: var(--primary);
  color: #fff;
}

.bg-primary.style-guide-color {
  background-color: var(--primary);
  border: 1px #000;
}

.bg-gray-1 {
  background-color: var(--dark-gray);
  color: #fff;
}

.bg-gray-1.style-guide-color {
  border: 1px #000;
}

.bg-gray-2 {
  background-color: var(--grey-500);
  color: #fff;
}

.bg-gray-2.style-guide-color {
  border: 1px #000;
}

.bg-gray-3 {
  background-color: var(--light-gray);
}

.bg-gray-3.style-guide-color {
  background-color: var(--light-gray);
  border: 1px #000;
}

.bg-gray-4 {
  background-color: var(--off-white);
}

.bg-gray-4.style-guide-color {
  border: 1px #000;
}

.border {
  border: 1px solid var(--light-gray);
}

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

.style-guide-typography {
  margin-bottom: 16px;
  display: flex;
}

.text-spacer {
  margin-right: 12px;
  font-weight: 500;
}

.h6-small {
  color: var(--dark-gray);
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.h6-small.style-guide-subheading {
  margin-bottom: 24px;
}

.h6-small.career-card-title {
  margin-bottom: 0;
}

.text-small-caps {
  color: var(--dark-gray);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.text-tiny {
  font-size: 12px;
  font-weight: 700;
}

.text-large {
  color: var(--dark-gray);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-large.text-primary {
  color: var(--primary);
  font-family: DM Serif Text, sans-serif;
  font-weight: 500;
}

.text-large.text-white {
  text-align: center;
  text-transform: none;
  align-self: auto;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-large.content-row-subtitle {
  align-self: center;
  margin-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
}

.text-large.content-row-subtitle-last {
  padding-right: 36px;
}

.text-large.padding {
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

.text-large.left-justify {
  color: var(--dark-gray);
  text-align: left;
}

.text-large.left-justify.white, .text-large.left-justify.white.white2 {
  color: var(--white);
}

.text-large.left-justify.white.services {
  color: var(--white);
  padding-right: 73px;
}

.text-large.left-justify.team {
  margin-bottom: 50px;
}

.text-large.community {
  color: var(--grey-500);
}

.text-primary {
  color: var(--primary);
}

.navbar {
  object-fit: none;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  transition: opacity .2s;
  display: flex;
}

.navbar-content {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bg-success {
  background-color: var(--success);
  color: #fff;
}

.bg-warning {
  color: #fff;
  background-color: #ff9f1c;
}

.bg-warning.style-guide-color {
  background-color: var(--warning);
}

.bg-error {
  background-color: var(--error);
  color: #fff;
}

.style-guide-icon {
  margin-bottom: 24px;
  margin-right: 24px;
}

.button-icon {
  margin-left: 6px;
  margin-right: -12px;
}

.button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .4s;
}

.button:hover {
  background-color: var(--off-white);
  opacity: 1;
  color: var(--primary);
}

.button.w--current {
  background-color: var(--primary);
  color: var(--off-white);
}

.button.button-round {
  border-color: var(--grey-500);
  background-color: var(--grey-500);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
}

.button.button-round.social-button-white {
  cursor: pointer;
  background-color: #ffffff1a;
  margin-left: 10px;
  margin-right: 10px;
}

.button.button-round.social-button-white:hover {
  opacity: 1;
  background-color: #ffffff40;
}

.button.button-round.slider-button-right {
  margin-right: 24px;
}

.button.button-round.social-button {
  margin-left: 6px;
  margin-right: 6px;
}

.button.button-with-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.button-disabled {
  border-color: var(--primary);
  opacity: .5;
  cursor: not-allowed;
}

.button.button-small {
  padding: 4px 16px;
  font-size: 14px;
}

.button.button-large {
  padding: 13px 24px;
  font-size: 20px;
  line-height: 30px;
}

.button.button-outline {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
  margin-top: 25px;
}

.button.button-outline:hover {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
}

.button.button-outline.button-white {
  color: var(--feint-gray);
  background-color: #0000;
  border-color: #ffffff40;
}

.button.button-outline.button-white:hover {
  color: var(--primary);
  background-color: #fff;
}

.button.button-white {
  color: var(--dark-gray);
  background-color: #fff;
  border-color: #fff;
}

.button.dropdown-button {
  display: flex;
}

.button.navbar-button {
  background-color: var(--primary);
  cursor: pointer;
  border: 2px solid #2d5346;
  align-items: center;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .45s cubic-bezier(.205, -.005, 0, .989);
  display: block;
  position: static;
}

.button.navbar-button:hover {
  background-color: #fff;
  border-style: solid;
}

.button.navbar-button.green-bg {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
  margin-top: 40px;
  transition-property: none;
}

.button.navbar-button.green-bg:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
}

.button.content-row-button {
  margin-top: 16px;
}

.button.button-spacer {
  margin-right: 12px;
}

.button.button-primary-2 {
  border-color: var(--primary-2);
  background-color: var(--primary-2);
}

.button.button-primary-2.request-call-button {
  margin-top: 12px;
}

.button.white {
  background-color: var(--feint-gray);
  color: var(--primary);
}

.button.white:hover {
  background-color: var(--dark-gray);
  opacity: 1;
  color: #fff;
  border-color: #fff;
}

.button.white.hover-on-green-bg {
  cursor: pointer;
}

.button.white.hover-on-green-bg:hover {
  background-color: var(--primary);
}

.button.white.hover-on-gray {
  color: var(--dark-gray);
}

.button.white.hover-on-gray:hover {
  color: var(--white);
}

.button.white.hover-on-gray.gray.add-space {
  cursor: pointer;
  margin-top: 40px;
}

.button.hover-on-white-bg {
  cursor: pointer;
}

.button.hover-on-white-bg:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.button.hover-on-white-bg.team {
  margin-left: 10px;
  display: none;
}

.button.hover-on-off-white:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.button.hover-on-green-bg {
  background-color: var(--dark-gray);
  color: #fff;
  margin-top: 30px;
  margin-left: 10px;
  transition-property: none;
}

.button.hover-on-green-bg:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.button.landing {
  border-radius: 8px;
  width: 217px;
  font-size: 16px;
}

.button.landing:hover {
  background-color: var(--primary);
  color: var(--white);
}

.button.landing.full {
  width: 100%;
}

.style-guide-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.style-guide-item.bg-primary {
  padding: 12px;
}

.style-guide-item.narrow {
  max-width: 50%;
}

.checkbox-label {
  margin-left: 8px;
}

.checkbox-label.text-small {
  font-weight: 500;
}

.form-input {
  background-color: #fff;
  border: 1px solid #e9eef1;
  border-radius: 3px;
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--primary);
}

.form-input.form-input-small {
  height: 36px;
  padding-left: 12px;
  font-size: 14px;
}

.form-input.form-input-large {
  height: 60px;
  font-size: 20px;
}

.form-input.form-input-large.subscribe-form-input {
  margin-right: 12px;
}

.form-input.textarea-input {
  height: auto;
  min-height: 120px;
  margin-bottom: 20px;
  padding-top: 12px;
}

.form-input.subscribe-form-input {
  flex: 1;
  margin-bottom: 0;
  margin-right: 12px;
}

.field-label {
  opacity: 1;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.checkbox-field {
  align-items: flex-start;
  display: flex;
}

.badge {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge.badge-small {
  height: 24px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  font-weight: 500;
}

.badge.badge-title {
  margin-bottom: 24px;
}

.badge.badge-title.text-primary-2 {
  margin-bottom: 20px;
}

.badge.badge-title.text-white {
  text-transform: none;
  font-weight: 400;
}

.avatar-name-container {
  align-items: center;
  display: flex;
}

.avatar {
  border-radius: 50%;
  flex: none;
  width: 72px;
  height: 72px;
}

.avatar.avatar-large {
  width: 96px;
  height: 96px;
}

.avatar.avatar-large.avatar-group-item {
  border: 4px solid #fff;
  margin-right: -18px;
}

.avatar.avatar-xlarge {
  width: 168px;
  height: 168px;
}

.avatar.avatar-small {
  width: 48px;
  height: 48px;
}

.avatar.avatar-xsmall {
  width: 36px;
  height: 36px;
}

.h6-small-2 {
  color: #353e44;
  font-size: 16px;
  font-weight: 500;
}

.h6-small-2.style-guide-subheading {
  margin-bottom: 24px;
}

.h6-small-2.icon-list-heading {
  margin-bottom: 0;
}

.avatar-indicator {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20%;
  min-width: 12px;
  height: 20%;
  min-height: 12px;
  position: absolute;
  top: 0;
  right: 5%;
}

.avatar-name {
  margin-left: 12px;
}

.avatar-container {
  position: relative;
}

.avatar-group {
  padding-right: 16px;
  display: flex;
}

.card-image-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.card-footer {
  border-top: 1px solid #e9eef1;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.card-body {
  color: #4f5c65;
  flex: 1;
  padding: 24px;
}

.card-body.values-card-body {
  padding: 36px;
}

.card-body.career-card-body {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-body.career-description-card-body {
  padding-top: 72px;
  padding-bottom: 72px;
}

.card-body.icon-list-card-body {
  flex: 1;
  display: flex;
}

.card-body.blog-post-large-card-body {
  padding: 36px;
}

.card-body.blog-post-horizontal-card-body {
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  display: flex;
}

.card {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9eef1;
  border-radius: 5px;
  position: relative;
}

.card.bg-gray-4 {
  background-color: #f7fafc;
}

.card.bg-white {
  color: #fff;
  background-color: #ffffff26;
  border-color: #fff0;
}

.card.card-body.text-center {
  background-color: var(--light-gray);
  color: #7c8f9c;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card.bg-primary {
  background-color: var(--primary);
}

.card.career-card {
  width: 100%;
  margin-bottom: 12px;
  transition: border-color .2s;
}

.card.career-card:hover {
  border-color: var(--primary);
}

.card.project-link-card {
  min-width: 70%;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.card.blog-card {
  height: 100%;
}

.card.blog-card-horizontal {
  margin-bottom: 24px;
  display: flex;
}

.text-white {
  opacity: 1;
  color: #fff;
  text-align: center;
  mix-blend-mode: color-dodge;
  flex: 0 auto;
  padding-left: 75px;
  padding-right: 75px;
  font-family: DM Serif Text, sans-serif;
  font-size: 54px;
}

.text-white.utility-page-heading {
  margin-bottom: 24px;
  line-height: 50px;
}

.pill-image {
  max-height: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.pill-text {
  padding-left: 12px;
}

.pill {
  border-radius: 1000px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px 12px 12px;
  display: flex;
}

.pill.bg-gray-3 {
  color: #4f5c65;
}

.pill.pill-notice {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.pill.pill-notice.bg-white {
  color: #fff;
  background-color: #ffffff1a;
}

.pill.pill-notice.bg-primary {
  background-color: var(--white);
  flex-direction: column;
}

.pill.pill-group-item {
  margin-bottom: 8px;
  margin-right: 8px;
}

.pill-heading {
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 16px;
}

.breadcrumb-list {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.breadcrumb-list-item {
  margin-right: 6px;
}

.breadcrumb-link {
  opacity: .5;
  color: #4f5c65;
  transition: color .2s, opacity .2s;
}

.breadcrumb-link:hover, .breadcrumb-link.w--current {
  opacity: 1;
  color: #0087ee;
}

.breadcrumb-link.text-small {
  display: inline-block;
}

.breadcrumb-link.text-small:hover {
  color: var(--primary);
}

.breadcrumb-icon {
  opacity: .25;
}

.shadow-small {
  box-shadow: 0 4px 6px #0000000d;
}

.shadow {
  box-shadow: 0 8px 16px #00000014;
}

.shadow-large {
  box-shadow: 0 12px 24px #00000026;
}

.expandable-title {
  text-shadow: 0 1px 1px #0003;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  padding: 18px;
  font-size: 20px;
  display: flex;
  overflow: visible;
}

.expandable-icon {
  display: block;
}

.expandable-content-wrapper {
  color: var(--grey-500);
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  display: none;
  overflow: visible;
}

.expandable-heading {
  margin-bottom: 0;
}

.expandable-heading.h6-small {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.expandable-content {
  overflow: hidden;
}

.expandable {
  border-radius: 10px;
  margin-bottom: 40px;
  transition: opacity .2s;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown-icon {
  margin-left: 4px;
  margin-right: -8px;
  position: relative;
}

.dropdown-link-pair {
  padding: 4px 24px;
  display: flex;
}

.dropdown-link-pair.dropdown-link-block-pair {
  padding: 0;
}

.dropdown-list-footer {
  background-color: #e9eef1;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-link {
  opacity: 1;
  color: var(--grey-500);
  cursor: pointer;
  background-color: #0000;
  border-radius: 3px;
  padding: 6px 12px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .2s;
  display: none;
}

.dropdown-link:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
}

.dropdown-link.w--current {
  opacity: 1;
  color: var(--primary);
}

.dropdown-link.dropdown-link-block {
  opacity: 1;
  color: #4f5c65;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
}

.dropdown-link.dropdown-link-block:hover {
  opacity: .5;
}

.dropdown-link.dropdown-link-wide {
  min-width: 120px;
}

.dropdown-list {
  transform: translate(0, 16px);
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e9eef1;
  border-radius: 5px;
  min-width: 200px;
  padding: 12px;
  transform: none;
  box-shadow: 0 4px 6px #0000000d;
}

.dropdown-list.dropdown-list-top {
  padding-bottom: 0;
}

.dropdown-list.dropdown-list-top.dropdown-list-large.w--open {
  min-width: 320px;
}

.dropdown-list.navigation-dropdown-list {
  border: 1px solid var(--off-white);
  color: var(--primary);
  border-radius: 3px;
}

.style-guide-title-2 {
  width: 35%;
  padding-right: 72px;
}

.icon-list-item {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.icon-list-item.icon-list-item-large {
  max-width: 384px;
  margin-top: 24px;
  margin-bottom: 0;
}

.icon-list-item.icon-list-item-large.card {
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

.icon-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.icon-list.content-row-icon-list {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-container-2 {
  justify-content: space-between;
  display: flex;
}

.circle-shape {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-shape.bg-primary-2 {
  background-color: var(--primary);
  overflow: visible;
}

.icon {
  flex: none;
  margin-bottom: 24px;
}

.icon-feature-horizontal {
  text-align: left;
  align-items: flex-start;
  display: flex;
}

.icon-feature-horizontal.icon-feature-item {
  justify-content: flex-start;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
}

.icon-feature-content {
  margin-left: 24px;
}

.check-circle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.check-circle.bg-primary-2 {
  flex: none;
}

.check-circle-icon {
  width: 16px;
  height: 16px;
}

.icon-circle-shine {
  background-color: var(--primary);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
}

.icon-circle-shine.left.bg-primary {
  background-color: #a17034;
}

.icon-circle-shine.bottom {
  bottom: -50%;
}

.icon-circle-shine.bottom.bg-primary {
  background-color: #a17034;
}

.icon-circle-shine.top {
  top: -50%;
}

.icon-circle-shine.top.bg-primary {
  background-color: #a17034;
}

.icon-circle-shine.right {
  right: 50%;
}

.icon-circle-shine.right.bg-primary {
  background-color: #a17034;
}

.icon-circle-shine.right.bg-primary.new {
  background-color: var(--primary);
  display: none;
  overflow: visible;
}

.left {
  position: absolute;
  left: 50%;
}

.icon-circle-image {
  z-index: 2;
  position: relative;
}

.nav-link {
  opacity: .5;
  padding: 0 0 0 24px;
  font-family: DM Serif Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--dark-gray);
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.nav-link.nav-link-light {
  color: var(--off-white);
}

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

.navbar-container {
  z-index: 99;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}

.navbar-container.bg-white {
  background-color: var(--off-white);
}

.navbar-container.sticky-top {
  background-color: var(--off-white);
  width: 100%;
  position: sticky;
  top: 0;
}

.navbar-container.sticky-top.bg-white {
  background-color: var(--off-white);
  position: sticky;
}

.navbar-container.sticky-top.bg-gray-4 {
  background-color: var(--off-white);
}

.navbar-container.sticky-top.bg-gray-4.white {
  background-color: var(--white);
}

.nav-menu {
  float: none;
  margin-right: 36px;
}

.dropdown-toggle {
  padding: 0;
  display: flex;
}

.footer {
  padding-top: 96px;
  padding-bottom: 48px;
}

.footer.bg-primary {
  font-family: DM Serif Display, sans-serif;
}

.footer-content {
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 120px;
  font-family: Corben, sans-serif;
  display: flex;
}

.footer-menus {
  display: flex;
}

.footer-links-large {
  border-right: 1px solid #ffffff1a;
  flex-direction: column;
  margin-right: 36px;
  padding-right: 36px;
  display: flex;
}

.footer-link {
  opacity: .8;
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.text-white {
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.footer-link.footer-link-large {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.footer-link.footer-link-large.text-white {
  font-weight: 400;
}

.footer-link.footer-link-large.text-white.w--current {
  font-family: DM Serif Text, sans-serif;
}

.footer-links {
  flex-direction: column;
  margin-right: 36px;
  display: flex;
}

.social-links {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

.social-links.footer-social-links {
  margin-top: 24px;
}

.social-button-icon {
  width: 20px;
  height: 20px;
}

.social-button-icon.li {
  width: 30px;
  height: 30px;
}

.social-button-icon.mail, .social-button-icon.location {
  width: 25px;
  height: 25px;
}

.announcement-bar.bg-gray-1 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.b-back-to-top-arrow {
  z-index: 98;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.b-back-to-top {
  height: 0;
}

.content-row {
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-row.align-center {
  align-items: center;
  padding-left: 85px;
  padding-right: 85px;
}

.content-row.align-center.reverse-direction {
  background-color: var(--white);
}

.content-row.reverse-direction {
  flex-direction: row-reverse;
}

.badge-bg {
  z-index: -1;
  opacity: .1;
  border-radius: 3px;
  position: absolute;
  inset: 0%;
}

.badge-bg.bg-primary {
  z-index: -1;
}

.badge-bg.bg-primary-2 {
  z-index: 0;
  background-color: var(--primary-2);
  font-family: Corben, sans-serif;
}

.badge-bg.bg-white {
  z-index: 0;
  text-transform: none;
  background-color: #fff;
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.badge-text {
  z-index: 1;
  font-weight: 700;
  position: relative;
}

.text-primary-2 {
  color: var(--primary-2);
}

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

.text-success {
  color: var(--success);
}

.text-warning {
  color: var(--warning);
}

.text-error {
  color: var(--error);
}

.content-row-contents {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 792px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

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

.justify-center.page-title-text {
  flex: 0 auto;
  justify-content: center;
  margin-top: 54px;
}

.decoration-container {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%);
}

.decoration-container.left {
  display: block;
  left: 0%;
  right: auto;
  transform: translate(-50%, 50%);
}

.decoration-circle {
  border-radius: 50%;
  width: 25vw;
  height: 25vw;
}

.decoration-circle.bg-primary-3 {
  background-color: #a17034;
  min-width: 250px;
  min-height: 250px;
}

.decoration-circle.content-row-image-circle {
  position: absolute;
  left: -48px;
}

.decoration-circle.content-row-image-circle.bg-primary-2 {
  left: -36px;
}

.decoration-grid {
  z-index: 2;
  width: 33.333%;
  height: 33.3333%;
  position: absolute;
}

.wide-grid-thirds {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  padding: 40px;
  display: grid;
  overflow: hidden;
}

.wide-grid-thirds.border-top {
  border-top: 8px solid var(--off-white);
}

.wide-grid-thirds.wins-on-services---3-grid {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 49px;
}

.wide-grid-thirds.home_stats {
  background-color: #0000;
  max-width: 100%;
}

.wide-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 72px;
  display: flex;
}

.wide-block.bg-gray-4 {
  border-bottom: 8px none var(--off-white);
  -webkit-text-fill-color: inherit;
  background-color: #dce4da;
  background-clip: border-box;
  justify-content: center;
  width: 30vw;
  padding: 50px;
}

.wide-block.bg-gray-4.success {
  background-color: var(--mint-cream);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, sans-serif;
}

.text-huge {
  margin-bottom: 24px;
  font-family: DM Serif Display, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.text-huge.text-primary-2 {
  color: var(--primary);
  font-family: DM Serif Text, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.section-title {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 792px;
  margin: 60px auto;
  font-family: DM Serif Text, sans-serif;
  display: flex;
}

.video-lightbox-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.video-play-icon {
  position: absolute;
}

.video-play-icon-image {
  transition: transform .2s;
}

.video-play-icon-image:hover {
  transform: scale(1.05);
}

.medium-heading {
  align-self: center;
  margin-bottom: 16px;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.content-row-image {
  z-index: 1;
  max-width: 486px;
  position: relative;
}

.content-row-image-wrapper {
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.testimonial-horizontal {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 40px 40px 0;
  display: flex;
}

.testimonial-horizontal.content-row-testimonial {
  margin-top: 36px;
}

.testimonial-horizontal-text {
  text-align: left;
  flex: 1;
  padding-left: 24px;
}

.text-gray-1 {
  color: var(--dark-gray);
  font-family: Manrope, sans-serif;
}

.testimonial-quote-symbol {
  margin-bottom: -24px;
  font-family: DM Serif Display, sans-serif;
  font-size: 54px;
  line-height: 54px;
}

.testimonial-quote-symbol.text-primary-3 {
  margin-bottom: -20px;
}

.testimonial-quote-symbol.testimonial-quote-symbol-large {
  font-size: 96px;
  line-height: 96px;
  position: absolute;
  top: 0;
}

.testimonial-quote-symbol.testimonial-quote-symbol-large.text-primary-3 {
  top: -4px;
  left: -12px;
}

.cta-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 589px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-action-container {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.section-large {
  background-color: var(--off-white);
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
  overflow: hidden;
}

.brand-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-image {
  opacity: .5;
  margin-left: 36px;
  margin-right: 36px;
}

.b-3columns-stats-stat {
  text-align: center;
  padding: 24px 48px;
}

.b-timeline-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 5px solid var(--primary);
  background-color: var(--primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  grid-template: ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 / 1fr 20px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
  position: relative;
}

.timeline-item {
  clear: right;
}

.timeline-item.timeline-item-right {
  float: right;
  clear: left;
  padding-left: 24px;
  padding-right: 0;
}

.b-timeline-line {
  background-color: #0000;
  border-left: 2px dashed #fff;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 50%;
}

.b-timeline-title {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.timeline-title-text {
  padding-left: 24px;
}

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

.brand-image-header {
  margin-bottom: 24px;
}

.decoration-line {
  z-index: 2;
  width: 72px;
  height: 4px;
  position: absolute;
  top: 48px;
  right: -36px;
}

.bg-image {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.bg-image.hero-slide-1-bg {
  opacity: .5;
  background-image: url('../images/hero-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.bg-image.hero-slide-2-bg {
  opacity: .5;
  background-image: url('../images/hero-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image.about-hero-bg {
  opacity: .3;
  background-image: url('../images/hero-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image.careers-hero-bg {
  opacity: .25;
  background-image: url('../images/careers-2-hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image.services-hero-bg {
  opacity: .25;
  background-image: url('../images/services-hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-small.no-top-space {
  padding-top: 0;
}

.hero-header-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pill-group {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.block-section {
  display: flex;
}

.block-section.reverse-direction {
  flex-direction: row-reverse;
  align-items: stretch;
}

.block-section-half {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-section-half.block-section-content {
  padding-top: 96px;
  padding-bottom: 96px;
}

.block-section-half.block-section-content.bg-gray-4 {
  background-color: var(--off-white);
}

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

.grid-thirds.quotes-grid {
  grid-column-gap: 24px;
  margin-top: 96px;
}

.grid-thirds.team-grid {
  grid-column-gap: 10px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.form-pair {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-section-left {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 588px;
  display: flex;
}

.contact-section-right {
  border-left: 1px solid var(--light-gray);
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  min-height: 500px;
  margin-left: 72px;
  display: flex;
}

.contact-method {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.contact-form {
  width: 100%;
  display: none;
}

.page-title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.consultation-form {
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.block-section-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-image {
  width: 100%;
  max-width: 55vw;
  margin-top: -48px;
  margin-bottom: 96px;
}

.career-perks {
  max-width: 384px;
  margin-left: 36px;
  margin-right: 36px;
}

.grid-halves-restricted {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.circle-number {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.circle-number.circle-number-xl {
  flex: none;
  width: 96px;
  height: 96px;
  margin-bottom: 0;
}

.circle-number.circle-number-large {
  flex: none;
  width: 72px;
  height: 72px;
}

.text-block {
  font-size: 20px;
  line-height: 30px;
}

.values-text {
  margin-top: 48px;
}

.wide-grid-quarters {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  border-bottom: 8px solid var(--off-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wide-block-small {
  padding: 36px;
}

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

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

.small-heading {
  color: var(--dark-gray);
  font-family: DM Serif Display, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.small-heading.testimonial-text {
  margin-top: 36px;
  margin-bottom: 24px;
  font-family: DM Serif Text, sans-serif;
}

.slider-mask {
  height: auto;
}

.testimonial-slide-nav {
  color: var(--dark-gray);
  margin-top: 24px;
  font-size: 8px;
  position: relative;
}

.hide-slide-arrow {
  display: none;
}

.career-list {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.career-card-details {
  font-weight: 500;
  display: flex;
}

.career-card-details.text-large {
  margin-bottom: 48px;
  font-weight: 400;
}

.section-action {
  margin-top: 12px;
}

.career-header {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}

.career-heading {
  margin-top: 24px;
}

.article {
  max-width: 588px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.article blockquote {
  border-left-width: 4px;
  border-left-color: var(--primary-2);
  color: var(--primary-2);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0 0 0 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.article h5 {
  margin-top: 36px;
}

.article h3 {
  margin-bottom: 24px;
}

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

.article figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.article figcaption {
  margin-top: 8px;
  font-size: 14px;
}

.dropdown-row {
  display: flex;
}

.job-application-form {
  padding: 24px;
}

.job-application-heading {
  margin-bottom: 48px;
}

.grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  min-height: 100px;
  transition: opacity .2s;
  display: grid;
  position: static;
  overflow: visible;
}

.grid-halves.grid-projects-contained {
  grid-row-gap: 24px;
}

.project-link-block {
  color: var(--grey-500);
  border-radius: 3px;
  font-weight: 500;
  transition: box-shadow .2s, transform .2s;
  position: relative;
  box-shadow: 0 4px 16px #0000;
}

.project-link-block:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px #0000001a;
}

.project-link-title {
  color: var(--grey-500);
  margin-top: 24px;
  font-weight: 500;
}

.project-link-heading {
  margin-bottom: 4px;
}

.project-category {
  margin-bottom: 24px;
}

.project-summary ul {
  margin-bottom: 0;
  padding-left: 24px;
}

.project-summary li {
  margin-top: 6px;
  margin-bottom: 6px;
}

.project-article-intro {
  margin-bottom: 60px;
}

.block-section-image {
  flex: 0 auto;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.project-link-contained {
  border-radius: 5px;
}

.section-subheading {
  margin-bottom: 48px;
}

.button-container {
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-top: 36px;
  display: flex;
}

.process-grid {
  grid-column-gap: 36px;
  grid-row-gap: 72px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.circle-number-large-text {
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.process-grid-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subscribe-form {
  display: flex;
}

.subscribe-form-wrapper {
  width: 100%;
}

.faq-wrapper {
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.hero-header-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-horizontal {
  align-items: center;
  display: flex;
}

.horizontal-feature-image {
  border-radius: 50%;
  flex: none;
  width: 180px;
  height: 180px;
  margin-right: 36px;
}

.section-action-container {
  justify-content: center;
  margin-top: 48px;
  display: flex;
}

.request-call-form-wrapper {
  width: 100%;
}

.request-call-form {
  flex-direction: column;
  display: flex;
}

.hero-slider {
  background-color: #000;
  height: 100vh;
  margin-top: -84px;
}

.hero-slider-dots {
  font-size: 8px;
  bottom: 24px;
}

.hero-slide {
  height: 100vh;
}

.hero-slide-content {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.process-list-item {
  text-align: left;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.process-grid-text {
  margin-top: 24px;
}

.process-list-text {
  margin-left: 24px;
}

.accordion-wrapper {
  width: 100%;
}

.feature-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-centered-image {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin-bottom: 24px;
}

.blog-sidebar-layout {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-sidebar-articles {
  max-width: 690px;
}

.blog-post-meta {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.blog-post-date {
  margin-left: 12px;
}

.blog-post-title-link {
  color: var(--grey-500);
  font-weight: 500;
}

.blog-sidebar {
  flex: 0 auto;
  max-width: 386px;
  position: sticky;
  top: 0;
}

.sidebar-widget {
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 36px;
  padding-bottom: 36px;
}

.sidebar-widget.sidebar-widget-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-post-wide-card {
  margin-bottom: 36px;
}

.blog-post-categories {
  flex-wrap: wrap;
  display: flex;
}

.blog-post-category-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.widget-heading {
  margin-bottom: 24px;
}

.blog-post-horizontal {
  display: flex;
}

.blog-post-horizontal.list-item {
  color: var(--grey-500);
  align-items: flex-start;
  margin-bottom: 24px;
  font-weight: 500;
}

.blog-post-horizontal.list-item.list-item-horizontal {
  margin-bottom: 0;
}

.blog-post-horizontal-image {
  border-radius: 5px;
  flex: none;
  width: 144px;
  margin-right: 24px;
}

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

.content-row-blog-items {
  margin-top: 36px;
}

.team-member {
  background-color: var(--mint-cream);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 27px;
  display: flex;
}

.team-member.team-hide {
  display: none;
}

.team-member-image {
  border-radius: 50%;
  margin-bottom: 24px;
}

.blog-image-horizontal {
  border-radius: 5px 0 0 5px;
}

.blog-image-link-horizontal {
  max-width: 50%;
}

.utility-page-wrap {
  background-color: var(--primary);
  width: 100%;
  height: 100vh;
  color: var(--off-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-logo {
  margin-top: 36px;
  margin-bottom: 36px;
}

.utility-page-content-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  max-width: 660px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 360px;
  max-width: 100%;
  display: flex;
}

.demo-container {
  background-color: #ffffff14;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  display: flex;
}

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

.nav-link-light {
  color: var(--off-white);
}

.success-message {
  background-color: var(--success);
  width: 100%;
  color: var(--off-white);
  text-align: center;
  border-radius: 5px;
  padding: 12px;
}

.error-message {
  background-color: var(--error);
  width: 100%;
  color: var(--off-white);
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  padding: 12px;
}

.style-guide-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.illustration {
  max-height: 100px;
}

.submit-button {
  background-color: var(--primary);
  border-radius: 3px;
  margin-top: 14px;
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-section-2 {
  background-color: var(--off-white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.cards-grid-container-2 {
  grid-column-gap: 60px;
  grid-row-gap: 5px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cards-section-3 {
  background-color: var(--off-white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cards-grid-container-3 {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-4 {
  object-fit: contain;
  max-width: 60%;
}

.image-5 {
  object-fit: contain;
  max-width: 75%;
}

.cards-section-4 {
  background-color: var(--off-white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cards-grid-container-4 {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  font-family: DM Serif Text, sans-serif;
}

.heading-4 {
  color: var(--feint-gray);
  text-align: center;
  font-family: DM Serif Text, sans-serif;
}

.heading-5, .heading-6, .heading-7 {
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.paragraph, .paragraph-2 {
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  padding-right: 0;
  font-family: Manrope, sans-serif;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.heading-8, .heading-9, .heading-10 {
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.heading-11 {
  flex-direction: column;
  align-items: stretch;
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-12 {
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.heading-13, .heading-14 {
  font-family: DM Serif Text, sans-serif;
}

.form-block {
  flex: 0 auto;
  width: 100%;
}

.form {
  width: auto;
  margin-top: 40px;
}

.select-field, .select-field-2 {
  background-color: #fff;
}

.button-3 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 17px;
}

.dropdown-link-3 {
  color: var(--grey-500);
  cursor: pointer;
  background-color: #0000;
  border-radius: 3px;
  padding: 6px 12px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: opacity .2s;
}

.dropdown-link-3:hover {
  background-color: var(--primary);
  color: var(--white);
}

.dropdown-link-3.w--current {
  color: #4f5c65;
  border-radius: 3px;
  padding: 6px 12px;
  line-height: 24px;
}

.dropdown-link-3.w--current:hover {
  background-color: var(--primary);
  color: #fff;
}

.text-block-10 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
}

.text-block-11 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
}

.section-3 {
  background-color: var(--off-white);
  margin-bottom: 0;
  padding-top: 96px;
  padding-bottom: 96px;
}

.heading-15 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 54px;
  line-height: 1;
}

.container-2 {
  padding-left: 36px;
  padding-right: 36px;
}

.button-4 {
  max-width: none;
  color: var(--grey-500);
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  border-radius: 3px;
  margin-top: 24px;
  display: inline-block;
  position: static;
}

.container-4 {
  justify-content: center;
  margin-top: 96px;
  display: flex;
}

.grid-2 {
  grid-template-areas: "Area";
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: contain;
  grid-template-rows: 1fr 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: center;
  margin: 47px 40px;
}

.grid-3.landing-logos {
  margin-bottom: 0;
}

.body {
  background-color: #0000;
}

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

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

.bio-title {
  margin-bottom: 39px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.text-block-17 {
  margin-bottom: 0;
}

.heading-17 {
  text-align: center;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  color: var(--dark-gray);
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.container-5 {
  max-width: 61%;
}

.section-4 {
  background-color: var(--off-white);
  max-width: none;
  margin-bottom: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.grid-5 {
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  min-width: 90%;
  margin-top: 20px;
}

.heading-18, .heading-19, .heading-20 {
  color: var(--primary-3);
  text-align: center;
  margin-bottom: 0;
  font-size: 35px;
}

.text-block-19, .text-block-20 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-21 {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.bold-text-2 {
  color: var(--dark-gray);
}

.block-quote {
  background-color: var(--off-white);
  max-width: none;
  color: var(--grey-500);
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: none;
}

.bold-text-3 {
  font-size: 30px;
}

.heading-22 {
  text-align: center;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
}

.heading-22:hover {
  color: var(--black);
}

.paragraph-7 {
  object-fit: fill;
  max-width: none;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-2 {
  background-color: #fff;
}

.list {
  margin-bottom: 0;
}

.list-item-8 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.container-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold-text-4 {
  font-size: 40px;
}

.list-item-10, .list-item-11 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.heading-23, .heading-24, .heading-25 {
  color: var(--primary);
  text-align: center;
}

.text-block-23, .text-block-24, .text-block-25 {
  color: var(--primary);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.image-16 {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
}

.link-block-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.298, .007, 0, 1.007);
  display: flex;
}

.link-block-2:hover {
  transform: scale(1.1);
}

.link-block-2.step {
  background-image: url('../images/Step_Logo_–_Color_on_White.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-19 {
  mix-blend-mode: normal;
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-27, .text-block-28, .text-block-29 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.panda-values---section {
  background-color: var(--off-white);
  margin-bottom: 0;
  padding-bottom: 0;
}

.levers-services-section {
  background-color: var(--off-white);
  background-image: url('../images/triangle-texture.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: 110px;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 100px 14px;
  display: flex;
}

.levers-services-section.temp {
  background-color: var(--off-white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.container-10 {
  padding-bottom: 0;
}

.card_footer {
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.section--sticky {
  background-color: var(--primary);
  opacity: 1;
  width: 100vw;
  color: var(--dark-gray);
  background-image: url('../images/triangle-texture.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: 160px;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  padding: 88px 24px 86px;
  display: flex;
  overflow: visible;
}

.section--sticky.awards {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  max-width: 100vw;
  overflow: hidden;
}

.card--sticky {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.card--light {
  background-color: var(--feint-gray);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 4px #53060b14;
}

.section_row {
  display: flex;
}

.grid--2col {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image--cover {
  object-fit: cover;
}

.container-11 {
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.card_image {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.image-21 {
  margin-right: 25px;
}

.main-text {
  text-align: left;
  margin-bottom: 6px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.green-block---homepage {
  display: block;
}

.nav-bar-text {
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

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

.homepage-hero---text {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading---white {
  color: #fff;
  object-fit: fill;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  overflow: visible;
}

.large-text---manrope {
  text-align: center;
  margin-top: 15px;
  padding-left: 239px;
  padding-right: 239px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow: visible;
}

.large-text---manrope.center {
  text-align: center;
  margin-bottom: 0;
  padding-left: 55px;
  padding-right: 55px;
}

.large-text---manrope.center.white.padding-for-awards-section {
  color: var(--feint-gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.large-text---manrope.slider-client-testimonial-text-box {
  padding-left: 30px;
  padding-right: 30px;
}

.large-text---manrope.cta-section {
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
  padding-left: 192px;
  padding-right: 192px;
}

.large-text---manrope.cta-section.cta-desc-footer {
  color: var(--off-white);
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.large-text---manrope.padding-for-servicces-sub-text {
  padding-left: 125px;
  padding-right: 125px;
}

.large-text---manrope.case-study-blurb---homepage {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 34px;
  padding-right: 33px;
}

.large-text---manrope.hero-text---services {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 29px;
  padding-left: 0;
  padding-right: 223px;
}

.large-text---manrope.case-study-overview {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 331px;
}

.large-text---manrope.center---wins {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.large-text---manrope.homepage-text {
  color: var(--white);
  text-align: left;
  padding-left: 0;
}

.large-text---manrope.pandas-in-the-wild {
  margin-bottom: 40px;
  padding-left: 272px;
  padding-right: 272px;
}

.large-text---manrope.perks {
  color: var(--white);
  margin-bottom: 45px;
}

.container-15 {
  margin-top: 35px;
}

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

.k-insta-post {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.slide-container {
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center end;
  place-items: center;
  height: 100%;
  display: flex;
}

.icon-2 {
  background-color: var(--grey-500);
  cursor: pointer;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.icon-2:hover {
  background-color: #bbb;
}

.left-arrow {
  margin-left: 0;
}

.icon-3 {
  background-color: var(--grey-500);
  cursor: pointer;
  margin-left: 40px;
  margin-right: 0;
}

.icon-3:hover {
  background-color: #bbb;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #dbe4da;
  height: 400px;
}

.slide {
  background-color: #dbe4da;
  padding-top: 0;
  padding-bottom: 0;
}

.mask {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-3 {
  width: 50%;
}

.div-block-3 {
  height: 100%;
}

.header---dark-gray {
  text-align: center;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

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

.section---dark-gray.case-study---home {
  padding-top: 70px;
  padding-bottom: 70px;
}

.header---white {
  color: #f1f1f1;
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
  font-size: 50px;
}

.header---white.left-justify {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  line-height: 100%;
  display: flex;
}

.header---white.left-justify.homepage-cs {
  align-items: flex-start;
  padding-left: 52px;
}

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

.container-16 {
  flex-direction: column;
  align-items: center;
  padding-top: 37px;
  padding-bottom: 37px;
  display: flex;
}

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

.image-22 {
  max-width: 30%;
}

.case-study-individual-column-wrapper {
  border-right: 1px solid #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.case-study-individual-column-wrapper.no-white-on-right-side {
  border-right-style: none;
}

.text-block-32 {
  color: #fff;
  margin-top: 75px;
  font-family: Halyard display, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-11 {
  color: #fff;
  margin-top: 20px;
  padding-right: 30px;
  font-family: Manrope, sans-serif;
}

.text-link-for-case-studies {
  color: #fff;
  margin-top: 59px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.case-study-coulmns {
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: 0;
}

.container-17 {
  margin-top: 0;
}

.individual-columns-3 {
  background-color: #dbe4da;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-33 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Halyard display, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.services-main-text {
  padding-top: 20px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.services-sub-header {
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-6 {
  width: 90%;
  padding-left: 24px;
  padding-right: 24px;
}

._3-column-main-div-wrapper {
  margin-top: 60px;
  display: flex;
}

._3-column-shaper---wrapper {
  width: 33.3%;
  padding-left: 13px;
  padding-right: 13px;
}

.heading-31 {
  text-align: center;
  align-items: center;
  font-size: 50px;
  display: flex;
}

.section---brands {
  background-color: #fff;
  padding: 60px 99px;
}

.section---brands.section-brands-home {
  display: block;
}

.image-23 {
  min-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.image-24 {
  min-width: 100%;
}

.image-25 {
  min-width: 100%;
  padding-left: 17px;
  padding-right: 17px;
}

.image-26 {
  min-width: 100%;
  padding-left: 9px;
  padding-right: 9px;
}

.image-27, .image-28 {
  min-width: 100%;
}

.image-29 {
  min-width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}

.image-30 {
  min-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.image-31 {
  min-width: 100%;
}

.image-32 {
  min-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.image-33 {
  min-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.list-item-12 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section---services {
  background-color: var(--off-white);
  padding: 100px 40px;
}

.wins-on-services---section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 0;
  padding: 66px 70px 0;
}

.text-block-35 {
  text-align: center;
  margin-bottom: 15px;
  font-family: Halyard display, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

.case-study---section-row {
  background-color: var(--dark-gray);
  background-image: url('../images/brick-texture.png');
  background-position: -2%;
  background-repeat: repeat-y;
  background-size: 170px;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  padding: 90px 100px;
  display: flex;
}

.case-study---section-row.temp {
  background-color: var(--dark-gray);
  background-image: url('../images/path-texture.png');
  background-repeat: repeat-y;
  background-size: 170px;
  background-attachment: fixed;
  align-items: center;
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

.case-study---section-row.temp.services {
  background-image: url('../images/brick-texture.png');
  background-position: -3% 0;
  background-size: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.case-study---main-wrapper {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  padding: 55px 40px 50px;
  display: flex;
}

.case-study---main-wrapper.homepage {
  text-align: left;
  cursor: pointer;
  align-items: flex-start;
  height: 100%;
  min-height: 500px;
  max-height: none;
  margin-top: 35px;
  padding-bottom: 42px;
}

._50-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 0;
  padding-right: 85px;
  display: flex;
}

._50-right {
  flex-direction: row;
  justify-content: center;
  width: 50%;
  max-width: none;
  display: flex;
}

.case-study---title {
  color: var(--dark-gray);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 39px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.case-study---title.left-justify {
  text-align: left;
}

.case-study-card-text {
  color: var(--dark-gray);
  padding-right: 50px;
  font-family: Manrope, sans-serif;
}

.case-study---text-link {
  outline-offset: 0px;
  color: var(--dark-gray);
  cursor: pointer;
  border-bottom: 2px solid #000;
  outline: 3px #000;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.case-study---text-link:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  font-style: normal;
  font-weight: 700;
}

.case-study-content---container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.case-study---logo-container {
  max-width: 100%;
  display: block;
}

.digit-logo---cs {
  max-width: 20%;
}

.awards-section {
  background-color: var(--dark-gray);
  background-image: url('../images/brick-texture.png');
  background-position: -2%;
  background-repeat: repeat-y;
  background-size: 160px;
  background-attachment: fixed;
  padding: 89px 63px;
  display: none;
}

.b-footer {
  background-color: var(--primary);
  margin-top: 0;
  padding: 40px 20px;
}

.b-row {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px;
  display: flex;
}

.b-row.top-border {
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 29px;
}

.b-row.content-row-with-padding {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.b-row.content-row-with-padding.top-border {
  padding-left: 10px;
}

.b-row.content-row-with-padding.top-border.hide {
  display: block;
}

.b-row.b-row-center {
  justify-content: center;
}

.b-row.b-row-column {
  flex-direction: column;
}

.footer---left {
  align-items: center;
  width: 30%;
  display: flex;
}

.b-footer-brand-image {
  cursor: pointer;
}

.b-footer-link {
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.b-footer-link.copyright_link {
  color: var(--white);
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
}

.b-footer-link.careers_link_footer {
  display: none;
}

.b-footer-link.b-nav-link.w--current {
  color: var(--off-white);
}

.b-footer-link.b-nav-link.b-small {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
}

.footer-right {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 120%;
  display: flex;
}

.link-3 {
  color: #fff;
  cursor: pointer;
  margin-right: 15px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.link-3:hover {
  border-bottom: 1px solid #fff;
}

.text-block-36 {
  color: #fff;
  margin-left: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

._2-column---div-block {
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

._2-column---div-block.awards {
  align-items: flex-start;
  padding-left: 73px;
}

._2-column---div-block.awards.hide {
  display: none;
}

.left-column-holder {
  width: 50%;
}

.right-column-holder {
  width: 60%;
}

.image-44 {
  max-width: 8%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-wrap-moving {
  align-items: flex-start;
  height: 20px;
  display: flex;
}

.changer-move-wrap {
  overflow: visible;
}

.changer-wrap {
  height: 120%;
  color: var(--white);
  cursor: auto;
  font-family: DM Serif Display, sans-serif;
  font-size: 72px;
  line-height: 120%;
  position: relative;
  top: 0;
  overflow: visible;
}

.changer-overflow-wrap-2 {
  height: 500%;
  margin-left: 5px;
  font-family: DM Serif Display, sans-serif;
  line-height: 120%;
  display: inline-block;
  overflow: hidden;
}

.homepage-hero-text-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.homepage-hero {
  background-color: var(--primary);
  padding: 150px 175px;
}

.still-text---wrap-l {
  width: 33%;
  margin-right: 0;
  display: block;
  position: static;
}

.awards-column-l {
  flex-direction: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.cta---section {
  background-color: var(--white);
  opacity: 1;
  background-image: url('../images/bamboo-texture.png');
  background-position: 103%;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  padding: 100px 75px;
  display: flex;
}

.hero-header---services {
  background-color: var(--primary);
  padding: 50px;
}

.case-studies-overview---heading {
  margin-bottom: 0;
  padding-right: 290px;
}

.all-trails-logo---cs {
  max-width: 16%;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.contact-form---section {
  background-image: url('../images/bamboo-texture.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form---container-div {
  padding-top: 45px;
  padding-bottom: 100px;
}

.heading---services {
  color: var(--white);
  padding-right: 201px;
}

.get-upside-logo---cs {
  max-width: 30%;
}

.brand {
  cursor: pointer;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

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

.paragraph-18 {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.pandas-in-the-wild---section {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
}

.k-insta-post-2 {
  background-image: url('../images/6217e0ff3c333a368a2c7ac6_IMG_2195.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 425px;
  position: relative;
  overflow: hidden;
}

.life-at-bamboo---section {
  background-color: var(--dark-gray);
  background-image: url('../images/brick-texture.png');
  background-position: -3%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.life-at-bamboo---header {
  color: var(--white);
  text-align: center;
}

.perks---holder {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
  overflow: visible;
}

.perks-text {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  display: block;
  overflow: visible;
  transform: translate(0);
}

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

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

.leadership-section {
  background-color: var(--off-white);
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 59px;
  padding-right: 59px;
}

.temp {
  color: var(--dark-gray);
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  display: none;
}

.text-block-38 {
  color: var(--primary);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.detail---awards-text-box {
  color: var(--primary);
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.digit-logo---cs-2 {
  max-width: 20%;
}

.new-awards-section {
  background-color: var(--primary);
  overflow: hidden;
}

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

.paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  text-align: left;
}

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

.image-52 {
  object-fit: fill;
  max-width: 80%;
}

.bio-text-box {
  color: var(--dark-gray);
  text-align: left;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.heading-34 {
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.image-53 {
  object-fit: fill;
  flex: 1;
  max-height: 25%;
  overflow: visible;
}

.image-54 {
  flex: 1;
  max-height: 25%;
  padding-bottom: 10px;
}

.column-5 {
  padding-left: 0;
  padding-right: 20px;
}

.griid-for-awards {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  align-content: stretch;
  align-items: center;
  max-width: 100vw;
  padding: 60px 52px;
}

.bio-name-title {
  flex-direction: column;
  align-self: center;
  display: flex;
}

.column-6 {
  padding-left: 20px;
  padding-right: 0;
}

.white-text {
  color: var(--white);
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}

.small-white-text {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.new-awards-with-slider-section {
  background-color: var(--dark-gray);
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.heading-36 {
  color: var(--dark-gray);
}

.slide-main-wrapper {
  background-color: var(--primary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 66px;
  padding-right: 66px;
  display: flex;
}

.slider-3 {
  background-color: var(--white);
  height: 500px;
}

.container-20.hide-on-desktop, .slide-nav-2 {
  display: none;
}

.image-60, .image-61, .image-62 {
  min-width: 100%;
}

.heading-39 {
  font-size: 40px;
  line-height: 40px;
}

.icon-5 {
  color: #fff;
}

.icon-5:hover {
  color: var(--grey-500);
}

.icon-6 {
  color: #fff;
}

.icon-6:hover {
  color: var(--grey-500);
}

.polaroid-style---horizontal {
  border-style: solid;
  border-width: 20px 20px 60px;
  border-color: var(--white);
  min-width: 420px;
  max-width: 90%;
}

.polaroid-style---horizontal.hidden {
  border-color: #0000;
}

.image-63 {
  border: 15px solid #fff;
  border-bottom-width: 55px;
  max-width: 90%;
}

.right-arrow-3 {
  border: 1px #000;
}

.page-padding {
  background-color: var(--white);
  border-radius: 3px;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.background-color-gray {
  background-color: var(--dark-gray);
}

.page-padding.b-background-green {
  background-color: var(--dark-gray);
  width: 100%;
}

.text-weight-semibold {
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.text-weight-semibold:hover {
  color: var(--primary-2);
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.blog-header_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-header_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-header_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.text-size-small {
  font-family: Manrope, sans-serif;
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.blog4-header_image-wrapper {
  border-radius: 3px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.blog-cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.is-button-small {
  padding: .5rem 1.25rem;
}

.blog-header_image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-header_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog-header_item {
  position: relative;
}

.blog-header_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.text-size-tiny {
  font-family: Manrope, sans-serif;
  font-size: .75rem;
}

.blog-header_featured-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.button-secondary {
  border: 2px solid var(--primary);
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

.button-secondary:hover {
  background-color: var(--primary);
  color: var(--feint-gray);
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-6 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-custom3, .padding-bottom.padding-xxhuge, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-medium, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-huge, .padding-bottom.padding-0, .padding-bottom.padding-large, .padding-bottom.padding-custom2, .padding-bottom.padding-custom1, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium {
  text-align: left;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.text-weight-semibold {
  text-align: left;
}

.text-size-medium.align-center.text-color-white {
  color: var(--white);
}

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

.button-row.align-right {
  justify-content: flex-end;
}

.button-row.align-left {
  align-items: flex-start;
}

.margin-bottom.heading-small {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.heading-small {
  font-family: DM Serif Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.blog-header_date-wrapper {
  display: flex;
}

.margin-top, .margin-top.margin-custom2, .margin-top.margin-medium, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-xxlarge, .margin-top.margin-tiny, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-xhuge, .margin-top.margin-huge, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-custom3, .margin-top.margin-small, .margin-top.margin-0 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  flex: 0 auto;
  align-self: center;
}

.blog-header_featured-image-wrapper {
  border-radius: 3px;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-header_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 3rem;
  display: flex;
}

.blog-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.text-size-regular {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular.bold {
  font-weight: 500;
}

.blog-header_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrapper {
  z-index: 0;
  background-color: #0000;
  position: relative;
}

.blog-header_image-link {
  border-radius: 3px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.padding-vertical, .padding-vertical.padding-xsmall, .padding-vertical.padding-custom2, .padding-vertical.padding-small, .padding-vertical.padding-tiny, .padding-vertical.padding-xxhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom3, .padding-vertical.padding-xxlarge, .padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-100vh {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge, .padding-vertical.padding-0, .padding-vertical.padding-large {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  padding: 0 0 .25rem;
}

.padding-vertical.padding-huge.bottom-0 {
  padding-bottom: 0;
}

.padding-vertical.padding-huge.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical.padding-xxsmall {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  cursor: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 24px;
}

.margin-bottom, .margin-bottom.margin-huge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-0, .margin-bottom.margin-xsmall, .margin-bottom.margin-xlarge, .margin-bottom.margin-tiny, .margin-bottom.margin-custom2, .margin-bottom.margin-xhuge, .margin-bottom.margin-large, .margin-bottom.margin-custom3, .margin-bottom.margin-medium, .margin-bottom.margin-custom1, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxhuge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 0;
}

.margin-bottom.margin-medium.hide {
  display: block;
}

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

.main-wrapper {
  background-color: #743939;
}

.blog-header_author-image-wrapper {
  margin-right: 1rem;
}

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

.padding-top, .padding-top.padding-tiny, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-custom1, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-medium, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-small, .padding-top.padding-custom3, .padding-top.padding-0, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
  font-family: Manrope, sans-serif;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
  font-family: Manrope, sans-serif;
}

.margin-large {
  margin: 3rem;
}

.show-tablet {
  display: none;
}

.overflow-auto {
  overflow: auto;
}

.show {
  display: block;
}

.button-7 {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: Manrope, sans-serif;
}

.button-7.is-alternate {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--off-white);
  color: var(--primary);
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .3s;
}

.button-7.is-alternate:hover {
  background-color: var(--primary);
  color: var(--off-white);
}

.button-7.is-button-small {
  padding: .5rem 1.25rem;
}

.button-7.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.padding-horizontal, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom3, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-large, .padding-horizontal.padding-huge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-0, .padding-horizontal.padding-medium, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-small {
  padding-top: 0;
  padding-bottom: 0;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: var(--primary-3);
}

.styleguide_color-sample.is-white {
  background-color: var(--primary-2);
}

.styleguide_color-sample.is-black {
  background-color: var(--primary);
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.shadow-small-2 {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: 1rem;
}

.icon-medium {
  height: 3rem;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-secondary-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-secondary-2.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-secondary-2.is-alternate {
  color: #fff;
  cursor: pointer;
  border-width: 2px;
  border-color: #fff;
  border-radius: 3px;
  transition: all .4s;
}

.button-secondary-2.is-alternate:hover {
  background-color: var(--white);
  color: var(--primary);
}

.button-secondary-2.is-button-small {
  padding: .5rem 1.25rem;
}

.text-style-strikethrough {
  font-family: Manrope, sans-serif;
  text-decoration: line-through;
}

.image-wrapper_image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl-styleguide_classes {
  display: none;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.background-dark-gray {
  background-color: var(--dark-gray);
  color: #f5f5f5;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.text-size-large {
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
}

.text-lineheight-xtall {
  font-family: Manrope, sans-serif;
  line-height: 2;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.margin-xhuge {
  margin: 7rem;
}

.text-lineheight-none {
  font-family: Manrope, sans-serif;
  line-height: 1;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.rl-styleguide_extension {
  display: none;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.landing-form_field-label {
  color: var(--black);
  margin-bottom: .5rem;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.padding-left, .padding-left.padding-large, .padding-left.padding-0, .padding-left.padding-xhuge, .padding-left.padding-huge, .padding-left.padding-xxsmall, .padding-left.padding-medium, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-custom2, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-small, .padding-left.padding-xlarge, .padding-left.padding-xxlarge, .padding-left.padding-xxhuge {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-weight-normal {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.padding-medium {
  padding: 2rem;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-large {
  height: 5rem;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xsmall {
  padding: 1rem;
}

.text-style-italic {
  font-family: Manrope, sans-serif;
  font-style: italic;
}

.icon-small {
  height: 2rem;
}

.margin-small {
  margin: 1.5rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.padding-xxsmall {
  padding: .5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-tiny {
  margin: .25rem;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.text-letterspacing-normal {
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
}

.margin-left, .margin-left.margin-custom1, .margin-left.margin-medium, .margin-left.margin-xhuge, .margin-left.margin-xsmall, .margin-left.margin-xxlarge, .margin-left.margin-custom3, .margin-left.margin-tiny, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-xxhuge, .margin-left.margin-small, .margin-left.margin-large, .margin-left.margin-xxsmall, .margin-left.margin-xlarge, .margin-left.margin-huge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-weight-light {
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.text-style-link {
  font-family: Manrope, sans-serif;
  text-decoration: underline;
}

.heading-medium {
  font-family: DM Serif Text, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-weight-xbold {
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.shadow-large-2 {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.margin-huge {
  margin: 6rem;
}

.text-align-right {
  text-align: right;
  font-family: Manrope, sans-serif;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.icon-xsmall {
  height: 1.5rem;
}

.margin-horizontal, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-custom2, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-medium, .margin-horizontal.margin-0, .margin-horizontal.margin-small, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-large, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-bold {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.text-lineheight-normal {
  font-family: Manrope, sans-serif;
  line-height: 1.5;
}

.text-weight-medium {
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.text-color-white {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.text-color-white.testimonial-text-small {
  font-size: 31px;
}

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

.text-style-muted {
  opacity: .6;
  font-family: Manrope, sans-serif;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Manrope, sans-serif;
}

.text-align-left {
  text-align: left;
  font-family: Manrope, sans-serif;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-0, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom2, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-tiny, .margin-vertical.margin-xlarge, .margin-vertical.margin-large, .margin-vertical.margin-huge, .margin-vertical.margin-custom1, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom3, .margin-vertical.margin-xxlarge, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.text-lineheight-xshort {
  font-family: Manrope, sans-serif;
  line-height: 1.2;
}

.margin-top-auto {
  margin-top: auto;
}

.text-color-black {
  color: #000;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.icon-xlarge {
  height: 6.5rem;
}

.padding-large {
  padding: 3rem;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
  font-family: Manrope, sans-serif;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.padding-xlarge {
  width: 100%;
  padding: 4rem;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.heading-xlarge {
  margin-bottom: 45px;
  font-family: DM Serif Text, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-xlarge.stats-text {
  color: var(--primary-2);
  margin-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  line-height: 3.6rem;
}

.heading-xlarge.heading-spacing-medium {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1;
  display: flex;
}

.heading-xlarge.heading-spacing-medium.text-white-color {
  color: var(--white);
}

.heading-xlarge.b-heading-h1.b-color-grey {
  color: var(--dark-gray);
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
}

.overflow-scroll {
  overflow: scroll;
}

.show-mobile-landscape {
  display: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.text-lineheight-short {
  font-family: Manrope, sans-serif;
  line-height: 1.3;
}

.text-align-center {
  text-align: center;
  font-family: Manrope, sans-serif;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.form-field-wrapper {
  position: relative;
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.form-input-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-3:focus {
  border-color: #000;
}

.form-input-3::placeholder {
  color: #0009;
}

.form-input-3.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input-3.is-select-input {
  background-color: #fff;
  background-image: none;
}

.margin-right, .margin-right.margin-small, .margin-right.margin-tiny, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-xsmall, .margin-right.margin-huge, .margin-right.margin-xxhuge, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-xxsmall, .margin-right.margin-large, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-xhuge {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-large {
  font-family: DM Serif Text, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-large.text-color-green {
  margin-bottom: 0;
}

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

.text-lineheight-tall {
  font-family: Manrope, sans-serif;
  line-height: 1.7;
}

.show-mobile-portrait {
  display: none;
}

.padding-small {
  padding: 1.5rem;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.heading-xsmall {
  font-family: DM Serif Text, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.padding-right, .padding-right.padding-0, .padding-right.padding-large, .padding-right.padding-xxlarge, .padding-right.padding-custom2, .padding-right.padding-xlarge, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-tiny, .padding-right.padding-huge, .padding-right.padding-medium, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-xxsmall, .padding-right.padding-custom1, .padding-right.padding-xxhuge {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-xxsmall {
  height: 1rem;
}

.margin-0 {
  margin: 0;
}

.button-link {
  color: #000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.button-link.is-alternate {
  color: #fff;
}

.heading-xxlarge {
  font-family: DM Serif Text, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.padding-xhuge {
  padding: 7rem;
}

.text-style-2lines {
  font-family: Manrope, sans-serif;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.background-color-offwhite {
  background-color: var(--off-white);
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.button-tertiary {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-style-3lines {
  font-family: Manrope, sans-serif;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
  font-family: Manrope, sans-serif;
}

.hide {
  display: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.sg-logo {
  width: 157px;
  max-width: none;
  height: 45px;
}

.paragraph-28 {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.heading-small-2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-medium-5 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.button-tertiary-2 {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.casestud-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.breadcrumb-link-2 {
  color: #000;
  text-decoration: none;
}

.breadcrumb-link-2:hover {
  color: var(--primary-2);
}

.breadcrumb-link-2.w--current {
  border-bottom: 2px solid #000;
}

.blog-post3-related_button-wrapper {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.casestud-related_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog-post3_tag-list-wrapper {
  width: 50%;
}

.blog-post3_header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.casestud-related_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post3_author-text {
  display: flex;
}

.blog-post3-related_image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post3-related_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-post3_social-link {
  background-color: #0000;
  border-radius: 20px;
  padding: .25rem;
}

.button-secondary-3 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.blog-post3_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post3_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  font-weight: 400;
  display: flex;
}

.blog-post3_image-wrapper {
  border-radius: 3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-post3_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post3_author-wrapper {
  align-items: center;
  margin-bottom: 1rem;
}

.blog-post3_author-wrapper.content-bottom {
  display: flex;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.blog-post3_content {
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
}

.casestud_title-wrapper {
  flex-direction: column;
  display: flex;
}

.blog-post3_divider {
  background-color: var(--primary-2);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post3_author-image-wrapper {
  margin-right: 1rem;
}

.blogpost1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post3_tag-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.blog-post3_tag-list.hide {
  display: none;
}

.blog-post3_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post3_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.error-text {
  color: #e23939;
}

.blog-post3-related_category-link {
  background-color: #0000;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post3-related_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-post3-related_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog-post3_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post3_tag-item {
  background-color: #0000;
  margin-top: .5rem;
  margin-right: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post3_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.casestud-related_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blog-post3_image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.casestud-related_item {
  height: 550px;
  position: relative;
}

.success-text {
  font-weight: 600;
}

.blog-post3-related_heading {
  flex: 1;
}

.blog-post3_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post3_share {
  grid-column-gap: .25rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post3-related_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-post3-related_button-row.mobile-landscape {
  display: none;
}

.blog-post3-related_component {
  padding-bottom: 40px;
}

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

.tab-selector {
  border: 2px solid var(--mint-cream);
  background-color: #0000;
  border-radius: 3px;
  margin-right: .25rem;
  padding: .5rem 1rem;
}

.tab-selector.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--feint-gray);
  border-radius: 3px;
  margin-right: .25rem;
  padding: .5rem 1rem;
}

.tabs-menu {
  margin-bottom: 1rem;
}

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

.image-single {
  border-radius: 3px;
}

.heading-40, .heading-41, .heading-42, .heading-43, .heading-44, .heading-45 {
  font-family: DM Serif Text, sans-serif;
}

.block-quote-2, .list-2, .list-3, .list-4 {
  font-family: Manrope, sans-serif;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.vert-scroll_image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-medium-2 {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
}

.text-size-medium-2.text-color-off-white {
  line-height: 30px;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_content-left {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
}

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout357_content-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout-layer_image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 60vh;
}

.layout357_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.layout357_image-wrapper {
  position: relative;
}

.layout357_content-item {
  background-color: #0000;
  border-top: 1px solid #0000;
  position: sticky;
}

.layout357_content-item.content-item-3 {
  background-color: var(--off-white);
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 8rem;
}

.layout357_content-item.content-item-1 {
  background-color: var(--off-white);
  margin-bottom: 12rem;
  top: 0;
}

.layout357_content-item.content-item-4 {
  background-color: var(--off-white);
  margin-bottom: 4rem;
  top: 0;
}

.layout357_content-item.content-item-2 {
  background-color: var(--off-white);
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 4rem;
}

.button-link-2 {
  color: #0000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link-2.with-icon {
  grid-column-gap: .5rem;
  color: var(--primary);
  cursor: pointer;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  transition: all .4s;
}

.button-link-2.with-icon:hover {
  font-weight: 800;
}

.button-link-2.with-icon {
  grid-column-gap: .5rem;
}

.layout357_component {
  position: sticky;
  top: 0%;
}

.layout357_anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.gallery24_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery-horz_image {
  object-fit: cover;
  border-radius: 6px;
  width: 80vw;
  height: 80vh;
}

.gallery24_horizontal-scroll-content {
  grid-column-gap: 2rem;
  align-items: center;
  width: 400vh;
  display: flex;
}

.gallery24_image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.gallery24_component {
  height: 400vh;
}

.casecol_image-wrapper {
  width: 100%;
}

.casecol_content-right {
  margin-top: 10px;
}

.casecol_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.casestud_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.subheading {
  font-size: 1.7rem;
  font-weight: 400;
}

.image-64 {
  border-radius: 3px;
}

.section-testimonial.background-dark-gray {
  margin-top: 0;
}

.testimonial-text {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.stats_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.stats_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  align-items: stretch;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section-stats.background-color-white {
  background-color: var(--off-white);
}

.stats-text {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.text-weight-semibold-3 {
  font-weight: 600;
}

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

.blog-related_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.blog-related_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.blog-related_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.note-bar {
  background-color: var(--primary-2);
  width: 10.75rem;
  height: .1875rem;
}

.section-contact-cta.section---dark-gray {
  padding-top: 0;
}

.cta7_content {
  flex: 1;
}

.cta7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.cta7_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.mobile-landscape {
  display: none;
}

.content-bottom {
  display: flex;
}

.content-bottom.hide {
  display: none;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold.text-inline {
  display: inline;
}

.casestud-related_button-wrapper-2 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-post3_share-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.margin-large {
  margin-bottom: 2rem;
}

.text-size-regular-2 {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.text-size-regular-2.padding-bottom._0-5rem {
  padding-bottom: .5rem;
}

.casestud_image-wrapper-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.with-icon {
  grid-column-gap: .5rem;
}

.blog-post3-related_image-2 {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-inline {
  display: inline;
}

.blog-post3_divider-2 {
  background-color: var(--mint-cream);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.casestud-heading {
  font-size: 3.5rem;
}

.image-66 {
  max-width: 60%;
}

.casestud_image-wrapper-1 {
  margin-bottom: 2rem;
}

.image-67 {
  border-radius: 3px;
  height: 200px;
}

.testimonial-slider_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial-slider_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonial10_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial10_arrow.hide-mobile-landscape {
  border-color: var(--primary);
  cursor: pointer;
  transition: all .3s;
}

.testimonial10_arrow.hide-mobile-landscape:hover {
  box-shadow: 0 1px 3px #858585;
}

.testimonial-slider_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial-slider_rating-wrapper {
  color: var(--primary-2);
  justify-content: center;
  display: flex;
}

.testimonial-slider_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial-slider_client-info {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.testimonial10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial-slider_client {
  text-align: left;
  align-items: center;
  display: flex;
}

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

.casestud-sub_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-color-green {
  color: var(--primary);
}

.review-star {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 5px;
}

.casestud_image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.casestud_item {
  height: 46.875rem;
  position: relative;
}

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

.casestud_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.casestud_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.casestud_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.casestud_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.casestud_head-text {
  cursor: pointer;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
}

.casestud_intro-paragraph {
  text-align: center;
  max-width: 80rem;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.services-header_image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 43.75rem;
}

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

.services-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.landing-nav_menu {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  overflow: auto;
}

.landing-nav_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  display: flex;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4.hide {
  display: none;
}

.navbar4_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: #0000;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: #0000;
  position: static;
}

.navbar4_dropdown-toggle {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 4rem .5rem 0;
}

.landing-nav_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.landing-nav_wrapper.hide {
  display: none;
}

.dropdown-icon-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-nav_logo-link {
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.landing-nav_logo-link.hide {
  display: block;
  position: static;
  top: -4%;
}

.landing-nav_container {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  max-width: 80rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-top {
  background-color: #000;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.landing-nav_menu-button {
  padding: 0;
}

.landing-nav_menu-button.w--open {
  background-color: #0000;
}

.landing-nav_menu-button.hide {
  display: none;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: #0000;
}

.menu-icon4_line-middle {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-bottom {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.landing-nav_component {
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  min-height: 3.6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.landing-nav_component.background-color-offwhite {
  z-index: 10;
  min-height: 4rem;
  display: flex;
}

.landing-nav_component.background-color-offwhite.hide {
  z-index: 9999;
  background-color: var(--white);
  align-items: flex-end;
  display: flex;
  position: sticky;
  top: 0;
}

.landing-button {
  border: 3px solid var(--primary-2);
  background-color: var(--primary-2);
  cursor: pointer;
  border-radius: 3px;
  height: 2.5rem;
  padding-top: 6px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  transition: all .4s;
}

.landing-button:hover {
  border: 3px solid var(--primary-2);
  color: var(--primary-2);
  background-color: #0000;
}

.layout32_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  grid-template: "."
                 "."
                 "Area-2"
                 "Area"
                 / 1fr;
  padding-top: 20px;
}

.layout32_item-list.list_community {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-auto-flow: row;
}

.layout32_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.layout32_item {
  display: flex;
}

.layout32_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout32_component.mobile.hide {
  display: none;
}

.layout32_item-text-wrapper {
  margin-bottom: 0;
}

.landing-cta_button {
  background-color: var(--primary-2);
  text-align: center;
  border-radius: 3px;
  flex: 1;
  align-self: center;
  width: 29.6rem;
  height: 3rem;
  padding-top: 12px;
  padding-bottom: 0;
}

.check-icon {
  width: 2rem;
  height: 2rem;
  margin-top: 15px;
}

.check-icon.icon_community {
  margin-top: 4px;
}

.landing-bullet_heading {
  margin-top: 4px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

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

.contact-modal4_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.underlay {
  z-index: -1;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-row-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: block;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal4_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal4_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 36.75rem;
  display: none;
}

.landing-form_header {
  color: var(--primary-2);
  font-family: Manrope, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.85rem;
}

.landing-form_header.align-center {
  float: none;
  color: var(--primary);
  text-align: left;
  font-family: DM Serif Text, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.landing-form_sub-text {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6875rem;
}

.landing-form_sub-text.align-center {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.landing-form_sub-text.align-center.text-left {
  text-align: left;
}

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

.contact-modal4_component-2 {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-input-5 {
  color: #0000;
  background-color: #0000;
  border: 1px solid #0000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-5:focus {
  border-color: #000;
}

.form-input-5::placeholder {
  color: #0009;
}

.form-input-5.is-text-area {
  color: #62636b80;
  border-color: #c4c4c4;
  border-radius: 3px;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Manrope, sans-serif;
  overflow: auto;
}

.contact-modal4_content-wrapper-2 {
  z-index: 99;
  background-color: var(--white);
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem;
  display: block;
  position: absolute;
  overflow: scroll;
}

.landing-form_input {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  height: 3rem;
}

.landing-form_input.select-field {
  color: #62636bcc;
  cursor: pointer;
  font-family: Manrope, sans-serif;
  transition: all .3s;
}

.landing-form_button {
  border: 3px solid var(--primary);
  background-color: var(--primary);
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  width: 34.4rem;
  height: 3rem;
  padding-top: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  transition: all .4s;
}

.landing-form_button:hover {
  border: 3px solid var(--primary);
  background-color: var(--feint-gray);
  color: var(--primary);
}

.landing-form_button.nav {
  justify-content: center;
  width: 10rem;
  display: flex;
}

.image-68 {
  border-radius: 3px;
  width: 100%;
  height: 43.75rem;
}

.button-row-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row-3.is-button-row-center {
  justify-content: center;
}

.services-block_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.services-block_content {
  position: relative;
}

.services-block_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 35rem;
}

.services-block_image.creative-video {
  cursor: default;
}

.services-block_component {
  grid-template-rows: auto;
}

.services-block_sub-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.services-block_subheading {
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
}

.services-block_sum-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

.image-69 {
  height: 34.5rem;
}

.page-padding-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-small-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog38_image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.casestud-grid_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.casestud-grid_image-link {
  cursor: pointer;
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog38_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.casestud-link_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.contact10_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: start stretch;
  margin-bottom: 48px;
  display: grid;
  position: relative;
}

.contact10_component.content_wrapper_center {
  display: block;
}

.contact10_content {
  padding: 12px;
}

.contact10_content.background-color-white {
  background-color: #e6e4dd;
  border-radius: 12px;
  padding: 20px;
}

.contact10_content.background-color-white.content_map_center {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.contact10_map-wrapper {
  position: relative;
}

.section-lpcontact {
  background-color: var(--off-white);
  display: block;
}

.section-lpcontact.bg-forest {
  background-color: #2d5346;
}

.section-lpcontact.bg-dew {
  background-color: #dce4da;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.header28_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header28_lightbox-image {
  object-fit: cover;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  border-radius: 3px;
  position: absolute;
  inset: 0%;
}

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

.layout192_component, .layout2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout2_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout2_lightbox-image {
  opacity: 1;
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 35rem;
}

.testimonial13_rating-wrapper {
  display: flex;
}

.testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial15_client, .testimonial13_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial15_rating-wrapper {
  display: flex;
}

.testimonial15_content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial15_logo {
  max-height: 3rem;
}

.testimonial13_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial15_slide {
  margin-right: 5rem;
}

.testimonial13_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial15_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--primary-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial15_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.testimonial15_arrow {
  border: 1px solid var(--primary-2);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial15_arrow.left {
  border-color: var(--primary-2);
  right: 4rem;
}

.testimonial15_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial13_logo {
  max-height: 3rem;
}

.testimonial15_client-image {
  object-fit: cover;
}

.testimonial15_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta7_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.section-thankyou_wrap {
  justify-content: center;
  align-items: center;
  display: block;
}

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

.thankyou-block-component {
  background-color: var(--white);
  border-radius: 6px;
  width: 50rem;
  padding: 30px;
}

.thankyou-block_content-wrap {
  text-align: center;
}

.sub-text-thankyou-block {
  color: var(--primary);
  text-align: center;
  margin-bottom: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-41 {
  color: var(--dark-gray);
  text-align: center;
  margin-top: 33px;
  margin-bottom: 33px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.services-button-wrap {
  position: absolute;
  inset: auto 0% 0%;
}

.landing-content-wrapper {
  background-color: #fff;
}

.paragraph-29.community_center {
  text-align: center;
  max-width: 620px;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
}

.body-off-white {
  background-color: var(--off-white);
}

.body-off-white.bg-dew {
  background-color: #dce4da;
}

.body-off-white.bg-forest {
  background-color: #2d5346;
}

.section-casestud_header.background-color-grees {
  background-color: var(--primary);
}

.section-casestud_header.background-color-grees.hide {
  display: block;
}

.stats-grid_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.stats-grid_item.background-color-light-green {
  background-color: #dce4da;
  border-radius: 3px;
  padding: 50px;
}

.stats-grid_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section-stats_header.background-color-green {
  background-color: var(--primary);
}

.section-landing_cta {
  position: relative;
}

.section-landing_cta.background-color-green {
  background-color: var(--primary);
}

.section-landing_cta.background-color-green.texture-overlay {
  background-image: url('../images/bamboo-texture.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.casestud-home-link {
  color: var(--dark-gray);
  text-transform: uppercase;
  cursor: pointer;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.casestud-home-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.casestud-home-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.casestud-grid-wrap {
  background-color: var(--feint-gray);
  min-width: 320px;
  min-height: 500px;
  padding: 35px;
}

.casestud-home-image {
  height: 240px;
  max-height: none;
}

.casestud-home-title {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 26px;
  line-height: 26px;
}

.casestud-grid-link-block {
  color: var(--dark-gray);
  cursor: pointer;
}

.html-embed-2 {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
}

.body-4 {
  overflow: hidden;
}

.nav-link-2 {
  opacity: .5;
  color: #222;
  padding: 0 0 0 24px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.nav-link-2:hover, .nav-link-2.w--current {
  opacity: 1;
  color: var(--black);
}

.community-exit-intent-modal {
  z-index: 100000;
  object-fit: fill;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.exit-modal {
  background-color: var(--white);
  border-radius: 5px;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
  position: relative;
  box-shadow: 0 5px 7px #62636b14;
}

.exit-heading {
  text-align: center;
  margin-bottom: 10px;
  line-height: 52px;
}

.exit-description {
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.exit-close-button {
  color: var(--success);
  text-align: right;
  object-fit: fill;
  background-color: #0000;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 0;
  font-size: 13px;
  display: block;
  position: static;
  bottom: -25px;
  left: 50%;
}

.modal-underlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fcf4ee3b;
  position: fixed;
  inset: 0%;
}

.form-3 {
  display: block;
}

.columns-7 {
  margin-bottom: 24px;
}

.community_form_margin {
  margin-left: 40px;
  margin-right: 40px;
}

.top-bar {
  border-style: solid none none;
  border-width: 1px 0 0 1px;
  border-color: var(--off-white) black black;
}

.columns-8 {
  border-top: 1px solid var(--off-white);
}

.html-embed-3 {
  max-width: 480px;
  margin-top: 40px;
  margin-left: auto;
}

.html-embed-3.html_newsletter {
  max-width: 620px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 40px;
}

.column-12 {
  object-fit: fill;
  position: relative;
}

.image-70 {
  text-align: left;
  margin-bottom: 29px;
  margin-left: -36px;
  padding-bottom: 0;
}

.max-content {
  background-color: #0000;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-4 {
  display: block;
}

.testimonial-slider-large {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-42 {
  font-family: Manrope, sans-serif;
}

.container-22 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-header.b-bg-orange-1 {
  background-color: #fcf4ee;
  padding-left: 20px;
  padding-right: 20px;
}

.bb-team-container {
  width: 100%;
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bb-team-container.b-text-center {
  text-align: center;
}

.b-navbar {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.b-brand {
  flex: 1;
}

.b-columns-center {
  background-color: var(--white);
  align-items: center;
  display: flex;
}

.b-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.b-nav-links {
  margin-right: 24px;
}

.b-nav-link {
  opacity: .5;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
}

.b-nav-link:hover {
  opacity: 1;
}

.b-nav-link.w--current {
  opacity: 1;
  color: var(--black);
  font-weight: 500;
}

.b-nav-link.b-nav-link-parent {
  padding-right: 20px;
  display: block;
}

.b-nav-link.b-nav-link-children {
  padding-left: 20px;
}

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

.b-nav-chevron-down {
  margin-top: -12px;
  margin-right: -2px;
  display: block;
  position: absolute;
  inset: 50% 0% auto auto;
}

.b-nav-link-label {
  display: block;
}

.b-nav-dropdown-list {
  background-color: var(--white);
  color: #0000;
  border-radius: 4px;
  display: none;
  box-shadow: 0 2px 6px 1px #efefef;
}

.b-nav-dropdown-list.w--open {
  overflow: hidden;
  box-shadow: 0 3px 6px #4d4d4d36;
}

.b-nav-cta {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.b-nav-cta:hover {
  background-color: var(--white);
  color: var(--primary);
}

.body-5 {
  transition: color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1);
}

.b-copyright-link {
  opacity: .5;
  color: var(--off-white);
  font-weight: 400;
  text-decoration: underline;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
}

.b-copyright-link:hover {
  opacity: 1;
}

.b-copyright {
  opacity: .5;
  color: var(--off-white);
  margin-right: 20px;
  font-weight: 400;
  display: inline;
}

.b-column.b-column-align-right {
  text-align: right;
}

.b-columns-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.b-footer-separator {
  background-color: var(--off-white);
  opacity: .1;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.b-row-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.b-row-py-20:where(.w-variant-61f52cd7-44ca-e8ad-b056-bf4ad640b47f) {
  display: block;
}

.b-footer-email-link {
  opacity: .5;
  color: var(--off-white);
  font-weight: 400;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
}

.b-footer-email-link:hover {
  opacity: 1;
}

.b-circle-icon-link {
  width: 48px;
  height: 48px;
  color: var(--off-white);
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 10000px;
  margin-right: 10px;
  line-height: 46px;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
}

.b-circle-icon-link:hover {
  background-color: #fff3;
}

.b-hubspot-form {
  max-width: 620px;
  margin-left: auto;
}

.b-grid-footer {
  grid-column-gap: 0px;
  grid-template: "b-logo b-navigation"
                 "b-separator b-separator"
                 "b-contacts b-hubspot-form"
                 "b-copyright b-copyright"
                 / .25fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.b-cta-above-footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
}

.b-cta-above-footer.b-py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.b-cta-above-footer.b-py-120.bg-orange-1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b-container-fluid-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.b-heading-h1 {
  color: var(--primary);
}

.b-heading-h1.b-text-center {
  text-align: center;
}

.b-heading-h1.b-text-center.b-color-white {
  color: var(--white);
}

.b-heading-h1.b-color-grey {
  color: var(--dark-gray);
}

.b-heading-h1.b-color-white {
  color: var(--white);
}

.b-heading-h1.b-color-black {
  color: var(--black);
}

.bg-orange-1 {
  background-color: var(--off-white);
}

.b-body-1 {
  font-family: Manrope, sans-serif;
}

.b-body-1.b-text-center {
  text-align: center;
}

.b-body-1.b-color-black {
  color: var(--black);
}

.b-body-1.b-weight-400 {
  font-weight: 400;
}

.b-body-1.b-color-grey {
  color: #ebebec;
  text-align: left;
}

.b-button-01 {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--off-white);
  border-radius: 5px;
  margin: 5px;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.b-button-01:hover {
  background-color: var(--off-white);
  color: var(--primary);
}

.b-announcement {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-gray);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-announcement-text {
  opacity: .75;
  color: var(--off-white);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.b-tag-manager {
  width: 0;
  height: 0;
  position: fixed;
  left: -9999px;
}

.b-brown-circle {
  background-color: var(--primary-3);
  border-radius: 50%;
  width: 320px;
  height: 320px;
  position: absolute;
  top: auto;
  bottom: -160px;
  left: -160px;
}

.b-heading-h3 {
  height: 72px;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.b-heading-h3.b-font-weight-900 {
  font-weight: 400;
}

.b-body-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.b-body-2.b-text-center {
  text-align: center;
  margin-top: 35px;
}

.b-body-2.b-color-white {
  color: var(--white);
}

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

.b-grid-cta-above-footer {
  grid-template-rows: auto;
  grid-template-columns: minmax(156px, auto) repeat(auto-fit, minmax(200px, auto));
  grid-template-areas: "b-button b-contact";
  place-content: center;
  place-items: center;
}

.b-wrapper.b-py-60 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 32px;
  padding-left: 0;
  display: block;
}

.b-wrapper.b-py-60.b-px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.b-heading-h4 {
  color: #fff;
  font-size: 26px;
  line-height: 35px;
}

.b-heading-h4.b-text-center {
  text-align: center;
  font-weight: 400;
}

.b-heading-h4.b-color-white {
  color: var(--white);
  margin-top: 0;
}

.b-heading-h4.b-color-white.b-font-srif {
  font-family: DM Serif Text, sans-serif;
}

.b-grid-logos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  align-self: flex-end;
  place-items: center;
  padding-top: 40px;
}

.b-grid-logo-link-image {
  max-width: 110px;
  max-height: 110px;
  transform-style: preserve-3d;
  transition: all .75s cubic-bezier(.23, 1, .32, 1);
}

.b-grid-logo-link-image:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.b-body-3 {
  color: var(--mint-cream);
  font-size: 18px;
  font-weight: 500;
}

.b-body-3.b-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.b-body-3.b-text-center {
  color: #fff;
  text-align: center;
  font-family: Manrope, sans-serif;
}

.b-heading-h2 {
  text-align: left;
  font-size: 40px;
  line-height: 40px;
}

.b-heading-h2.b-text-center {
  text-align: center;
}

.b-heading-h2.b-color-white {
  color: #fff;
}

.b-cta-grow-profit {
  background-color: var(--dark-gray);
  padding: 80px 20px;
}

.b-grid-cta-profit {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.b-cta-work-with-us {
  border: 2px solid var(--primary);
  background-color: var(--off-white);
  color: var(--primary);
  text-align: center;
  border-radius: 6px;
  padding: 12px 25px;
  font-size: 22px;
  font-weight: 400;
  transition: all .3s cubic-bezier(.23, 1, .32, 1), opacity .2s;
}

.b-cta-work-with-us:hover {
  background-color: var(--primary);
  color: var(--white);
}

.b-cta-work-with-us.b-cta-dark {
  background-color: var(--primary);
  color: var(--light-gray);
}

.b-cta-work-with-us.b-cta-dark:hover {
  background-color: var(--off-white);
  color: var(--primary);
}

.b-cta-start-cultivating {
  background-color: var(--dark-gray);
  padding: 80px 20px;
}

.b-grid-start-cultivating {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.b-cases-stats {
  background-color: var(--white);
  padding: 40px;
}

.b-grid-stats {
  grid-column-gap: 82px;
  grid-template-rows: auto;
  grid-template-areas: ".";
  place-items: start;
}

.b-grid-stats-values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.b-stat-text {
  color: var(--primary-2);
  margin-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
}

.b-cta-questions {
  background-color: var(--dark-gray);
  padding: 80px 20px;
}

.b-hero {
  background-color: var(--primary);
  background-image: url('../images/path-texture.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 40px;
  position: relative;
}

.b-ornament-1 {
  background-image: url('../images/path-texture.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.b-hero-heading {
  color: var(--white);
}

.b-hero-subheading {
  color: var(--mint-cream);
  font-size: 18px;
}

.b-cta-want-more {
  background-color: var(--white);
  background-image: url('../images/bamboo-texture.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 200px;
  padding: 120px 40px;
}

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

.b-grid-want-more {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.button-8, .button-9, .button-10, .button-11, .button-12 {
  font-weight: 700;
}

.button-13 {
  font-weight: 500;
}

.button-14, .button-15 {
  font-weight: 400;
}

.button-16, .button-17 {
  font-weight: 700;
}

.button-18, .button-19 {
  font-weight: 400;
}

.button-19.gray-hover-button {
  background-color: var(--white);
  color: var(--black);
  border-color: #0000;
}

.button-19.gray-hover-button:hover {
  border-color: var(--white);
  background-color: var(--dark-gray);
  color: var(--white);
}

.button-19.green-hover-button {
  background-color: var(--white);
  border-color: #0000;
}

.button-19.green-hover-button:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.button-19.white-hover-button {
  background-color: var(--primary);
  color: var(--white);
  border-color: #0000;
}

.button-19.white-hover-button:hover {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.button-19.white-hover-button.margin {
  margin-top: 25px;
}

.b-cta-earn-budgets {
  background-color: var(--primary);
  padding: 120px 40px;
}

.b-grid-earn-budgets {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.b-logos-lp-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  justify-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.b-logo-lp-grid-image {
  border-radius: 8px;
}

.b-logos-lp-wrap {
  border-radius: 8px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.b-lp-2column-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 48px;
  display: grid;
  position: relative;
}

.b-lp-2column-form.content_wrapper_center {
  display: block;
}

.b-lp-logo {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.b-lp-logo-image {
  width: 180px;
}

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

.b-lp-form {
  padding: 12px;
}

.b-lp-form.background-color-white {
  border-radius: 12px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.b-lp-form.background-color-white.content_map_center {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.b-lp-content {
  background-color: var(--white);
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.b-lp-content-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.b-lp-list-item {
  display: flex;
}

.b-lp-checklist-item {
  width: 2rem;
  height: 2rem;
}

.b-lp-checklist-item.icon_community {
  margin-top: 4px;
}

.b-lp-checklist-icon {
  flex: none;
  align-self: flex-start;
  padding-right: 20px;
}

.b-lp-checklist-item-text {
  margin-bottom: 0;
}

.b-lp-checklist-item-heading {
  margin-top: 4px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.b-lp-checklist-item-heading.text-white-color {
  color: var(--white);
}

.b-lp-checklist-item-heading.b-color-white {
  color: #fff;
}

.b-lp-form-subheading {
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6875rem;
}

.b-lp-form-subheading.align-center.text-left {
  text-align: left;
}

.b-lp-form-heading {
  color: var(--primary);
  text-align: center;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

.b-lp-heading {
  font-size: 48px;
  line-height: 52px;
}

.b-lp-heading.b-color-white {
  color: var(--off-white);
}

.b-testimonials-collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.b-testimonials-collection-list, .collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.b-testimonials-slider {
  background-color: #0000;
  height: 420px;
  padding: 40px 80px;
}

.b-testimonials-collection {
  width: 100%;
  height: 100%;
}

.b-testimonials-collection-empty {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.b-testimonials-by {
  grid-column-gap: 0px;
  display: flex;
}

.b-testimonials-pagination {
  font-size: 6px;
}

.b-3columns-stats {
  padding: 48px;
}

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

.b-3columns-stats-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.b-3columns-stats-col {
  background-color: var(--mint-cream);
  align-items: center;
  min-height: 320px;
  display: flex;
}

.b-3columns-stats-number {
  color: var(--primary);
  padding-bottom: 24px;
  font-family: DM Serif Text, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.b-3columns-stats-text {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.b-casestudies {
  background-color: var(--dark-gray);
  background-image: url('../images/Bamboo_Pattern_4-Website.png');
  background-position: -44px 0;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
  padding: 48px;
}

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

.b-casestudies-header-grid, .b-casestudies-content-grid {
  grid-template-rows: auto;
}

.b-casestudies-content {
  width: 100%;
  margin-bottom: 24px;
}

.b-casestudies-content-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.b-casestudies-content-item {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

.b-casestudies-content-image {
  width: auto;
  height: 280px;
  margin-bottom: 24px;
}

.b-casestudies-content-item-link {
  width: 100%;
  height: 100%;
  padding: 24px;
}

.b-casestudies-content-cover {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 380px;
  margin-bottom: 24px;
}

.b-casestudies-content-item-readmore {
  font-size: 19px;
  text-decoration: none;
}

.b-casestudies-header-text {
  color: var(--mint-cream);
  padding-top: 12px;
  font-size: 18px;
  font-weight: 500;
}

.b-casestudies-header-text.b-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.b-awards {
  background-color: var(--primary);
  padding: 48px;
}

.b-awards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.b-awards-content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 48px;
}

.b-awards-content-award {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.b-awards-heading {
  color: var(--white);
  text-align: center;
  font-size: 48px;
}

.b-awards-heading.b-text-center {
  text-align: center;
}

.b-awards-heading.b-text-center.b-color-white {
  color: var(--white);
}

.b-awards-heading.b-color-grey {
  color: var(--dark-gray);
}

.b-awards-heading.b-color-white {
  color: var(--white);
}

.b-awards-description {
  color: var(--mint-cream);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.b-awards-description.b-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.b-textonly {
  padding: 48px;
}

.b-modal {
  z-index: 123456;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  width: 90%;
  max-width: 648px;
  box-shadow: 0 2px 3px 0 var(--primary), 0 60px 80px 2px #162a23bf;
  text-align: center;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
}

.b-modal-close-link {
  background-color: var(--white);
  border-radius: 250px;
  padding: 8px;
  position: absolute;
  top: -15px;
  right: -15px;
  box-shadow: 1px 1px 3px #000;
}

.b-modal-description {
  text-align: center;
}

.b-modal-logo {
  border-radius: 8px;
  margin-top: -45px;
  position: static;
}

.b-contact-form {
  background-color: var(--white);
  background-image: url('../images/bamboo-texture.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.b-contact-form-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 40px 20px;
  display: grid;
}

.html-embed-5 {
  color: #909090;
  width: 100%;
  max-width: 480px;
}

.b-bg-white {
  background-color: var(--white);
}

.b-request-access, .b-grow-marketers {
  padding: 40px 20px;
}

.b-testimonials-services {
  background-color: var(--dark-gray);
}

.b-bg-tan {
  background-color: var(--off-white);
}

.b-heading-and-subheading-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 40px 20px;
}

.b-timeline {
  background-color: var(--primary);
  justify-content: center;
}

.b-empty {
  width: 9%;
}

.b-hide {
  display: none;
}

.paragraph-31 {
  color: var(--black);
}

.cta-scroll-button {
  background-color: var(--primary);
}

.div-block-12 {
  background-color: var(--warning);
  padding: 93px;
}

.section-lp-cta.b-lp-cta-bg-texture {
  background-color: var(--off-white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bamboo-texture.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  background-clip: border-box;
}

.image-71 {
  max-width: 80%;
}

.video-padding {
  margin-bottom: 45px;
}

.text-animation-section {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.text-animation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area"
  / auto;
  grid-auto-columns: .75fr;
  justify-content: center;
  place-items: start center;
  margin-bottom: 24px;
}

.text-animation-phrase {
  min-width: 320px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.text-animation-phrase.text-animation-phrase-right {
  opacity: 0;
  min-width: 230px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-animation-phrase.text-animation-phrase-right.text-animation-size-b {
  min-width: 364px;
}

.text-animation-scroller {
  min-width: 230px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.text-animation-scroller.text-animation-phrase-left {
  text-align: right;
}

.text-animation-scroller.text-animation-phrase-right {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-animation-scroller-option-b {
  min-width: 380px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.text-animation-scroller-option-b.text-animation-phrase-left {
  text-align: right;
}

.text-animation-scroller-option-b.text-animation-phrase-right {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

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

.b-serv-case-studies {
  max-width: 100%;
  padding: 60px 20px;
}

.b-serv-casestudies-col {
  padding-left: 20px;
  padding-right: 20px;
}

.b-heading-separator {
  background-color: var(--primary-2);
  width: 200px;
  height: 3px;
  margin-bottom: 20px;
}

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

.b-serv-casestudies-cols {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.b-serv-case-studies-img {
  object-fit: scale-down;
  border-radius: 3px;
  min-width: 100%;
  max-width: 0%;
  height: auto;
  max-height: 19vw;
  margin-bottom: 20px;
}

.b-serv-case-studies-loop {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-serv-case-studies-h3 {
  cursor: pointer;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
}

.b-serv-header {
  max-width: 800px;
  padding: 60px 20px 20px;
}

.b-service {
  max-width: 100%;
  padding: 80px 20px;
}

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

.image-73 {
  min-width: 100%;
  min-height: 100%;
}

.b-service-benefit {
  grid-template-rows: auto;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
}

.b-service-benefit-icon {
  object-fit: fill;
  width: 40px;
  height: 40px;
}

.b-service-item {
  margin-top: 0;
  margin-bottom: 0;
}

.b-service-loop {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-video-modal {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.b-video-modal-thumb {
  opacity: 1;
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 440px;
}

.b-video-modal-overlay {
  z-index: 1;
  background-color: #00000080;
  border-radius: 3px;
  position: absolute;
  inset: 0%;
}

.b-service-image {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  min-height: 440px;
}

.b-video-modal-btn {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.b-service-content {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.b-heading-h6 {
  margin-bottom: 8px;
  padding-top: 16px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.b-service-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.b-text-left {
  text-align: left;
  font-size: 40px;
  line-height: 40px;
}

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

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

.b-inner-header-wrapper {
  text-align: center;
  max-width: 800px;
  padding: 60px 20px 20px;
}

.div-block-13 {
  padding: 80px 0;
}

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

.b-inner-header-h1 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}

.b-inner-header-h1.b-text-center {
  text-align: center;
}

.b-inner-header-h1.b-color-white {
  color: var(--white);
}

.b-text-animation-grid-cell {
  text-align: right;
  align-items: flex-end;
}

.b-text-animation-grid-cell.text-animation-grid-cell-left, .cell-2 {
  text-align: left;
  align-items: flex-start;
}

.b-text-animation-heading-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  justify-content: center;
  justify-items: center;
  min-width: 320px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.b-text-animation-heading-grid.text-animation-phrase-right {
  opacity: 0;
  min-width: 230px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.b-text-animation-heading-grid.text-animation-phrase-right.text-animation-size-b {
  min-width: 364px;
}

.b-text-animation-heading-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  position: relative;
}

.b-text-animation-heading-text.text-animation-phrase-right {
  opacity: 0;
  min-width: 230px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.b-text-animation-heading-text.text-animation-phrase-right.text-animation-size-b {
  min-width: 364px;
}

.b-blog-latest-loop {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-blog-latest-item {
  font-size: 1rem;
  font-weight: 400;
}

.b-blog-img-link {
  line-height: 24px;
}

.b-blog-img {
  object-fit: cover;
  border-radius: 3px;
  min-width: 100%;
  max-width: 0%;
  height: 200px;
  max-height: 19vw;
  margin-bottom: 20px;
}

.b-blog-h3 {
  cursor: pointer;
  font-family: DM Serif Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.b-blog-latest {
  padding: 60px 20px;
  line-height: 24px;
}

.b-blog-heading {
  max-width: 760px;
  margin-bottom: 100px;
}

.b-case-studies-arch-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.b-case-studies-arch {
  padding: 20px 20px 60px;
}

.b-case-studies-arch-loop {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-case-studies-arch-item {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.b-case-studies-arch-item-grid {
  grid-template-columns: 1fr;
  position: relative;
}

.b-case-studies-arch-content {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.b-case-studies-arch-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #0000;
  width: 100%;
  height: 270px;
  min-height: 0;
  margin-bottom: 10px;
}

.b-case-studies-arch-item-title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
}

.b-case-studies-arch-item-text {
  margin-bottom: 0;
  font-size: 16px;
}

.b-case-studies-arch-item-benefit {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.b-case-studies-arch-item-benefit-icon {
  object-fit: fill;
  width: 40px;
  height: 40px;
}

.b-case-studies-arch-item-benefit-title {
  margin-bottom: 8px;
  padding-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.b-case-studies-arch-item-more {
  color: var(--dark-gray);
  background-color: #0000;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.b-case-studies-arch-item-more-url {
  color: var(--primary);
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.b-case-studies-arch-item-more-url:hover {
  font-weight: 700;
}

.b-case-studies-arch-item-more-url.with-icon {
  grid-column-gap: .5rem;
  color: var(--primary);
  cursor: pointer;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  transition: all .4s;
}

.b-case-studies-arch-item-more-url.with-icon:hover {
  font-weight: 800;
}

.b-case-studies-arch-item-more-url.with-icon {
  grid-column-gap: .5rem;
}

.b-case-studies-arch-item-more-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.b-inner-header-large {
  min-height: 0;
  padding: 0 20px;
}

.b-inner-header-large-wrapper {
  text-align: center;
  max-width: 650px;
  padding: 60px 20px 0;
}

.b-inner-header-large-h1 {
  text-align: center;
  font-size: 54px;
  line-height: 1;
}

.b-inner-header-large-h1.b-text-center {
  text-align: center;
}

.b-inner-header-large-h1.b-color-white {
  color: var(--white);
}

.b-case-studies-more-wrapper {
  margin-top: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.b-case-studies-more-link {
  color: #0000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.b-case-studies-more-link.with-icon {
  grid-column-gap: .5rem;
  color: var(--primary);
  cursor: pointer;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  transition: all .4s;
}

.b-case-studies-more-link.with-icon:hover {
  font-weight: 800;
}

.b-case-studies-more-link.with-icon {
  grid-column-gap: .5rem;
}

.b-case-studies-more-link.b-case-studies-more-link-icon-wrap {
  grid-column-gap: .5rem;
  color: var(--primary);
  cursor: pointer;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  transition: all .4s;
}

.b-case-studies-more-link.b-case-studies-more-link-icon-wrap:hover {
  font-weight: 800;
}

.b-case-studies-more-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.b-blog-arch-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.b-blog-arch-heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.b-blog-arch-heading-subtitle {
  color: var(--primary);
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.b-blog-arch-heading-subtitle:hover {
  color: var(--primary-2);
}

.heading-46 {
  font-size: 54px;
}

.b-blog-arch-heading-h1 {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 48px;
  display: block;
}

.b-blog-arch-heading-text {
  text-align: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.b-blog-arch-heading-text.text-weight-semibold {
  text-align: left;
}

.b-blog-arch-heading-text.align-center.text-color-white {
  color: var(--white);
}

.b-blog-arch-feat {
  padding: 40px 20px;
}

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

.b-blog-arch-feat-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.b-blog-arch-feat-img-url {
  border-radius: 3px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.b-blog-arch-feat-img {
  border-radius: 3px;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.b-blog-arch-feat-img-inner {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 400px;
  position: static;
  inset: 0%;
}

.b-blog-arch-feat-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 3rem;
  display: flex;
}

.b-blog-arch-feat-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.b-blog-arch-feat-text {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.b-blog-arch-feat-text.bold {
  font-weight: 500;
}

.b-blog-arch-feat-author {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.b-blog-arch-feat-author-img-wrapper {
  margin-right: 1rem;
}

.b-blog-arch-feat-author-img {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.b-blog-arch-feat-author-text {
  display: flex;
}

.b-blog-arch-feat-author-date {
  font-family: Manrope, sans-serif;
  font-size: .875rem;
}

.b-blog-arch-feat-author-date.text-weight-semibold.text-inline {
  display: inline;
}

.b-blog-filtered {
  padding: 40px 20px;
}

.b-blog-filtered-tabs {
  margin-bottom: 1rem;
}

.b-blog-filtered-tab {
  border: 2px solid var(--mint-cream);
  background-color: #0000;
  border-radius: 3px;
  margin-right: .25rem;
  padding: .5rem 1rem;
}

.b-blog-filtered-tab.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--feint-gray);
  border-radius: 3px;
  margin-right: .25rem;
  padding: .5rem 1rem;
}

.b-blog-filtered-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-blog-filtered-list-item {
  position: relative;
}

.b-blog-filtered-list-image-link {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.b-blog-filtered-list-image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 350px;
  max-height: 350px;
  position: static;
  inset: 0%;
}

.b-blog-filtered-list-cat-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.b-blog-filtered-list-cat-link.w--current {
  border-bottom: 2px solid #000;
}

.b-blog-filtered-list-head-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.b-blog-filtered-list-head {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.b-blog-filtered-list-text {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.b-blog-filtered-list-text.bold {
  font-weight: 500;
}

.b-blog-cta-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.b-blog-cta {
  padding: 40px 20px;
}

.b-blog-cta-image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  max-height: 350px;
}

.b-blog-cta-heading {
  text-align: center;
  font-size: 48px;
}

.b-blog-cta-text {
  text-align: center;
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.b-blog-cta-text.text-weight-semibold {
  text-align: left;
}

.b-blog-cta-text.align-center.text-color-white {
  color: var(--white);
}

.b-blog-cta-btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.b-blog-cta-btn-wrapper.align-right {
  justify-content: flex-end;
}

.b-blog-cta-btn-wrapper.align-left {
  align-items: flex-start;
}

.b-blog-cta-brn {
  border: 2px solid var(--primary);
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  padding: .75rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.b-blog-cta-brn:hover {
  background-color: var(--primary);
  color: var(--feint-gray);
}

.b-blog-cta-brn.is-button-small {
  padding: .5rem 1.25rem;
}

.b-blog-three-feat {
  padding: 40px 20px;
}

.b-blog-three-feat-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-blog-three-feat-item {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.b-blog-three-feat-img {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 250px;
  position: static;
  inset: 0%;
}

.b-blog-three-feat-img-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.b-blog-three-feat-meta-wrapper {
  margin-bottom: 1rem;
}

.b-blog-three-feat-meta-link {
  float: left;
  background-color: var(--brown-100);
  border-radius: 12px;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.b-blog-three-feat-meta-link.w--current {
  border-bottom: 2px solid #000;
}

.b-blog-three-feat-readtime {
  float: none;
  background-color: var(--brown-100);
  border-radius: 12px;
  padding: .25rem .5rem .25em;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
}

.b-blog-three-feat-readtime.text-weight-semibold.text-inline {
  display: inline;
}

.b-blog-three-feat-title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.b-blog-three-feat-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.b-blog-three-feat-button {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.b-blog-three-feat-button-url {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.b-blog-three-feat-heading {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
  display: grid;
}

.blog-post3-related_heading-copy, .b-blog-three-feat-heading-wrapper {
  flex: 1;
}

.b-blog-three-feat-heading-h2 {
  text-align: center;
}

.b-blog-three-feat-heading-text {
  text-align: left;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.b-blog-three-feat-heading-text.text-weight-semibold {
  text-align: left;
}

.b-blog-three-feat-heading-text.align-center.text-color-white {
  color: var(--white);
}

.b-blog-three-feat-view-all {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.b-blog-three-feat-view-all.mobile-landscape {
  display: none;
}

.b-blog-three-feat-view-button {
  border: 2px solid var(--primary);
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

.b-blog-three-feat-view-button:hover {
  background-color: var(--primary);
  color: var(--feint-gray);
}

.b-blog-three-feat-view-button.is-button-small {
  padding: .5rem 1.25rem;
}

.b-blog-detail {
  padding: 0 0 60px;
}

.b-blog-header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.b-blog-breadcrumbs-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 21px;
  font-weight: 400;
  display: flex;
}

.b-blog-header-wrapper {
  flex-direction: column;
  display: flex;
}

.b-blog-breadcrumbs-link {
  color: #000;
  text-decoration: none;
}

.b-blog-breadcrumbs-link:hover {
  color: var(--primary-2);
}

.b-blog-breadcrumbs-link.w--current {
  border-bottom: 2px solid #000;
}

.b-blog-breadcrumbs-father {
  color: #2d5346;
  -webkit-text-stroke-color: #2d5346;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.b-blog-breadcrumbs-divider {
  width: 1rem;
  height: 1rem;
  color: var(--dark-gray);
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.b-blog-breadcrumbs-child {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #353640;
  cursor: pointer;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.b-blog-breadcrumbs-child:hover {
  color: var(--primary-2);
}

.b-blog-header-heading {
  aspect-ratio: auto;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: 40px;
  padding-right: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.b-blog-header-heading.stats-text {
  color: var(--primary-2);
  margin-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  line-height: 3.6rem;
}

.b-blog-header-heading.heading-spacing-medium {
  margin-bottom: 20px;
  line-height: 1;
}

.b-blog-header-heading.heading-spacing-medium.text-white-color {
  color: var(--white);
}

.b-blog-header-heading.b-heading-h1.b-color-grey {
  color: var(--dark-gray);
}

.b-blog-header-short {
  background-color: #2d5346;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.b-blog-header-share {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 26px;
  padding-left: 138px;
  display: flex;
}

.b-blog-header-short-auth {
  display: flex;
}

.b-blog-header-short-auth-name {
  margin-left: 5px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.b-blog-header-short-auth-name:hover {
  color: var(--primary-2);
}

.b-blog-header-date-wrapper {
  margin-top: .25rem;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.b-blog-header-share-buttons {
  grid-column-gap: .25rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.b-blog-header-share-link {
  background-color: #0000;
  border-radius: 20px;
  padding: .25rem;
}

.b-blog-header-share-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary);
}

.b-blog-inner-img-wrapper {
  border-radius: 3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.b-blog-inner-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.b-blog-detail-top {
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
}

.b-blog-detail-body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.b-blog-detail-author {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.b-blog-detail-author.content-bottom {
  display: flex;
}

.b-blog-detail-author-img-wrapper {
  margin-right: 1rem;
}

.b-blog-detail-author-img {
  object-fit: cover;
  background-color: #fff;
  border-radius: 0%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.b-blog-detail-author-name {
  text-align: left;
  margin-bottom: 3px;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.b-blog-detail-author-name.text-weight-semibold {
  text-align: left;
}

.b-blog-detail-author-name.align-center.text-color-white {
  color: var(--white);
}

.b-blog-detail-divider {
  background-color: var(--primary-2);
  text-align: left;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.b-blog-header-tag-list {
  width: 50%;
}

.b-blog-detail-rich-text {
  text-align: left;
}

.b-blog-detail-rich-text a {
  color: var(--primary);
}

.b-blog-deatail-text-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
}

.section-5 {
  min-height: 609px;
}

.b-grid-cta-scout {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  place-content: start center;
  place-items: center;
}

.b-cta-work-with-us-scout {
  border: 2px solid var(--primary);
  background-color: var(--off-white);
  color: var(--primary);
  text-align: center;
  border-radius: 6px;
  padding: 20px 40px;
  font-size: 32px;
  font-weight: 400;
  transition: all .3s cubic-bezier(.23, 1, .32, 1), opacity .2s;
}

.b-cta-work-with-us-scout:hover {
  background-color: var(--primary);
  color: var(--white);
}

.b-cta-work-with-us-scout.b-cta-dark {
  background-color: var(--primary);
  color: var(--light-gray);
}

.b-cta-work-with-us-scout.b-cta-dark:hover {
  background-color: var(--off-white);
  color: var(--primary);
}

.b-wrapper-scout.b-py-60 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.b-wrapper-scout.b-py-60.b-px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.b-heading-h2-scout {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}

.b-heading-h2-scout.b-text-center {
  text-align: center;
}

.b-heading-h2-scout.b-color-white {
  color: var(--white);
}

.b-white-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/bamboobg.webp');
  background-position: 100%;
  background-size: cover;
  min-height: 609px;
}

.b-white-cta-wrapper {
  justify-content: center;
  align-items: center;
}

.b-white-cta-heading {
  text-align: center;
  max-width: 796px;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1;
}

.b-triangle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Frame-4-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 900px;
  position: relative;
}

.b-triangle-wrap {
  align-items: center;
}

.b-triangle-text-01 {
  text-align: center;
  margin-top: 220px;
  margin-left: -340px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-triangle-text-02 {
  text-align: center;
  max-width: 210px;
  margin-top: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-triangle-text-03 {
  margin-top: -260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-triangle-text-04 {
  text-align: center;
  margin-top: 220px;
  margin-left: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.b-text-color-white.align-left {
  text-align: left;
}

.b-text-color-white.testimonial-text-small {
  font-size: 31px;
}

.b-text-color-green {
  color: var(--primary);
}

.b-text-color-green.align-left {
  text-align: left;
}

.b-text-color-green.testimonial-text-small {
  font-size: 31px;
}

.b-triangle-anim-wrap {
  perspective-origin: 50%;
  transform-origin: 50%;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-triangle-anim {
  transform-origin: 50% 65%;
  position: relative;
}

.b-triangle-anim-text {
  text-align: center;
  position: relative;
}

.b-backed {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 220px;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.b-backed-partner-logo {
  flex: 0 auto;
  max-width: 190px;
  max-height: 180px;
}

.b-backed-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.b-channel-managers-wrapper {
  justify-content: center;
  align-items: center;
}

.b-home-hero-wrapper {
  background-color: #376253f2;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.b-perfect-partner {
  min-height: 785px;
  padding: 0;
}

.b-fractional {
  padding: 0;
}

.b-leads-grid-item {
  background-color: var(--primary);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 60px;
  display: flex;
}

.b-fractional-text {
  color: var(--white);
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
}

.b-leads-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 1200px;
}

.b-leads-wrapper {
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
}

.b-growth {
  min-height: 785px;
  padding: 0;
}

.b-leads {
  background-color: var(--primary);
  padding: 0;
}

.b-white-box {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 60px;
  display: flex;
}

.b-white-box-text {
  color: #62636b;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
}

.b-maximize {
  min-height: 785px;
  padding: 0;
}

.b-channel-managers {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  min-height: 740px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.b-channel-managers-logo-wrap {
  justify-content: center;
  align-items: center;
}

.b-home-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  min-height: 785px;
  padding: 0;
}

.b-home-h1 {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
}

.b-gold-text {
  color: #fccaa5;
}

.b-channel-manager-heading {
  font-size: 60px;
}

.b-leads-heading {
  color: var(--fccaa5);
}

.b-leads-text {
  color: #dbe4da;
  text-align: center;
  font-size: 18px;
}

.b-mint-text {
  color: #dcfff7;
}

.b-backed-heading {
  font-size: 60px;
}

.b-backed-text {
  max-width: 857px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.b-green-text {
  color: #2d5346;
}

.b-white-cta-btn {
  color: var(--black);
  background-color: #fff0;
  border: 3px solid #000;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-32 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.b-home-video {
  background-color: #2d5346eb;
  height: 787px;
  position: relative;
}

.b-home-video.b-light {
  background-color: #376253eb;
}

.b-efficiency-performance {
  background-color: #376253b3;
  height: 785px;
  position: relative;
}

.b-growth-opportunities {
  background-color: #376253b3;
  height: 785px;
  position: relative;
  overflow: hidden;
}

.b-strategic-partner {
  background-color: #376253b3;
  height: 785px;
  position: relative;
}

.b-line-1-start {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-1-body {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
}

.b-line-1-end {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-1-wrap {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -240px;
  left: 0%;
  right: 0%;
}

.b-line-2 {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-2-wrap {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -128px;
  left: 0%;
  right: 0%;
}

.b-channel-managers-logo {
  max-height: 80px;
}

.b-line-2-start {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-2-body {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
}

.b-line-2-end {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-3 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-3-wrap {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -190px;
  left: 0%;
  right: 0%;
}

.b-line-3-start {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-3-body {
  background-color: var(--peach-puff);
  width: 10px;
  height: 260px;
  max-height: 100%;
}

.b-line-3-end {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-4 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-4-wrap {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -83px;
  left: 0%;
  right: 0%;
}

.b-line-4-start {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-4-body {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
  max-height: 100%;
}

.b-line-4-end {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-5-wrap {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -230px;
  left: 0%;
  right: 0%;
}

.b-line-5 {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-5-start {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-5-body {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
}

.b-line-5-end {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-6 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-6-wrap {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -80px;
  left: 0%;
  right: 0%;
}

.b-line-6-start {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-6-body {
  background-color: var(--peach-puff);
  width: 10px;
  height: 270px;
  max-height: 100%;
}

.b-line-6-end {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-7 {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-7-wrap {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -190px;
  left: 0%;
  right: 0%;
}

.b-line-7-start {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-7-body {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
}

.b-line-7-end {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-8 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-8-wrap {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -156px;
  left: 0%;
  right: 0%;
}

.b-line-8-start {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-8-body {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
  max-height: 100%;
}

.b-line-8-end {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-triangle-video {
  width: 640px;
  height: 512px;
}

.b-triangle-lottie {
  width: 600px;
  height: auto;
}

.b-line-1-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-1-wrap-mobile {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -240px;
  left: 0%;
  right: 0%;
}

.b-line-1-start-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-1-body-mobile {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
}

.b-line-1-end-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-2-mobile {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-2-wrap-mobile {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -128px;
  left: 0%;
  right: 0%;
}

.b-line-2-start-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-2-body-mobile {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
}

.b-line-2-end-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-3-mobile {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-3-wrap-mobile {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -220px;
  left: 0%;
  right: 0%;
}

.b-line-3-start-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-3-body-mobile {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
  max-height: 100%;
}

.b-line-3-end-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-4-mobile {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-4-wrap-mobile {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -83px;
  left: 0%;
  right: 0%;
}

.b-line-4-start-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-4-body-mobile {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
  max-height: 100%;
}

.b-line-4-end-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-5-mobile {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-5-wrap-mobile {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -230px;
  left: 0%;
  right: 0%;
}

.b-line-5-start-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-5-body-mobile {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
}

.b-line-5-end-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-6-mobile {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-6-wrap-mobile {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -80px;
  left: 0%;
  right: 0%;
}

.b-line-6-start-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-6-body-mobile {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
  max-height: 100%;
}

.b-line-6-end-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-7-mobile {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-7-wrap-mobile {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -230px;
  left: 0%;
  right: 0%;
}

.b-line-7-start-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-7-body-mobile {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
}

.b-line-7-end-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-line-8-mobile {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.b-line-8-wrap-mobile {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -156px;
  left: 0%;
  right: 0%;
}

.b-line-8-start-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -10px;
}

.b-line-8-body-mobile {
  background-color: var(--peach-puff);
  width: 10px;
  height: 310px;
  max-height: 100%;
}

.b-line-8-end-mobile {
  background-color: var(--peach-puff);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.b-triangle-image {
  max-width: 80%;
}

.b-backed-grid-odd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.b-triangle-lottie-mobile {
  width: 660px;
  height: auto;
  margin-top: 0;
  display: block;
}

.b-home-h1-large-width {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
}

.paragraph-33 {
  font-size: 20px;
}

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

.b-header-fixed {
  z-index: 20;
  background-color: #fff;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.b-header-spacing {
  height: 104px;
}

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

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

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

.b-case-study-v2-header {
  padding-top: 100px;
  padding-bottom: 60px;
}

.b-case-study-v2-features {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.b-cases-numbers-stat-heading {
  width: 100%;
  color: var(--white);
  text-align: left;
  border-bottom: 1px solid #fff;
  font-size: 72px;
}

.b-cases-numbers-stat-stat {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--grey-500) var(--mint-cream) var(--mint-cream);
  width: 100%;
  color: var(--dark-gray);
  text-align: left;
  margin-top: 12px;
  padding-top: 12px;
  font-family: Halyard display book, sans-serif;
  font-size: 24px;
}

.cell-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cell-4, .cell-5 {
  justify-content: center;
  align-items: center;
}

.heading-49 {
  color: var(--white);
  text-align: center;
  font-size: 38px;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.paragraph-35 {
  padding-left: 20px;
}

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

.b-case-studies-v2-listing-header {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 40px;
}

.b-case-studies-v2-listing-header-heading {
  color: var(--off-white);
  text-align: center;
}

.b-case-studies-list {
  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;
}

.b-case-studies {
  padding-top: 24px;
  padding-bottom: 0;
}

.b-case-studies-item-heading-title {
  color: var(--dark-gray);
  font-size: 24px;
  line-height: 1.2;
}

.b-case-studies-item-logo {
  max-width: 150px;
  max-height: 60px;
  margin-bottom: 0;
}

.b-case-studies-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.b-case-studies-item-cta {
  border: 2px solid var(--primary);
  color: var(--primary);
  cursor: pointer;
  background-color: #0000;
  border-radius: 5px;
  margin: 20px 0 0;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .325s cubic-bezier(.645, .045, .355, 1);
}

.b-case-studies-item-cta:hover {
  background-color: var(--primary);
  color: #fcf4ee;
}

.b-logos-slider {
  display: flex;
}

.image-75 {
  max-width: 100px;
}

.b-swiper-slide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.b-form-modal {
  z-index: 30;
  opacity: 0;
  background-color: #000000b0;
  justify-content: center;
  align-items: flex-start;
  width: 0%;
  height: 0%;
  padding: 48px 12px;
  transition: opacity .35s cubic-bezier(.23, 1, .32, 1);
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.b-form-modal-frame {
  background-color: var(--primary);
  opacity: 0;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
  transition: all .35s cubic-bezier(.23, 1, .32, 1);
  position: relative;
  transform: scale(.9);
}

.b-form-modal-frame-embed {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 6px 23px #0003;
}

.b-form-modal-frame-close {
  cursor: pointer;
  background-color: #0000003b;
  border-radius: 10000px;
  padding: 2px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.b-case-studies-item-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: start;
  height: 130px;
  display: grid;
}

.b-case-studies-item-link {
  background-color: var(--off-white);
  box-shadow: inset 0 0 0 0 var(--off-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0);
}

.b-case-studies-item-link:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
  transform: translate(0, -6px);
}

.section-10 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.b-grid-logos-scroll {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  place-items: center;
}

.b-grid-logos-scroll.swiper, .b-grid-logos-scroll.swiper-copy {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: visible;
}

.b-grid-logos-scroll-logo {
  max-width: 110px;
  max-height: 110px;
  transform-style: preserve-3d;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.b-grid-logos-scroll-logo:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.b-grid-logos-scroll-wrapper.swiper-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.swiper-slide.b-cs-reviews-item-persistent {
  min-width: auto;
  display: block;
}

.swiper-slide.bb-work-slider.swiper-slider {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
  min-width: 380px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.swiper-slide.bb-work-slider.swiper-slider:hover {
  outline-width: 6px;
}

.b-cases-hero-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  align-items: stretch;
  padding: 48px 10px;
  display: grid;
}

.b-cases-subscribe-wrap {
  background-color: var(--primary);
  text-align: center;
  border-radius: 12px;
  padding: 30px 30px 12px;
  display: block;
}

.b-cases-numbers-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.b-cases-hero-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.b-cases-hero-right {
  border-radius: 16px;
  min-height: 460px;
  overflow: hidden;
}

.b-cases-hero-beadcrumbs {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.b-cases-hero-heading {
  font-size: 48px;
  line-height: 1.1;
}

.b-cases-hero-beadcrumbs-link {
  text-decoration: underline;
}

.b-cases-numbers-stat {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.b-cases-numbers {
  padding: 42px 10px 48px;
}

.digit-con {
  color: var(--grey--grey-600);
  margin-top: 0;
}

.digit-con.b-impact-feature-count {
  color: var(--primary);
  line-height: 80px;
}

.number {
  color: var(--black);
  font-family: DM Serif Text, sans-serif;
  font-size: 60px;
  line-height: 72px;
}

.b-cases-subscribe {
  max-width: 800px;
  margin: 48px auto;
}

.b-cases-review {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.b-cases-intro {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
}

.b-cases-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  font-family: Manrope, sans-serif;
}

.b-cases-cta, .b-cases-related {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hubspot-legalconsent {
  margin-top: 1rem;
}

.b-cases-subscribe-heading {
  color: var(--white);
  font-size: 30px;
}

.b-cases-subscribe-form {
  margin-top: 18px;
  padding-top: 0;
  display: block;
}

.b-cases-subscribe-fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: ". Area"
  / 1fr minmax(162px, .25fr);
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  padding-left: 0;
  display: grid;
}

.b-cases-subscribe-label {
  color: var(--off-white);
  text-align: left;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.b-cases-subscribe-input {
  border-radius: 4px;
  min-height: 49px;
  display: block;
}

.b-case-studies-item-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 130px;
  display: flex;
}

.b-cases-subscribe-sub {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--off-white);
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.b-cases-subscribe-sub:hover {
  background-color: var(--off-white);
  color: var(--primary);
}

.b-cases-subscribe-sub.b-white-button {
  color: var(--off-white);
  background-color: #a6c6b7;
}

.div-block-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-16 {
  width: 100%;
  display: block;
}

.div-block-17 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.b-contact-form-detail {
  background-color: #353640;
  margin-bottom: 0;
}

.b-contact-form-wrap-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 40px 20px;
  display: grid;
}

.b-case-studies-related {
  background-color: var(--white);
  padding: 60px 20px 100px;
}

.b-cases-subscribe-heading-related {
  margin-bottom: 20px;
  font-size: 37px;
}

.b-case-studies-list-related {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-case-studies-item-related {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.b-case-studies-item-link-related {
  background-color: var(--off-white);
  box-shadow: inset 0 0 0 0 var(--off-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0);
}

.b-case-studies-item-link-related:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
  transform: translate(0, -6px);
}

.b-light-brown {
  background-color: #e7e4dd;
}

.b-cases-content-heading-title {
  color: var(--primary-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

.b-contact-form-detail-heading {
  color: var(--white);
  font-size: 40px;
}

.b-cases-content-heading-subtitle {
  font-size: 40px;
}

.b-impact-header {
  text-align: center;
  padding-bottom: 24px;
  font-size: 48px;
}

.b-impact-description {
  color: var(--black);
  text-align: center;
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.b-impact-features {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.b-impact-features.is-solution-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.b-impact-feature-count {
  color: var(--dark-gray);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
}

.b-impact-feature-text {
  color: var(--primary);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.b-impact-feature.is-middle {
  border-right: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
}

.b-impact {
  padding: 90px 10px 100px;
}

.b-team-section {
  background-color: var(--light-blue);
  padding-top: 80px;
  padding-bottom: 60px;
}

.b-team-heading {
  text-align: center;
}

.b-team-description {
  max-width: 780px;
  color: var(--dark-gray);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.b-team-description.text-primary {
  color: var(--primary);
  font-family: DM Serif Text, sans-serif;
  font-weight: 500;
}

.b-team-description.text-white {
  text-align: center;
  text-transform: none;
  align-self: auto;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.b-team-description.content-row-subtitle {
  align-self: center;
  margin-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
}

.b-team-description.content-row-subtitle-last {
  padding-right: 36px;
}

.b-team-description.padding {
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

.b-team-description.left-justify {
  color: var(--dark-gray);
  text-align: left;
}

.b-team-description.left-justify.white, .b-team-description.left-justify.white.white2 {
  color: var(--white);
}

.b-team-description.left-justify.white.services {
  color: var(--white);
  padding-right: 73px;
}

.b-team-description.left-justify.team {
  margin-bottom: 50px;
}

.b-team-description.community {
  color: var(--grey-500);
}

.collection-list-wrapper-3 {
  max-width: 960ch;
}

.collection-list-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  max-width: 690px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-76 {
  text-align: center;
  object-fit: cover;
  border-radius: 8px;
  width: 260px;
  max-width: 260px;
  height: 290px;
}

.b-open-popup {
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.heading-54 {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-18 {
  background-color: #ffffff5e;
  width: 100%;
  height: 100%;
  padding: 100px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.b-team-popup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1400px;
  display: grid;
  position: relative;
}

.b-team-popup.b-d-none {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.b-popup-backdrop {
  z-index: 9999999;
  background-color: #00000082;
  width: 100%;
  height: 100%;
  padding: 140px 20px 100px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.b-popup-backdrop.b-hide-popup {
  display: none;
}

.b-team-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.b-team-popup-text {
  padding: 48px;
}

.b-team-name {
  max-width: 270px;
  margin-bottom: 10px;
  font-size: 72px;
  line-height: 1;
}

.b-team-bio {
  color: var(--dark-gray);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.b-team-position {
  margin-bottom: 20px;
}

.b-team-popup-close {
  cursor: pointer;
  position: absolute;
  inset: 20px 20px auto auto;
}

.b-popup-team-list {
  margin-left: auto;
  margin-right: auto;
}

.b-team-popup-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-team-mobile-section {
  background-color: var(--light-blue);
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 60px;
  display: none;
}

.b-team-mobile-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  flex: 1;
  place-content: center;
  max-width: 960px;
  margin-top: 60px;
  display: flex;
}

.b-team-swiper-slide {
  text-align: center;
  cursor: pointer;
  flex: none;
  width: 260px;
  max-width: 260px;
  padding-left: 0;
  padding-right: 0;
}

.swiper-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 1;
  place-content: center flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.swiper-container {
  flex-flow: row-reverse wrap;
  place-content: flex-start center;
  align-items: flex-start;
  display: none;
}

.swiper-button-next {
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 42px;
  height: 42px;
  margin-top: -1px;
  transform: rotate(0);
}

.b-page-hide {
  display: none;
}

.image-77 {
  width: 190px;
}

.sticky-circle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.is--alt-text {
  font-weight: 400;
}

.sticky-circle_wrap {
  height: 300vh;
}

.container-23 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container-23.is--header {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-circle_element {
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.heading-55 {
  text-align: left;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 75px;
}

.paragraph-36 {
  text-align: center;
  letter-spacing: normal;
  font-size: 23px;
  line-height: 40px;
}

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

.main-hero_heading {
  text-align: center;
  letter-spacing: -.03em;
  width: 100%;
  max-width: 20em;
  padding-left: 0;
  font-size: 5.8em;
  font-weight: 400;
  line-height: 1;
}

.page-padding-4 {
  padding: 5em 6%;
}

.page-padding-4.is-main-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.main-hero_layout {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  display: block;
}

.main-hero_sub-heading {
  border: 1.5px solid #ffffff3d;
  border-radius: 100vw;
  padding: .3em 1.5em;
  font-weight: 700;
  display: inline-block;
}

.main-hero_heading-2, .main-hero_heading-3 {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
}

.main-hero_heading-4 {
  text-align: left;
  letter-spacing: -.03em;
  flex: 0 auto;
  width: 100%;
  max-width: 15em;
  margin-top: 45px;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.056;
}

.wtf-hero-parent {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-md {
  align-items: flex-end;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.wtf-text-line {
  color: #646464;
}

.wtf-para {
  max-width: 1100px;
  color: var(--dark-gray);
  text-align: left;
  letter-spacing: -1.43px;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 48px;
  padding-left: 0;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.main-hero_heading-5 {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
}

.h1 {
  max-width: 400px;
}

.thick-line-span {
  background-image: linear-gradient(#fff 70%, #ff9393 70%);
}

.text-span {
  background-color: #4f7839;
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #e0b6ac, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-3 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-color: #a55858;
  background-image: linear-gradient(#fff 49%, #a6c6b7 50%, #fff 91%);
  background-clip: border-box;
  height: auto;
  min-height: 0;
  max-height: 0;
}

.text-span-3.red-line {
  background-color: #91554d;
  background-image: linear-gradient(#fff 49%, #f6dad3 50%, #fff 91%);
}

.c {
  object-fit: fill;
  display: inline;
}

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

.heading-57 {
  align-self: flex-start;
}

.section-header {
  width: 100%;
}

.page-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-content-wrapper {
  width: 100%;
  padding: 0 24px 24px;
}

.heading-58 {
  text-align: left;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 3em;
}

.b-cta-start-cultivating-2 {
  background-color: #353640;
  margin-bottom: 0;
  padding: 60px 20px;
}

.b-cta-work-with-us-2 {
  color: #2d5346;
  text-align: center;
  background-color: #fcf4ee;
  border: 2px solid #2d5346;
  border-radius: 6px;
  padding: 12px 25px;
  font-size: 22px;
  font-weight: 400;
  transition: all .3s cubic-bezier(.23, 1, .32, 1), opacity .2s;
}

.b-cta-work-with-us-2:hover {
  color: #fff;
  background-color: #2d5346;
}

.b-cta-work-with-us-3 {
  color: #2d5346;
  text-align: center;
  background-color: #fcf4ee;
  border: 2px solid #2d5346;
  border-radius: 6px;
  padding: 12px 25px;
  font-size: 22px;
  font-weight: 400;
  transition: all .3s cubic-bezier(.23, 1, .32, 1), opacity .2s;
}

.b-cta-work-with-us-3:hover {
  color: #fff;
  background-color: #2d5346;
}

.b-cta-work-with-us-3.surface-form-button {
  cursor: auto;
}

.b-cta-work-with-us-3.b-nav-cta.surface-form-button {
  cursor: pointer;
}

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

.b-logos-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
}

.div-block-21 {
  text-align: left;
}

.heading-59 {
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 56px;
  font-size: 3em;
}

.masonry__grid-quote {
  border-left-style: none;
  border-left-width: 0;
  margin-top: 18px;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.masonry__grid-person {
  color: #222;
  font-weight: 600;
  line-height: 21px;
}

.masonry__grid-signature {
  align-items: center;
  display: flex;
}

.masonry__grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1220px;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.masonry__grid-job-title {
  color: #6b6b6b;
  letter-spacing: .125px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.masonry__grid-portrait {
  object-fit: cover;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.masonry__grid-nav, .masonry__grid-arrow {
  display: none;
}

.masonry__grid-slide {
  margin-bottom: 20px;
}

.masonry__grid-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}

.masonry__grid-mask {
  column-count: 4;
  white-space: normal;
  column-gap: 20px;
}

.arrow {
  height: 25px;
  transform: rotate(0);
}

.right-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-wrapper-t1 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-icon-t1 {
  height: 25px;
  transform: rotate(0);
}

.quote-icon-t1 {
  padding-top: 0;
  position: absolute;
  inset: 10% auto auto 15%;
}

.left-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-mobile-landscape-t1 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.slider-t1 {
  background-color: #0000;
  height: 100%;
}

.user-picture-wrapper-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-copy {
  height: 60px;
  transform: rotate(0);
}

.slide-nav-t1 {
  font-size: 11px;
}

.right-arrow-icon-t1 {
  height: 60px;
  transform: rotate(0);
}

.user-picture-t1 {
  border-radius: 100px;
  margin-top: 20px;
  padding: 3px;
  box-shadow: 0 1px 3px #a7a7a7;
}

.user-name-t1 {
  color: #3e88e9;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.testimonials-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 20px auto 54px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.slide-wrapper-t1 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.testimonials-t1 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.right-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-portrait-t1 {
  font-size: 11px;
}

.company-logo-t1 {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-subwrapper-t1 {
  flex-direction: column;
  width: 28%;
  max-width: 230px;
  height: 100%;
  margin: 20px;
}

.slide-nav-landscape-t1 {
  font-size: 11px;
}

.slider-mobile-portrait-t1 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.left-arrow-landscape-t1, .left-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-t1 {
  text-align: center;
  margin-top: 48px;
  font-size: 16px;
  font-style: italic;
}

.right-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-fluid {
  width: 100%;
  padding: 10vh 12vw;
}

.section-fluid.is--relative {
  padding-top: 0;
}

.container-fluid {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.home--features-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-top: 8vw;
  margin-bottom: 8vw;
  padding: 14vh 0 5vh;
  display: block;
  position: sticky;
  top: 60px;
}

.quote-t3 {
  color: #464646;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-wrapper-t3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.company-name-t3 {
  color: #888;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.user-name-wrapper-t3 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-left: 18px;
  display: flex;
}

.testimonials-t3 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.user-wrapper-t3 {
  margin-bottom: 25px;
  display: flex;
}

.testimonials-subwrapper-t3 {
  border-radius: 6px;
  max-width: 370px;
  height: 220px;
  margin: 20px;
  padding: 20px;
  box-shadow: 1px 1px 15px 2px #c9c9c9;
}

.user-name-t3 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.user-picture-t3 {
  opacity: 1;
  text-shadow: 0 1px 1px #0003;
  background-color: #0c0c0c00;
  border: 1px solid #41414100;
  border-radius: 0;
  flex: 1;
}

.container-24 {
  mix-blend-mode: normal;
  max-width: 100%;
  transform: none;
  box-shadow: 0 20px 5px #0003;
}

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

.container-25, .container-26 {
  max-width: 100%;
}

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

.heading-62 {
  text-align: center;
  font-size: 40px;
}

.b-testimonial-card {
  background-color: var(--e7e4dd);
  max-width: 800px;
  margin-bottom: 60px;
  padding: 60px 40px;
}

.b-testimonial {
  border-bottom: 1px solid var(--dark-gray);
  color: var(--dark-gray);
  -webkit-text-stroke-color: var(--light-gray);
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-family: DM Serif Text, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.b-testimonial-author {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.b-testimonial-author-name {
  color: var(--primary);
  margin-bottom: 4px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

.b-testimonial-author-title {
  color: var(--dark-gray);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.b-cs-hero-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 44px;
  display: flex;
}

.heading-63 {
  text-align: center;
  font-size: 48px;
  line-height: 52px;
}

.b-cs-hero-text-block {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.b-cs-hero-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1090px;
}

.b-cs-hero-text {
  margin-bottom: 0;
}

.gs_list_wrapper {
  float: left;
  flex-flow: row;
  display: block;
}

.gs_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-cs-logo-wrapper {
  object-fit: fill;
  border-top: 1px solid #90909059;
  border-bottom: 1px solid #90909059;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  overflow: hidden;
}

.b-cs-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  grid-template-rows: auto auto auto;
  margin-bottom: 0;
}

.b-cs-card {
  text-align: left;
  background-color: #9090901a;
  border-radius: 8px;
  padding: 24px;
}

.paragraph-38 {
  margin-bottom: 0;
}

.b-cs-card-section {
  padding-top: 100px;
  padding-bottom: 48px;
}

.b-cs-card-h2 {
  text-align: center;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  line-height: 52px;
}

.b-cs-card-text {
  text-align: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.b-cs-card-wrapper {
  text-align: center;
}

.b-cs-testimonial-columns {
  grid-template-rows: auto;
  place-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  position: sticky;
  top: 120px;
}

.b-cs-testimonial-section {
  background-color: var(--primary);
  min-height: 3000px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.b-cs-testimonial-fixed-text {
  padding-top: 48px;
  padding-bottom: 48px;
  position: sticky;
}

.b-cs-testimonial-h2 {
  max-width: 478px;
  color: var(--white);
  font-size: 48px;
  line-height: 52px;
}

.b-cs-testimonial-description {
  color: #96a9a3;
  border-bottom: 1px solid #96a9a3;
  max-width: 474px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.b-bullet-checkmark {
  color: var(--white);
  margin-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.b-cs-testimonial-list {
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.div-block-25 {
  background-color: #294b3f;
  border-radius: 24px;
  width: 100%;
  height: 535px;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.b-cs-work-h2 {
  text-align: center;
}

.image-79, .image-80, .image-81, .image-82, .image-83 {
  object-fit: cover;
  height: 626px;
  max-height: 40vw;
}

.section-15 {
  text-align: center;
  padding-top: 96px;
  padding-bottom: 96px;
}

.quick-stack-4 {
  max-width: 1570px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.image-84 {
  min-width: 160px;
  margin-left: 0;
  margin-right: 0;
}

.collection-list-5 {
  justify-content: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-27 {
  background-color: var(--primary);
  border-radius: 24px;
  width: 660595px;
}

.collection-item-2 {
  width: 80px;
}

.b-cs-hero-h1-wrapper {
  text-align: left;
  justify-content: center;
  display: flex;
}

.typed-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  display: flex;
}

.typed {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 52px;
}

.cursor {
  background-color: #2c1d1224;
  width: 3px;
  height: 36px;
  margin: 0 5px 12px;
}

.headline {
  color: var(--dark-gray);
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5px;
  font-size: 54px;
  line-height: 52px;
}

.headline.shrink {
  flex: 0 auto;
}

.section-header-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.body-paragraph {
  color: #363636;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.puzzle-div {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin: 48px auto 28px;
  display: flex;
}

.cards-section {
  background-color: #fff;
  padding: 120px 10% 280px;
  overflow: hidden;
}

.cta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.box {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Frame-24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 31%;
  margin-bottom: 24px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 20%;
  padding-bottom: 20%;
  box-shadow: 1px 1px 14px #24242421;
}

.box._3 {
  background-image: url('../images/Frame-26.jpg');
}

.box._2 {
  background-image: url('../images/Frame-25.jpg');
}

.box._4 {
  background-image: url('../images/Frame-24-1.jpg');
  position: relative;
  left: 0%;
}

.box._5 {
  background-image: url('../images/Frame-26-1.jpg');
  width: 65%;
  position: relative;
}

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

.title-header {
  text-align: center;
  width: 50%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.b-cs-work-section {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.b-cs-testimonial-item {
  background-color: var(--primary);
  text-align: center;
  border-radius: 24px;
  margin-bottom: 40px;
  padding: 40px;
  position: relative;
}

.b-cs-testimonial-wrapper {
  background-color: #294b3f;
  border-radius: 24px;
  width: 100%;
  min-height: 640px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

.b-cs-testimonial-text {
  opacity: .9;
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.b-cs-testimonial-name {
  color: var(--white);
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.b-cs-testimonial-position {
  opacity: .71;
  color: var(--mint-cream);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: Manrope, sans-serif;
}

.collection-list-6 {
  max-width: 90%;
  position: absolute;
  inset: 5% auto auto 5%;
  transform: translate(0);
}

.b-cs-logos-section {
  background-color: var(--primary);
  padding-bottom: 120px;
}

.b-cs-logos-h2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 42px;
}

.b-cs-logo {
  width: 48px;
  height: 48px;
}

.b-cs-logos {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.b-cs-services-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bb-cs-services-wrap {
  z-index: 3;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding: 128px 0;
  position: relative;
}

.b-cs-services-center {
  display: block;
}

.b-cs-services-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.b-cs-services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.b-cs-services-item {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff0a;
  border: 1px solid #83838366;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 24px 10px;
  display: flex;
}

.b-cs-services-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.b-cs-services-icons {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.b-cs-services-overlay {
  z-index: 2;
  background-image: radial-gradient(circle, #0009, #000000e6 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-64 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
}

.paragraph-39 {
  color: #96a9a3;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.b-cs-services-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-65 {
  max-width: 600px;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Serif Text, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.b-cs-workvideos-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.b-cs-workvideos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 27px;
  padding-bottom: 32px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.b-cs-workvideos-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  flex-direction: column;
  min-height: 500px;
  display: flex;
  position: relative;
}

.b-cs-workvideos-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.b-cs-workvideos-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.b-cs-workvideos-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.b-cs-cases {
  background-color: #fcf4ee;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.b-cs-cases-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 20px 12px 0;
}

.b-cs-cases-heading {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 52px;
}

.b-cs-cases-item {
  background-color: var(--white);
  box-shadow: inset 0 0 0 0 var(--off-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0);
}

.b-cs-cases-item:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
  transform: translate(0, -6px);
}

.b-cs-cases-studies {
  padding-top: 24px;
  padding-bottom: 0;
}

.b-cs-reviews {
  background-color: #fcf4ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-cs-reviews-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 86px;
  padding-bottom: 86px;
  display: flex;
  overflow: hidden;
}

.b-cs-reviews-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.b-cs-reviews-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  margin-left: 4px;
  margin-right: 12px;
  padding: 48px 24px;
  display: flex;
}

.b-cs-reviews-quote {
  color: var(--dark-gray);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.b-cs-reviews-name {
  color: var(--black);
  font-size: 24px;
}

.b-cs-reviews-role {
  color: var(--grey-500);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.b-cs-reviews-anim {
  align-items: center;
  display: flex;
}

.b-cs-reviews-collection-persistent {
  display: none;
}

.b-cs-reviews-list-persistent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.b-cs-reviews-item-persistent {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  margin-left: 4px;
  margin-right: 12px;
  padding: 48px 24px;
  display: flex;
}

.b-cs-workvideos-item-last {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  flex-direction: column;
  min-height: 500px;
  display: flex;
  position: relative;
}

.swiper-pagination-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.html-embed-6 {
  max-height: 1px;
  display: block;
}

.paragraph-40 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.b-cs-comparison-feature {
  padding: 21px 12px;
}

.b-cs-comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -1px;
  display: grid;
}

.heading-66 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
}

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

.b-cs-partner-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.heading-67 {
  margin-bottom: 0;
  font-size: 24px;
}

.b-cs-partner-hide {
  height: 42px;
}

.button-20 {
  background-color: var(--primary);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 43px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

.div-block-30 {
  border: 3px solid var(--primary);
  border-radius: 26px;
  margin-top: -450px;
  padding-top: 450px;
  overflow: hidden;
}

.b-cs-partner-row-wrapper {
  padding-top: 0;
}

.div-block-32 {
  margin-bottom: 60px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.subscribe {
  background-color: #426559;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
}

.hidden-div {
  display: none;
}

.div-block-9 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #fff;
  border-radius: 10px;
  align-items: flex-end;
  padding: 20px;
  display: block;
}

.email-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.trusted-section {
  background-color: #2d5346;
  padding: 60px 20px;
  overflow: hidden;
}

.image-85 {
  max-width: 150px;
  margin-bottom: 10px;
  display: block;
}

.link-block {
  margin-right: 10px;
}

.footer-section {
  background-color: #005244;
  padding: 40px 20px;
}

.footer-section.hidden {
  display: none;
}

.heading-h2-left {
  color: #353640;
  text-align: left;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.heading-h2-left.white {
  color: #fff;
  padding-top: 25px;
}

.heading-h2-left.center {
  color: #fff;
  text-align: center;
}

.heading-h2-left.center.black {
  color: #353640;
  font-size: 54px;
}

.heading-h2-left.center.black._48 {
  color: #353640;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
}

.heading-h2-left.center.black._48.logos {
  margin-top: 0;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-7 {
  border: 1px solid #d8d8d8;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.trust-div {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.marquee-section {
  border-top: 1px solid #90909059;
  border-bottom: 1px solid #90909059;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.links-wrapper {
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1078px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.normal-text-center {
  color: #62636b;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.for-mobile {
  border-top: 1px solid #90909059;
  border-bottom: 1px solid #90909059;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  overflow: hidden;
}

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

.footer-14-txt {
  color: #fff;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.div-block-11-right, .div-block-11-stable {
  border: 1px solid #d8d8d8;
  padding: 48px 40px;
}

.social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding-bottom: 0;
  display: grid;
}

.heading-h3 {
  color: var(--dark-gray);
  text-align: left;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.bb-partnered-grid-img-wraper {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.static-marquee_logos {
  justify-content: space-around;
  display: flex;
}

.grids-wrap {
  margin-top: 10px;
}

.result-section {
  background-color: #fcf4ee;
  padding: 40px 20px 60px;
}

.footer-link-2 {
  color: #96a9a2;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

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

.footer-link-2.careers_link_footer {
  display: none;
}

.footer-link-2.b-nav-link.w--current {
  color: #fcf4ee;
}

.button-21 {
  color: #2d5346;
  background-color: #fff;
  border: 1px solid #2d5346;
  border-radius: 6px;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.button-21:hover {
  color: #fcf4ee;
  background-color: #2d5346;
}

.paid-media-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #d8d8d8;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 80px;
  display: flex;
}

.image-3 {
  margin-bottom: 20px;
}

.div-block-35 {
  height: 130px;
}

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

.image {
  width: 110px;
}

.button-green {
  color: #fff;
  background-color: #2d5346;
  border: 1px solid #2d5346;
  border-radius: 6px;
  margin-left: 20px;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.button-green:hover {
  color: #2d5346;
  background-color: #fff;
}

.new-div {
  margin-top: 10px;
}

.partner-helping-div {
  z-index: 2;
  background-image: radial-gradient(circle, #0009, #000000e6 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-logo {
  cursor: pointer;
}

.normal-text {
  color: #62636b;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.normal-text.black {
  color: #000;
}

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

.trust-img {
  max-width: 160px;
  max-height: 80px;
}

.trust-img.is-small, .trust-img.is-small-copy {
  max-width: 150px;
}

.media-section {
  padding: 40px 20px;
  overflow: hidden;
}

.media-section.background-green {
  background-color: var(--primary);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.footer-head {
  color: #fff;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.div-block-36 {
  width: 60%;
}

.text-field {
  border-radius: 3px;
}

.marquee_wrap {
  width: 300vw;
  display: flex;
}

.image-6 {
  width: 45px;
}

.navbar-logo-left {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-left.hiddden {
  display: none;
}

.footer-16-txt {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link-3 {
  color: #62636b;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #000;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.div-block-37 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.container-27 {
  max-width: 1078px;
  padding-bottom: 24px;
}

.marquee-wrapper {
  width: 300%;
  display: flex;
}

.link-block-5 {
  padding-right: 10px;
}

.div-block-11-left {
  border: 1px solid #d8d8d8;
  padding: 48px 40px;
}

.partner-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 34px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.heading-h1 {
  color: #353640;
  text-align: center;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 52px;
}

.partner-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 40px;
  display: grid;
}

.crative-section {
  padding: 40px 20px;
  overflow: hidden;
}

.partner-section-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner-section-new {
  z-index: 3;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1078px;
  min-height: 80svh;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.div-block-5 {
  border: 1px solid #d8d8d8;
  flex-direction: column;
  justify-content: space-between;
  height: 230px;
  padding: 20px;
  display: flex;
}

.image-2 {
  height: 45px;
}

.image-2.youtube {
  height: 23px;
}

.container-28 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-of-media {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.list-of-media.one-col {
  grid-template-columns: 1fr;
}

.list-of-media.one-col.last {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
}

.list-of-media.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

.div-block-38 {
  width: 49%;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.logos-sect {
  border-top: 1px solid #90909059;
  border-bottom: 1px solid #90909059;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.div-block-39 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.logo-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100vw;
  display: grid;
}

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

.div-block-40 {
  border-bottom: 1px solid #96a9a2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.email {
  color: #96a9a2;
  font-weight: 400;
}

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

.div-block-41 {
  justify-content: space-between;
  display: flex;
}

.red {
  color: red;
  font-size: 19px;
}

.hero-section {
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  display: block;
  overflow: hidden;
}

.logo {
  min-width: 160px;
}

.heading-h3-5 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Serif Text, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.heading-h3-5.black {
  color: #000;
}

.heading-h3-5.in-box {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.button-22 {
  background-color: var(--primary);
  outline-offset: 0px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  outline: 3px #fff;
  flex-flow: column;
  flex: none;
  align-content: stretch;
  align-self: center;
  align-items: stretch;
  width: auto;
  min-width: auto;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.button-22:hover {
  background-color: var(--primary-2);
}

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

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

.container-30 {
  object-fit: fill;
  margin-top: 18px;
  display: inline-block;
}

.container-31 {
  flex-wrap: nowrap;
  display: flex;
}

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

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

.button-23 {
  outline-offset: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #2d5346;
  border-radius: 6px;
  outline: 3px #fff;
  flex-flow: column;
  flex: none;
  align-content: stretch;
  align-self: center;
  align-items: stretch;
  width: auto;
  min-width: auto;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.div-block-44 {
  background-color: #fff;
}

.b-contact-form-2 {
  background-color: #fff;
  background-image: url('../images/bamboo-texture.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.heading-68 {
  text-align: center;
  margin-bottom: -48px;
  padding-top: 50px;
  font-size: 42px;
}

.text-block-43 {
  margin-top: -39px;
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 14px;
}

.text-block-44 {
  color: var(--white);
  text-align: left;
  flex: 1;
  align-self: center;
  padding-top: 20px;
  font-family: DM Serif Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-45 {
  background-color: #fff;
  flex: 0 auto;
}

.field-label-2 {
  color: var(--off-white);
  padding-top: 14px;
  font-size: 14px;
}

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

.button-24 {
  font-weight: 500;
}

.button-25 {
  color: var(--off-white);
  font-weight: 500;
}

.b-cases-subscribe-fields-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: ". Area"
  / 1fr minmax(162px, .25fr);
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  padding-left: 0;
  display: grid;
}

.b-cases-subscribe-heading-blog {
  color: var(--dark-gray);
  text-align: left;
  font-size: 21px;
  line-height: 30px;
}

.b-cases-subscribe-wrap-blog {
  background-color: var(--e7e4dd);
  text-align: center;
  border-radius: 12px;
  padding: 18px 30px 12px;
  display: block;
}

.b-cases-subscribe-label-blog {
  color: var(--dark-gray);
  text-align: left;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.b-cases-subscribe-sub-blog {
  border: 2px solid var(--primary);
  background-color: var(--e7e4dd);
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.b-cases-subscribe-sub-blog:hover {
  background-color: var(--off-white);
  color: var(--primary);
}

.b-cases-subscribe-sub-blog.b-white-button {
  color: var(--off-white);
  background-color: #a6c6b7;
}

.b-cases-subscribe-sub-blog-copy {
  border: 2px solid var(--primary);
  background-color: var(--e7e4dd);
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.b-cases-subscribe-sub-blog-copy:hover {
  background-color: var(--white);
  color: var(--primary);
}

.b-cases-subscribe-sub-blog-copy.b-white-button {
  color: var(--off-white);
  background-color: #a6c6b7;
}

.tabs {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.text-size-medium-6 {
  color: #232323cc;
  max-width: 680px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.button-26 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-26.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

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

.home_hero-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home_hero-header_image {
  width: 100%;
  height: 100%;
}

.margin-bottom-2, .margin-bottom-2.margin-small, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-xsmall, .margin-bottom-2.margin-medium, .margin-bottom-2.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

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

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_home_pricing {
  background-color: var(--primary);
  color: var(--white);
}

.home_pricing_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home_pricing_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.home_pricing_plan {
  background-color: #ffffff1a;
  border-radius: 30px;
  padding: 1.5rem;
}

.home_pricing_plan.white {
  background-color: var(--white);
  color: var(--black);
}

.home_pricing_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.home_pricing_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.home_pricing_content-top {
  flex-direction: column;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.home_pricing_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.text-weight-semibold {
  font-size: 20px;
  font-weight: 600;
}

.home_logo-list_logo {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.home_logo-list_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.home_logo-list_component.lp {
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
}

.home_testimonial_logo {
  max-height: 3.5rem;
}

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

.heading-style-h5 {
  color: var(--primary);
  font-family: Manrope, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
}

.home_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.home_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.home_feature_component {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.home_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_feature_image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_home_cta {
  background-color: var(--primary);
  color: var(--white);
  position: relative;
}

.page-wrapper-3 {
  overflow: hidden;
}

.heading-69 {
  color: #29313e;
  max-width: 1022px;
  font-family: Manrope, sans-serif;
  font-size: 116px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-70 {
  color: var(--white);
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.heading-70.black {
  color: var(--dark-gray);
  font-size: 48px;
}

.text-block-46 {
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

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

.paragraph-42 {
  color: var(--dark-gray);
  text-align: left;
  object-fit: fill;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  border: 1px solid #2d5346;
  border-radius: 8px;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.text-block-47 {
  color: var(--primary);
  font-family: Manrope, sans-serif;
  font-size: 42px;
  line-height: 1.2;
}

.heading-71 {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-43 {
  font-size: 18px;
  line-height: 1.5;
}

.footer2_logo-link {
  padding-left: 0;
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer2_link {
  color: #516271;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer2_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr .75fr;
  align-items: start;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.form_input {
  border: 1px solid var(--grey-500);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  height: auto;
  min-height: 60px;
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 12px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.footer2_social-link {
  color: var(--black);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer2_credit-text {
  font-size: .875rem;
}

.footer2_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.line-divider {
  background-color: #51627133;
  width: 100%;
  height: 1px;
}

.success-message-3 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.footer-title {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-title-2 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-48 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.image-86 {
  width: 181px;
}

.bb-dc-hero-padding {
  padding-top: 40px;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-46 {
  width: 100%;
  display: block;
}

.div-block-47 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.b-cases-subscribe-label-2 {
  color: #fcf4ee;
  text-align: left;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.b-cases-subscribe-wrap-blog-2 {
  text-align: center;
  background-color: #e7e4dd;
  border-radius: 12px;
  padding: 18px 30px 12px;
  display: block;
}

.div-block-48 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.b-cases-subscribe-heading-blog-2 {
  color: #353640;
  text-align: left;
  font-size: 21px;
  line-height: 30px;
}

.b-cases-subscribe-label-blog-2 {
  color: #353640;
  text-align: left;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.b-cases-subscribe-sub-blog-copy-2 {
  color: #2d5346;
  text-align: center;
  cursor: pointer;
  background-color: #e7e4dd;
  border: 2px solid #2d5346;
  border-radius: 5px;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.b-cases-subscribe-sub-blog-copy-2:hover {
  color: #2d5346;
  background-color: #fff;
}

.b-cases-subscribe-wrap-blog-2-copy {
  text-align: center;
  background-color: #e7e4dd;
  border-radius: 12px;
  padding: 18px 30px 12px;
  display: block;
}

.b-cases-subscribe-heading-blog-2-copy {
  color: #353640;
  text-align: left;
  font-size: 21px;
  line-height: 30px;
}

.b-cases-subscribe-input-copy {
  border-radius: 4px;
  min-height: 49px;
  display: block;
}

.b-cases-subscribe-sub-blog-copy-2-copy {
  color: #2d5346;
  text-align: center;
  cursor: pointer;
  background-color: #e7e4dd;
  border: 2px solid #2d5346;
  border-radius: 5px;
  margin: 12px 5px;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.b-cases-subscribe-sub-blog-copy-2-copy:hover {
  color: #2d5346;
  background-color: #fff;
}

.b-cases-subscribe-wrap-blog-2-copy-copy {
  text-align: center;
  background-color: #e7e4dd;
  border-radius: 12px;
  padding: 12px 30px;
  display: block;
}

.b-cases-subscribe-wrap-blog-2-copy-copy-copy {
  text-align: center;
  background-color: #e7e4dd;
  border-radius: 12px;
  padding: 12px 30px 5px;
  display: block;
}

.b-cases-subscribe-label-blog-2-copy {
  color: #353640;
  text-align: left;
  margin-top: -18px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.b-cases-subscribe-fields-v2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: ". Area"
  / 1fr minmax(162px, .25fr);
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: end center;
  padding-left: 0;
  display: grid;
}

.b-blog-hero {
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-49 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-item {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2px solid var(--mint-cream);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
}

.service-item:hover {
  background-color: var(--mint-cream);
  padding-left: 40px;
  padding-right: 40px;
}

.line {
  background-color: var(--mint-cream);
  width: 100%;
  height: 2px;
}

.home_service_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_blogs_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

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

.image-87 {
  color: var(--dark-gray);
}

.trust-img-copy.is-small, .trust-img-copy.is-small-copy {
  max-width: 150px;
}

.text-block-49 {
  font-family: Manrope, sans-serif;
}

.text-block-50 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-51, .text-block-52, .text-block-53, .text-block-54 {
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.b-blog-three-feat-copy {
  padding: 40px 20px;
}

.padding-section-medium-copy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.paragraph-42-copy {
  color: var(--dark-gray);
  text-align: left;
  object-fit: fill;
  margin-bottom: 6px;
  padding-top: 7px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.home_feature_content-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-52-copy {
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.service-item-paid-social-search-page {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2px solid var(--mint-cream);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
}

.service-item-paid-social-search-page:hover {
  background-color: var(--mint-cream);
  padding-left: 40px;
  padding-right: 40px;
}

.button-link-icon-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  border: 1px solid #2d5346;
  border-radius: 8px;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.home_logo-list_component-copy.lp-copy {
  grid-template-rows: auto;
}

.home_testimonial_component-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: -57px;
  display: flex;
}

.b-blog-three-feat-paid-search {
  padding: 40px 20px;
}

.b-blog-three-feat-grid-paid-search {
  text-align: left;
}

.home_logo-list_component-copy-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.home_logo-list_component-copy-copy.lp-copy {
  grid-template-rows: auto;
}

.home_logo-list_logo-copy-copy, .home_logo-list_logo-copy, .home_logo-list_logo-copy, .home_logo-list_logo-copy-copy {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.home_feature_image-copy-copy {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.b-blog-three-feat-grid-growth-insights {
  text-align: left;
}

.div-block-45-copy-copy {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_logo-list_component-copy-copy-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.home_logo-list_component-copy-copy-copy.lp-copy {
  grid-template-rows: auto;
}

.padding-section-medium-copy-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.home_logo-list_component-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.home_logo-list_component-copy.lp {
  grid-template-rows: auto;
  position: relative;
}

.div-block-45-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_logo-list_logo-copy {
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.b-blog-three-feat-grid-growth-insights-copy {
  text-align: left;
}

.b-blog-three-feat-list-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-blog-three-feat-item-copy {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.b-blog-three-feat-paid-search-copy {
  padding: 40px 20px;
}

.b-container-copy {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.b-container-copy.b-text-center {
  text-align: center;
}

.b-blog-three-feat-grid-growth-insights-copy-copy {
  text-align: left;
}

.b-blog-three-feat-list-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-cs-cream {
  background-color: var(--off-white);
  padding-bottom: 24px;
}

.b-case-studies-item-link-white {
  background-color: var(--white);
  box-shadow: inset 0 0 0 0 var(--off-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0);
}

.b-case-studies-item-link-white:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
  transform: translate(0, -6px);
}

.section-testimonial-copy.background-dark-gray, .section-testimonial-copy.background-dark-gray-copy {
  margin-top: 0;
}

.b-heading-h4-copy {
  color: #fff;
  font-size: 26px;
  line-height: 35px;
}

.b-heading-h4-copy.b-text-center {
  text-align: center;
  font-weight: 400;
}

.b-heading-h4-copy.b-color-white {
  color: var(--white);
  margin-top: 0;
}

.b-heading-h4-copy.b-color-white.b-font-srif {
  font-family: DM Serif Text, sans-serif;
}

.b-heading-h4-copy.b-color-white-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  display: block;
}

.b-heading-h4-copy.b-color-white-copy.b-font-srif {
  font-family: DM Serif Text, sans-serif;
}

.text-size-medium-copy.align-center.text-color-white, .text-size-medium-copy.align-center.text-color-white-copy {
  color: var(--white);
}

.text-size-medium-copy.align-center-copy {
  text-align: center;
}

.text-size-medium-copy.align-center-copy.text-color-white {
  color: var(--white);
}

.text-size-medium-copy.align-center-copy.text-color-white-copy {
  color: var(--black);
}

.heading-large-copy {
  font-family: DM Serif Text, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-large-copy.text-color-green {
  margin-bottom: 0;
}

.heading-large-copy.text-color-white {
  color: var(--white);
}

.text-size-medium-copy {
  text-align: left;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-copy.text-weight-semibold {
  text-align: left;
}

.text-size-medium-copy.align-center.text-color-white, .text-size-medium-copy.align-center-copy.text-color-white {
  color: var(--white);
}

.text-size-medium-copy.align-center-copy.text-color-white-copy {
  color: var(--white);
  text-align: center;
}

.page-padding-copy {
  background-color: var(--white);
  border-radius: 3px;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding-copy.background-color-gray {
  background-color: var(--dark-gray);
}

.page-padding-copy.b-background-green {
  background-color: var(--dark-gray);
  width: 100%;
}

.html-embed-7 {
  width: 100%;
  max-width: 640px;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-42-copy {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.button-22-paid-social {
  background-color: var(--primary);
  outline-offset: 0px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  outline: 3px #fff;
  flex-flow: column;
  flex: none;
  align-content: stretch;
  align-self: center;
  align-items: stretch;
  width: auto;
  min-width: auto;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.div-block-5-paid-social-block {
  border: 1px solid #d8d8d8;
  flex-direction: column;
  justify-content: space-between;
  height: 230px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

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

.button-28 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.button-29 {
  font-size: 14px;
  font-weight: 500;
}

.button-30 {
  text-align: center;
  background-color: #2d5346;
  border-radius: 6px;
  font-weight: 500;
}

.div-block-5-copy {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 230px;
  padding: 10px 20px 20px;
  display: flex;
}

.button-28-paid-social {
  text-align: center;
  background-color: #2d5346;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-5-paid-search {
  text-align: center;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.paid-media-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #d8d8d8;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 40px 80px;
  display: flex;
}

.button-22-growth-insights {
  background-color: var(--primary);
  outline-offset: 0px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  outline: 3px #fff;
  flex-flow: column;
  flex: none;
  align-content: stretch;
  align-self: center;
  align-items: stretch;
  width: auto;
  min-width: auto;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.container-29-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: -30px;
  display: block;
}

.button-22-creative {
  background-color: var(--primary);
  outline-offset: 0px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  outline: 3px #fff;
  flex-flow: column;
  flex: none;
  align-content: stretch;
  align-self: center;
  align-items: stretch;
  width: auto;
  min-width: auto;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.normal-text-copy {
  color: #62636b;
  text-align: left;
  margin-bottom: -30px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.normal-text-copy.black {
  color: #000;
}

.normal-text-copy.white {
  color: #fff;
}

.div-block-50 {
  margin-bottom: 45px;
}

.button-22-creative-copy {
  background-color: var(--primary);
  outline-offset: 0px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  outline: 3px #fff;
  flex-flow: column;
  flex: none;
  align-content: stretch;
  align-self: center;
  align-items: stretch;
  width: auto;
  min-width: auto;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.contact10_component-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: start stretch;
  margin-top: 48px;
  display: grid;
  position: relative;
}

.b-wrapper-copy.b-py-60 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 32px;
  padding-left: 0;
  display: block;
}

.b-wrapper-copy.b-py-60.b-px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.b-wrapper-copy.b-py-60-copy {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 32px;
  padding-left: 0;
  display: block;
}

.b-wrapper-copy.b-py-60-copy.b-px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.b-heading-h2-copy {
  text-align: left;
  font-size: 40px;
  line-height: 40px;
}

.b-heading-h2-copy.b-text-center {
  text-align: center;
}

.b-heading-h2-copy.b-color-white {
  color: #fff;
}

.b-heading-h2-copy.b-text-center-copy {
  text-align: center;
}

.button-30-copy {
  text-align: center;
  background-color: #2d5346;
  border-radius: 6px;
  font-weight: 500;
}

.div-block-5-paid-search-copy {
  text-align: center;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.text-align-center-2-copy {
  text-align: center;
  margin-bottom: 0;
}

.section_solution {
  background-color: var(--primary);
  color: var(--white);
}

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

.solution_card {
  background-color: #ffffff1a;
  border-radius: 30px;
  padding: 1.5rem;
}

.solution_card.white {
  background-color: var(--white);
  color: var(--black);
}

.card_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.card_content-top {
  flex-direction: column;
}

.card_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.card_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.solution_offer_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: stretch start;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.solution_offer_list.lp {
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
}

.solution_offer_item {
  background-color: var(--light-gray);
  text-align: center;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
}

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

.solution_result_wrapper {
  padding: 90px 10px 100px;
}

.heading-59-copy {
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 3em;
}

.layout32_item-text-wrapper-copy {
  margin-bottom: 0;
}

.b-grid-logos-scroll-wrapper-copy.swiper-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.b-grid-logos-scroll-wrapper-copy.swiper-wrapper-copy {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hero-section-copy {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: block;
  overflow: hidden;
}

.heading-h1-copy {
  color: #353640;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.normal-text-center-copy {
  color: #62636b;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.contact10_component-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: start stretch;
  margin-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.heading-xlarge-copy {
  margin-bottom: 45px;
  font-family: DM Serif Text, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-xlarge-copy.stats-text {
  color: var(--primary-2);
  margin-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  line-height: 3.6rem;
}

.heading-xlarge-copy.heading-spacing-medium {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1;
  display: flex;
}

.heading-xlarge-copy.heading-spacing-medium.text-white-color {
  color: var(--white);
}

.heading-xlarge-copy.b-heading-h1.b-color-grey {
  color: var(--dark-gray);
}

.heading-xlarge-copy.heading-spacing-medium-copy {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Serif Text, sans-serif;
  font-size: 40px;
  line-height: 1;
  display: block;
}

.heading-xlarge-copy.heading-spacing-medium-copy.text-white-color {
  color: var(--white);
}

.contact10_content-copy {
  padding: 12px;
}

.contact10_content-copy.background-color-white {
  background-color: #fcf4ee;
  border-radius: 12px;
  padding: 20px;
}

.contact10_content-copy.background-color-white.content_map_center {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.contact10_content-copy.background-color-white-copy {
  background-color: #e6e4dd;
  border-radius: 12px;
  padding: 20px;
}

.contact10_content-copy.background-color-white-copy.content_map_center {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.landing-form_header-copy {
  color: var(--primary-2);
  font-family: Manrope, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.85rem;
}

.landing-form_header-copy.align-center {
  float: none;
  color: var(--primary);
  text-align: left;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.padding-global-copy {
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h5-copy-copy {
  color: var(--dark-gray);
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

.home_feature_image-copy {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.home_feature_component-copy {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.text-block-47-copy {
  color: var(--primary);
  font-family: Manrope, sans-serif;
  font-size: 42px;
  line-height: 1.2;
}

.home_feature_item-list-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-link-icon-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  border: 1px solid #2d5346;
  border-radius: 8px;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.result-section-copy {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #e6e4dd;
  margin-left: -65px;
  margin-right: -65px;
  padding: 40px 20px 60px;
}

.b-case-studies-list-yt-proposal {
  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;
}

.home_testimonial_component-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.heading-style-h5-copy {
  color: var(--dark-gray);
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

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

.services-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.service-item-content {
  background-color: var(--light-gray);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 100%;
  min-height: 100px;
  padding: 20px;
  display: flex;
}

.services-solution {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-solution-wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1078px;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.sub-heading-small {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 400;
}

.text-big-bold {
  color: var(--primary);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-normal {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

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

.button-white-outline {
  border: 1px solid var(--white);
  background-color: var(--primary);
  outline-offset: 0px;
  width: auto;
  min-width: auto;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  outline: 3px #fff;
  flex-flow: column;
  flex: none;
  align-content: stretch;
  align-self: center;
  align-items: stretch;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.button-white-outline.surface-form-button._w-100 {
  width: 100%;
}

.block-left {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px 40px;
  display: flex;
}

.block-right {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 48px 40px;
}

.div-block-52 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
  overflow: visible;
}

.div-block-53 {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-54 {
  background-image: url('../images/Frame-16932.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 75px;
  display: block;
}

.div-block-55 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-89 {
  flex: none;
  display: block;
}

.image-90 {
  max-height: 510px;
  margin-left: -50%;
  position: absolute;
  inset: -9% 0% 0% 80%;
}

.image-91 {
  position: absolute;
  inset: 0% -8% auto auto;
}

.image-92 {
  position: absolute;
  inset: auto auto 0% -5%;
}

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

.section-16 {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.b-cs-creative-partner-h2 {
  max-width: 756px;
  color: var(--off-white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  line-height: 52px;
}

.b-cs-partner-table {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 40px;
}

.b-cs-partners-h2 {
  max-width: 756px;
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  line-height: 52px;
}

.b-cs-partner-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #2a4e42;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-cs-partner-header-cell1 {
  background-color: var(--primary-2);
  border: 1px solid #2a4e42;
  border-bottom-style: none;
  border-top-left-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.b-cs-partner-header-title {
  color: var(--off-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.b-cs-partner-header-cell2 {
  background-color: var(--primary-2);
  border: 1px solid #2a4e42;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  height: 72px;
  padding-left: 20px;
  display: flex;
}

.b-cs-table-cont-partner {
  background-color: var(--primary);
  border: 2px solid #2a4e42;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-cs-table-cont-focus {
  background-color: var(--primary);
  border: 1px solid #2a4e42;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.b-cs-table-cont-channels {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary);
  border: 2px solid #2a4e42;
  border-top: 1px #2a4e42;
  border-left-width: 1px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.b-cs-table-cont-partner-logo {
  max-width: 119px;
}

.b-cs-table-cont-partner-cell {
  border: 1px solid #2a4e42;
  border-style: solid none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

.b-cs-table-cont-partner-cell.total {
  background-color: #ffffff03;
}

.b-cs-table-cont-focus-cell {
  border-top: 1px solid var(--2a4e42);
  border-bottom: 1px solid var(--2a4e42);
  background-color: #ffffff03;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 20px;
  display: flex;
}

.b-cs-table-cont-focus-cell-text {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.b-cs-table-cont-channels-logos {
  width: 32px;
  height: 32px;
}

.b-cs-partner-header-cell3 {
  background-color: var(--primary-2);
  border: 1px solid #2a4e42;
  border-bottom-style: none;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.b-cs-table-cont-partner-cell-logo {
  border: 1px #2a4e42;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

.b-cs-table-wrapper {
  text-align: center;
  max-width: 1018px;
}

.b-cs-partner-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #2a4e42;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-cs-partner-headrow-wrapper {
  padding-top: 0;
}

.b-cs-table-cont-channels-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary);
  border: 2px solid #2a4e42;
  border-top: 1px #2a4e42;
  border-left-width: 1px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
}

.b-cs-card-section-video-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  flex-direction: column;
  width: 270px;
  min-height: 480px;
  display: flex;
  position: absolute;
  top: -9%;
  left: 30%;
}

.b-cs-cs-card-section-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-big-bold-copy {
  color: var(--primary);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.bold-text-10 {
  font-family: Manrope, sans-serif;
}

.text-block-55 {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-family: Manrope, sans-serif;
}

.link-5 {
  color: var(--off-white);
  -webkit-text-stroke-color: var(--off-white);
}

.service-item-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2px solid var(--mint-cream);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
}

.service-item-copy:hover {
  background-color: var(--mint-cream);
  padding-left: 40px;
  padding-right: 40px;
}

.service-item-copy-growth {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2px solid var(--mint-cream);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
}

.service-item-copy-growth:hover {
  background-color: var(--mint-cream);
  padding-left: 40px;
  padding-right: 40px;
}

.service-item-growth {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2px solid var(--mint-cream);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
}

.service-item-growth:hover {
  background-color: var(--mint-cream);
  padding-left: 40px;
  padding-right: 40px;
}

.service-item-paid-social-search-page-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2px solid var(--mint-cream);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
}

.service-item-paid-social-search-page-copy:hover {
  background-color: var(--mint-cream);
  padding-left: 40px;
  padding-right: 40px;
}

.service-item-copy-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2px solid var(--mint-cream);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
}

.service-item-copy-copy:hover {
  background-color: var(--mint-cream);
  padding-left: 40px;
  padding-right: 40px;
}

.b-impact-copy {
  padding: 0 10px 100px;
}

.container-27-copy {
  max-width: 1078px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-h2-left-copy {
  color: #353640;
  text-align: left;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.heading-h2-left-copy.white {
  color: #fff;
  padding-top: 25px;
}

.heading-h2-left-copy.center {
  color: #fff;
  text-align: center;
}

.heading-h2-left-copy.center.black {
  color: #000;
}

.heading-h2-left-copy.center.black._48 {
  color: #353640;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
}

.heading-70-copy {
  color: var(--white);
  font-family: DM Serif Text, sans-serif;
  font-weight: 400;
}

.heading-70-copy.black {
  color: var(--dark-gray);
  font-size: 48px;
}

.text-block-53-copy {
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.service-item-copy-growth-solution {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 2px solid var(--mint-cream);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
}

.service-item-copy-growth-solution:hover {
  background-color: var(--mint-cream);
  padding-left: 40px;
  padding-right: 40px;
}

.section-17 {
  margin: 0;
}

.b-reviews-modal {
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-reviews-modal-wrapper {
  width: 100%;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
}

.b-reviews-modal-grid {
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-reviews-modal-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.b-reviews-modal-right {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.b-reviews-modal-logo {
  max-width: 170px;
}

.b-reviews-modal-heading {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.b-reviews-modal-heading.white {
  color: #fff;
  padding-top: 25px;
}

.b-reviews-modal-heading.center {
  color: #fff;
  text-align: center;
}

.b-reviews-modal-heading.center.black {
  color: #353640;
  font-size: 54px;
}

.b-reviews-modal-heading.center.black._48 {
  color: #353640;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
}

.b-reviews-modal-author {
  color: #353640;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.b-reviews-modal-author.white {
  color: #fff;
  padding-top: 25px;
}

.b-reviews-modal-author.center {
  color: #fff;
  text-align: center;
}

.b-reviews-modal-author.center.black {
  color: #353640;
  font-size: 54px;
}

.b-reviews-modal-author.center.black._48 {
  color: #353640;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
}

.b-reviews-modal-review {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b-reviews-modal-video-btn {
  border: 1px solid var(--dark-gray);
  background-color: var(--off-white);
  color: var(--dark-gray);
  border-radius: 8px;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  transform: translate(0);
}

.b-reviews-modal-video-btn:hover {
  background-color: #e0d4cb;
  transform: translate(0, -2px);
}

.b-reviews-modal-stars {
  max-width: 130px;
  margin-top: 4px;
}

.b-reviews-modal-content {
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.b-reviews-modal-overlay {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #000000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
}

.b-reviews-modal-video {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 16px 14px #2b2b2b63;
}

.b-reviews-modal-close {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  cursor: pointer;
  background-color: #72727261;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.b-reviews-modal-video-wraper {
  width: 100%;
  max-width: 960px;
  max-height: 960px;
}

.b-reviews-modal-author-role {
  color: #62636b;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.b-reviews-modal-author-role.black {
  color: #000;
}

.b-reviews-modal-author-role.white {
  color: #fff;
}

.b-reviews-modal-video-v2 {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.b-reviews-modal-wrapper-v2 {
  width: 100%;
  max-width: 1200px;
  padding: 96px 12px;
}

.heading-h1-copy-copy {
  color: #353640;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.b-grid-logos-scroll-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  place-items: center;
}

.b-grid-logos-scroll-copy.swiper, .b-grid-logos-scroll-copy.swiper-copy {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: visible;
}

.b-logo-scroller-wrapper-color {
  margin-top: 48px;
  margin-bottom: 48px;
}

.b-logo-scroller-anim {
  position: relative;
}

.b-logo-scroller-swipper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  place-items: center;
}

.b-logo-scroller-swipper.swiper {
  justify-content: center;
  align-items: center;
}

.b-logo-scroller-swipper.swiper-copy {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: visible;
}

.b-logo-scroller-anim-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-height: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b-logo-scroller-collection {
  flex-flow: row;
}

.b-logo-scroller-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-logo-scroller-collection-image {
  min-width: 160px;
  margin-left: 0;
  margin-right: 0;
}

.b-logo-scroller-color.bb-scroller-max {
  max-width: 100%;
  overflow: hidden;
}

.b-logo-scroller-anim-color {
  position: relative;
}

.b-logo-scroller-anim-wrapper-color {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.b-logo-scroller-collection-color {
  flex-flow: row;
}

.b-logo-scroller-list-color {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-logo-scroller-item-color {
  padding-left: 32px;
  padding-right: 32px;
}

.b-logo-scroller-collection-image-color {
  min-width: 100%;
  max-width: 140px;
  max-height: 40px;
  margin-left: 0;
  margin-right: 0;
}

.b-nav-link-drop-down {
  opacity: .5;
  padding-left: 10px;
  padding-right: 32px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
}

.b-nav-link-drop-down:hover {
  opacity: 1;
}

.b-nav-link-drop-down.w--current {
  opacity: 1;
  color: var(--black);
  font-weight: 500;
}

.b-nav-link-drop-down.b-nav-link-parent {
  padding-right: 20px;
  display: block;
}

.b-nav-link-drop-down.b-nav-link-children {
  padding-left: 20px;
}

.b-nav-link-chevron {
  color: var(--grey-500);
  margin-right: 8px;
}

.b-nav-link-drop-down-link {
  opacity: .5;
  min-width: 180px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.b-nav-link-drop-down-link:hover {
  opacity: 1;
}

.b-nav-link-drop-down-link.w--current {
  opacity: 1;
  color: var(--black);
  font-weight: 500;
}

.b-nav-link-drop-down-link.b-nav-link-parent {
  padding-right: 20px;
  display: block;
}

.b-nav-link-drop-down-link.b-nav-link-children {
  padding-left: 20px;
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 5px #0003;
}

.b-nav-link-child {
  color: var(--dark-gray);
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.b-nav-link-child:hover {
  opacity: 1;
}

.b-nav-link-child.w--current {
  opacity: 1;
  color: var(--black);
  font-weight: 500;
}

.b-nav-link-child.b-nav-link-parent {
  padding-right: 20px;
  display: block;
}

.b-nav-link-child.b-nav-link-children {
  padding-left: 20px;
}

.contact10_component-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: start stretch;
  margin-bottom: 48px;
  display: grid;
  position: relative;
}

.contact10_component-copy.content_wrapper_center {
  display: block;
}

.home-communities {
  background-color: #fff;
  border: 3px solid #1a1f26;
  border-radius: 8px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
  top: 40%;
  box-shadow: 0 1px 4px 2px #00000014, 3px 3px 24px #0000001f;
}

.spacing--56 {
  clear: both;
  height: 0;
}

.heading-72 {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.grid-whos-here {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.brand-icon {
  border-radius: 10px;
  width: 100%;
}

.heading-h1-copy-copy-copy {
  color: #353640;
  text-align: center;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.padding-vertical-copy, .padding-vertical-copy.padding-xsmall, .padding-vertical-copy.padding-custom2, .padding-vertical-copy.padding-small, .padding-vertical-copy.padding-tiny, .padding-vertical-copy.padding-xxhuge, .padding-vertical-copy.padding-xlarge, .padding-vertical-copy.padding-custom3, .padding-vertical-copy.padding-xxlarge, .padding-vertical-copy.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-copy.padding-100vh {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-copy.padding-xhuge, .padding-vertical-copy.padding-0, .padding-vertical-copy.padding-large {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-copy.padding-huge {
  padding: 0 0 .25rem;
}

.padding-vertical-copy.padding-huge.bottom-0 {
  padding-bottom: 0;
}

.padding-vertical-copy.padding-huge.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical-copy.padding-xxsmall {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-copy.padding-xhuge {
  cursor: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 24px;
}

.padding-vertical-copy.padding-huge-copy {
  margin-bottom: -50px;
  padding: 0;
}

.padding-vertical-copy.padding-huge-copy.bottom-0 {
  padding-bottom: 0;
}

.padding-vertical-copy.padding-huge-copy.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.b-backed-v02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.b-impact-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-impact-logos-image {
  max-height: 130px;
}

.b-footer-separator-impact {
  background-color: var(--dark-gray);
  opacity: .1;
  max-width: 1110px;
  height: 2px;
  margin: 48px auto 32px;
}

.calendly_link {
  color: var(--primary);
  text-align: center;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.b-grid-logos-paid-advisory {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  text-align: left;
  flex: 0 auto;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  align-self: flex-end;
  place-items: center;
  padding-top: 0;
}

.grid-18 {
  grid-row-gap: 65px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.highlight {
  cursor: pointer;
}

.partner-header-wrapper {
  max-width: 840px;
  padding-bottom: 24px;
}

.div-block-57 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-58 {
  border: 2px solid var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.section-19 {
  background-color: var(--off-white);
  padding-top: 96px;
  padding-bottom: 96px;
}

.partners-card-white {
  border: 2px solid var(--white);
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 45px 48px;
  display: flex;
}

.image-93 {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-33 {
  max-width: 1200px;
}

.paragraph-44 {
  font-size: 18px;
  line-height: 26px;
}

.div-block-59 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.partner-green-section {
  background-color: #eaeeed;
  padding-top: 96px;
  padding-bottom: 96px;
}

.div-block-57-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-58-copy {
  border: 2px solid #3536400d;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 360px;
  padding: 24px;
  display: flex;
}

.heading-73 {
  color: var(--dark-gray);
  margin-bottom: 0;
}

.paragraph-45 {
  color: var(--dark-gray);
  text-align: left;
  text-wrap: balance;
}

.heading-74 {
  color: var(--dark-gray);
  text-align: center;
  margin-bottom: 40px;
}

.cta-schedule {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.div-block-60 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.image-94 {
  max-width: 54px;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-height: 170px;
  display: flex;
}

.bb-heading-h1 {
  text-wrap: balance;
  margin-bottom: 32px;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.bb-heading-h1.bb-limit-600 {
  max-width: 600px;
}

.bb-heading-h1.bb-mb-48 {
  margin-bottom: 48px;
}

.bb-large-text {
  max-width: 800px;
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-large-text.bb-max-width-none {
  max-width: none;
}

.bb-logos-row {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.bb-home-hero-section {
  padding-top: 64px;
  padding-bottom: 0;
}

.bb-wide-container {
  max-width: 1440px;
  padding-top: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.bb-wide-container.bb-pt-0, .bb-wide-container.bb-tp-0 {
  padding-top: 0;
}

.background-video {
  width: 100%;
  height: 525px;
}

.cell-7 {
  display: block;
}

.div-block-62 {
  background-image: url('../images/Frame-16958.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bb-tall-video {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  display: flex;
}

.bb-tall-video-wrapper {
  width: 40%;
  height: 780px;
}

.bb-two-row-video {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: flex;
}

.bb-tall-video-bg {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border-radius: 48px 12px 12px 48px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: DM Serif Display, sans-serif;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-tall-video-bg:hover {
  outline-width: 6px;
}

.bb-value-counter {
  color: var(--white);
  font-family: DM Serif Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 61px;
}

.bb-our-work-card-header {
  max-width: 780px;
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

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

.div-block-67 {
  background-image: url('../images/image-8.png');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  height: 50%;
}

.bb-video-bg {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border-radius: 12px 48px 12px 12px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.bb-video-bg:hover {
  outline-width: 6px;
}

.background-video-3-copy {
  border-radius: 12px 12px 48px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.bb-results-description {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 570px;
  display: flex;
}

.bb-results-text {
  width: 80%;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-results-text.bb-bold {
  font-weight: 500;
}

.bb-heading-h2 {
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 54px;
}

.bb-heading-h2.b-text-color-white.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-heading-h2.bb-industry-leaders {
  max-width: 430px;
}

.bb-heading-h2.bb-text-color-grey-600 {
  color: var(--grey--grey-600);
}

.bb-heading-h2.bb-text-color-grey-600.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-heading-h2.bb-ps-text-white {
  color: var(--white);
}

.bb-team-results-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-value-heading {
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 61px;
}

.bb-value-description {
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-value-description.bb-text-white {
  color: var(--mint-cream);
  font-size: 18px;
  line-height: 26px;
}

.bb-cta-banner-flex {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-color: #f4f4f4;
  border-radius: 100000000px;
  outline-width: 0;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  padding: 32px 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-cta-banner-flex:hover {
  outline-width: 6px;
}

.bb-cta-banner-text {
  color: var(--grey-500);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.button-31 {
  background-color: #353640;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 48%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bb-results {
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-swiper {
  flex-flow: row;
  display: flex;
}

.div-block-71 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  height: 620px;
}

.div-block-72 {
  width: 100%;
  height: 100%;
}

.bb-heading-h2-wide {
  text-wrap: balance;
  max-width: none;
  font-size: 48px;
  line-height: 54px;
}

.bb-logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 60px;
  text-align: left;
  flex: 0 auto;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  align-self: flex-end;
  place-items: center start;
  max-width: 1150px;
  padding-top: 20px;
}

.bb-logo-grid-logo {
  max-width: 128px;
  max-height: 50px;
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  transition: all .75s cubic-bezier(.23, 1, .32, 1);
}

.bb-logo-grid-logo:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.bb-partners {
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-comparator {
  background-color: var(--primary-brand);
  padding-top: 96px;
  padding-bottom: 96px;
}

.div-block-73 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.div-block-74 {
  text-align: center;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bb-table-row {
  border-top: 1px solid #96a9a3;
  height: auto;
  min-height: 72px;
  display: flex;
}

.bb-text-large {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-table-header {
  margin-top: 48px;
  display: flex;
}

.text-block-60 {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-75 {
  border: 2px solid var(--off-white);
  border-radius: 24px;
}

.bb-table-select-end {
  border-style: none solid solid;
  border-width: 0 3px 3px;
  border-color: var(--off-white);
  text-align: center;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-table-select-end:hover {
  background-color: var(--213d34);
}

.bb-table-select-body {
  border-right: 3px solid var(--off-white);
  border-left: 3px solid var(--off-white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bb-table-select-head {
  border-style: solid solid none;
  border-width: 3px 3px 0;
  border-color: var(--off-white);
  text-align: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bb-performance-header {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end stretch;
  margin-bottom: 48px;
  display: grid;
}

.bb-black-banner {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-color: #353640;
  border-radius: 99999px;
  outline-width: 0;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding: 32px 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-black-banner:hover {
  outline-width: 6px;
}

.bb-text-white-large {
  color: #f4f4f4;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-ghost-button {
  color: var(--white);
  background-color: #35364000;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-ghost-button:hover {
  background-color: #ffffff0d;
  background-position: 102% 49%;
}

.bb-performance-cards {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-color: #f4f4f4;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  min-height: 456px;
  padding: 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-performance-cards:hover {
  outline-width: 6px;
}

.bb-services-paid-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bb-card-content {
  color: var(--grey--grey-600);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-47 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.bb-performance-heading-h2 {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.bb-performance-heading {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.bb-performance-arrow {
  margin-bottom: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bb-performance-bold {
  margin-bottom: 20px;
}

.bb-lightgray-section {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-white-card {
  background-color: var(--white);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  min-height: 450px;
  padding: 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-white-card:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: none;
}

.bb-mt-48 {
  margin-top: 24px;
}

.bb-white-card-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 456px;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.bb-white-card-large:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: none;
}

.bb-ss-creative-service-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px;
  display: flex;
}

.background-video-4 {
  z-index: 1;
  border-radius: 24px;
}

.bb-cta-green-gb-wraper {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border-radius: 9999px;
  outline-width: 0;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-cta-green-gb-wraper:where(.w-variant-3d3ce8ec-a094-571a-59f1-aa18f939b551) {
  justify-content: space-between;
  align-items: center;
  padding: 32px 48px;
}

.bb-cta-green-gb-wraper:hover {
  outline-width: 6px;
}

.bb-cta-green-gb-wraper.bb-mt-0.bb-solutions-topics-cta {
  background-color: var(--primary-brand);
  border-radius: 24px 24px 48px;
  height: 100%;
  margin-top: 0;
}

.bb-cta-green-gb-wraper.bb-mt-0.bb-solutions-topics-cta:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
}

.bb-testimonials {
  padding-top: 128px;
  padding-bottom: 56px;
  overflow: hidden;
}

.bb-testimonials-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 400px;
  padding: 48px;
  display: flex;
}

.bb-testimonial-text {
  color: var(--grey-500);
  flex: 1;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-testimonial-author {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-63 {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-testimonials-rating {
  max-width: 180px;
  max-height: 60px;
  margin-bottom: 42px;
}

.collection-list-7 {
  display: flex;
}

.swiper.slider-work {
  animation-timing-function: ease-out;
}

.swiper.bb-swiper-testimonial {
  overflow: visible;
}

.swiper.slider-videos {
  animation-timing-function: ease-out;
  position: relative;
}

.swiper-slider.bb-work-slider {
  background-color: #004561;
  border-radius: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 450px;
  height: 602px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-97 {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-97:hover {
  opacity: .9;
}

.image-98 {
  z-index: 5;
  position: relative;
}

.div-block-82 {
  z-index: 50;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 48px;
  display: flex;
  position: relative;
}

.bb-connect-cta-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--dark-gray);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  text-align: center;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  align-items: center;
  padding: 48px 20px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-connect-cta-card:hover {
  outline-width: 6px;
}

.bb-connect-cta-heading {
  flex: 1;
  align-self: stretch;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.bb-connect-cta-wrapper {
  max-width: 1420px;
}

.bb-connect-cta {
  padding-bottom: 128px;
  padding-left: 24px;
  padding-right: 24px;
}

.bb-shadow-filter {
  z-index: 2;
  background-image: radial-gradient(circle farthest-side at 50% 60%, #0000, #000000b3);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
  position: absolute;
}

.bb-video-bg-alt {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-image: url('../images/6669e053f62262850ec485ae_webflow.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px 12px 48px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.bb-video-bg-alt:hover {
  outline-width: 6px;
}

.bb-ghost-button-gray {
  border: 1px solid var(--grey--grey-600);
  color: var(--grey--grey-600);
  background-color: #35364000;
  background-image: url('../images/arrow-right.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-ghost-button-gray:hover {
  background-color: #0000000d;
  background-position: 102% 49%;
}

.bb-cta-banner-wrapper {
  width: 100%;
  max-width: 1200px;
  display: block;
}

.bb-performance-cta-banner, .bb-schedule-call-link {
  display: block;
}

.bb-schedule-call-link:where(.w-variant-3d3ce8ec-a094-571a-59f1-aa18f939b551) {
  border-radius: var(--grey--round);
  background-color: var(--dark-gray);
  color: var(--white);
}

.bb-lokking-for-link {
  display: block;
}

.swiper-button-prev {
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 42px;
  height: 42px;
  transform: rotate(180deg);
}

.bb-work-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bb-home-hero-heading-wrapper {
  flex: 0 auto;
  align-self: stretch;
  position: relative;
}

.bb-video-card-arrow {
  float: right;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-48, .paragraph-49 {
  line-height: 28px;
}

.paragraph-50, .paragraph-51 {
  margin-bottom: 0;
  line-height: 28px;
}

.bb-footer {
  background-color: var(--primary-brand);
  margin-top: 0;
  padding: 40px 20px;
}

.bb-number {
  color: var(--black);
  text-align: left;
  font-family: DM Serif Text, sans-serif;
  font-size: 60px;
  line-height: 72px;
}

.bb-digit-con {
  color: var(--black);
  margin-top: 0;
}

.bb-digit-con.b-impact-feature-count, .bb-digit-con.bb-impact-feature-count {
  color: var(--primary);
  line-height: 80px;
}

.bb-digit-con.bb-impact-feature-count.bb-value-heading {
  color: var(--grey--grey-600);
  margin-top: 17px;
  margin-bottom: 17px;
  line-height: 48px;
}

.bb-digit-con.bb-impact-feature-count.bb-value-heading.bb-text-white {
  color: var(--white);
  margin-top: 0;
}

.code-embed {
  position: absolute;
}

.bb-image-wrapper {
  height: 90px;
}

.logo-anthropic {
  width: 99px;
}

.logo-adobe {
  width: 81px;
}

.logo-dropbox {
  width: 99px;
}

.logo-peloton {
  width: 89px;
}

.logo-headspace {
  width: 102px;
}

.logo-uber {
  width: 51px;
}

.logo-doordash {
  width: 131px;
}

.logo-hairstory {
  width: 91px;
}

.logo-cuup {
  width: 72px;
}

.faqs-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faqs-row {
  border: 1px solid var(--off-white);
  cursor: pointer;
  border-radius: 12px;
  padding: 18px 48px;
}

.faqs-question {
  color: var(--off-white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faqs-answer {
  overflow: hidden;
}

.faqs-question-h5 {
  color: var(--off-white);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.faqs-arrow {
  font-size: 24px;
}

.faqs-answer-text {
  color: var(--off-white);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.bb-issues-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.bb-issues {
  text-align: center;
  margin-top: 56px;
}

.bb-issues-heading {
  color: #fff;
  font-size: 48px;
}

.bb-issues-list-item {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  min-height: 92px;
  padding: 12px 24px;
  display: flex;
}

.bb-issues-list-item-text {
  color: var(--primary);
  font-size: 18px;
}

.bb-issues-cta {
  display: block;
}

.bb-issues-cta-wrapper {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-color: #0000;
  border: 1px solid #a6c6b7;
  border-radius: 9999px;
  outline-width: 0;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding: 32px 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-issues-cta-wrapper:hover {
  outline-width: 6px;
}

.bb-ghost-button-copy {
  color: var(--white);
  background-color: #35364000;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-ghost-button-copy:hover {
  background-color: #ffffff0d;
  background-position: 102% 49%;
}

.bb-our-work-card-header-consumer {
  max-width: 430px;
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-light-grey {
  background-color: #f4f4f4;
  padding-top: 48px;
}

.bb-case-header-card {
  background-color: #fff;
  border-radius: 48px;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.bb-case-header-card.b-text-center {
  text-align: center;
}

.bb-cases-hero-wrap {
  grid-column-gap: 54px;
  grid-row-gap: 12px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.bb-cases-hero-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
  padding-bottom: 72px;
  padding-right: 0;
  display: flex;
}

.bb-cases-hero-right {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.bb-cases-hero-image {
  object-fit: cover;
  object-position: 0% 0%;
  border: 1px solid #dcdcdc;
  border-radius: 24px;
  align-self: flex-end;
  min-height: 540px;
}

.bb-cases-hero {
  padding-left: 12px;
  padding-right: 12px;
}

.bb-cases-hero-heading {
  letter-spacing: -.2px;
  font-size: 42px;
  line-height: 1.1;
}

.bb-case-studies-item-cta {
  border: 2px solid var(--primary);
  color: #fff;
  cursor: pointer;
  background-color: #005244;
  border-radius: 100px;
  margin: 0;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .325s cubic-bezier(.645, .045, .355, 1);
}

.bb-case-studies-item-cta:hover {
  background-color: var(--primary);
  color: #fcf4ee;
}

.image-99 {
  max-width: 121px;
  max-height: 80px;
}

.div-block-85 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.bb-cases-numbers {
  padding: 48px 10px 0;
}

.bb-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.bb-container.b-text-center {
  text-align: center;
}

.bb-cases-numbers-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.bb-cases-numbers-stat, .b-cases-numbers-stat-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bb-cases-numbers-stat-stat {
  color: #62636b;
  text-align: left;
  border: 1px #000;
  width: 100%;
  margin-top: 10px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.container-35 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1200px;
  display: flex;
}

.div-block-86 {
  flex: 1;
  align-self: stretch;
}

.div-block-87 {
  width: 359px;
  position: relative;
}

.bb-cases-subscribe-wrap {
  background-color: var(--primary);
  text-align: center;
  border-radius: 32px;
  padding: 32px 32px 12px;
  display: block;
  position: static;
}

.bb-cases-subscribe-heading {
  color: var(--white);
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.bb-cases-subscribe-form {
  margin-top: 18px;
  padding-top: 0;
  display: flex;
}

.bb-cases-subscribe-fields-v3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  flex: 1;
  grid-template: ". Area"
  / 1fr minmax(162px, .25fr);
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: stretch;
  place-items: stretch center;
  padding-left: 0;
  display: block;
}

.bb-cases-subscribe-fields-v3.horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bb-cases-subscribe-fields {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.bb-cases-subscribe-fields.horionztal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
}

.bb-cases-subscribe-sub {
  background-color: var(--primary);
  width: 100%;
  color: var(--off-white);
  text-align: left;
  vertical-align: baseline;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 1;
  align-self: stretch;
  margin-top: -8px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.bb-cases-subscribe-sub:hover {
  background-color: var(--off-white);
  color: var(--primary);
}

.bb-cases-subscribe-sub.b-white-button {
  color: var(--off-white);
  background-color: #a6c6b7;
}

.bb-contact-form-detail {
  background-color: #f4f4f4;
  margin-bottom: 0;
}

.bb-contact-form-wrap-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  padding: 124px 0;
  display: grid;
  position: relative;
}

.bb-contact-form-detail-heading {
  max-width: 359px;
  color: var(--grey--grey-600);
  text-align: left;
  font-size: 48px;
  line-height: 61px;
}

.bb-body-2 {
  color: var(--grey--grey-600);
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-body-2.b-text-center {
  text-align: center;
  margin-top: 35px;
}

.bb-body-2.b-color-white {
  color: var(--white);
}

.div-block-88 {
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  width: 100%;
  padding: 48px;
  display: flex;
}

.section-26 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.bb-cases-content-heading-title {
  color: #068466;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.link-6 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-6:hover {
  text-decoration: underline;
}

.link-block-10 {
  color: #fff;
}

.bb-case-studies-item {
  border: 2px solid var(--primary);
  color: #fff;
  cursor: pointer;
  background-color: #005244;
  border-radius: 100px;
  margin: 0;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .325s cubic-bezier(.645, .045, .355, 1);
}

.bb-case-studies-item:hover {
  color: var(--primary);
  background-color: #fff;
  border-color: #2d5346;
}

.bb-cases-subscribe-input {
  border-radius: 100px;
  min-height: 51px;
  display: block;
}

.bb-cases-content-heading-subtitle {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.2;
}

.bb-case-rich-text {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.collection-list-wrapper-6 {
  position: sticky;
  top: 200px;
  bottom: 100px;
}

.div-block-89 {
  background-color: #f4f4f4;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
  padding: 32px;
  display: flex;
}

.bb-ghost-dark-button {
  color: var(--grey--grey-600);
  background-color: #35364000;
  background-image: url('../images/arrow-right.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border: 1px solid #353640;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-ghost-dark-button:hover {
  background-color: #ffffff0d;
  background-position: 102% 49%;
}

.text-block-64 {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.bb-case-studies-related {
  background-color: var(--white);
  padding: 60px 0 100px;
}

.bb-cases-subscribe-heading-related {
  margin-bottom: 20px;
  font-size: 48px;
}

.bb-case-studies-list-related {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bb-case-studies-item-related {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-case-studies-item-link-related {
  background-color: var(--off-white);
  box-shadow: inset 0 0 0 0 var(--off-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0);
}

.bb-case-studies-item-link-related:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
  transform: translate(0, -6px);
}

.bb-case-studies-item-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: start;
  height: 130px;
  display: grid;
}

.bb-case-studies-item-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 130px;
  display: flex;
}

.bb-case-studies-item-heading-title {
  color: var(--dark-gray);
  font-size: 24px;
  line-height: 1.2;
}

.bb-case-studies-item-logo {
  max-width: 150px;
  max-height: 60px;
  margin-bottom: 0;
}

.bb-case-studies-item-cta2 {
  border: 2px solid var(--primary);
  color: var(--primary);
  cursor: pointer;
  background-color: #0000;
  border-radius: 5px;
  margin: 20px 0 0;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .325s cubic-bezier(.645, .045, .355, 1);
}

.bb-case-studies-item-cta2:hover {
  background-color: var(--primary);
  color: #fcf4ee;
}

.bb-case-studies-logo {
  z-index: 5;
  max-width: 200px;
  position: relative;
}

.swiper-slide-link.b-cs-reviews-item-persistent {
  min-width: auto;
  display: block;
}

.swiper-slide-link.bb-work-slider.swiper-slider {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.swiper-slide-link.bb-work-slider.swiper-slider:hover {
  outline-width: 6px;
}

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

.div-block-92, .div-block-93 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bb-separator {
  height: 64px;
}

.bb-separator.bb-separator-48 {
  height: 48px;
}

.bb-separator._32 {
  height: 32px;
}

.bb-separator._128 {
  height: 128px;
}

.bb-separator._48 {
  height: 48px;
}

.bb-separator._96 {
  height: 96px;
}

.bb-page {
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
}

.bb-follow {
  background-color: var(--primary-brand);
}

.bb-follow-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.bb-follow-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #a6c6b7;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.bb-follow-link {
  color: #fff;
  font-weight: 500;
}

.bb-social {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.b-row-py-20-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rich-text-block a {
  display: inline;
}

.div-block-94 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.bb-project-swiper {
  max-width: 100%;
  overflow: hidden;
}

.bb-casestudies-hero-section {
  padding-top: 64px;
  padding-bottom: 0;
}

.bb-casestudies-wide-container {
  max-width: 1440px;
  padding-top: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.bb-casestudies-tall-video {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  display: flex;
}

.bb-casestudies-left-wrapper, .bb-casestudies-mid-wrapper {
  width: 100%;
  height: 700px;
}

.bb-casestudies-right-wrapper {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: visible;
}

.bb-left-tall-video-bg {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-image: url('../images/empty_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px 12px 12px 48px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: DM Serif Display, sans-serif;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.bb-left-tall-video-bg:hover {
  outline-width: 6px;
}

.bb-mid-tall-video-bg {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-image: url('../images/empty_bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: DM Serif Display, sans-serif;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.bb-mid-tall-video-bg:hover {
  outline-width: 6px;
}

.bb-right-tall-video-bg {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-image: url('../images/empty_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px 48px 12px 12px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: DM Serif Display, sans-serif;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.bb-right-tall-video-bg:hover {
  outline-width: 6px;
}

.bb-casestudies-work-section {
  padding-top: 64px;
  padding-bottom: 96px;
}

.link-7 {
  color: var(--grey--grey-600);
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.link-7:hover {
  color: var(--2a4e42);
}

.text-block-65 {
  color: #222;
  font-family: Manrope, sans-serif;
}

.bb-selected-work-anchors {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 0;
  padding-bottom: 64px;
  display: flex;
}

.bb-heading-work-h2 {
  margin-bottom: 24px;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.bb-heading-work-h2.bb-mb-0 {
  margin-bottom: 0;
}

.bb-selected-work-case-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  justify-content: flex-start;
  padding: 48px;
  display: flex;
}

.bb-datascience-case-text-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-selected-work-case-category {
  background-color: #fcf4ee;
  border-radius: 12px;
  padding: 4px 16px;
}

.text-block-66 {
  font-family: Manrope, sans-serif;
  line-height: 32px;
}

.text-block-66.active {
  color: var(--primary-2);
  text-decoration: underline;
}

.bb-selected-work-case-heading {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  line-height: 1.18;
}

.bb-selected-work-case-desc {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-97 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-76 {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.bb-selected-work-case-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bb-selected-work-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.bb-lightgrey-banner {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-color: #f4f4f4;
  border-radius: 99999px;
  outline-width: 0;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding: 32px 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-lightgrey-banner:hover {
  outline-width: 6px;
}

.bb-text-dark-large {
  color: #62636b;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-casestudies-projects-section {
  background-color: #f4f4f4;
  padding-top: 64px;
  padding-bottom: 96px;
}

.bb-casestudies-projects-section.bb-casestudies-bg {
  background-color: #fff;
}

.div-block-98 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end start;
  align-items: end;
  display: grid;
}

.bb-projects-cases-desc {
  max-width: 800px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-latest-projects-cta-banner {
  display: block;
}

.bb-selected-work-list-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.bb-casestudies-card-img-bg {
  background-image: url('../images/empty_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 240px;
}

.bb-casestudies-cards-top {
  background-image: radial-gradient(circle, #0000001a, #00000040);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 48px 32px;
  display: flex;
  position: relative;
}

.image-100 {
  max-width: 164px;
  max-height: 64px;
}

.image-101 {
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.bb-casestudies-cards-top-images {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-77 {
  font-family: Manrope, sans-serif;
}

.div-block-102 {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 294px;
  padding: 48px;
  display: flex;
}

.bb-latest-projects-category {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcf4ee;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px;
  display: flex;
}

.div-block-103 {
  border-radius: 24px;
  width: 100%;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: block;
  overflow: hidden;
}

.bb-casestudies-list {
  padding-left: 0;
  padding-right: 0;
}

.collection-list-8 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.link-block-11 {
  border: 1px solid var(--grey--grey-300);
  border-radius: 24px;
  width: 100%;
  position: relative;
}

.bb-selected-work-card.b-cs-reviews-item-persistent {
  min-width: auto;
  display: block;
}

.bb-selected-work-card.bb-work-slider.swiper-slider {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
  width: auto;
  min-width: 450px;
  height: 620px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  overflow: hidden;
}

.bb-selected-work-card.bb-work-slider.swiper-slider:hover {
  outline-width: 6px;
}

.bb-selected-work-card-image {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  inset: 0% auto auto 0%;
}

.bb-selected-work-card-image:hover {
  opacity: .9;
}

.bb-selected-work-card-wrapper {
  z-index: 50;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 48px;
  display: flex;
  position: relative;
}

.bb-selected-work-logo {
  z-index: 5;
  position: relative;
}

.bb-cases-filters {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.b-max-800 {
  max-width: 800px;
}

.b-text-wrap-ballance {
  text-wrap: balance;
}

.bb-servie-two-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bb-service-card-left-wraper {
  background-color: #f4f4f4;
  border-radius: 48px 12px 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 558px;
  padding: 108px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-service-card-left-wraper:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 1px #000;
  outline-width: 6px;
  outline-style: solid;
}

.div-block-109 {
  background-color: #f4f4f4;
  width: 100%;
  height: 558px;
}

.bb-service-wide-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.bb-service-card-right {
  background-color: #f4f4f4;
  border-radius: 12px 48px 12px 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 558px;
  padding: 108px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-service-card-right:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: solid;
}

.bb-service-card-bottom {
  background-color: #f4f4f4;
  border-radius: 12px 12px 48px 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 558px;
  padding: 108px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-service-card-bottom:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: solid;
}

.bb-work-section {
  padding-top: 48px;
}

.bb-services-cards-title {
  text-transform: none;
  margin-bottom: 45px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
}

.bb-services-cards-subtitle {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.bb-services-cards-paragraph {
  color: var(--grey-500);
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-wide-container-alt {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.bb-wide-container-alt.bb-solutions {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bb-solution-card-left {
  background-color: #f4f4f4;
  border-radius: 48px 12px 12px 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 720px;
  padding: 108px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-solution-card-left:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 1px #000;
  outline-width: 6px;
  outline-style: solid;
}

.bb-solution-card-right {
  background-color: #f4f4f4;
  border-radius: 12px 48px 48px 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 720px;
  padding: 108px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-solution-card-right:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: solid;
}

.bb-solutions-two-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.bb-white-section {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-white-section.bb-pt-0 {
  background-color: var(--white);
}

.bb-grey-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey--grey-200);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 32px 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.bb-grey-card.bb-solutions-topics-last {
  border-bottom-left-radius: 48px;
}

.bb-grey-card.bb-solutions-topics-first {
  z-index: 1;
  background-color: var(--grey--grey-200);
  border-top-left-radius: 42px;
  min-height: auto;
  position: relative;
}

.bb-grey-card.bb-solutions-topics-second {
  border-top-right-radius: 48px;
}

.bb-grey-card.bb-vert-card-last {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.bb-grey-card.bb-vert-card-first {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

.bb-solutions-heading-h2 {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.bb-solutions-topics {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-80 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.heading-80.small:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
  font-size: 26px;
}

.bb-solutions-trusted {
  background-color: var(--primary-brand);
  border-radius: 48px;
  padding: 48px 108px;
  overflow: hidden;
}

.bb-partnered-best {
  color: #353640;
  text-align: left;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.bb-partnered-best.white {
  color: #fff;
  text-wrap: balance;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 48px;
  line-height: 61px;
}

.bb-partnered-best.white.b-text-center {
  text-align: center;
}

.bb-partnered-best.white.b-text-center.b-lp-trusted-title-limit {
  max-width: 523px;
  margin-left: auto;
  margin-right: auto;
}

.bb-partnered-best.center {
  color: #fff;
  text-align: center;
}

.bb-partnered-best.center.black {
  color: #353640;
  font-size: 54px;
}

.bb-partnered-best.center.black._48 {
  color: #353640;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
}

.bb-partnered-best.center.black._48.logos {
  margin-top: 0;
}

.bb-parnere-grid-text-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-partnered-text {
  color: #62636b;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.bb-partnered-text.black {
  color: #000;
}

.bb-partnered-text.white {
  color: #fff;
}

.link-block-12 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  padding-top: 0;
}

.bb-services-main-section {
  padding-top: 0;
}

.bb-popup-card-bottom {
  z-index: 2;
  border: 4px solid var(--white);
  background-color: var(--off-white);
  opacity: 0;
  border-radius: 12px;
  width: 112px;
  height: 112px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(-16px, 38px)scale(.8);
  box-shadow: 0 4px 4px #00000045;
}

.bb-popup-card-top {
  z-index: 3;
  aspect-ratio: 1;
  border: 4px solid var(--white);
  opacity: 0;
  object-fit: cover;
  background-color: #2d5346;
  border-radius: 12px;
  width: 112px;
  height: 112px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(0)translate(-29px, 38px)scale(.8);
  box-shadow: 0 4px 4px #00000045;
}

.div-block-112 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 794px;
  display: grid;
}

.bb-left-tall-video-bg-lp {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 48px 12px 12px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: DM Serif Display, sans-serif;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.bb-left-tall-video-bg-lp:hover {
  outline-width: 6px;
}

.bb-lp-left-wrapper {
  width: 100%;
  height: 794px;
}

.bb-lp-right-wrapper {
  width: 100%;
  height: 791px;
  position: relative;
  overflow: visible;
}

.bb-lp-bot-card {
  padding-top: 24px;
}

.bb-lp-trusted {
  background-color: var(--primary-brand);
  text-align: center;
  border-radius: 0;
  width: 100%;
  padding: 48px 64px;
  overflow: hidden;
}

.bb-lp-trusted-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bb-lp-trusted-title {
  color: #353640;
  text-align: left;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.bb-lp-trusted-title.white {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 48px;
  line-height: 61px;
}

.bb-lp-trusted-title.white.b-text-center {
  text-align: center;
}

.bb-lp-trusted-title.white.b-text-center.b-lp-trusted-title-limit {
  max-width: 540px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.bb-lp-trusted-title.center {
  color: #fff;
  text-align: center;
}

.bb-lp-trusted-title.center.black {
  color: #353640;
  font-size: 54px;
}

.bb-lp-trusted-title.center.black._48 {
  color: #353640;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
}

.bb-lp-trusted-title.center.black._48.logos {
  margin-top: 0;
}

.bb-lp-text {
  color: #62636b;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.bb-lp-text.black {
  color: #000;
}

.bb-lp-text.white {
  color: #fff;
  text-align: center;
  max-width: 752px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-lp-trusted-link {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  border-radius: 24px 24px 48px 48px;
  flex-flow: column;
  justify-content: center;
  padding-top: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: relative;
  overflow: hidden;
}

.bb-lp-trusted-link:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 24px 24px 48px 46px;
  outline-width: 6px;
  outline-style: solid;
}

.bb-lp-top-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 794px;
  display: grid;
}

.bb-lp-trusted-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.bb-ghost-banner {
  border: 1px solid var(--mint-cream);
  background-color: var(--primary-brand);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border-radius: 9999px;
  outline-width: 0;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding: 32px 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-ghost-banner:hover {
  outline-width: 6px;
}

.bb-ghost-banner.bb-mt-0.bb-solutions-topics-cta {
  background-color: var(--primary-brand);
  border-radius: 24px 24px 48px;
  height: 100%;
  margin-top: 0;
}

.bb-testimonials-global {
  padding-top: 42px;
  padding-bottom: 96px;
  overflow: hidden;
}

.bb-lp-form-header {
  background-color: var(--grey--grey-200);
  padding-top: 64px;
  padding-bottom: 64px;
}

.bb-lp-form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bb-lp-form {
  opacity: .98;
  background-color: #fff;
  border-radius: 48px;
  padding: 48px;
}

.bb-lp-form-logo {
  width: 198px;
}

.bb-lp-form-wrapper-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding-right: 24px;
  display: flex;
}

.section-28 {
  background-color: var(--primary-brand);
  padding-top: 64px;
  padding-bottom: 64px;
}

.heading-81 {
  color: var(--white);
  text-align: center;
}

.text-block-67 {
  color: var(--mint-cream);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

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

.bb-lp-stats-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bb-lp-fullwidth-bar-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.bb-lp-topic-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bb-lp-form-topic-wrapper {
  flex: 1;
}

.bb-lp-form-topic-icon {
  margin-top: 0;
  margin-right: 24px;
}

.bb-lp-form-topic-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-lp-form-topic {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

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

.heading-83 {
  font-size: 24px;
  line-height: 50px;
}

.bb-form-title {
  color: var(--primary-brand);
  font-size: 24px;
  line-height: 34px;
}

.bb-form-description {
  font-weight: 400;
}

.bb-lp-form-label {
  color: var(--grey-500);
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 32px;
}

.text-block-68 {
  color: var(--grey-500);
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.bb-lp-form-field {
  border: 1px solid #cbd6e2;
  border-radius: 8px;
}

.bb-green-button {
  background-color: var(--primary-brand);
  color: var(--white);
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-green-button:hover {
  background-color: var(--213d34);
  background-position: 102% 49%;
}

.bb-casestudies-card-collection-categories-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-list-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.link-block-13 {
  display: block;
}

.link-block-14 {
  z-index: 1;
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  width: 100%;
  height: 100%;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-14:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: solid;
}

.b-cta-above-footer-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  display: flex;
}

.b-cta-above-footer-menu.b-py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.b-cta-above-footer-menu.b-py-120.bg-orange-1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b-footer-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.active, .bb-filter-link.active {
  color: var(--primary-2);
  text-decoration: underline;
}

.div-block-119 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-120 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-lp-sticky {
  position: sticky;
  top: 24px;
}

.bb-spacer-86 {
  height: 86px;
}

.bb-lp-form-footer {
  background-color: var(--primary-brand);
}

.rich-text-block-2, .text-block-69 {
  opacity: .5;
  color: var(--fcf4ee);
  font-weight: 400;
}

.link-8 {
  opacity: .5;
  color: var(--fcf4ee);
  font-weight: 400;
  text-decoration: underline;
}

.bb-lp-form-footer-line {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bb-lp-form-footer-wrapper {
  justify-content: space-between;
  display: flex;
}

.spacer-86 {
  height: 86px;
}

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

.bb-cases-numbers-wrapper {
  padding-bottom: 4px;
}

.g_padding {
  padding: 48px;
}

.btn.btn-margin {
  margin: 48px;
}

.g_bg_black {
  background-color: #000;
}

.bb-casestudies-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end start;
  align-items: end;
  display: grid;
}

.bb-casestudies-grid.bb-casestudies-grid-mb, .bb-casestudies-grid.bb-blogs-grid {
  margin-bottom: 64px;
}

.bb-casestudies-cards-grid-3cl {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.bb-casestudies-card-cat-btn {
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bb-casestudies-cards-bottom-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 294px;
  padding: 32px;
  display: flex;
}

.bb-casestudies-card-heading {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.bb-casestudies-cards-wrapper {
  border-radius: 24px;
  width: 100%;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: block;
  overflow: hidden;
}

.bb-casestudies-card-case-study-btn {
  margin-top: 0;
}

.bb-casestudies-card-header {
  max-width: 780px;
  color: var(--white);
  white-space: normal;
  vertical-align: baseline;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: none;
}

.bb-casestudies-cards-metrics {
  z-index: 10;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5px;
  display: block;
  position: relative;
}

.bb-casestudies-card-header-metric {
  max-width: 780px;
  color: var(--white);
  order: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.bb-case-studies-items-wraper {
  border: 1px solid var(--grey--grey-300);
  border-radius: 24px;
  width: 100%;
  position: relative;
}

.bb-casestudies-link-block {
  z-index: 10;
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  width: 100%;
  height: 100%;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bb-casestudies-link-block:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: solid;
}

.bb-casestudies-card-collection-categories-items {
  display: block;
}

.bb-casestudies-card-header-none {
  max-width: 780px;
  color: var(--white);
  white-space: normal;
  vertical-align: baseline;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: none;
}

.bb-casestudies-card-img {
  max-width: 164px;
  max-height: 64px;
}

.bb-casestudies-card-collection-categories-empty {
  background-color: #0000;
  width: 0;
  height: 0;
  display: none;
}

.bb-casestudies-cards-metrics-text-wraper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-wrap: balance;
  font-size: 19px;
  display: block;
}

.bb-casestudies-cards-metrics-1-number {
  display: inline;
}

.bb-casestudies-cards-metrics-1-text {
  text-transform: capitalize;
  padding-left: 8px;
  display: inline;
}

.bb-casestudie-testimonials-section {
  padding-top: 128px;
  padding-bottom: 56px;
  overflow: hidden;
}

.bb-casestudies-testimonials-collection-list {
  display: flex;
}

.bb-casestudies-cards-top-bg-image {
  opacity: 1;
  background-image: url('../images/empty_bg.png');
  background-position: 50%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bb-service-card-100-text-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.bb-service-card-100-title {
  -webkit-text-stroke-color: var(--grey--grey-600);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
}

.bb-service-card-100-subtitle {
  -webkit-text-stroke-color: var(--grey--grey-600);
  margin-bottom: 24px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.bb-service-card-100-paragraph {
  color: var(--grey-500);
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-service-partner-container {
  max-width: 1440px;
  padding-top: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.bb-service-partner-container.bb-solutions, .bb-service-partner-container.bb-solutions-v2 {
  margin-top: 128px;
  margin-bottom: 128px;
  padding-top: 0;
}

.bb-service-partner-link {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  width: 100%;
  padding-top: 0;
}

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

.bb-service-creative-grid {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: #0000;
  grid-template-rows: auto;
  justify-content: stretch;
  height: 548px;
  max-height: 548px;
}

.bb-service-ds-grid-title-blk {
  color: var(--grey--grey-600);
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

.bb-service-video-grid-subtitle {
  width: 100%;
  height: 100%;
  color: var(--light-gray);
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.bb-service-div-grid {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: block;
}

.bb-service-div-grid.align-items-end {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.bb-service-solutions-grid-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 297px;
  display: flex;
}

.bb-service-solutions-grid-imgs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.bb-service-creative-wraper {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-color: #ffffff0a;
  border-radius: 48px;
  outline-width: 0;
  outline-style: solid;
  margin-top: 64px;
  margin-bottom: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-service-creative-wraper:hover {
  outline-width: 6px;
}

.div-block-124 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-84, .heading-85 {
  font-size: 32px;
}

.bb-service-creative-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  margin: 0;
  padding: 48px;
  display: flex;
}

.heading-86 {
  font-size: 32px;
}

.heading-87 {
  color: var(--light-gray);
  font-size: 32px;
}

.bb-service-video-paragraph {
  color: var(--grey--grey-200);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-service-creative-right {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 48px;
  display: flex;
}

.bb-services-form-field {
  background-color: var(--white);
  width: 100%;
  height: 62px;
  color: var(--black);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 24px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.bb-services-form-field::placeholder {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-weight: 700;
}

.bb-services-icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center;
  display: grid;
}

.bb-services-icon-image {
  max-width: 25px;
  max-height: 25px;
}

.bb-service-video-icon {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 20px;
  display: flex;
}

.bb-performance-header--wraper {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end stretch;
  width: 100%;
  margin-bottom: 48px;
  display: grid;
}

.bb-services-paid-text {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-services-paid-text.bb-bold {
  font-weight: 500;
}

.bb-services-section-data-science {
  background-color: var(--grey--grey-200);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bb-services-ds-overlay {
  z-index: 2;
  background-color: var(--grey--grey-200);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bb-services-ds-wrap {
  z-index: 3;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  min-height: 80svh;
  padding: 128px 0;
  display: block;
  position: relative;
}

.bb-services-ds-center {
  padding-left: 12px;
  padding-right: 12px;
}

.bb-services-ds-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.bb-service-ds-grid-subtitle-blk {
  color: var(--grey-500);
  text-align: right;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-service-ds-grid {
  background-color: #fff;
  border-radius: 48px;
  grid-template-rows: auto;
  height: 548px;
  margin-top: 0;
}

.bb-service-ds-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 48px;
  display: flex;
}

.bb-services-ds-left-title-wraper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 475px;
  display: flex;
}

.bb-services-ds-left-title-blk {
  color: var(--grey--grey-600);
  -webkit-text-stroke-color: var(--black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.bb-services-ds-left-title-paragraph {
  max-width: 475px;
  color: var(--grey-500);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-128 {
  height: 100%;
}

.bb-services-ds-form-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
}

.form-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.bb-service-ds-form-field-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.bb-services-ds-form-field {
  border: 1px solid var(--grey--grey-300);
  background-color: var(--grey--grey-200);
  width: 100%;
  max-width: 461px;
  min-height: 62px;
  color: var(--black);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 15px 24px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bb-services-ds-form-field::placeholder {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-weight: 700;
  line-height: 32px;
}

.bb-service-video-arrow-blk, .image-103 {
  width: 32px;
  height: 32px;
}

.bb-services-creative-form-wraper {
  max-width: 548px;
  display: block;
}

.bb-service-ds-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 48px;
  display: block;
}

.bb-service-grid-title {
  color: var(--off-white);
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.bb-service-ds-form-wraper {
  margin-bottom: 0;
}

.form-5 {
  width: 100%;
}

.bb-service-field-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 461px;
  display: flex;
}

.bb-service-video-title-wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-service-video-title {
  color: var(--light-gray);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.bb-service-video-title-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.bb-service-video-arrow-wht {
  width: 32px;
  height: 32px;
}

.bb-service-partner-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-129 {
  opacity: .39;
  background-image: url('../images/Services.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.image-104 {
  z-index: 999;
  opacity: .42;
  border-radius: 0;
  font-family: DM Serif Text, sans-serif;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bb-pm-section {
  background-color: var(--grey--grey-200);
  padding-top: 110px;
  padding-bottom: 128px;
}

.bb-pm-title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.bb-pm-header-grid-wraper {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
  display: grid;
}

.heading-88 {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.bb-service-pm-top-text-wraper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.bb-service-pm-card-logos-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.image-105 {
  width: 25px;
  height: 25px;
}

.bb-service-pm-card-logo {
  width: 26px;
  height: 26px;
}

.bb-card-logo-content {
  color: var(--grey--grey-600);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bb-pm-100-card {
  margin-top: 0;
}

.bb-service-pm-card-bt-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.bb-service-pm-100-card {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--white);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px 24px 48px 48px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  max-height: 279px;
  margin-top: 0;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.bb-service-pm-100-card:hover {
  outline-width: 6px;
}

.bb-service-pm-card-botom-heading {
  color: var(--grey--grey-600);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

.paragraph-52 {
  -webkit-text-stroke-color: var(--grey-500);
  margin-bottom: 0;
  line-height: 28px;
}

.bb-service-pm-100-text {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: relative;
}

.bb-service-pm-100-paragraph {
  color: var(--grey--grey-600);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bb-service-pm-100-text-wraper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.grid-20, .bb-service-pm-icon-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-right: 48px;
}

.bb-services-pm-cards-title {
  text-transform: none;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
}

.bb-services-pm-cards-subtitle-copy {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.bb-service-pm-card-50-header-wraper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.bb-services-pm-cards-paragraph {
  color: var(--grey-500);
  overflow-wrap: normal;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-partnered-best-heading {
  color: #353640;
  text-align: left;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 61px;
}

.bb-partnered-best-heading.white {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 48px;
  line-height: 61px;
}

.bb-partnered-best-heading.white.b-text-center {
  text-align: center;
}

.bb-partnered-best-heading.white.b-text-center.b-lp-trusted-title-limit {
  max-width: 523px;
  margin-left: auto;
  margin-right: auto;
}

.bb-partnered-best-heading.center {
  color: #fff;
  text-align: center;
}

.bb-partnered-best-heading.center.black {
  color: #353640;
  font-size: 54px;
}

.bb-partnered-best-heading.center.black._48 {
  color: #353640;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
}

.bb-partnered-best-heading.center.black._48.logos {
  margin-top: 0;
}

.bb-partnered-best-heading.color-white {
  color: var(--off-white);
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
}

.bb-service-solutions-grid-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.bb-partnered-subtitle {
  color: #62636b;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.bb-partnered-subtitle.black {
  color: #000;
}

.bb-partnered-subtitle.white {
  color: #fff;
}

.bb-partnered-subtitle.color-grey-200 {
  color: var(--grey--grey-200);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.bb-cs-services-title-grid-wraper {
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.bb-service-pm-icon-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 25px;
  height: 25px;
  display: block;
}

.bb-service-pm-card-logos-grid-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.bb-service-projects-cta-banner, .bb-service-projects-cta-banner-copy {
  display: block;
}

.bb-service-video-form {
  margin-left: 20px;
}

.bb-hero-header-subtitle {
  max-width: 800px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-hero-header-subtitle.bb-max-width-none {
  max-width: none;
}

.bb-hero-header-title {
  text-wrap: balance;
  margin-bottom: 32px;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.bb-hero-header-title.bb-limit-600 {
  max-width: 600px;
}

.bb-space-div-64 {
  height: 64px;
}

.bb-service-partner-container-v2 {
  max-width: 1440px;
  padding-top: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.bb-service-partner-container-v2.bb-solutions {
  margin-top: 128px;
  margin-bottom: 128px;
  padding-top: 0;
}

.bb-service-partner-container-v2.bb-solutions-v2 {
  outline-offset: 0px;
  outline: 3px #62636b;
  margin-top: 128px;
  margin-bottom: 128px;
  padding-top: 0;
}

.bb-service-partner-v2-link {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  width: 100%;
  padding-top: 0;
}

.bb-service-partner-v2-container {
  background-color: var(--primary-brand);
  border-radius: 48px;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  overflow: hidden;
}

.bb-service-partner-v2-container:hover {
  outline-width: 6px;
}

.bb-service-partner-v2-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.bb-service-partner-v2-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.bb-service-solutions-grid-imgs-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.bb-service-partner-v2-grid-imgs {
  grid-column-gap: 48px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.bb-service-partner-v2-grid-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.bb-service-partnered-v2-heading {
  color: #353640;
  text-align: left;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 61px;
}

.bb-service-partnered-v2-heading.white {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 48px;
  line-height: 61px;
}

.bb-service-partnered-v2-heading.white.b-text-center {
  text-align: center;
}

.bb-service-partnered-v2-heading.white.b-text-center.b-lp-trusted-title-limit {
  max-width: 523px;
  margin-left: auto;
  margin-right: auto;
}

.bb-service-partnered-v2-heading.center {
  color: #fff;
  text-align: center;
}

.bb-service-partnered-v2-heading.center.black {
  color: #353640;
  font-size: 54px;
}

.bb-service-partnered-v2-heading.center.black._48 {
  color: #353640;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
}

.bb-service-partnered-v2-heading.center.black._48.logos {
  margin-top: 0;
}

.bb-service-partnered-v2-heading.color-white {
  color: var(--off-white);
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  line-height: 54px;
}

.bb-service-partnered-v2-subtitle {
  color: #62636b;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.bb-service-partnered-v2-subtitle.black {
  color: #000;
}

.bb-service-partnered-v2-subtitle.white {
  color: #fff;
}

.bb-service-partnered-v2-subtitle.color-grey-200 {
  color: var(--off-white);
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.bb-service-partener-v2-title {
  display: flex;
}

.bb-service-partner-v2-grid-subtitle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.bb-space-div-24, .bb-space-div-64-copy {
  height: 24px;
}

.bb-space-div-64-fixed {
  height: 64px;
}

.bb-space-div-24-fixed {
  height: 24px;
}

.bb-service-brow-better {
  max-width: 1420px;
}

.bb-space-div-32 {
  height: 32px;
}

.bb-services-learn-more-wraper {
  padding-top: 32px;
}

.bb-space-div-24-copy {
  height: 24px;
}

.bb-partner-v2-grid-wraper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 48px 108px;
  display: flex;
}

.bb-cc-our-work-nav {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bb-our-work-arrow-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bb-service-loking-for-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--dark-gray);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  text-align: center;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  align-items: center;
  padding: 108px 20px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-service-loking-for-wraper:hover {
  outline-width: 6px;
}

.bb-service-loking-for-h2-wraper {
  flex: 1;
  align-self: stretch;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.bb-space-div-48 {
  height: 48px;
}

.bb-solutions-cards-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-solutions-white-container {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-solutions-white-container.bb-pt-0 {
  background-color: var(--white);
}

.bb-solutions-topics-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 128px;
  display: flex;
}

.bb-solutions-topics-wraper:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bb-space-div-48-fixed, .bb-space-div-48-fixed-copy {
  height: 24px;
}

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

.link-block-16 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.text-block-70 {
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.bb-service-ds-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  display: block;
}

.bb-service-ds-grid-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.bb-services-ds-form-field-2 {
  border: 1px solid var(--grey--grey-300);
  background-color: var(--grey--grey-200);
  width: 100%;
  max-width: 461px;
  min-height: 62px;
  color: var(--black);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 15px 24px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bb-services-ds-form-field-2::placeholder {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-weight: 700;
  line-height: 32px;
}

.bb-services-performace {
  flex-flow: column;
  display: flex;
}

.bb-hero-left-section {
  padding-top: 48px;
  padding-bottom: 56px;
}

.bb-hero-left-section.bb-pb-0 {
  padding-top: 64px;
  padding-bottom: 48px;
}

.bb-hero-description {
  max-width: 840px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-hero-description.bb-max-width-none {
  max-width: none;
}

.bb-cs-services-section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bb-cs-services-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bb-cs-services-overlay {
  z-index: 2;
  opacity: .88;
  background-image: radial-gradient(circle, #0009, #000000e6 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bb-cs-services-vid-topper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.bb-cs-services-vid-topper-desc {
  max-width: 700px;
  color: var(--grey--grey-200);
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.bb-cs-services-vid-topper-h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
}

.bb-cs-services-vid-card {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: #ffffff0a;
  border: 1px solid #838383;
  border-radius: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px;
  display: grid;
}

.bb-cs-services-vid-card-topics {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.bb-cs-services-vid-card-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.bb-cs-services-vid-card-h2 {
  max-width: 500px;
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.bb-cs-services-vid-card-h2-wrapper {
  flex-flow: row;
  display: flex;
}

.bb-cs-services-vid-card-desc {
  color: var(--grey--grey-200);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-cs-services-item {
  background-color: var(--grey--grey-200);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: left;
  border: 1px solid #83838366;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.bb-cs-services-title {
  color: var(--black);
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.bb-cs-services-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: center;
  margin-top: 120px;
  display: flex;
}

.bb-cs-services-icon-image {
  width: 26px;
  height: 26px;
}

.bb-goodbye-section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-goodbye-description {
  width: 594px;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-plus-grid-top-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  overflow: hidden;
}

.bb-plus-grid-top-row:where(.w-variant-6487207d-5911-0d04-9fa6-d7c3b621bcc7) {
  grid-template-columns: 1fr 1fr 1fr;
}

.bb-plus-grid {
  background-color: var(--grey--grey-200);
  outline-offset: 0px;
  outline: 0 #e2e2e2;
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-plus-grid-cell {
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 260px;
  padding: 48px;
  display: flex;
  position: relative;
}

.paragraph-54 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.bb-plus-grid-result-row-wrapper {
  background-color: var(--white);
  border-radius: 24px 24px 48px 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  display: flex;
}

.bb-plus-grid-result-row-heading {
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.text-block-71 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  padding-bottom: 0;
  font-size: 40px;
  display: flex;
}

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

.bb-plus-grid-plus-row {
  z-index: 20;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  margin-bottom: -24px;
  display: flex;
  position: relative;
}

.text-block-72 {
  color: var(--black);
  background-color: #fcf4ee;
  border-radius: 12px;
  padding: 4px 16px;
  position: absolute;
  inset: 48px 48px auto auto;
}

.bb-plus-grid-heading-wrapper {
  margin-bottom: 40px;
}

.bb-related-case {
  padding-top: 128px;
  padding-bottom: 0;
}

.bb-plus-grid-mid-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  overflow: hidden;
}

.bb-plus-grid-mid-row:where(.w-variant-6487207d-5911-0d04-9fa6-d7c3b621bcc7) {
  display: none;
}

.bb-related-case-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  outline-offset: 0px;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  outline: 0 solid #068466;
  padding: 48px;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.bb-related-case-card:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: solid;
}

.bb-category-pill {
  color: var(--black);
  text-align: left;
  background-color: #fcf4ee;
  border-radius: 12px;
  padding: 4px 16px;
  display: block;
  position: static;
  inset: 48px 48px auto auto;
}

.bb-related-case-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bb-related-case-heading {
  margin-bottom: 0;
}

.bb-related-case-desc {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.b-spacer-48 {
  height: 48px;
}

.bb-plus-grid-pill {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  border-radius: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: flex;
}

.bb-plus-grid-right {
  flex: 0 auto;
  width: 45%;
  padding: 48px;
}

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

.bb-plus-grid-pill-left {
  flex: 1;
  width: 55%;
  padding: 48px;
}

.bb-plus-grid-left-text, .bb-plus-grid-right-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.bb-cta-banner-link {
  width: 100%;
}

.bb-values-section-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--primary-brand);
  border-radius: 48px;
  flex-flow: column;
  padding: 96px 109px;
  display: flex;
}

.bb-values-description {
  color: var(--grey--grey-200);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-values-description.bb-text-color-grey-600 {
  color: var(--grey--grey-600);
}

.bb-values-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 740px;
  height: 100%;
  display: flex;
}

.bb-values-section-card-header {
  display: flex;
}

.link-10 {
  color: var(--grey--grey-200);
  flex-flow: row;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bb-values-section-header-btns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.bb-values-section-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.bb-values-section-grid-cell {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #0000001a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.bb-values-section-grid-cell-title {
  color: var(--off-white);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.bb-values-section-grid-cell-desc {
  color: var(--green-200);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-values-section-grid-cell-num {
  width: 48px;
  height: 48px;
  color: var(--off-white);
  background-color: #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.bb-photo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.bb-photo-textrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.bb-photo-secondrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: grid;
}

.bb-photo-thirdrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bb-panda-memories-cta-text {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-photo-section-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  left: -61px;
}

.bb-photo-grid-limits {
  width: 375px;
  height: 240px;
  position: relative;
}

.bb-photo-grid-image {
  border: 3px solid #fff;
  border-radius: 9px;
  max-width: none;
  max-height: 100%;
  position: absolute;
  transform: rotate(0);
  box-shadow: 0 3px 3px #0003;
}

.bb-photo-grid-image.bb-photo-grid-image-1 {
  z-index: 10;
  position: absolute;
  top: 116px;
  bottom: auto;
  right: -15.8281px;
  transform: rotate(3.5deg);
}

.bb-photo-grid-image.bb-photo-grid-image-2 {
  z-index: 9;
  position: absolute;
  inset: -37px auto auto -167px;
  transform: rotate(-4.5deg);
}

.bb-photo-grid-image.bb-photo-grid-image-3 {
  z-index: 9;
  position: absolute;
  inset: 0 auto auto 90px;
  transform: rotate(-6.74deg);
}

.bb-photo-grid-image.bb-photo-grid-image-4 {
  z-index: 8;
  position: absolute;
  inset: 24px auto auto 50px;
  transform: rotate(4.59deg);
}

.bb-photo-grid-image.bb-photo-grid-image-5 {
  z-index: 2;
  position: absolute;
  inset: 44px auto auto -20px;
  transform: rotate(-6.63deg);
}

.bb-photo-grid-image.bb-photo-grid-image-6 {
  z-index: 1;
  position: absolute;
  inset: -30px auto auto -90px;
  transform: rotate(4.263deg);
}

.bb-photo-grid-image.bb-photo-grid-image-7 {
  z-index: 8;
  position: absolute;
  inset: 10px auto auto -20px;
  transform: rotate(5.373deg);
}

.bb-photo-grid-image.bb-photo-grid-image-8 {
  z-index: 7;
  position: absolute;
  inset: -8px auto auto 11px;
  transform: rotate(1.63deg);
}

.bb-photo-grid-image.bb-photo-grid-image-9 {
  z-index: -1;
  position: absolute;
  inset: 2px auto auto -26px;
  transform: rotate(-3.82deg);
}

.bb-photo-grid-image.bb-photo-grid-image-10 {
  z-index: -1;
  position: absolute;
  inset: -6px auto auto -45px;
  transform: rotate(4.25deg);
}

.bb-photo-grid-image.bb-photo-grid-image-11 {
  z-index: -1;
  position: absolute;
  inset: -20px auto auto -70px;
  transform: rotate(-3.7deg);
}

.bb-photo-section {
  padding-top: 128px;
  overflow: clip;
}

.bb-life-panda-section {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-life-panda-section.bb-pt-0 {
  padding-top: var(--grey--128px);
  padding-bottom: var(--grey--128px);
  background-color: var(--white);
}

.bb-team-panda-header {
  grid-column-gap: var(--grey--32px);
  grid-row-gap: var(--grey--32px);
  text-wrap: balance;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: flex-start stretch;
  margin-bottom: 48px;
  display: flex;
}

.bb-life-panda-desc {
  text-align: left;
  max-width: 697px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-life-panda-desc.bb-bold {
  font-weight: 500;
}

.bb-life-panda-heading-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bb-life-panda-arrow {
  z-index: 1;
  cursor: pointer;
  margin-bottom: 0;
  position: absolute;
  inset: 42px 32px auto auto;
}

.bb-life-panda-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.bb-team-grid {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-team-grid.bb-pt-0 {
  padding-top: var(--grey--64px);
  padding-bottom: var(--grey--64px);
  background-color: var(--grey--grey-200);
}

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

.bb-team-card-img-wraper {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bb-team-card-foto-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
  flex: 0 auto;
  height: 430px;
}

.bb-team-cards-text-wraper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 24px;
  line-height: 24px;
  display: flex;
}

.bb-team-cards-name {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.bb-team-cards-position {
  border-bottom: 1px none var(--grey--grey-300);
  color: var(--grey-500);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bb-team-cards-collection {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.bb-team-cards-btn {
  border-top: 1px solid var(--grey--grey-200);
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.bb-team-cards-modal-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.bb-team-cards-name-wraper {
  flex: 1;
  line-height: 24px;
}

.modal-team-open {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 13px;
}

.bb-grow-together-section {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-grow-together-section.bb-pt-0 {
  background-color: var(--white);
}

.b-flex-horizontal-container {
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.b-flex-horizontal-container.b-text-center {
  text-align: center;
}

.bb-grow-together-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-grow-together-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end flex-start;
  place-items: flex-start stretch;
  display: flex;
}

.bb-grow-together-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 48px;
  display: flex;
}

.bb-grow-together-desc {
  width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-grow-together-desc.bb-bold {
  font-weight: 500;
}

.bb-grow-together-colletion-item-link {
  width: 100%;
  display: flex;
}

.modal-team-content {
  z-index: 10;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  opacity: 0;
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 880px;
  min-height: 370px;
  padding-top: 0;
  display: grid;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-team {
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-team-overlay {
  opacity: 0;
  background-color: #000000ab;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto;
}

.modal-team-close {
  cursor: pointer;
  background-color: #82828233;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: -54px -54px auto auto;
}

.team-profile-picture {
  background-image: url('../images/empty_bg.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 100%;
  height: 100%;
}

.bb-team-cards-modal-paragraph {
  width: 100%;
  padding-right: 48px;
  font-size: 18px;
  font-weight: 400;
}

.bb-team-modal-text-wraper {
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.bb-heading-cases-h2 {
  margin-bottom: -10px;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.bb-heading-cases-h2.bb-mb-0 {
  margin-bottom: 0;
}

.bb-team-banner-wraper {
  max-width: 1464px;
  padding-top: var(--grey--64px);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.bb-team-banner-wraper.bb-pt-0, .bb-team-banner-wraper.bb-tp-0 {
  padding-top: 0;
}

.bb-team-banner {
  border-radius: 48px;
  padding: 0;
  position: relative;
}

.bb-team-banner-text-wraper {
  height: 100%;
  padding: var(--grey--128px);
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0 0 0%;
}

.bb-team-values-section {
  margin-right: 0;
}

.bb-team-values-container {
  max-width: 1440px;
  padding-top: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.bb-team-values-container.bb-pt-0 {
  padding-top: 0;
}

.bb-team-values-container.bb-tp-0 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.bb-team-values-section-card {
  padding: var(--grey--128px) var(--grey--109px) var(--grey--48px);
  grid-column-gap: var(--grey--48px);
  grid-row-gap: var(--grey--48px);
  border-radius: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-team-values-header {
  grid-column-gap: var(--grey--32px);
  grid-row-gap: var(--grey--32px);
  flex-flow: column;
  max-width: 740px;
  display: flex;
}

.bb-team-values-section-grid {
  grid-column-gap: var(--grey--24px);
  grid-row-gap: var(--grey--24px);
  border-radius: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.bb-team-values-section-grid-cell {
  grid-column-gap: var(--grey--24px);
  grid-row-gap: var(--grey--24px);
  background-color: var(--primary-brand);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.bb-team-separator {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.bb-team-separator.bb-pt-0, .bb-team-separator.bb-tp-0 {
  padding-top: 0;
}

.bb-team-separator._32 {
  height: 32px;
  padding-top: 0;
}

.bb-figma-bg {
  opacity: .57;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bb-figma-bg.bb-pt-0, .bb-figma-bg.bb-tp-0 {
  padding-top: 0;
}

.image-108 {
  opacity: .54;
}

.bb-team-open-position {
  justify-content: center;
  align-items: center;
  min-height: 108px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.bb-team-open-position.bb-pt-0, .bb-team-open-position.bb-tp-0 {
  padding-top: 0;
}

.bb-cc-open-position {
  border: 1px solid var(--mint-cream);
  background-color: var(--grey--grey-200);
  opacity: 1;
  outline-color: var(--grey--grey-600);
  outline-offset: 0px;
  border-radius: 9999px;
  outline-width: 0;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  padding: 32px 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-cc-open-position:hover {
  outline-width: 6px;
}

.bb-cc-open-position.bb-mt-0.bb-solutions-topics-cta {
  background-color: var(--primary-brand);
  border-radius: 24px 24px 48px;
  height: 100%;
  margin-top: 0;
}

.bb-cc-op-button {
  border: 1px solid var(--grey-500);
  color: var(--grey--grey-600);
  -webkit-text-stroke-color: var(--grey--grey-600);
  background-color: #35364000;
  background-image: url('../images/arrow-right.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-cc-op-button:hover {
  background-color: #ffffff0d;
  background-position: 102% 49%;
}

.bb-cc-op-text {
  color: var(--grey-500);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-team-values-heading-h2 {
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 54px;
}

.bb-team-values-heading-h2.b-text-color-white.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-team-values-heading-h2.bb-industry-leaders {
  max-width: 430px;
}

.bb-team-values-heading-h2.bb-text-color-grey-600 {
  color: var(--grey--grey-600);
}

.bb-team-values-heading-h2.bb-text-color-grey-600.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-team-pandas-text-wraper {
  grid-column-gap: var(--grey--32px);
  grid-row-gap: var(--grey--32px);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-photo-firstrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bb-team-mobile-desc {
  display: none;
}

.bb-team-mobile-values-description {
  color: var(--grey--grey-200);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-team-mobile-values-description.bb-text-color-grey-600 {
  color: var(--grey--grey-600);
}

.bb-cta-banner-flex-team {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  background-color: #f4f4f4;
  border-radius: 100000000px;
  outline-width: 0;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-cta-banner-flex-team:hover {
  outline-width: 6px;
}

.bb-photo-grid-top-wraper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bb-team-heading-h2-wraper {
  max-width: 449px;
}

.bb-team-life-panda-desc-wraper {
  max-width: 626px;
}

.bb-team-banner-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 740px;
  height: 100%;
  display: flex;
}

.bb-team-banner-heading-h2 {
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 54px;
}

.bb-team-banner-heading-h2.b-text-color-white.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-team-banner-heading-h2.bb-industry-leaders {
  max-width: 430px;
}

.bb-team-banner-heading-h2.bb-text-color-grey-600 {
  color: var(--grey--grey-600);
}

.bb-team-banner-heading-h2.bb-text-color-grey-600.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-performance-desc {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: none;
  overflow: hidden;
}

.bb-performance-desc.bb-bold {
  font-weight: 500;
}

.bb-grow-positions {
  width: 100%;
}

.div-block-139 {
  width: 70%;
  display: flex;
}

.bb-photo-thirdow-grid-limits {
  height: 240px;
  position: relative;
}

.bb-life-panda-hl-section {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-life-panda-hl-section.bb-pt-0 {
  padding-top: var(--grey--128px);
  padding-bottom: var(--grey--24px);
  background-color: var(--white);
}

.bb-team-hl-container {
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-bottom: var(--grey--128px);
  padding-left: var(--grey--12px);
  grid-column-gap: var(--grey--48px);
  grid-row-gap: var(--grey--48px);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.bb-team-hl-container.b-text-center {
  text-align: center;
}

.bb-team-hl-results-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-team-hl-heading-h2-wraper {
  width: 60%;
}

.bb-team-panda-hl-header {
  grid-column-gap: var(--grey--32px);
  grid-row-gap: var(--grey--32px);
  text-wrap: balance;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: flex-start stretch;
  margin-bottom: 48px;
  display: flex;
}

.bb-life-panda-h-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.bb-life-panda-hl-desc {
  text-align: left;
  max-width: 697px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-life-panda-hl-desc.bb-bold {
  font-weight: 500;
}

.bb-heading-h2-copy {
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 54px;
}

.bb-heading-h2-copy.b-text-color-white.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-heading-h2-copy.bb-industry-leaders {
  max-width: 430px;
}

.bb-heading-h2-copy.bb-text-color-grey-600 {
  color: var(--grey--grey-600);
}

.bb-heading-h2-copy.bb-text-color-grey-600.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-connect-cta-desc {
  max-width: 475px;
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-scout-program-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.bb-scout-program-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.bb-scout-program-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: relative;
}

.bb-scout-program-right {
  flex: 1;
}

.bb-scout-program-desc {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-scout-step-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bb-scout-step-counter {
  width: 48px;
  padding-top: 40px;
}

.bb-scout-step-1-card {
  background-color: var(--grey--grey-200);
  border-radius: 48px 48px 24px 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  margin-bottom: 24px;
  padding: 48px;
  display: flex;
}

.bb-scout-step-1-card.bb-scout-active {
  background-color: var(--primary-brand);
}

.text-block-73 {
  width: 48px;
}

.bb-scout-step-number {
  border: 8px none var(--grey--grey-200);
  background-color: var(--primary-brand);
  outline-color: var(--grey--grey-200);
  outline-offset: 0px;
  width: 48px;
  height: 48px;
  color: var(--white);
  border-radius: 100px;
  outline-width: 8px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 324px;
  display: flex;
}

.bb-scout-step-number.bb-scout-active {
  outline-color: var(--primary-brand);
}

.bb-scout-step-title {
  color: var(--dark-gray);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.bb-scout-step-title.bb-scout-active {
  color: var(--white);
}

.bb-scout-step-desc {
  max-width: 420px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-scout-step-desc.bb-scout-active {
  color: var(--green-200);
}

.bb-scout-step-line {
  background-color: var(--grey--grey-200);
  width: 8px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bb-scout-step-line.bb-scout-active {
  background-color: var(--primary-brand);
}

.bb-scout-step-2, .bb-scout-step-3, .bb-scout-step-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bb-scout-step-card {
  background-color: var(--grey--grey-200);
  border-radius: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  margin-bottom: 24px;
  padding: 48px;
  display: flex;
}

.bb-scout-step-card.bb-bg-primary {
  background-color: var(--primary-brand);
}

.bb-scout-step-card.bb-bg-primary.bb-steps-bg-black {
  background-color: var(--black-transparent);
}

.bb-scout-step-last-card {
  background-color: var(--grey--grey-200);
  border-radius: 24px 24px 48px 48px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  margin-bottom: 24px;
  padding: 48px;
  display: flex;
}

.bb-scout-program-left-sticky {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 132px;
}

.bb-partners-grid {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-partners-grid.bb-pt-0 {
  background-color: var(--white);
  padding-top: 0;
}

.bb-partners-container {
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bb-partners-container.b-text-center {
  text-align: center;
}

.bb-partners-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 128px;
  display: grid;
}

.bb-short-header {
  padding-top: 64px;
  padding-bottom: 0;
}

.bb-short-container {
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bb-short-container.b-text-center {
  text-align: center;
}

.bb-partners-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--primary-brand);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.bb-partners-card:hover {
  outline-width: 6px;
}

.bb-partners-card.bb-solutions-topics-last {
  border-bottom-left-radius: 48px;
  min-height: 300px;
}

.bb-partners-card.bb-solutions-topics-last.bb-unclickable {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
}

.bb-partners-card.bb-solutions-topics-first {
  z-index: 1;
  min-height: 300px;
  color: var(--white);
  border-top-left-radius: 42px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.bb-partners-card.bb-solutions-topics-second {
  border-top-right-radius: 48px;
  min-height: 300px;
}

.bb-partners-card.bb-solutions-topics-second.bb-unclickable {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
}

.bb-partners-card.bb-vert-card-last {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.bb-partners-card.bb-vert-card-first {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  width: 100%;
}

.bb-partners-card.bb-solutions-topics-closer {
  border-bottom-right-radius: 48px;
  min-height: 300px;
}

.bb-partners-card.bb-solutions-topics-closer.bb-unclickable {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
}

.bb-partners-card-title {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.bb-partners-card-heading {
  color: var(--white);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.bb-partners-card-desc {
  max-width: 330px;
  color: var(--e7e4dd);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-partners-card-desc.bb-partners-card-desc-wide {
  max-width: 100%;
}

.bb-partners-card-icon {
  filter: invert();
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bb-cta-company-wrapper {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  width: 100%;
  padding-top: 0;
}

.bb-cta-company {
  border-radius: 48px;
  padding: 0 12px;
  overflow: hidden;
}

.bb-cta-company-grid {
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bb-cta-company-grid-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bb-cta-company-grid-img-wrapper {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bb-cta-company-grid-img-logo {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  height: 48px;
  display: flex;
}

.bb-cta-company-grid-img-row {
  grid-column-gap: var(--grey--32px);
  grid-row-gap: var(--grey--32px);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  place-items: center;
  max-width: 1070px;
  display: flex;
}

.bb-partner-card-heading-limiter {
  max-width: 340px;
}

.paragraph-55 {
  margin-bottom: 0;
}

.div-block-140 {
  margin-left: auto;
  margin-right: auto;
}

.bb-open-position-html-embeded {
  width: 100%;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
}

.bb-open-position-section {
  height: 100%;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  background-color: var(--white);
  opacity: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bb-team-cards-personal-links {
  border-radius: var(--grey--12px);
  background-color: var(--grey--grey-200);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 40px;
  padding: 4px 16px;
  display: flex;
}

.bb-team-personal-cards-link-mail-img {
  width: 24px;
  height: 24px;
}

.bb-team-personal-cards-link-linkedin-img {
  width: 15px;
  height: 14px;
}

.bb-teams-cards-personal-links-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bb-creatives-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bb-team-container-404 {
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bb-team-container-404.b-text-center {
  text-align: center;
}

.bb-our-work-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.bb-scout-cta {
  padding-bottom: 128px;
  padding-left: 24px;
  padding-right: 24px;
}

.bb-scout-cta-wrap {
  max-width: 1420px;
}

.bb-scout-cta-desc {
  max-width: 475px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-scout-cta-fake-link {
  text-decoration: underline;
}

.bb-white-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.bb-short-header-horizontal {
  padding-top: 64px;
  padding-bottom: 0;
}

.bb-short-container-h {
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bb-short-container-h.b-text-center {
  text-align: center;
}

.bb-heading-h1-h {
  text-wrap: balance;
  max-width: 400px;
  margin-bottom: 32px;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.bb-heading-h1-h.bb-limit-600 {
  max-width: 600px;
}

.bb-heading-h1-h.bb-mb-48 {
  margin-bottom: 48px;
}

.bb-short-header-h1-wraper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bb-large-text-partner-h {
  text-align: left;
  text-wrap: pretty;
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-large-text-partner-h.bb-max-width-none {
  max-width: none;
}

.bb-partner-h-text-wrap-ballance {
  text-wrap: balance;
  flex: 0 auto;
  width: 100%;
}

.bb-partners-grid-v2 {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-partners-grid-v2.bb-pt-0 {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.bb-partners-v2-container {
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bb-partners-v2-container.b-text-center {
  text-align: center;
}

.bb-partners-v2-cards {
  margin-bottom: var(--grey--48px);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bb-partners-v2-card {
  width: 100%;
  padding: var(--grey--32px);
  grid-column-gap: var(--grey--24px);
  grid-row-gap: var(--grey--24px);
  background-color: var(--grey--grey-200);
  border: 0 #000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bb-partners-v2-card:hover {
  outline-width: 6px;
}

.bb-partners-v2-card.bb-solutions-topics-last {
  border-bottom-left-radius: 48px;
  min-height: 300px;
}

.bb-partners-v2-card.bb-solutions-topics-last.bb-unclickable {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
}

.bb-partners-v2-card.bb-solutions-topics-first {
  z-index: 1;
  min-height: 300px;
  color: var(--white);
  border-top-left-radius: 42px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.bb-partners-v2-card.bb-solutions-topics-second {
  border-top-right-radius: 48px;
  min-height: 300px;
}

.bb-partners-v2-card.bb-solutions-topics-second.bb-unclickable {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
}

.bb-partners-v2-card.bb-vert-card-last {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.bb-partners-v2-card.bb-vert-card-first {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  width: 100%;
}

.bb-partners-v2-card.bb-solutions-topics-closer {
  border-bottom-right-radius: 48px;
  min-height: 300px;
}

.bb-partners-v2-card.bb-solutions-topics-closer.bb-unclickable {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
}

.bb-partners-v2-card-title {
  z-index: 1;
  grid-column-gap: var(--grey--12px);
  grid-row-gap: var(--grey--12px);
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.bb-partners-v2--card-heading {
  color: var(--dark-gray);
  text-wrap: balance;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.bb-partners-v2-card-icon {
  background-color: #0f0f0f03;
  order: 0;
  width: 48px;
  height: 48px;
  position: static;
  inset: 0% 0% auto auto;
}

.bb-partners-v2-card-desc {
  color: var(--dark-gray);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-partners-v2-card-desc.bb-partners-card-desc-wide {
  max-width: 100%;
}

.bb-partners-v2-card-title {
  justify-content: flex-start;
  align-items: center;
}

.bb-partner-v2-img {
  vertical-align: super;
  align-self: center;
  display: block;
}

.bb-partner-btn-wrapper {
  max-width: 1200px;
  padding: 0 12px 24px;
}

.bb-partner-btn-wrapper.bb-solutions {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-v2 {
  z-index: 1;
  border-radius: 24px;
  height: 360px;
}

.bb-lightgray-niche {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 360px;
  padding: 48px;
  display: flex;
}

.bb-white-card-large-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 360px;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.bb-white-card-large-v2:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: none;
}

.bb-white-card-v2 {
  background-color: var(--white);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  min-height: 360px;
  padding: 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-white-card-v2:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: none;
}

.bb-lightwhite-section {
  background-color: var(--white);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-white-card-v3 {
  background-color: var(--grey--grey-200);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 360px;
  padding: 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-white-card-v3:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: none;
}

.bb-white-card-large-v3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey--grey-200);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 360px;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.bb-white-card-large-v3:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: none;
}

.b-testimonial-card-2 {
  background-color: #e7e4dd;
  max-width: 800px;
  margin-bottom: 60px;
  padding: 60px 40px;
}

.b-testimonial-2 {
  color: #353640;
  -webkit-text-stroke-color: #ebebec;
  border-bottom: 1px solid #353640;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-family: DM Serif Text, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.b-testimonial-author-name-2 {
  color: #2d5346;
  margin-bottom: 4px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

.b-testimonial-author-title-2 {
  color: #353640;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.bb-open-position-grow-together-html-embeded {
  width: 100%;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
}

.bb-open-position-html-wraper {
  height: 100%;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  background-color: var(--white);
  opacity: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bb-blog {
  background-color: #f4f4f4;
  padding-top: 48px;
  padding-bottom: 48px;
}

.bb-blog-hero-image {
  object-fit: cover;
  object-position: 0% 0%;
  visibility: hidden;
  border: 1px solid #dcdcdc;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  align-self: flex-end;
  min-height: 540px;
}

.bb-blog-hero-image-wrapper {
  object-fit: cover;
  object-position: 0% 0%;
  background-image: url('../images/empty_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #dcdcdc;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  align-self: flex-end;
  min-height: 540px;
}

.bb-blog-hero {
  padding-top: 64px;
  padding-bottom: 0;
}

.bb-blog-wrapper {
  width: 100%;
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bb-blog-wrapper.b-text-center {
  text-align: center;
}

.bb-blog-signup {
  background-color: var(--primary);
  text-align: center;
  border-radius: 32px;
  max-width: 440px;
  padding: 32px 32px 12px;
  display: block;
  position: static;
}

.bb-blog-signup-form {
  margin-top: 18px;
  padding-top: 0;
  display: flex;
}

.bb-blog-signup-fields {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  flex: 1;
  grid-template: ". Area"
  / 1fr minmax(162px, .25fr);
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: stretch;
  place-items: stretch center;
  padding-left: 0;
  display: flex;
}

.bb-blog-signup-fields.horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bb-blog-heading {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.bb-blog-featured {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 48px;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.bb-blog-featured.b-text-center {
  text-align: center;
}

.bb-blog-featured-link {
  justify-content: center;
  align-items: center;
  display: block;
}

.bb-blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.bb-blog-featured-wrap {
  background-color: #f4f4f4;
  padding-top: 96px;
}

.bb-blog-featured-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-top: 1px solid #00000029;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 240px;
  padding: 12px 32px;
  display: flex;
}

.bb-blog-featured-cover-image {
  background-image: url('../images/empty_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 290px;
}

.bb-contanct-description {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-contanct-description.bb-max-width-none {
  max-width: none;
}

.bb-contact-container {
  width: 100%;
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bb-contact-container.b-text-center {
  text-align: center;
}

.bb-contact-sticky {
  position: sticky;
  top: 48px;
}

.full_agency {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding: 48px 40px;
  display: grid;
}

.full_agency_right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 99px;
  display: flex;
}

.bg-wraper-image-center {
  z-index: 10;
  opacity: .53;
  pointer-events: none;
  position: absolute;
}

.img-guide-bg {
  opacity: .38;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-h1-25 {
  color: #353640;
  text-align: center;
  flex: none;
  margin-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 61px;
}

.cc-dc-hero-title-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--grey--grey-200);
  border-radius: 48px;
  flex-flow: column;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.bb-dc-hero-section {
  width: 100%;
  height: 100%;
  padding: 24px 20px 0;
  display: block;
  overflow: hidden;
}

.bb-25-dc-normal-text-center {
  color: #62636b;
  text-align: center;
  align-self: center;
  max-width: 1097px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.bb-logo-scroller {
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
}

.bb-hero-difference {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end stretch;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.bb-25-dc-difference-text {
  color: #62636b;
  align-self: center;
  max-width: 450px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.heading-h1-hero-difference {
  color: #353640;
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 61px;
}

.bb-diference-section {
  padding-top: 72px;
}

.bb-differences-wraper {
  max-width: 1182px;
  min-height: 402px;
  margin-left: auto;
  margin-right: auto;
}

.bb-dc-difference-btn-wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.bb-dc-difference-btn-text {
  background-color: var(--grey-500);
  width: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.bb-dc-difference-btn-text.bt-difference-active {
  background-color: var(--grey--grey-600);
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bb-dc-difference-btn {
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 86px;
  display: flex;
}

.bb-dc-difference-btn.btn-active {
  background-color: var(--grey--grey-600);
  min-width: 379px;
  min-height: 86px;
}

.bb-dc-difference-btn.btn-non-active {
  background-color: var(--grey-500);
}

.bb-dc-difference-btn.btn-non-active.btn-15, .bb-dc-difference-btn.btn-15 {
  margin-left: -15px;
}

.bb-difference-circles {
  background-color: var(--white);
  text-align: center;
  z-index: 2;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 51px;
  min-height: 51px;
  margin-left: -15px;
  display: flex;
}

.heading-89 {
  font-size: 24px;
}

.bb-circle-text {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  font-size: 24px;
  display: flex;
}

.bb-difference-list-wraper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 18px;
  padding-left: 38px;
  display: flex;
}

.js-conpensatio {
  min-height: 80px;
}

.bb-dc-difference-list-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.bb-dc-difference-list-paragraph {
  align-self: center;
  margin-bottom: 0;
  font-size: 16px;
}

.bb-dc-difference-list-img {
  font-size: 24px;
}

.div-block-141 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.bb-difference-list-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 38px;
  display: flex;
}

.bb-dc-difference-list-container {
  flex-flow: column;
  display: flex;
}

.bb-dc-difference-list-wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 24px;
  display: flex;
}

.bb-dc-difference-right-wraper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.bb-dc-difference-img-top-wraper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bb-dc-difference-arrows-wraper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bb-cd-paid-media-title {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: flex-end stretch;
  margin: 64px auto 48px;
  display: flex;
}

.bb-dc-paid-heading-h2 {
  max-width: 360px;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 61px;
}

.bb-dc-paid-heading-h2.b-text-color-white.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-dc-paid-heading-h2.bb-industry-leaders {
  max-width: 430px;
}

.bb-dc-paid-heading-h2.bb-text-color-grey-600 {
  color: var(--grey--grey-600);
}

.bb-dc-paid-heading-h2.bb-text-color-grey-600.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-dc-paid-media-title-wraper {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bb-dc-separator {
  height: 120px;
}

.bb-dc-cards-padding-global {
  background-color: var(--grey--grey-200);
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.bb-dc-cards-padding-section-large {
  padding-top: 0;
  padding-bottom: 64px;
}

.bb-dc-cards-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 86px;
  display: flex;
}

.bb-dc-cards-title {
  font-size: 48px;
}

.bb-dc-cards-wraper {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.bb-card-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bb-card-container.b-text-center {
  text-align: center;
}

.bb-dc-card-two-feat {
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bb-cards-two-feat-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.bb-cards-two-feat-item {
  background-color: var(--white);
  border-radius: 24px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.bb-card-two-feat-img-link {
  width: 100%;
  margin-bottom: 0;
}

.bb-card-two-feat-img {
  object-fit: cover;
  border-radius: 24px 3px 3px;
  width: 100%;
  position: static;
  inset: 0%;
}

.bb-card-two-feat-meta-wrapper-copy {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bb-card-two-feat-title-link {
  text-decoration: none;
  display: block;
}

.bd-card-two-feat-button {
  flex-wrap: wrap;
  display: flex;
}

.bb-dc-card-bottom-wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.bb-card-feat-button-url {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.bb-dc-deliver-section {
  margin-top: 46px;
}

.bb-dc-deliver-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--brown-100);
  border-radius: 48px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1414px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 108px;
  display: grid;
}

.bb-dc-deliver-left-wraper {
  background-color: var(--primary-brand);
  border-radius: 24px;
  height: 100%;
  padding: 84px 48px;
}

.bb-dc-deliver-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.bb-dc-deliver-left-card-wraper {
  height: 100%;
  padding: 48px 12px;
}

.bb-dc-deliver-title {
  color: var(--grey--grey-600);
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  line-height: 61px;
}

.paragraph-56, .paragraph-56-copy {
  font-size: 48px;
}

.bb-dc-deliver-paragraph {
  font-size: 24px;
  line-height: 32px;
}

.bb-dc-deliver-left-card-btn-text {
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 32px;
}

.bb-dc-deliver-left-card-btn {
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-width: 395px;
  margin-top: 0;
  padding: 14px 16px;
  display: flex;
}

.bb-dc-deliver-left-card-btns-wraper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.bb-dc-deliver-right-text-paragraph {
  color: var(--white);
  text-align: center;
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-58 {
  color: var(--grey--grey-200);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 32px;
}

.div-block-146, .bb-dc-deliver-right-img-wraper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bb-dc-deliver-right-info-wraper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: start stretch;
  display: grid;
}

.bb-dc-deliver-right-h3 {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 61px;
}

.bb-cd-deliver-right-info-paragraph {
  color: var(--grey--grey-200);
}

.bb-dc-deliver-right-info-paragraph {
  color: var(--green-200);
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.bb-cta-gree-bg-btn {
  color: var(--white);
  background-color: #35364000;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-cta-gree-bg-btn:hover {
  background-color: #ffffff0d;
  background-position: 102% 49%;
}

.bb-ps-program-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.bb-ps-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--primary-brand);
  border-radius: 24px;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: visible;
}

.bb-ps-container.b-text-center {
  text-align: center;
}

.bb-ps-program-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.bb-ps-program-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: relative;
  overflow: clip;
}

.bb-ps-program-left-sticky {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 132px;
}

.bb-ps-program-desc {
  color: var(--white);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bb-ps-button-white {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #35364000;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-ps-button-white:hover {
  background-color: #0000000d;
  background-position: 102% 49%;
}

.bb-ps-program-right {
  flex: 1;
}

.bb-scout-step-1-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bb-ps-step-counter {
  width: 48px;
  padding-top: 40px;
}

.bb-scout-step-number-copy {
  border: 8px none var(--grey--grey-200);
  outline-color: var(--grey--grey-200);
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 100px;
  outline-width: 8px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 324px;
  display: flex;
}

.bb-scout-step-number-copy.bb-scout-active, .bb-scout-step-number-copy.bb-ps-active {
  outline-color: var(--primary-brand);
}

.bb-ps-step-line {
  background-color: var(--grey--grey-200);
  width: 8px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bb-ps-step-line.bb-scout-active {
  background-color: var(--primary-brand);
}

.bb-ps-step-line.bb-ps-active {
  background-color: var(--white);
}

.bb-ps-step-1-card {
  background-color: var(--grey--grey-200);
  border-radius: 48px 48px 24px 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  margin-bottom: 24px;
  padding: 48px;
  display: flex;
}

.bb-ps-step-1-card.bb-scout-active {
  background-color: var(--primary-brand);
}

.bb-ps-step-1-card.bb-ps-active {
  background-color: var(--white);
}

.bb-ps-step-title {
  color: var(--off-white);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.bb-ps-step-title.bb-scout-active {
  color: var(--white);
}

.bb-ps-step-title.bb-ps-active {
  color: var(--grey--grey-600);
}

.bb-ps-step-desc {
  max-width: 420px;
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-ps-step-desc.bb-scout-active {
  color: var(--green-200);
}

.bb-ps-step-desc.bb-ps-active {
  color: var(--grey--grey-600);
}

.bb-ps-step-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bb-ps-step-counterr {
  width: 48px;
  padding-top: 40px;
}

.bb-ps-step-number {
  border: 8px none var(--grey--grey-200);
  background-color: var(--primary-brand);
  outline-color: var(--grey--grey-200);
  outline-offset: 0px;
  width: 48px;
  height: 48px;
  color: var(--white);
  border-radius: 100px;
  outline-width: 8px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 324px;
  display: flex;
}

.bb-ps-step-number.bb-scout-active {
  outline-color: var(--primary-brand);
}

.bb-scout-step-line-copy {
  background-color: var(--grey--grey-200);
  width: 8px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bb-scout-step-line-copy.bb-scout-active {
  background-color: var(--primary-brand);
}

.bb-scout-step-title-copy {
  color: var(--dark-gray);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.bb-scout-step-title-copy.bb-scout-active {
  color: var(--white);
}

.bb-scout-step-desc-copy {
  max-width: 420px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bb-scout-step-desc-copy.bb-scout-active {
  color: var(--green-200);
}

.bb-ps-program-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-148 {
  opacity: .39;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.bb-ps-ec-container {
  border-radius: 24px;
  flex-flow: column;
  max-width: 1200px;
  height: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.bb-ps-ec-container.b-text-center {
  text-align: center;
}

.bb-ps-header-grid-wraper {
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end stretch;
  width: 100%;
  margin-top: 21px;
  margin-right: 0;
  display: flex;
}

.bb-ps-ec-wraper {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  margin-top: 18px;
  display: flex;
}

.bb-ps-ec-conatiner {
  border: 1px solid var(--grey--grey-300);
  border-radius: 24px;
  height: 100%;
  padding: 48px;
}

.bb-ps-ec-grid-wraper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.bb-ps-ec-top-image {
  border-radius: 24px;
  overflow: hidden;
}

.image-109 {
  border-radius: 48px 48px 0 0;
}

.bb-ps-ec-grid-left-wraper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.image-110 {
  display: block;
}

.bb-ps-ec-middl-img {
  flex-flow: column;
  display: flex;
}

.bb-ps-ec-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.bb-ps-ec-middle-title {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.bb-ps-ec-middle-img-text-bold {
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
}

.bb-ps-ec-middle-img-text {
  margin-bottom: 0;
  font-size: 9px;
  line-height: 12px;
}

.bb-ps-ec-middle-undeimage {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  padding-left: 2px;
  display: flex;
}

.bb-ps-ec-middle-imgs-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-62, .bb-ps-ec-middle-img-rating-text {
  margin-bottom: 0;
  font-size: 9px;
  line-height: 12px;
}

.paragraph-64 {
  margin-bottom: 0;
  font-size: 7px;
  line-height: 1px;
}

.bb-ps-ec-middle-img-tarings-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  display: flex;
}

.bb-ps--ec-middle-imgs-container {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.bb-ps-ec-grid-left-wraper-divider {
  background-color: #f7f4ed;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  min-height: 30px;
}

.bb-ps-ec-bottom-result {
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 61px;
}

.bb-ps-ec-grid-left-result-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.bb-ps-ec-bottom-unden-result-text {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
}

.bb-ps-ec-grid-left-results-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.bb-ps-ec-card-two-feat-meta-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bb-ps-ec-left-top-btns-wraper {
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 3px;
  display: flex;
}

.bb-ps-ec-btn-link {
  float: left;
  background-color: var(--brown-100);
  border-radius: 12px;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.bb-ps-ec-btn-link.w--current {
  border-bottom: 2px solid #000;
}

.bb-ps-ec-btn2-text {
  float: none;
  background-color: var(--brown-100);
  border-radius: 12px;
  padding: .25rem .5rem .25em;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
}

.bb-ps-ec-btn2-text.text-weight-semibold.text-inline {
  display: inline;
}

.paragraph-65 {
  font-size: 32px;
  line-height: 38px;
}

.bb-ps-ec-left-wraper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.bb-ps-ec-left-title-text {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.paragraph-67 {
  font-size: 18px;
  line-height: 28px;
}

.bb-ps-ec-left-desc-text {
  margin-top: -15px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.bb-ps-ec-left-title {
  display: flex;
}

.bb-ps-ec-left-result-wraper {
  margin-top: 33px;
}

.bb-cta-button-geen {
  border: 1px solid var(--grey--grey-600);
  background-color: var(--primary-brand);
  color: var(--white);
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-cta-button-geen:hover {
  background-color: #0000000d;
  background-position: 102% 49%;
}

.bb-ps-ec-left-cta-wraper {
  max-width: 60%;
}

.bb-ps-ec-title-text {
  text-wrap: balance;
  margin-bottom: 0;
  padding-left: 11px;
  font-size: 48px;
  line-height: 54px;
}

.bb-ps-ec-title-text.b-text-color-white.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-ps-ec-title-text.bb-industry-leaders {
  max-width: 430px;
}

.bb-ps-ec-title-text.bb-text-color-grey-600 {
  color: var(--grey--grey-600);
}

.bb-ps-ec-title-text.bb-text-color-grey-600.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-ps-ec-title-text.bb-ps-text-white {
  color: var(--white);
}

.separator {
  height: 128px;
}

.div-block-155 {
  min-height: 40px;
}

.div-block-156 {
  height: 1000px;
}

.bb-ps-ai-catching-section {
  margin-bottom: 128px;
}

.bb-ps-ai-grid-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.bb-ps-ai-left-wraper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.bb-ps-ai-grid-left-wraper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.bb-ps-ai-conatiner {
  border: 1px none var(--grey--grey-300);
  border-radius: 24px;
  padding: 48px 48px 0;
}

.bb-ps-ai-wraper {
  border: 1px solid var(--grey--grey-300);
  border-radius: 24px;
  flex-flow: column;
  margin-top: 18px;
  display: flex;
}

.bb-ps-ai-left-top-btns-wraper {
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 3px;
  display: flex;
}

.bb-ps-ai-card-two-feat-meta-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bb-ps-ai-btn-link {
  float: left;
  background-color: var(--brown-100);
  border-radius: 12px;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.bb-ps-ai-btn-link.w--current {
  border-bottom: 2px solid #000;
}

.bb-ps-ai-btn2-text {
  float: none;
  background-color: var(--brown-100);
  border-radius: 12px;
  padding: .25rem .5rem .25em;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
}

.bb-ps-ai-btn2-text.text-weight-semibold.text-inline {
  display: inline;
}

.bb-ps-ai-left-title {
  display: flex;
}

.bb-ps-ai-left-title-text {
  font-size: 32px;
  line-height: 38px;
}

.bb-ps-ai-left-desc-text {
  margin-top: -15px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.bb-ps-ai-left-cta-wraper {
  max-width: 60%;
}

.bb-ps-ai-left-result-wraper {
  margin-top: 15px;
}

.bb-ps-ai-grid-left-result-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.bb-ps-ai-top-image {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 655px;
  max-height: 540px;
  display: flex;
}

.bb-ps-ai-results-wraper {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.bb-ps-cards-section {
  padding-top: 0;
}

.bb-ps-cards-padding-global {
  background-color: var(--grey--grey-200);
  padding-top: 128px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.bb-ps-cards-padding-section-large {
  padding-top: 0;
  padding-bottom: 64px;
}

.bb-ps-cards-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 47px;
  display: flex;
}

.bb-ps-cards-title {
  max-width: 486px;
  font-size: 48px;
}

.bb-ps-cards-wrape {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.bb-ps-card-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bb-ps-card-container.b-text-center {
  text-align: center;
}

.bb-ps-card-two-feat {
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bb-ss-paid-media-title-wraper-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  display: flex;
}

.bb-ss-paid-media-title-copy {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: flex-end stretch;
  margin: 64px auto 48px;
  display: flex;
}

.bb-ss-paid-heading-h2-copy {
  max-width: 360px;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 61px;
}

.bb-ss-paid-heading-h2-copy.b-text-color-white.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-ss-paid-heading-h2-copy.bb-industry-leaders {
  max-width: 430px;
}

.bb-ss-paid-heading-h2-copy.bb-text-color-grey-600 {
  color: var(--grey--grey-600);
}

.bb-ss-paid-heading-h2-copy.bb-text-color-grey-600.b-text-center {
  box-sizing: border-box;
  max-width: 430px;
  position: relative;
}

.bb-ss-lightgray-section {
  background-color: var(--white);
  padding-top: 128px;
  padding-bottom: 128px;
}

.bb-ss-team-container {
  width: 100%;
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bb-ss-team-container.b-text-center {
  text-align: center;
}

.bb-ss-team-results-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bb-ss-services-paid-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bb-grey-200-card {
  background-color: var(--grey--grey-200);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  min-height: 450px;
  padding: 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-grey-200-card:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: none;
}

.bb-grey-200-card-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey--grey-200);
  outline-color: var(--primary-2);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 24px;
  outline-width: 0;
  outline-style: solid;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 456px;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.bb-grey-200-card-large:hover {
  outline-color: var(--primary-2);
  outline-offset: 0px;
  outline-width: 6px;
  outline-style: none;
}

.bb-ss-hero-padding {
  padding-top: 40px;
  padding-left: 0%;
  padding-right: 0%;
}

.bb-ss-hero-section {
  width: 100%;
  padding: 24px 20px 0;
  display: block;
  overflow: hidden;
}

.cc-ss-hero-title-wrape {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--grey--grey-200);
  border-radius: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 24px;
  display: flex;
}

.image-112 {
  z-index: 2;
  opacity: .55;
  pointer-events: none;
  position: absolute;
}

.div-block-157 {
  opacity: .59;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
}

.paragraph-68 {
  margin-bottom: 0;
  line-height: 28px;
}

.bb-green-banner {
  outline-offset: 0px;
  background-color: #2a4e42;
  border-radius: 9999px;
  outline: 0 solid #068466;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding: 32px 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-green-banner:hover {
  outline-width: 6px;
}

.paragraph-69 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-70 {
  margin-bottom: 0;
}

.bb-white-card-large-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  background-color: #fff;
  border: 0 #000;
  border-radius: 24px;
  outline: 0 solid #068466;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 456px;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.bb-white-card-large-2:hover {
  outline-offset: 0px;
  outline: 6px #068466;
}

.bb-ghost-button-2 {
  color: #fff;
  background-color: #35364000;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-ghost-button-2:hover {
  background-color: #ffffff0d;
  background-position: 102% 49%;
}

.bb-team-container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  position: relative;
}

.paragraph-71 {
  margin-bottom: 0;
  line-height: 28px;
}

.div-block-80 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px;
  display: flex;
}

.bb-white-card-2 {
  outline-offset: 0px;
  background-color: #fff;
  border: 0 #000;
  border-radius: 24px;
  outline: 0 solid #068466;
  flex-flow: column;
  justify-content: space-between;
  min-height: 450px;
  padding: 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-white-card-2:hover {
  outline-offset: 0px;
  outline: 6px #068466;
}

.bb-card-content-2 {
  color: #353640;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bb-team-container-2-copy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  position: relative;
}

.paragraph-72 {
  margin-bottom: 0;
  line-height: 28px;
}

.paragraph-73 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-74 {
  margin-bottom: 0;
}

.bb-white-card-large-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  background-color: #fff;
  border: 0 #000;
  border-radius: 24px;
  outline: 0 solid #068466;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 456px;
  padding: 0;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.bb-white-card-large-3:hover {
  outline-offset: 0px;
  outline: 6px #068466;
}

.bb-ghost-button-3 {
  color: #fff;
  background-color: #35364000;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-ghost-button-3:hover {
  background-color: #ffffff0d;
  background-position: 102% 49%;
}

.bb-team-container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  position: relative;
}

.paragraph-75 {
  margin-bottom: 0;
  line-height: 28px;
}

.div-block-158 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px;
  display: flex;
}

.bb-white-card-3 {
  outline-offset: 0px;
  background-color: #fff;
  border: 0 #000;
  border-radius: 24px;
  outline: 0 solid #068466;
  flex-flow: column;
  justify-content: space-between;
  min-height: 450px;
  padding: 48px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.bb-white-card-3:hover {
  outline-offset: 0px;
  outline: 6px #068466;
}

.bb-card-content-3 {
  color: #353640;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bb-ghost-button-4 {
  color: #fff;
  background-color: #35364000;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  background-size: 52px 24px;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
  padding: 10px 44px 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.bb-ghost-button-4:hover {
  background-color: #ffffff0d;
  background-position: 102% 49%;
}

.text-block-74 {
  color: var(--off-white);
  margin-left: 8px;
}

.b-footer-logo-text {
  opacity: .5;
  color: var(--off-white);
  margin-left: 12px;
  font-weight: 400;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
}

.b-footer-logo-text:hover {
  opacity: 1;
}

.bb-footer-logo-text-wraper {
  flex-flow: column;
  display: flex;
}

.logo-nom {
  width: 48px;
}

.logo-open-farm {
  width: 33px;
}

.logo-rover {
  width: 104px;
}

.logo-motorway {
  width: 105px;
}

.logo-openfarm {
  width: 43px;
}

.logo-insta {
  width: 142px;
}

.logo-unnited {
  width: 94px;
}

.bb-thankyou-container {
  width: 100%;
  max-width: 1200px;
  padding-right: var(--grey--12px);
  padding-left: var(--grey--12px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bb-thankyou-container.b-text-center {
  text-align: center;
}

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

.bb-diffence-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px;
  display: flex;
}

.bb-dc-diffence-wrap {
  width: 100%;
}

.bb-ps-logo {
  max-width: 120px;
}

.plus {
  text-align: center;
}

.plus:where(.w-variant-6487207d-5911-0d04-9fa6-d7c3b621bcc7) {
  z-index: 10;
  position: absolute;
  inset: 50% -50px auto auto;
  transform: translate(0, -50%);
}

@media screen and (min-width: 1280px) {
  .button:hover {
    border-color: var(--primary);
    opacity: 1;
    color: var(--primary);
    background-color: #fff;
  }

  .button.navbar-button.w--current {
    color: var(--white);
  }

  .button.navbar-button.w--current:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .button.white:hover {
    background-color: var(--primary);
    color: #fff;
    border-style: solid;
    border-color: #fff;
  }

  .button.white.hover-on-green-bg:hover {
    border-color: var(--white);
    color: var(--white);
    background-color: #0000;
  }

  .button.white.hover-on-gray.gray.add-space:hover {
    background-color: var(--dark-gray);
  }

  .button.hover-on-off-white:hover {
    background-color: var(--white);
  }
}

@media screen and (min-width: 1440px) {
  .tab-selector.w--current {
    background-color: var(--primary);
    color: var(--mint-cream);
    cursor: pointer;
    border-radius: 3px;
    margin-right: .25rem;
    padding: .5rem 1rem;
  }

  .landing-button:hover, .landing-cta_button:hover {
    background-color: var(--off-white);
    color: var(--primary-2);
  }

  .b-blog-filtered-tab.w--current {
    background-color: var(--primary);
    color: var(--mint-cream);
    cursor: pointer;
    border-radius: 3px;
    margin-right: .25rem;
    padding: .5rem 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .button.white.hover-on-gray.gray:hover {
    background-color: var(--dark-gray);
  }

  .button-link-2.with-icon:hover {
    color: #fff;
    background-color: #2d5346;
    font-weight: 600;
  }

  .b-nav-cta:hover {
    background-color: var(--white);
    color: var(--primary);
  }

  .b-case-studies-arch-item-more-url.with-icon:hover, .b-case-studies-more-link.with-icon:hover, .b-case-studies-more-link.b-case-studies-more-link-icon-wrap:hover {
    color: #fff;
    background-color: #2d5346;
    font-weight: 600;
  }

  .bb-casestudies-projects-section.bb-casestudies-bg {
    display: flex;
  }

  .link-block-12 {
    outline-color: var(--primary-2);
    outline-offset: 0px;
    border-radius: 48px;
    outline-width: 3px;
    outline-style: solid;
    transition: all .35s cubic-bezier(.23, 1, .32, 1);
  }

  .link-block-12:hover {
    outline-color: var(--primary-2);
    outline-offset: 0px;
    outline-width: 6px;
    outline-style: solid;
  }

  .bb-lp-trusted-link:hover {
    outline-color: var(--primary-2);
    outline-offset: 0px;
    border-radius: 48px;
    outline-width: 6px;
    outline-style: solid;
  }

  .page-count {
    align-self: center;
    width: auto;
    margin-top: 0;
  }

  .pagination {
    place-content: center;
    align-items: center;
  }

  .bb-pagination-elements-wraper {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-top: 48px;
    display: flex;
  }

  .bb-casestudies-pagination {
    place-content: center;
    align-items: center;
  }

  .bb-case-studies-previous {
    border-color: var(--grey--grey-600);
    border-radius: var(--grey--round);
    background-color: var(--grey--grey-200);
    align-self: center;
    width: 66px;
    height: 44px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 16px;
    display: flex;
  }

  .bb-casestudies-pagination-arrow {
    width: 20px;
    height: 20px;
    color: var(--grey--grey-600);
    margin: 16px 16px 16px 6px;
  }

  .bb-service-partner-link:hover {
    outline-color: var(--primary-2);
    outline-offset: 0px;
    border-radius: 48px;
    outline-width: 6px;
    outline-style: solid;
  }

  .bb-service-creative-wraper:hover {
    outline-color: var(--primary-2);
  }

  .bb-service-ds-left {
    padding: 48px;
  }

  .bb-services-ds-left-title-blk, .bb-services-ds-left-title-paragraph {
    margin-bottom: 0;
  }

  .bb-service-ds-right, .bb-service-ds-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-end;
    padding: 48px;
    display: block;
  }

  .bb-service-ds-grid-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-end;
    display: block;
  }

  .bb-team-mobile-desc {
    display: none;
  }

  .bb-connect-cta-desc {
    margin-bottom: 0;
  }

  .bb-cta-company-wrapper {
    border-radius: 48px;
  }

  .bb-cta-company-grid-img-logo {
    padding: 20px;
  }

  .bb-cta-company-grid-img-row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .bb-scout-cta-desc {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
    line-height: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    padding-right: 0;
  }

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

  .section.horizontal-page-title {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.bg-primary {
    padding-top: 0;
  }

  .section.bg-gray-4 {
    padding-left: 71px;
    padding-right: 71px;
  }

  .section.section-large.homepage-hero {
    background-position: 105%;
  }

  .section.white-background {
    padding-left: 70px;
    padding-right: 70px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .container {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.hero-header-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .text-large.text-white {
    padding-left: 109px;
    padding-right: 109px;
    font-size: 18px;
  }

  .text-large.content-row-subtitle {
    margin-bottom: 36px;
  }

  .text-large.content-row-subtitle-last {
    padding-right: 0;
  }

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

  .text-large.left-justify.white {
    padding-right: 113px;
  }

  .text-large.left-justify.white.homepage_title {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.button-round.social-button-white {
    margin-bottom: 0;
  }

  .button.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .form-input.form-input-large {
    height: 60px;
  }

  .avatar.avatar-xlarge {
    width: 120px;
    height: 120px;
  }

  .card-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-body {
    padding: 24px;
  }

  .card.blog-card-horizontal {
    flex-direction: column;
  }

  .text-white {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
  }

  .dropdown-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .dropdown-list.w--open {
    transform: none;
  }

  .dropdown-list.navigation-dropdown-list {
    margin-left: 12px;
    margin-right: 12px;
  }

  .dropdown-list.navigation-dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-title-2 {
    width: 100%;
    margin-bottom: 36px;
    padding-right: 0;
  }

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

  .style-guide-container-2 {
    flex-direction: column;
  }

  .circle-shape {
    width: 96px;
    height: 96px;
  }

  .nav-link {
    padding: 3px 0;
  }

  .nav-link.nav-link-light {
    color: var(--grey-500);
  }

  .nav-link.services {
    padding-left: 24px;
  }

  .nav-menu {
    border: 1px solid var(--off-white);
    background-color: #fff;
    border-radius: 3px;
    display: none;
  }

  .navbar-toggle-button {
    background-color: #0000;
    margin-left: 24px;
    padding: 0;
    display: block;
  }

  .navbar-toggle-button.w--open {
    background-color: #0000;
  }

  .navbar-toggle-cross-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .footer {
    padding-top: 72px;
  }

  .footer-content {
    margin-bottom: 96px;
  }

  .content-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-row.align-center.reverse-direction {
    flex-direction: column;
  }

  .content-row.reverse-direction {
    flex-direction: row;
  }

  .content-row-contents {
    text-align: center;
    align-items: center;
  }

  .justify-center.page-title-text {
    margin-top: 0;
  }

  .wide-grid-thirds {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .wide-grid-thirds.add-margins {
    padding-left: 202px;
    padding-right: 202px;
  }

  .wide-grid-thirds.wins-on-services---3-grid {
    justify-items: center;
    padding-left: 189px;
    padding-right: 189px;
  }

  .wide-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wide-block.bg-gray-4 {
    border-top-style: none;
    width: 40vw;
    margin-bottom: 45px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wide-block.bg-gray-4.success {
    margin-bottom: 40px;
  }

  .text-huge {
    font-size: 54px;
    line-height: 60px;
  }

  .medium-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .content-row-image-wrapper {
    margin-top: 48px;
  }

  .testimonial-horizontal.content-row-testimonial {
    margin-top: 24px;
  }

  .section-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brand-image {
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pill-group {
    justify-content: center;
  }

  .block-section, .block-section.reverse-direction {
    flex-direction: column;
  }

  .block-section-half {
    width: 100%;
  }

  .block-section-half.block-section-content {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .block-section-half.block-section-content.bg-gray-4 {
    flex: 1 0 auto;
  }

  .grid-thirds {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.team-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .contact-section {
    flex-direction: column;
    align-items: center;
  }

  .contact-section-left {
    align-items: center;
    max-width: none;
  }

  .contact-section-right {
    border-left-style: none;
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    margin-top: 48px;
    margin-left: 0;
  }

  .contact-methods {
    justify-content: space-around;
    width: 100%;
    display: flex;
  }

  .page-title {
    padding-left: 105px;
    padding-right: 105px;
  }

  .career-image {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 72px;
  }

  .career-perks {
    margin-bottom: 72px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .wide-grid-quarters {
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .job-application-form {
    padding: 12px;
  }

  .job-application-heading {
    margin-bottom: 36px;
  }

  .grid-halves.grid-projects-contained {
    grid-template-columns: 1fr;
  }

  .grid-halves.horizontal-feature-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-link-title {
    margin-top: 16px;
  }

  .project-summary.text-white {
    text-align: left;
  }

  .section-subheading {
    margin-bottom: 36px;
  }

  .content-row-video {
    margin-top: 48px;
  }

  .request-call-form {
    text-align: left;
  }

  .blog-sidebar-layout {
    flex-direction: column;
    align-items: center;
  }

  .blog-sidebar-articles {
    max-width: 632px;
  }

  .blog-sidebar {
    max-width: 100%;
  }

  .blog-post-horizontal.list-item {
    text-align: left;
    align-items: flex-start;
  }

  .blog-image-horizontal {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .blog-image-link-horizontal {
    max-width: 100%;
  }

  .utility-page-content-wrapper {
    min-width: 100px;
  }

  .demo-container {
    padding: 24px;
  }

  .nav-link-light {
    color: var(--grey-500);
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .cards-grid-container-2, .cards-grid-container-3, .cards-grid-container-4 {
    grid-column-gap: 20px;
  }

  .dropdown-link-3 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .grid-3 {
    grid-template-rows: 1fr 1fr auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .link-block-2 {
    width: 80%;
  }

  .image-19 {
    opacity: .47;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .levers-services-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section--sticky {
    padding-top: 75px;
    padding-bottom: 0;
  }

  .card--sticky {
    position: static;
  }

  .section_row {
    flex-wrap: wrap;
    align-content: flex-start;
  }

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

  .container-11 {
    max-width: 768px;
  }

  .section_col {
    min-width: 480px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .card_image {
    margin-bottom: 16px;
  }

  .heading---white {
    font-size: 50px;
    line-height: 100%;
    overflow: visible;
  }

  .large-text---manrope.center.white.padding-for-awards-section {
    padding-left: 61px;
    padding-right: 61px;
  }

  .large-text---manrope.slider-client-testimonial-text-box {
    padding-right: 105px;
  }

  .large-text---manrope.cta-section {
    padding-left: 31px;
    padding-right: 31px;
  }

  .large-text---manrope.case-study-overview {
    padding-right: 200px;
  }

  .large-text---manrope.center---wins {
    padding-left: 65px;
    padding-right: 65px;
  }

  .large-text---manrope.homepage-text {
    margin-top: 48px;
  }

  .large-text---manrope.pandas-in-the-wild {
    padding-left: 74px;
    padding-right: 74px;
  }

  .large-text---manrope.perks {
    padding-left: 84px;
    padding-right: 84px;
  }

  .k-insta-post {
    height: 325px;
  }

  .icon-2, .icon-3 {
    display: none;
  }

  .link-block-3 {
    margin-left: 71px;
  }

  .individual-columns-3 {
    width: 100%;
    height: auto;
  }

  ._3-column-main-div-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  ._3-column-shaper---wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 25px 120px;
    display: flex;
  }

  .section---brands {
    padding-bottom: 90px;
    padding-left: 82px;
    padding-right: 82px;
  }

  .case-study---section-row {
    padding-left: 77px;
    padding-right: 77px;
  }

  .case-study---main-wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study---main-wrapper.homepage {
    align-items: center;
    min-width: 180px;
    padding-left: 70px;
    padding-right: 70px;
  }

  ._50-left {
    align-items: center;
    padding-right: 0;
  }

  .case-study---title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .case-study---title.left-justify {
    text-align: center;
  }

  .case-study-card-text {
    text-align: center;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study---text-link {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .case-study-content---container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study---logo-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .b-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .b-row.top-border {
    text-align: center;
    padding-bottom: 0;
  }

  .b-row.content-row-with-padding.top-border.hide {
    display: none;
  }

  .b-row.horizontal {
    padding-top: 0;
  }

  .footer---left {
    justify-content: center;
  }

  .b-footer-brand-image {
    margin-bottom: 0;
  }

  .b-footer-link {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }

  .footer-right {
    text-align: center;
    flex-direction: column;
  }

  .link-3 {
    text-align: center;
    display: none;
  }

  ._2-column---div-block.awards {
    align-items: center;
  }

  .changer-wrap {
    font-size: 50px;
    line-height: 100%;
  }

  .changer-overflow-wrap-2 {
    height: 280%;
  }

  .homepage-hero {
    padding: 70px 55px;
  }

  .still-text---wrap-l {
    width: auto;
  }

  .awards-column-l {
    justify-content: center;
  }

  .case-studies-overview---heading {
    padding-right: 173px;
  }

  .k-insta-post-2 {
    height: 325px;
  }

  .perks---holder {
    padding-left: 97px;
    padding-right: 97px;
  }

  .container-18 {
    padding-left: 51px;
    padding-right: 51px;
  }

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

  .leadership-section {
    padding-top: 60px;
  }

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

  .image-52 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .column-5 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .griid-for-awards {
    grid-template-columns: 1fr;
  }

  .column-6 {
    padding-left: 0;
  }

  .link-block-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-55 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .polaroid-style---horizontal {
    min-width: 300px;
  }

  .blog-cta_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-header_featured-image-wrapper {
    padding-top: 75%;
  }

  .blog-header_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.position-relative {
    position: relative;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .show-tablet {
    display: block;
  }

  .hide-tablet {
    display: none;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .heading-xlarge {
    margin-top: 0;
    font-size: 2.75rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .heading-medium-5 {
    font-size: 1.75rem;
  }

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

  .blog-post3_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-post3_content {
    margin-bottom: 3rem;
  }

  .blog-post3-related_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog-post3-related_heading {
    margin-right: 3rem;
  }

  .blog-post3-related_button-row {
    flex: none;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .header76_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header76_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .layout357_content-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout-layer_image {
    height: 30rem;
  }

  .layout357_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .layout357_content-item.content-item-1, .layout357_content-item.content-item-4 {
    margin-bottom: 0;
  }

  .layout357_content-item.content-item-2 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .gallery-horz_image {
    max-height: 40rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 300vh;
  }

  .casecol_content-wrapper, .stats_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .blog-related_list {
    grid-column-gap: 2rem;
  }

  .cta7_content {
    margin-right: 3rem;
  }

  .cta7_component {
    grid-column-gap: 3rem;
  }

  .cta7_button-row {
    flex: none;
  }

  .casestud-sub_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .casestud_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .services-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .landing-nav_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .landing-nav_logo-link.hide {
    display: block;
  }

  .landing-nav_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .landing-nav_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .landing-nav_menu-button.w--open {
    background-color: #0000;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .layout32_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout32_component.mobile.hide {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .layout32_component.hide {
    display: none;
  }

  .contact-modal4_content-wrapper-2 {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .landing-form_button {
    border-color: var(--primary);
  }

  .landing-form_button:hover {
    border-color: var(--primary);
    background-color: var(--white);
  }

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

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

  .contact10_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout192_component, .layout2_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta7_component-2 {
    grid-column-gap: 3rem;
  }

  .landing-content-wrapper {
    padding-top: 0;
  }

  .stats-grid_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .casestud-home-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-link-2, .nav-link-2.w--current {
    font-size: 16px;
  }

  .html-embed-3.html_newsletter {
    margin-right: 0;
  }

  .column-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    position: relative;
  }

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

  .container-21 {
    max-width: 728px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .b-header {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-nav-links {
    background-color: var(--white);
    border-radius: 4px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px #4d4d4d36;
  }

  .b-nav-dropdown-list {
    margin-bottom: 10px;
    margin-left: 10px;
    display: none;
    position: relative;
  }

  .b-nav-mobile-link.w--open {
    background-color: #0000;
  }

  .icon-7 {
    color: var(--primary);
  }

  .b-hubspot-form {
    margin-left: 0;
  }

  .b-grid-footer {
    grid-template: "."
    / 1fr;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: row;
  }

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

  .b-grid-logo-link-image {
    max-width: 100px;
    max-height: 72px;
  }

  .b-grid-stats {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .b-logos-lp-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .b-lp-2column-form {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .b-lp-logo, .b-lp-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-testimonials-slider {
    height: 520px;
  }

  .b-3columns-stats, .b-casestudies {
    padding: 24px;
  }

  .b-casestudies-content-list {
    grid-template-columns: 1fr;
  }

  .b-awards {
    padding: 24px;
  }

  .b-awards-content-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .b-textonly {
    padding: 24px;
  }

  .text-animation-grid {
    grid-template-columns: auto;
    place-items: start center;
    height: 110px;
  }

  .text-animation-phrase {
    text-align: center;
    transform: translate(0);
  }

  .text-animation-phrase.text-animation-phrase-right {
    text-align: center;
  }

  .text-animation-scroller {
    transform: translate(0, -38px);
  }

  .text-animation-scroller.text-animation-phrase-right {
    text-align: center;
  }

  .text-animation-scroller-option-b {
    text-align: center;
    min-width: 360px;
    transform: translate(0, -38px);
  }

  .text-animation-scroller-option-b.text-animation-phrase-right {
    text-align: center;
  }

  .b-serv-casestudies-cols {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .b-serv-case-studies-img {
    object-fit: contain;
    max-width: 200px;
    height: auto;
  }

  .b-serv-case-studies-loop {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .b-serv-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-service {
    padding: 40px 20px;
  }

  .b-video-modal-thumb {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 400px;
  }

  .b-service-image {
    object-fit: cover;
    background-position: 50%;
    min-height: 400px;
  }

  .b-service-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .b-serv-case-studies-img-link {
    float: none;
    object-fit: contain;
    position: static;
  }

  .b-serv-case-studies-text-link {
    position: static;
  }

  .b-serv-case-studies-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.7fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .b-inner-header-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-text-animation-grid-cell, .b-text-animation-grid-cell.text-animation-grid-cell-left {
    align-items: center;
  }

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

  .b-text-animation-heading-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: auto;
    margin-bottom: 24px;
    transform: translate(0);
  }

  .b-text-animation-heading-grid.text-animation-phrase-right {
    text-align: center;
  }

  .b-text-animation-heading-text {
    text-align: center;
    line-height: 46px;
    transform: translate(0);
  }

  .b-text-animation-heading-text.text-animation-phrase-right {
    text-align: center;
  }

  .b-blog-latest-loop {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .b-blog-latest-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.7fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .b-blog-img-link {
    float: none;
    object-fit: contain;
    position: static;
  }

  .b-blog-img {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: 0;
    height: 200px;
    max-height: 100%;
  }

  .b-blog-text-link {
    position: static;
  }

  .b-blog-latest {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-blog-heading {
    margin-bottom: 40px;
  }

  .b-blog-text-p {
    margin-bottom: 0;
    font-size: 14px;
  }

  .b-case-studies-arch-loop {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .b-case-studies-arch-item {
    padding-bottom: 0;
  }

  .b-case-studies-arch-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    align-items: stretch;
    padding-bottom: 20px;
  }

  .b-case-studies-arch-image {
    object-fit: cover;
    background-image: none;
    width: auto;
    height: 300px;
    min-height: 0;
  }

  .b-case-studies-arch-item-benefit-title {
    line-height: 28px;
  }

  .b-inner-header-large {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .b-inner-header-large-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-inner-header-large-h1 {
    font-size: 48px;
  }

  .b-blog-arch-feat-item {
    grid-column-gap: 20px;
    margin-bottom: 0;
  }

  .b-blog-arch-feat-img {
    object-fit: cover;
    height: auto;
    padding-top: 75%;
  }

  .b-blog-arch-feat-img-inner {
    object-fit: cover;
    object-position: 50% 50%;
    max-height: 225px;
  }

  .b-blog-arch-feat-content {
    padding-left: 0;
  }

  .b-blog-arch-feat-title {
    font-size: 1.75rem;
  }

  .b-blog-filtered-tab, .b-blog-filtered-tab.w--current {
    margin-bottom: .5rem;
    margin-right: .5rem;
  }

  .b-blog-filtered-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .b-blog-filtered-list-image {
    object-position: 50% 50%;
    max-height: 280px;
  }

  .b-blog-filtered-list-text {
    font-size: 14px;
  }

  .b-blog-cta-grid {
    grid-column-gap: 20px;
  }

  .b-blog-three-feat-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .b-blog-three-feat-item {
    font-size: 14px;
  }

  .b-blog-three-feat-img {
    height: 180px;
  }

  .b-blog-three-feat-heading {
    grid-column-gap: 3rem;
  }

  .blog-post3-related_heading-copy, .b-blog-three-feat-heading-wrapper {
    margin-right: 3rem;
  }

  .b-blog-three-feat-view-all {
    flex: none;
  }

  .b-blog-header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .b-blog-header-heading {
    margin-top: 0;
    font-size: 2.75rem;
  }

  .b-blog-deatail-text-wrapper {
    margin-bottom: 3rem;
  }

  .b-white-cta-heading {
    font-size: 60px;
  }

  .b-triangle-text-01 {
    left: 70%;
  }

  .b-triangle-text-03 {
    width: 260px;
    top: 70%;
  }

  .b-triangle-text-04 {
    left: 30%;
  }

  .b-backed-grid {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .b-fractional, .b-leads-grid-item, .b-white-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-home-h1 {
    max-width: 610px;
    font-size: 50px;
  }

  .b-channel-manager-heading {
    font-size: 50px;
  }

  .b-backed-heading {
    font-size: 50px;
    line-height: 1.2;
  }

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

  .b-line-8-wrap {
    top: -93px;
  }

  .b-triangle-lottie {
    width: 440px;
  }

  .b-triangle-image {
    max-width: 60%;
  }

  .b-backed-grid-odd {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .b-triangle-lottie-mobile {
    width: 440px;
  }

  .b-home-h1-large-width {
    max-width: 650px;
    font-size: 50px;
  }

  .b-case-study-v2-header, .b-case-study-v2-features {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-49 {
    font-size: 30px;
    line-height: 1.4;
  }

  .heading-53 {
    font-size: 48px;
    line-height: 1.2;
  }

  .b-case-studies-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .b-case-studies {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-grid-logos-scroll {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .b-grid-logos-scroll-logo {
    max-width: 100px;
    max-height: 72px;
  }

  .b-cases-hero-wrap {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cases-hero-right {
    min-height: 440px;
  }

  .b-cases-hero-heading {
    font-size: 42px;
  }

  .b-cases-numbers, .b-cases-subscribe, .b-cases-review, .b-cases-intro, .b-cases-content, .b-cases-cta, .b-cases-related {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cases-subscribe-heading {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .b-case-studies-related {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-cases-subscribe-heading-related {
    font-size: 32px;
  }

  .b-case-studies-list-related {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .b-impact-feature-count {
    font-size: 60px;
    line-height: 75px;
  }

  .b-impact-feature-text {
    font-size: 18px;
  }

  .b-team-description {
    font-size: 18px;
    line-height: 28px;
  }

  .b-team-description.text-white {
    padding-left: 109px;
    padding-right: 109px;
    font-size: 18px;
  }

  .b-team-description.content-row-subtitle {
    margin-bottom: 36px;
  }

  .b-team-description.content-row-subtitle-last {
    padding-right: 0;
  }

  .b-team-description.padding {
    text-align: center;
  }

  .b-team-description.left-justify.white {
    padding-right: 113px;
  }

  .b-team-description.left-justify.white.homepage_title {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .b-team-popup {
    grid-template-columns: 1fr;
  }

  .b-team-photo {
    object-position: 50% 50%;
    max-height: 400px;
  }

  .b-team-popup-text {
    padding: 20px;
  }

  .b-team-name {
    max-width: 100%;
    font-size: 52px;
  }

  .b-team-bio {
    font-size: 18px;
  }

  .b-team-mobile-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .container-23 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .main-hero_heading, .main-hero_heading-2, .main-hero_heading-3, .main-hero_heading-4, .main-hero_heading-5 {
    font-size: 5em;
  }

  .masonry__grid-mask {
    column-count: 3;
  }

  .right-arrow-t1 {
    align-items: flex-end;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-wrapper-t1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow-portrait-t1 {
    align-items: flex-end;
  }

  .slide-subwrapper-t1 {
    width: 33%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-landscape-t1 {
    align-items: flex-end;
  }

  .section-fluid {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .home--features-item {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 4vw;
    margin-bottom: 8vh;
    padding-top: 8vh;
    padding-bottom: 10vh;
    position: relative;
    top: 0;
  }

  .b-testimonial-card {
    padding: 40px 20px;
  }

  .b-testimonial {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .section-11, .b-cs-hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cs-testimonial-columns {
    grid-template-columns: 1fr;
  }

  .typed-div {
    display: block;
  }

  .typed {
    text-align: center;
    font-size: 52px;
    line-height: 62px;
  }

  .cursor {
    display: none;
  }

  .headline {
    text-align: center;
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 62px;
  }

  .section-header-2 {
    font-size: 46px;
    line-height: 54px;
  }

  .puzzle-div {
    width: auto;
    margin-top: 40px;
  }

  .cards-section {
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .box {
    width: 48%;
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .box._5 {
    width: 100%;
    padding-top: 163px;
    padding-bottom: 163px;
  }

  .title-header {
    width: 80%;
    margin-bottom: 50px;
  }

  .b-cs-logo {
    width: 32px;
    height: 32px;
  }

  .b-cs-logos {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bb-cs-services-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .b-cs-services-item {
    min-height: 104px;
  }

  .b-cs-services-icons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .b-cs-services-icon-image {
    width: 32px;
    height: 32px;
  }

  .b-cs-workvideos-item {
    min-height: 620px;
  }

  .b-cs-workvideos-top {
    grid-template-columns: 1fr 1fr;
  }

  .b-cs-workvideos-bottom {
    grid-template-columns: .75fr .75fr;
    grid-template-areas: ". ."
                         "Area Area";
  }

  .b-cs-cases-studies {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-cs-reviews {
    display: block;
  }

  .b-cs-workvideos-item-last {
    min-height: 620px;
  }

  .b-cs-comparison-row, .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
  }

  .b-cs-partner-hide {
    background-color: #fff;
    height: 60px;
  }

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

  .b-cs-partner-row-wrapper {
    padding-top: 0;
  }

  .email-wrap {
    padding-top: 0;
    padding-bottom: 10px;
  }

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

  .links-wrapper {
    flex-wrap: wrap;
    margin-left: 40px;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .bb-partnered-grid-img-wraper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-2 {
    margin-bottom: 15px;
    display: block;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .div-block-36 {
    width: auto;
  }

  .marquee_wrap {
    width: 400vw;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

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

  .container-28 {
    max-width: 728px;
  }

  .div-block-2 {
    grid-column-gap: 35px;
    grid-template-columns: 1fr;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .grid {
    grid-column-gap: 42px;
  }

  .b-cases-subscribe-heading-blog {
    text-align: center;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .paragraph-41 {
    padding-top: 20px;
  }

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

  .home_hero-header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .home_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .b-cases-subscribe-heading-blog-2, .b-cases-subscribe-heading-blog-2-copy {
    text-align: center;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .home_service_component, .home_blogs_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .padding-section-medium-copy, .padding-section-medium-copy-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .b-blog-three-feat-list-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .b-blog-three-feat-item-copy {
    font-size: 14px;
  }

  .b-blog-three-feat-list-copy-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-large-copy {
    font-size: 2.25rem;
  }

  .paid-media-wrapper-copy {
    justify-content: flex-start;
  }

  .normal-text-copy {
    margin-bottom: 24px;
  }

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

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

  .heading-xlarge-copy {
    margin-top: 0;
    font-size: 2.75rem;
  }

  .home_feature_component-copy {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .b-case-studies-list-yt-proposal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-53 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    display: grid;
  }

  .image-90 {
    max-height: 380px;
    left: 77%;
  }

  .image-91 {
    max-width: 40%;
    right: -1%;
  }

  .image-92 {
    max-width: 40%;
  }

  .b-cs-partner-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr .5fr;
  }

  .b-cs-table-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cs-partner-body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr .5fr;
  }

  .b-cs-partner-headrow-wrapper {
    padding-top: 0;
  }

  .b-cs-card-section-video-wrapper {
    width: 210px;
    height: 380px;
    min-height: auto;
    left: 27%;
  }

  .b-reviews-modal-grid {
    grid-template-columns: 1fr;
  }

  .b-reviews-modal-review {
    text-align: center;
  }

  .b-grid-logos-scroll-copy, .b-logo-scroller-swipper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-list-2.w--open {
    padding-left: 24px;
    position: relative;
    box-shadow: 0 0 #0000;
  }

  .b-nav-link-drop-down-wrapper {
    display: block;
  }

  .b-nav-link-child {
    padding-left: 0;
    padding-right: 0;
  }

  .contact10_component-copy {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .b-grid-logos-paid-advisory {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .section-19 {
    padding: 60px 14px;
  }

  .partners-card-white {
    padding: 32px;
  }

  .div-block-59 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  .partner-green-section {
    padding: 40px 14px;
  }

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

  .div-block-58-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-height: auto;
  }

  .div-block-61 {
    min-height: auto;
  }

  .bb-home-hero-section {
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-wide-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-results-description {
    max-width: 470px;
  }

  .bb-team-results-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bb-results {
    padding: 64px 20px;
  }

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

  .bb-logo-grid-logo {
    max-width: 100px;
    max-height: 72px;
  }

  .bb-partners {
    padding: 64px 12px;
  }

  .bb-comparator {
    padding: 32px 12px;
  }

  .bb-text-white-large {
    text-align: left;
    font-size: 17px;
  }

  .bb-services-paid-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bb-lightgray-section {
    padding: 63px 12px;
  }

  .bb-white-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bb-cta-green-gb-wraper.bb-mt-0.bb-solutions-topics-cta {
    padding: 24px;
  }

  .bb-cta-green-gb-wraper.bb-mt-0.bb-solutions-topics-cta:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
    border-bottom-left-radius: 48px;
    flex-flow: row;
  }

  .bb-testimonials {
    padding: 64px 12px;
  }

  .bb-connect-cta {
    padding-bottom: 64px;
  }

  .bb-shadow-filter {
    padding: 32px;
  }

  .bb-our-work {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-issues-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .bb-case-header-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bb-cases-hero-wrap {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bb-cases-hero-left {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .bb-cases-hero-right {
    min-height: 440px;
  }

  .bb-cases-hero-heading {
    font-size: 42px;
  }

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

  .bb-cases-numbers {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bb-cases-numbers-wrap {
    padding-left: 20px;
  }

  .container-35 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .bb-cases-subscribe-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }

  .section-26 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .bb-case-rich-text {
    margin-bottom: 20px;
  }

  .div-block-89 {
    margin-bottom: 40px;
  }

  .bb-case-studies-related {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-cases-subscribe-heading-related {
    font-size: 32px;
  }

  .bb-case-studies-list-related {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .bb-separator._128 {
    height: 64px;
  }

  .bb-follow-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-casestudies-hero-section {
    padding: 32px 12px 0;
  }

  .bb-casestudies-wide-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-casestudies-tall-video {
    flex-flow: column;
  }

  .bb-casestudies-left-wrapper, .bb-casestudies-right-wrapper {
    height: 600px;
  }

  .bb-left-tall-video-bg {
    border-top-right-radius: 48px;
    border-bottom-left-radius: 12px;
  }

  .bb-right-tall-video-bg {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .bb-casestudies-work-section {
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-selected-work-anchors {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .bb-selected-work-case-card {
    flex-flow: column;
    padding: 24px;
  }

  .bb-selected-work-case-text {
    margin-bottom: 32px;
  }

  .bb-casestudies-projects-section {
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-projects-cases-desc {
    font-size: 18px;
    line-height: 24px;
  }

  .collection-list-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .bb-service-card-left-wraper, .bb-service-card-right {
    height: 500px;
    padding: 32px;
  }

  .bb-service-card-bottom {
    height: 370px;
    padding: 32px;
  }

  .bb-work-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-services-cards-title {
    font-size: 25px;
  }

  .bb-wide-container-alt {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-solution-card-left, .bb-solution-card-right {
    height: 600px;
    padding: 32px;
  }

  .bb-solutions-two-cards {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-white-section {
    padding: 63px 12px;
  }

  .bb-grey-card {
    padding: 32px;
  }

  .bb-grey-card.bb-solutions-topics-last:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
    border-bottom-left-radius: 24px;
  }

  .bb-grey-card.bb-solutions-topics-first:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
    border-top-right-radius: 48px;
  }

  .bb-grey-card.bb-solutions-topics-second:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
    border-top-right-radius: 24px;
  }

  .bb-solutions-heading-h2 {
    font-size: 20px;
    line-height: 29px;
  }

  .bb-solutions-topics {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 64px;
  }

  .heading-80 {
    font-size: 17px;
  }

  .bb-solutions-trusted {
    padding-left: 48px;
    padding-right: 48px;
  }

  .bb-partnered-best.white {
    text-align: center;
    line-height: 48px;
  }

  .bb-parnere-grid-text-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bb-services-main-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-lp-left-wrapper, .bb-lp-right-wrapper {
    height: 600px;
  }

  .bb-lp-bot-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-lp-trusted {
    padding: 32px;
  }

  .bb-lp-trusted-title.white.b-text-center.b-lp-trusted-title-limit {
    font-size: 32px;
    line-height: 36px;
  }

  .bb-lp-top-cards {
    height: 600px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-lp-trusted-grid {
    grid-column-gap: 42px;
  }

  .bb-testimonials-global {
    padding: 64px 12px;
  }

  .b-cta-above-footer-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bb-partnered-text-wraper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .bb-casestudies-grid.bb-casestudies-grid-mb {
    grid-template-columns: .75fr 1fr;
  }

  .bb-casestudies-grid.bb-blogs-grid {
    grid-template-columns: .75fr;
  }

  .bb-casestudies-cards-grid-3cl {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .bb-casestudies-cards-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bb-casestudies-cards-wrapper {
    overflow: hidden;
  }

  .bb-case-studies-items-wraper {
    object-fit: contain;
  }

  .bb-casestudie-testimonials-section {
    padding: 64px 12px;
  }

  .bb-service-card-100-title {
    font-size: 25px;
  }

  .bb-service-partner-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-partner-container.bb-solutions, .bb-service-partner-container.bb-solutions-v2 {
    margin-top: 64px;
    margin-bottom: 46px;
  }

  .bb-service-creative-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: stretch center;
    height: 100%;
    max-height: 100%;
  }

  .bb-service-ds-grid-title-blk {
    text-align: center;
    width: 100%;
  }

  .bb-service-video-grid-subtitle {
    text-align: center;
  }

  .bb-service-div-grid {
    justify-content: center;
    align-items: flex-start;
  }

  .bb-service-solutions-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bb-service-solutions-grid-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .bb-service-solutions-grid-imgs {
    grid-template-columns: 1fr 1fr;
  }

  .bb-service-creative-wraper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    outline-color: var(--primary-2);
    outline-offset: 0px;
    outline-width: 0;
    outline-style: none;
    margin-top: 48px;
    margin-left: 12px;
    margin-right: 12px;
    transition-property: none;
  }

  .bb-service-creative-left {
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .bb-service-creative-right {
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
  }

  .bb-services-icons-grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    display: grid;
  }

  .bb-services-icon-image {
    width: 32px;
    height: 32px;
  }

  .bb-service-video-icon {
    margin-top: 20px;
  }

  .bb-services-paid-text {
    overflow-wrap: normal;
  }

  .bb-services-ds-wrap {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bb-services-ds-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bb-service-ds-grid-subtitle-blk {
    text-align: center;
  }

  .bb-service-ds-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    outline-color: var(--primary-2);
    outline-offset: 0px;
    outline-width: 0;
    outline-style: solid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 0;
    transition: all .35s cubic-bezier(.25, .46, .45, .94);
  }

  .bb-service-ds-grid:hover {
    outline-width: 3px;
  }

  .bb-service-ds-left {
    padding-bottom: 24px;
  }

  .bb-services-ds-left-title-wraper {
    justify-content: center;
    align-items: flex-start;
  }

  .bb-services-ds-left-title-paragraph {
    text-align: center;
    margin-top: 32px;
  }

  .bb-services-ds-form-wraper {
    width: 461px;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-ds-form-field-wraper {
    flex-flow: column;
  }

  .bb-services-ds-form-field {
    width: 461px;
  }

  .bb-service-ds-right {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    padding-left: 48px;
    display: flex;
  }

  .bb-service-ds-form-wraper {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bb-service-video-title {
    text-align: center;
    line-height: 42px;
    display: block;
  }

  .bb-service-video-title-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bb-service-partner-grid {
    grid-column-gap: 42px;
  }

  .bb-pm-section {
    padding: 64px 12px;
  }

  .bb-pm-title-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-88 {
    overflow-wrap: normal;
  }

  .bb-service-pm-card-logos-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bb-card-logo-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bb-service-pm-100-card {
    max-height: 100%;
  }

  .bb-service-pm-card-botom-heading {
    padding-left: 0;
  }

  .bb-service-pm-100-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .bb-service-pm-100-text-wraper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bb-service-pm-icon-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    display: grid;
  }

  .bb-services-pm-cards-title {
    font-size: 25px;
  }

  .bb-partnered-best-heading.white {
    line-height: 48px;
  }

  .bb-service-solutions-grid-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .bb-space-div-64 {
    height: 32px;
  }

  .bb-service-partner-container-v2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-partner-container-v2.bb-solutions {
    margin-top: 64px;
    margin-bottom: 46px;
  }

  .bb-service-partner-container-v2.bb-solutions-v2 {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-service-partner-v2-container {
    padding-left: 32px;
    padding-right: 48px;
  }

  .bb-service-partner-v2-grid {
    grid-column-gap: 42px;
  }

  .bb-service-partner-v2-grid-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .bb-service-solutions-grid-imgs-copy {
    grid-template-columns: 1fr 1fr;
  }

  .bb-service-partner-v2-grid-imgs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-partner-v2-grid-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .bb-service-partnered-v2-heading.white {
    line-height: 48px;
  }

  .bb-service-partnered-v2-subtitle.color-grey-200 {
    font-size: 18px;
    line-height: 24px;
  }

  .bb-service-partner-v2-grid-subtitle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .bb-space-div-64-fixed, .bb-space-div-24-fixed, .bb-space-div-32 {
    height: 32px;
  }

  .bb-partner-v2-grid-wraper {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-solutions-white-container {
    padding: 63px 12px;
  }

  .bb-solutions-white-container.bb-pt-0 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bb-solutions-topics-wraper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 64px;
  }

  .bb-solutions-topics-wraper:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
    grid-template-columns: 1fr;
  }

  .bb-service-ds-link, .bb-service-ds-grid-link {
    padding-top: 0;
  }

  .bb-hero-left-section, .bb-cs-services-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-cs-services-vid-card {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .bb-cs-services-vid-card-topics, .bb-cs-services-vid-card-text {
    grid-template-columns: 1fr 1fr;
  }

  .bb-cs-services-item {
    min-height: 104px;
  }

  .bb-cs-services-icons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 48px;
  }

  .bb-cs-services-icon-image {
    width: 32px;
    height: 32px;
  }

  .bb-goodbye-section {
    padding: 64px 20px;
  }

  .bb-goodbye-description {
    width: 100%;
  }

  .bb-plus-grid-top-row:where(.w-variant-6487207d-5911-0d04-9fa6-d7c3b621bcc7) {
    flex-flow: column;
    display: flex;
  }

  .bb-plus-grid {
    padding: 64px 20px;
  }

  .paragraph-54 {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-plus-grid-result-row-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .bb-related-case {
    padding-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-related-case-card {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .bb-values-header {
    height: auto;
  }

  .bb-photo-textrow {
    flex-flow: column;
  }

  .bb-photo-secondrow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .bb-photo-thirdrow {
    grid-column-gap: var(--grey--32px);
    grid-template-columns: 1fr 1fr;
  }

  .bb-photo-grid-limits {
    display: block;
  }

  .bb-photo-grid-image.bb-photo-grid-image-1 {
    position: absolute;
    top: auto;
    right: auto;
  }

  .bb-photo-grid-image.bb-photo-grid-image-2, .bb-photo-grid-image.bb-photo-grid-image-3, .bb-photo-grid-image.bb-photo-grid-image-4 {
    position: absolute;
    top: auto;
    left: auto;
  }

  .bb-photo-grid-image.bb-photo-grid-image-5 {
    top: 0;
    left: auto;
  }

  .bb-photo-grid-image.bb-photo-grid-image-6 {
    top: auto;
    left: auto;
  }

  .bb-photo-grid-image.bb-photo-grid-image-7, .bb-photo-grid-image.bb-photo-grid-image-8 {
    top: auto;
    left: 0;
  }

  .bb-photo-grid-image.bb-photo-grid-image-9, .bb-photo-grid-image.bb-photo-grid-image-10, .bb-photo-grid-image.bb-photo-grid-image-11 {
    left: 0;
  }

  .bb-photo-section {
    padding: var(--grey--64px) 12px;
  }

  .bb-life-panda-section {
    padding: 63px 12px;
  }

  .bb-life-panda-section.bb-pt-0 {
    padding-top: var(--grey--64px);
    padding-bottom: var(--grey--64px);
  }

  .bb-team-panda-header {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bb-life-panda-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bb-team-grid {
    padding: 63px 12px;
  }

  .bb-team-grid.bb-pt-0 {
    padding-top: var(--grey--32px);
    padding-bottom: var(--grey--32px);
  }

  .bb-team-cards-collection {
    grid-template-columns: 1fr 1fr;
  }

  .bb-grow-together-section {
    padding: 63px 12px;
  }

  .bb-grow-together-section.bb-pt-0 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bb-grow-together-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bb-grow-together-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 64px;
  }

  .modal-team-content {
    width: 690px;
  }

  .modal-team, .modal-team-overlay {
    pointer-events: none;
  }

  .modal-team-close {
    pointer-events: auto;
    right: -5%;
  }

  .bb-teams-hero {
    padding-right: var(--grey--12px);
    padding-left: var(--grey--12px);
  }

  .bb-team-banner-wraper {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-team-banner-text-wraper {
    padding: var(--grey--64px);
  }

  .bb-team-values-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-team-values-section-card {
    padding: var(--grey--64px) var(--grey--12px) var(--grey--32px);
  }

  .bb-team-values-section-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bb-team-separator, .bb-figma-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-team-open-position {
    padding-right: var(--grey--24px);
    padding-left: var(--grey--24px);
  }

  .bb-cc-op-text {
    text-align: left;
    font-size: 17px;
  }

  .bb-photo-firstrow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .bb-team-mobile-desc {
    display: none;
  }

  .bb-photo-grid-top-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bb-team-heading-h2-wraper {
    min-width: 30%;
  }

  .bb-team-banner-text {
    height: auto;
  }

  .bb-life-panda-hl-section {
    padding: 63px 12px;
  }

  .bb-life-panda-hl-section.bb-pt-0 {
    padding-top: var(--grey--64px);
    padding-bottom: var(--grey--64px);
  }

  .bb-team-hl-container {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    display: block;
    position: static;
  }

  .bb-team-hl-results-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .bb-team-hl-heading-h2-wraper {
    width: 100%;
    max-width: 100%;
  }

  .bb-team-panda-hl-header {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .bb-life-panda-h-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bb-connect-cta-desc {
    text-align: center;
    margin-top: 32px;
  }

  .bb-scout-program-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-scout-program-row {
    flex-flow: column;
  }

  .bb-scout-program-left {
    width: 100%;
  }

  .bb-partners-grid {
    padding: 63px 12px;
  }

  .bb-partners-grid.bb-pt-0 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bb-partners-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 64px;
  }

  .bb-short-header {
    padding: 32px 12px 0;
  }

  .bb-partners-card {
    padding: 32px;
  }

  .bb-partners-card-heading {
    font-size: 20px;
    line-height: 29px;
  }

  .bb-cta-company {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-cta-company-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }

  .bb-cta-company-grid-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bb-cta-company-grid-text-limiter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .bb-cta-company-grid-img-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .bb-cta-company-grid-img-logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .bb-cta-company-grid-img-row {
    flex: 1;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-content: space-between center;
    place-items: center;
  }

  .bb-open-position-section {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-our-work-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-scout-cta {
    padding-bottom: 64px;
  }

  .bb-scout-cta-desc {
    text-align: center;
    margin-top: 32px;
  }

  .bb-short-header-horizontal {
    padding: 32px 12px var(--grey--32px);
  }

  .bb-short-container-h {
    flex-flow: column;
  }

  .bb-large-text-partner-h {
    margin-bottom: 0;
  }

  .bb-partners-grid-v2 {
    padding: 63px 12px;
  }

  .bb-partners-grid-v2.bb-pt-0 {
    padding-top: var(--grey--48px);
    padding-bottom: 64px;
  }

  .bb-partners-v2-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }

  .bb-partners-v2-card {
    padding: 32px;
  }

  .bb-partners-v2--card-heading {
    font-size: 20px;
    line-height: 29px;
  }

  .bb-partner-btn-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-white-card-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bb-lightwhite-section {
    padding: 63px 12px;
  }

  .bb-white-card-v3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-29 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-testimonial-card-2 {
    padding: 40px 20px;
  }

  .b-testimonial-2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .bb-open-position-grow-together-html-embeded, .bb-open-position-html-wraper {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-blog-hero {
    padding: 32px 12px 0;
  }

  .bb-blog-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .bb-blog-content {
    text-align: center;
  }

  .bb-blog-signup {
    max-width: 500px;
  }

  .bb-blog-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }

  .bb-blog-featured {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bb-blog-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .bb-blog-featured-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bb-blog-featured-cover-image {
    height: 190px;
  }

  .bb-contact-container {
    display: block;
  }

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

  .full_agency_right {
    margin-top: 0;
  }

  .bb-hero-difference {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .bb-25-dc-difference-text {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .bb-dc-difference-btn-text {
    font-size: 24px;
  }

  .bb-dc-difference-btn-text.bt-difference-active {
    order: 3;
  }

  .bb-dc-difference-list-wraper {
    order: 2;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .bb-cd-paid-media-title {
    margin-top: 64px;
  }

  .bb-dc-paid-heading-h2 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-dc-paid-media-title-wraper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bb-dc-separator {
    height: 64px;
  }

  .bb-dc-cards-padding-global {
    padding-top: 0;
  }

  .bb-dc-cards-container-large.position-relative {
    position: relative;
  }

  .bb-dc-cards-padding-section-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bb-dc-cards-title-wrapper {
    text-align: center;
    margin-left: 0;
  }

  .bb-dc-cards-title {
    width: 100%;
  }

  .bb-dc-cards-wraper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-cards-two-feat-list {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .bb-cards-two-feat-item {
    font-size: 14px;
  }

  .bb-dc-deliver-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 0 12px 48px;
  }

  .bb-dc-deliver-left-wraper {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .bb-dc-deliver-left-card-wraper {
    width: 100%;
  }

  .bb-dc-deliver-title, .bb-dc-deliver-paragraph {
    text-align: center;
  }

  .bb-dc-deliver-left-card-btn {
    max-width: 100%;
  }

  .bb-dc-deliver-left-card-btns-wraper {
    width: 100%;
  }

  .bb-dc-deliver-right-h3, .bb-dc-deliver-right-info-paragraph {
    text-align: center;
  }

  .bb-ps-program-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-ps-program-row {
    flex-flow: column;
  }

  .bb-ps-program-left {
    width: 100%;
  }

  .bb-ps-header-grid-wraper {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    display: block;
  }

  .bb-ps-ec-wraper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .bb-ps-ec-grid-wraper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .bb-ps-ec-card-two-feat-meta-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .bb-ps-ec-left-wraper {
    padding-left: 0;
  }

  .bb-ps-ec-left-result-wraper {
    margin-top: 0;
  }

  .bb-ps-ec-left-cta-wraper {
    max-width: 60%;
  }

  .bb-ps-ec-left-cta {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bb-ps-ec-title-text {
    text-align: center;
  }

  .bb-ps-ai-grid-wraper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .bb-ps-ai-left-wraper {
    padding-left: 0;
  }

  .bb-ps-ai-wraper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .bb-ps-ai-card-two-feat-meta-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .bb-ps-ai-left-cta {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bb-ps-ai-left-cta-wraper {
    max-width: 60%;
  }

  .bb-ps-ai-left-result-wraper {
    margin-top: 0;
  }

  .bb-ps-cards-padding-global {
    padding-top: 0;
  }

  .bb-ps-cards-container-large.position-relative {
    position: relative;
  }

  .bb-ps-cards-padding-section-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bb-ps-cards-title-wrapper {
    text-align: center;
    margin-left: 0;
  }

  .bb-ps-cards-title {
    width: 100%;
  }

  .bb-ps-cards-wrape {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-ss-paid-media-title-wraper-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bb-ss-paid-media-title-copy {
    margin-top: 64px;
  }

  .bb-ss-paid-heading-h2-copy {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-ss-lightgray-section {
    padding: 63px 12px;
  }

  .bb-ss-team-results-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bb-ss-services-paid-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bb-grey-200-card, .bb-white-card-2, .bb-white-card-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-footer-logo-text {
    margin-left: 8px;
  }

  .bb-diffence-wrap {
    flex-flow: column;
    display: flex;
  }

  .plus:where(.w-variant-6487207d-5911-0d04-9fa6-d7c3b621bcc7) {
    inset: auto auto -42px 50%;
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .style-guide-color {
    width: 72px;
    height: 72px;
  }

  .style-guide-row {
    margin-bottom: 24px;
  }

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

  .section.bg-gray-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style-guide-color-container {
    margin-right: 12px;
  }

  .text-small.text-spacer {
    line-height: 20px;
  }

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

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

  .text-large.content-row-subtitle {
    margin-bottom: 24px;
  }

  .style-guide-icon {
    margin-bottom: 12px;
    margin-right: 12px;
  }

  .button.navbar-button {
    padding: .25rem;
    font-size: 14px;
  }

  .style-guide-item.narrow {
    max-width: 75%;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-large {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-xlarge {
    width: 96px;
    height: 96px;
  }

  .h6-small-2.style-guide-subheading {
    margin-bottom: 16px;
  }

  .card-body {
    padding: 24px;
  }

  .card-body.values-card-body {
    display: flex;
  }

  .card-body.career-description-card-body {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card-body.blog-post-horizontal-card-body {
    padding: 36px;
  }

  .card {
    border-radius: 5px;
  }

  .text-white {
    padding-left: 45px;
    padding-right: 45px;
  }

  .pill {
    padding: 6px 12px 6px 6px;
  }

  .pill-heading {
    font-size: 16px;
  }

  .expandable-title {
    padding: 16px;
  }

  .icon-list-item.icon-list-item-large {
    margin-top: 24px;
  }

  .circle-shape {
    width: 72px;
    height: 72px;
  }

  .icon-feature-content {
    margin-left: 16px;
  }

  .nav-link {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .nav-link.services {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px;
  }

  .nav-menu {
    border: 1px solid var(--off-white);
    background-color: #fff;
    border-radius: 12px;
    display: none;
  }

  .nav-menu:hover {
    text-decoration: none;
  }

  .navbar-toggle-button {
    display: block;
  }

  .footer {
    padding-top: 48px;
  }

  .footer-content {
    flex-direction: column;
    margin-top: 36px;
    margin-bottom: 48px;
  }

  .footer-menus {
    margin-bottom: 24px;
  }

  .content-row-contents {
    z-index: 2;
    position: relative;
  }

  .decoration-container {
    transform: translate(60%, 60%);
  }

  .decoration-grid {
    display: none;
  }

  .wide-grid-thirds.wins-on-services---3-grid {
    padding-left: 104px;
    padding-right: 104px;
  }

  .wide-block {
    padding-left: 48px;
    padding-right: 48px;
  }

  .wide-block.bg-gray-4 {
    width: 60vw;
  }

  .text-huge {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .content-row-image-wrapper {
    margin-top: 36px;
  }

  .testimonial-quote-symbol.testimonial-quote-symbol-large.text-primary-3 {
    font-size: 72px;
    line-height: 72px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .b-timeline-wrapper {
    grid-template: "."
    / 1fr;
  }

  .timeline-item {
    width: 100%;
    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 0;
  }

  .b-timeline-line {
    display: none;
    left: 0%;
  }

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

  .contact-section-right {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }

  .contact-method {
    margin-bottom: 24px;
  }

  .contact-methods {
    flex-direction: column;
  }

  .grid-halves-restricted {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .circle-number {
    flex: none;
  }

  .values-text {
    margin-top: 0;
    padding-left: 24px;
  }

  .wide-block-small {
    padding: 24px;
  }

  .small-heading.testimonial-text {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .testimonial-slide-nav {
    margin-top: 16px;
  }

  .article figure {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .job-application-form {
    padding: 0;
  }

  .job-application-heading {
    margin-bottom: 24px;
  }

  .grid-halves {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-halves.horizontal-feature-grid {
    grid-row-gap: 36px;
  }

  .project-link-title {
    margin-top: 16px;
  }

  .project-article-intro {
    margin-bottom: 48px;
  }

  .section-subheading {
    margin-bottom: 24px;
  }

  .horizontal-feature-image {
    width: 120px;
    height: 120px;
  }

  .process-list-item {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-section-3 {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-section-4 {
    padding: 40px 20px;
  }

  .cards-grid-container-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .grid-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .section--sticky {
    padding: 70px 16px;
  }

  .card--sticky {
    margin-bottom: 8px;
    padding: 20px;
  }

  .card--light {
    padding: 20px;
  }

  .section_row {
    flex-direction: column;
  }

  .grid--2col {
    grid-column-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .container-11 {
    max-width: 600px;
  }

  .section_col {
    width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-text---manrope.cta-section {
    padding: 0;
  }

  .large-text---manrope.case-study-blurb---homepage {
    font-size: 16px;
  }

  .large-text---manrope.case-study-overview, .large-text---manrope.homepage-text {
    padding-right: 0;
  }

  .large-text---manrope.pandas-in-the-wild {
    padding-left: 30px;
    padding-right: 30px;
  }

  .large-text---manrope.perks {
    padding-left: 52px;
    padding-right: 52px;
  }

  .k-insta-post {
    height: 225px;
  }

  .header---white.left-justify.homepage-cs {
    font-size: 40px;
  }

  ._3-column-shaper---wrapper {
    padding-top: 0;
  }

  .case-study---section-row.temp {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study---title.left-justify, .case-study-card-text {
    margin-bottom: 20px;
  }

  .case-study-content---container {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .changer-overflow-wrap-2 {
    margin-left: 0;
  }

  .homepage-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .still-text---wrap-l {
    width: 80%;
  }

  .case-studies-overview---heading {
    padding-right: 0;
  }

  .all-trails-logo---cs {
    max-width: 35%;
  }

  .k-insta-post-2 {
    height: 225px;
  }

  .griid-for-awards {
    grid-template-columns: 1fr;
  }

  .image-55 {
    margin-bottom: 36px;
  }

  .image-56 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-3 {
    height: 600px;
    display: flex;
  }

  .column-9 {
    flex-direction: row;
    display: flex;
  }

  .polaroid-style---horizontal {
    border-style: none;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog4-header_image-wrapper {
    padding-top: 66%;
  }

  .blog-cta_component {
    grid-row-gap: 3rem;
  }

  .blog-header_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-small {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-header_featured-image-wrapper {
    padding-top: 66%;
  }

  .blog-header_featured-item-content {
    padding: 0;
  }

  .blog-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-large {
    margin: 2rem;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .form-field-wrapper {
    width: 29.625rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

  .heading-medium-5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .casestud-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post3_header {
    grid-row-gap: 3rem;
  }

  .blog-post3_content {
    margin-bottom: 2rem;
  }

  .blog-post3_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post3-related_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post3-related_heading {
    margin-right: 0;
  }

  .blog-post3-related_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog-post3-related_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

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

  .header76_content-right {
    height: 30rem;
  }

  .header76_component {
    padding-top: 4rem;
  }

  .layout357_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout357_content-item {
    padding-bottom: 2rem;
  }

  .gallery24_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .gallery-horz_image {
    width: 90vw;
    max-height: 30rem;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 200vh;
  }

  .casecol_content-wrapper, .stats_component {
    grid-template-columns: 1fr;
  }

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

  .blog-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta7_content {
    margin-right: 0;
  }

  .cta7_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta7_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog-post3_divider-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .testimonial-slider_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider_component {
    padding-bottom: 3rem;
  }

  .testimonial-slider_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial-slider_client-info {
    margin-bottom: 1rem;
  }

  .testimonial-slider_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

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

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

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

  .landing-nav_component {
    min-height: 4rem;
  }

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

  .contact-modal4_form {
    width: 29.5rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
    width: 30rem;
  }

  .contact-modal4_form-block {
    width: 30.6rem;
  }

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

  .contact-modal4_content-wrapper-2 {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .landing-form_button {
    width: 27.2rem;
  }

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

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

  .casestud-grid_list, .contact10_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact10_content.background-color-white {
    width: 32rem;
  }

  .layout192_component, .layout2_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

  .testimonial15_client, .testimonial13_client {
    align-items: center;
    width: 100%;
  }

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

  .testimonial15_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .testimonial15_arrow {
    inset: 0% 0% auto auto;
  }

  .testimonial15_arrow.left {
    right: 3.5rem;
  }

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

  .cta7_component-2 {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-29, .paragraph-30 {
    margin-bottom: 0;
  }

  .stats-grid_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .casestud-home-image.casestudy_home {
    height: 100%;
  }

  .html-embed-3.html_newsletter {
    margin-right: auto;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .b-header {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-team-container {
    overflow: visible;
  }

  .b-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .b-nav-link.b-nav-link-parent {
    display: none;
  }

  .b-nav-cta.surface-form-button {
    text-align: center;
    font-size: 15px;
  }

  .b-heading-h1, .b-heading-h3 {
    text-align: center;
  }

  .b-grid-cta-above-footer {
    grid-template-columns: minmax(156px, auto);
    grid-template-areas: ".";
  }

  .b-heading-h4.b-text-center {
    font-size: 32px;
  }

  .b-grid-logos {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .b-grid-logo-link.b-hide-mobile, .b-body-3.b-comma {
    display: none;
  }

  .b-heading-h2 {
    text-align: center;
  }

  .b-grid-cta-profit, .b-grid-start-cultivating {
    grid-template-columns: 2fr;
  }

  .b-grid-stats {
    justify-items: center;
  }

  .b-grid-stats-values {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .b-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .b-hero-heading, .b-hero-subheading {
    text-align: center;
  }

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

  .b-cta-earn-budgets {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-logos-lp-grid {
    grid-template-columns: 1fr 1fr;
  }

  .b-lp-2column-form {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .b-lp-form.background-color-white {
    width: 32rem;
  }

  .b-lp-heading {
    font-size: 38px;
    line-height: 42px;
  }

  .b-testimonials-slider {
    height: 620px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .b-testimonials-by {
    flex-direction: column;
  }

  .b-testimonials-arrow-left, .b-testimonials-arrow-right {
    display: none;
  }

  .b-3columns-stats-grid {
    grid-template-columns: 1fr;
  }

  .b-3columns-stats-col {
    min-height: 220px;
  }

  .b-casestudies-header-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .b-casestudies-content-item-readmore, .b-casestudies-header-text {
    text-align: center;
  }

  .b-casestudies-header-text.b-comma {
    display: none;
  }

  .b-awards-heading {
    text-align: center;
  }

  .b-awards-description.b-comma, .b-empty {
    display: none;
  }

  .text-animation-grid {
    grid-template-columns: 1fr;
    height: 100px;
  }

  .text-animation-phrase {
    font-size: 34px;
  }

  .text-animation-phrase.text-animation-phrase-left {
    text-align: center;
  }

  .text-animation-scroller-option-b {
    min-width: 370px;
  }

  .b-serv-case-studies-img {
    object-fit: cover;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .b-serv-case-studies-loop {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .b-serv-header {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .b-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-service-benefit {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .b-service-loop {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .b-video-modal-thumb {
    max-height: 250px;
  }

  .b-service-image {
    background-position: 50%;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .b-service-content {
    font-size: 16px;
    line-height: 24px;
  }

  .b-serv-case-studies-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .b-inner-header-h1 {
    text-align: center;
  }

  .b-text-animation-heading-grid {
    font-size: 34px;
  }

  .b-text-animation-heading-grid.text-animation-phrase-left {
    text-align: center;
  }

  .b-text-animation-heading-text {
    font-size: 29px;
    line-height: 42px;
  }

  .b-text-animation-heading-text.text-animation-phrase-left {
    text-align: center;
  }

  .b-blog-latest-loop {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .b-blog-latest-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .b-blog-img {
    object-fit: cover;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .b-blog-heading-h2 {
    font-size: 32px;
  }

  .b-case-studies-arch {
    padding-top: 20px;
  }

  .b-case-studies-arch-loop {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .b-case-studies-arch-content {
    font-size: 16px;
    line-height: 24px;
  }

  .b-case-studies-arch-image {
    background-image: none;
    width: 100%;
    height: 250px;
    min-height: 0;
    margin-bottom: 0;
  }

  .b-case-studies-arch-item-benefit {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .b-inner-header-large {
    padding-left: 0;
    padding-right: 0;
  }

  .b-inner-header-large-h1 {
    text-align: center;
    font-size: 40px;
  }

  .b-blog-arch-heading-h1 {
    font-size: 36px;
  }

  .b-blog-arch-heading-text {
    font-size: 1rem;
  }

  .b-blog-arch-feat-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .b-blog-arch-feat-img {
    padding-top: 0%;
  }

  .b-blog-arch-feat-content {
    padding: 0;
  }

  .b-blog-arch-feat-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .b-blog-filtered-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .b-blog-filtered-list-image {
    max-height: 250px;
  }

  .b-blog-filtered-list-head {
    font-size: 1.25rem;
  }

  .b-blog-cta-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .b-blog-cta-heading {
    font-size: 32px;
    line-height: 1.2;
  }

  .b-blog-cta-text {
    font-size: 1rem;
  }

  .div-block-14, .b-blog-cta-image-wrapper {
    max-height: 250px;
  }

  .b-blog-three-feat-list {
    grid-template-columns: 1fr;
  }

  .b-blog-three-feat-title {
    font-size: 1.25rem;
  }

  .b-blog-three-feat-button {
    margin-bottom: 20px;
  }

  .b-blog-three-feat-heading {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post3-related_heading-copy, .b-blog-three-feat-heading-wrapper {
    margin-right: 0;
  }

  .b-blog-three-feat-heading-text {
    font-size: 1rem;
  }

  .b-blog-three-feat-view-all {
    justify-content: flex-start;
    width: 100%;
  }

  .b-blog-three-feat-view-all.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .b-blog-detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .b-blog-header {
    grid-row-gap: 20px;
  }

  .b-blog-breadcrumbs-wrapper {
    margin-bottom: 10px;
  }

  .b-blog-header-heading {
    margin-bottom: 56px;
    font-size: 38px;
  }

  .b-blog-detail-top {
    margin-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-blog-detail-author-name {
    font-size: 1rem;
  }

  .b-blog-detail-divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .b-blog-deatail-text-wrapper {
    margin-bottom: 2rem;
  }

  .b-grid-cta-scout {
    grid-template-columns: 2fr;
  }

  .b-cta-work-with-us-scout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-heading-h2-scout {
    text-align: center;
  }

  .b-white-cta {
    min-height: 500px;
    padding: 0;
  }

  .b-white-cta-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-white-cta-heading {
    font-size: 38px;
  }

  .b-triangle {
    min-height: 600px;
    padding: 0;
  }

  .b-triangle-text-01 {
    margin-top: 220px;
    top: 25%;
    left: 100%;
  }

  .b-triangle-text-02 {
    top: 41%;
  }

  .b-triangle-text-03 {
    margin-top: -286px;
    top: 97%;
  }

  .b-triangle-text-04 {
    top: 25%;
    left: 0%;
  }

  .b-text-color-green {
    font-size: 28px;
    line-height: 31px;
  }

  .b-triangle-anim-wrap {
    top: 55%;
  }

  .b-backed {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b-backed-partner-logo {
    max-width: 145px;
    max-height: 100px;
  }

  .b-backed-grid {
    flex-direction: column;
    max-height: 100%;
  }

  .b-perfect-partner {
    min-height: 500px;
  }

  .b-leads-grid-item {
    height: 80px;
  }

  .b-fractional-text {
    font-size: 16px;
  }

  .b-leads-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b-growth {
    min-height: 500px;
  }

  .b-white-box {
    height: 80px;
  }

  .b-white-box-text {
    font-size: 16px;
  }

  .b-maximize {
    min-height: 500px;
  }

  .b-channel-managers {
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .b-home-hero {
    min-height: 500px;
  }

  .b-home-h1 {
    font-size: 40px;
  }

  .b-channel-manager-heading {
    font-size: 38px;
    line-height: 1.2;
  }

  .b-backed-heading {
    font-size: 38px;
  }

  .b-backed-text {
    font-size: 18px;
  }

  .b-home-video, .b-efficiency-performance, .b-growth-opportunities, .b-strategic-partner {
    height: 500px;
  }

  .b-line-1-start {
    flex: none;
  }

  .b-line-1 {
    display: none;
  }

  .b-line-1-end {
    flex: none;
  }

  .b-line-1-wrap {
    opacity: 1;
    max-height: 210px;
    top: -150px;
  }

  .b-line-2 {
    display: none;
  }

  .b-line-2-wrap {
    opacity: 1;
    max-height: 200px;
    top: -68px;
  }

  .b-line-2-start, .b-line-2-end {
    flex: none;
  }

  .b-line-3 {
    display: none;
  }

  .b-line-3-wrap {
    opacity: 1;
    max-height: 190px;
    top: -143px;
  }

  .b-line-3-start, .b-line-3-end {
    flex: none;
  }

  .b-line-4 {
    display: none;
  }

  .b-line-4-wrap {
    opacity: 1;
    max-height: 190px;
    top: -55px;
  }

  .b-line-4-start, .b-line-4-end {
    flex: none;
  }

  .b-line-5-wrap {
    opacity: 1;
    max-height: 200px;
    top: -143px;
  }

  .b-line-5 {
    display: none;
  }

  .b-line-5-start, .b-line-5-end {
    flex: none;
  }

  .b-line-6 {
    display: none;
  }

  .b-line-6-wrap {
    opacity: 1;
    max-height: 190px;
    top: -58px;
  }

  .b-line-6-start, .b-line-6-end {
    flex: none;
  }

  .b-line-7 {
    display: none;
  }

  .b-line-7-wrap {
    opacity: 1;
    max-height: 200px;
    top: -143px;
  }

  .b-line-7-start, .b-line-7-end {
    flex: none;
  }

  .b-line-8 {
    display: none;
  }

  .b-line-8-wrap {
    opacity: 1;
    max-height: 190px;
    top: -68px;
  }

  .b-line-8-start, .b-line-8-end {
    flex: none;
  }

  .b-triangle-lottie {
    width: 340px;
  }

  .b-line-1-mobile {
    display: block;
  }

  .b-line-1-wrap-mobile {
    opacity: 1;
    max-height: 210px;
    top: -170px;
  }

  .b-line-1-start-mobile, .b-line-1-end-mobile {
    flex: none;
  }

  .b-line-2-mobile {
    display: block;
  }

  .b-line-2-wrap-mobile {
    opacity: 1;
    max-height: 200px;
    top: -40px;
  }

  .b-line-2-start-mobile, .b-line-2-end-mobile {
    flex: none;
  }

  .b-line-3-mobile {
    display: block;
  }

  .b-line-3-wrap-mobile {
    opacity: 1;
    max-height: 190px;
    top: -150px;
  }

  .b-line-3-start-mobile, .b-line-3-end-mobile {
    flex: none;
  }

  .b-line-4-mobile {
    display: block;
  }

  .b-line-4-wrap-mobile {
    opacity: 1;
    max-height: 190px;
    top: -40px;
  }

  .b-line-4-start-mobile, .b-line-4-end-mobile {
    flex: none;
  }

  .b-line-5-mobile {
    display: block;
  }

  .b-line-5-wrap-mobile {
    opacity: 1;
    max-height: 200px;
    top: -150px;
  }

  .b-line-5-start-mobile, .b-line-5-end-mobile {
    flex: none;
  }

  .b-line-6-mobile {
    display: block;
  }

  .b-line-6-wrap-mobile {
    opacity: 1;
    max-height: 190px;
    top: -58px;
  }

  .b-line-6-start-mobile, .b-line-6-end-mobile {
    flex: none;
  }

  .b-line-7-mobile {
    display: block;
  }

  .b-line-7-wrap-mobile {
    opacity: 1;
    max-height: 200px;
    top: -130px;
  }

  .b-line-7-start-mobile, .b-line-7-end-mobile {
    flex: none;
  }

  .b-line-8-mobile {
    display: block;
  }

  .b-line-8-wrap-mobile {
    opacity: 1;
    max-height: 190px;
    top: -40px;
  }

  .b-line-8-start-mobile, .b-line-8-end-mobile {
    flex: none;
  }

  .b-triangle-image {
    max-width: 52%;
  }

  .b-backed-grid-odd {
    flex-direction: column;
    max-height: 100%;
  }

  .b-triangle-anim-text-heading {
    line-height: 33px;
  }

  .b-triangle-lottie-mobile {
    width: 340px;
  }

  .b-home-h1-large-width {
    font-size: 40px;
  }

  .b-header-spacing {
    height: 85px;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .b-case-study-v2-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-cases-numbers-stat-stat {
    text-align: center;
  }

  .cell-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-53 {
    font-size: 32px;
  }

  .b-case-studies-list {
    grid-template-columns: 1fr;
  }

  .b-case-studies-item-link {
    width: 98.13%;
  }

  .b-grid-logos-scroll {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .swiper-slide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .b-cases-numbers-wrap {
    display: block;
  }

  .b-cases-hero-right {
    min-height: 320px;
  }

  .b-cases-numbers-stat {
    align-items: center;
    margin-bottom: 20px;
  }

  .b-cases-numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .digit-con {
    font-size: 72px;
  }

  .b-cases-subscribe-fields {
    grid-template-columns: 1fr;
  }

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

  .b-case-studies-list-related {
    grid-template-columns: 1fr;
  }

  .b-case-studies-item-link-related {
    width: 98.13%;
  }

  .b-impact-features {
    grid-template-columns: 1fr;
  }

  .b-impact-features.is-solution-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .b-impact-feature.is-middle {
    border-left-style: none;
    border-right-style: none;
  }

  .b-team-section {
    display: none;
  }

  .b-team-description {
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .b-team-description.content-row-subtitle {
    margin-bottom: 24px;
  }

  .collection-list-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .heading-54 {
    color: var(--dark-gray);
    font-family: Manrope, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
  }

  .b-team-photo {
    max-height: 300px;
  }

  .b-team-bio {
    font-size: 16px;
  }

  .b-team-mobile-section {
    padding-bottom: 0;
    display: block;
  }

  .b-team-mobile-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: block;
    overflow: visible;
  }

  .swiper-wrapper.b-team-swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .swiper-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-19 {
    text-align: center;
  }

  .slider-4 {
    background-color: #fff0;
    height: 420px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-78 {
    text-align: center;
    width: 260px;
    height: 286.85px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .slide-nav-3 {
    display: none;
  }

  .icon-8, .icon-9 {
    color: var(--primary-2);
  }

  .div-block-20 {
    height: 50px;
  }

  .main-hero_heading, .main-hero_heading-2, .main-hero_heading-3, .main-hero_heading-4 {
    font-size: 3.5em;
  }

  .wtf-para {
    font-size: 2em;
  }

  .main-hero_heading-5 {
    font-size: 3.5em;
  }

  .page-content-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .masonry__grid-mask {
    column-count: 2;
  }

  .arrow {
    height: 35px;
  }

  .right-arrow-t1 {
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .left-arrow-icon-t1 {
    height: 35px;
  }

  .left-arrow-portrait-t1 {
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .slider-mobile-landscape-t1 {
    display: block;
  }

  .slider-t1 {
    display: none;
  }

  .arrow-copy, .right-arrow-icon-t1 {
    height: 35px;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-t1 {
    padding: 40px 10px;
  }

  .right-arrow-portrait-t1 {
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .slide-subwrapper-t1 {
    width: 50%;
  }

  .slide-nav-landscape-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-arrow-landscape-t1 {
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .left-arrow-t1 {
    inset: 0% auto 0% 0%;
  }

  .right-arrow-landscape-t1 {
    align-items: center;
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .home--features-item {
    flex-direction: column;
    padding-top: 8vh;
    padding-bottom: 8vh;
    display: flex;
    position: relative;
    top: auto;
  }

  .testimonials-t3 {
    padding: 40px 10px;
  }

  .b-testimonial {
    font-size: 28px;
    line-height: 1.2em;
  }

  .b-cs-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-cs-hero-text {
    font-size: 18px;
    line-height: 22px;
  }

  .b-cs-card-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .b-cs-card-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cs-testimonial-columns {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .b-cs-testimonial-section {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .typed {
    min-height: 75px;
    font-size: 32px;
    line-height: 38px;
  }

  .headline {
    margin-left: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .section-header-2 {
    line-height: 50px;
  }

  .cards-section {
    padding-top: 80px;
  }

  .b-cs-testimonial-item {
    margin-bottom: 10px;
    padding: 20px;
  }

  .b-cs-testimonial-wrapper {
    max-height: none;
    padding: 10px 10px 0;
  }

  .b-cs-testimonial-text {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .b-cs-logos-section {
    padding-bottom: 40px;
  }

  .b-cs-logos-h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .b-cs-logo {
    width: 28px;
    height: 28px;
  }

  .b-cs-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bb-cs-services-wrap {
    padding: 48px 12px;
  }

  .b-cs-services-title {
    font-size: 18px;
    line-height: 24px;
  }

  .b-cs-services-icons {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .b-cs-workvideos-item {
    min-height: 460px;
  }

  .b-cs-cases-item {
    width: 98.13%;
  }

  .b-cs-reviews {
    position: relative;
  }

  .b-cs-reviews-wrap, .b-cs-reviews-collection {
    display: none;
  }

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

  .b-cs-reviews-item {
    min-width: 510px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .b-cs-reviews-anim {
    display: none;
  }

  .b-cs-reviews-collection-persistent {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .b-cs-reviews-list-persistent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .b-cs-reviews-item-persistent {
    min-width: 510px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .b-cs-workvideos-item-last {
    min-height: 460px;
  }

  .swiper-pagination {
    display: flex;
  }

  .swiper-pagination-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    display: flex;
  }

  .swiper-pagination-bullet {
    background-color: #0000001c;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary);
  }

  .swiper-content {
    background-color: #fff;
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    display: flex;
  }

  .swiper-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-28, .collection-list-wrapper-5 {
    min-width: 800px;
  }

  .b-cs-partner-row-wrapper {
    overflow: auto;
  }

  .heading-h2-left.center.black._48 {
    font-size: 34px;
    line-height: 38px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .for-mobile {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .div-block-11-right, .div-block-11-stable {
    padding: 30px;
  }

  .bb-partnered-grid-img-wraper {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .trust-img {
    max-width: 120px;
  }

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

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

  .marquee-wrapper {
    width: 500%;
  }

  .div-block-11-left {
    padding: 30px;
  }

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

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

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

  .div-block-2 {
    grid-template-columns: 1.85fr;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .logos-sect {
    display: none;
  }

  .logo-container {
    width: 200vw;
  }

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

  .b-cases-subscribe-fields-v2 {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

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

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

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

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

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .home_logo-list_logo {
    max-height: 3rem;
  }

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

  .home_logo-list_component {
    padding-top: 1rem;
  }

  .heading-style-h5 {
    font-size: 30px;
  }

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-69 {
    font-size: 65px;
  }

  .div-block-45 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

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

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .bb-dc-hero-padding {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .b-cases-subscribe-fields-v2-copy {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .home_service_component, .home_blogs_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .padding-section-medium-copy {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .paragraph-42-copy {
    font-size: 18px;
  }

  .home_logo-list_component-copy-copy {
    padding-top: 1rem;
  }

  .home_logo-list_logo-copy-copy, .home_logo-list_logo-copy, .home_logo-list_logo-copy, .home_logo-list_logo-copy-copy {
    max-height: 3rem;
  }

  .div-block-45-copy-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .home_logo-list_component-copy-copy-copy {
    padding-top: 1rem;
  }

  .padding-section-medium-copy-copy {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home_logo-list_component-copy {
    padding-top: 1rem;
  }

  .div-block-45-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .home_logo-list_logo-copy {
    max-height: 3rem;
  }

  .b-blog-three-feat-list-copy, .b-blog-three-feat-list-copy-copy {
    grid-template-columns: 1fr;
  }

  .b-case-studies-item-link-white {
    width: 98.13%;
  }

  .b-heading-h4-copy.b-text-center {
    font-size: 32px;
  }

  .heading-large-copy {
    font-size: 2rem;
  }

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

  .b-heading-h2-copy {
    text-align: center;
  }

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

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

  .solution_offer_list {
    padding-top: 1rem;
  }

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

  .hero-section-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .contact10_component-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .contact10_content-copy.background-color-white, .contact10_content-copy.background-color-white-copy {
    width: 32rem;
  }

  .heading-style-h5-copy-copy {
    font-size: 30px;
  }

  .home_feature_component-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .b-case-studies-list-yt-proposal {
    grid-template-columns: 1fr;
  }

  .heading-style-h5-copy {
    font-size: 30px;
  }

  .block-left, .block-right {
    padding: 30px;
  }

  .image-88 {
    margin-top: 40px;
  }

  .div-block-52 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

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

  .image-89 {
    margin-bottom: 40px;
  }

  .image-90 {
    top: -1%;
    left: 81%;
  }

  .image-92 {
    left: 1%;
  }

  .b-cs-partner-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    min-width: 800px;
    display: grid;
    overflow: visible;
  }

  .b-cs-table-cont-focus {
    flex: 1;
  }

  .b-cs-table-cont-channels {
    display: none;
  }

  .b-cs-table-cont-focus-cell-text {
    font-size: 14px;
  }

  .b-cs-table-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cs-partner-body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: visible;
  }

  .b-cs-partner-headrow-wrapper {
    display: none;
    overflow: auto;
  }

  .b-cs-table-cont-channels-mobile {
    display: flex;
  }

  .b-cs-card-section-video-wrapper {
    width: 270px;
    height: 480px;
    min-height: auto;
  }

  .b-blog-heading-h2-copy {
    font-size: 32px;
  }

  .b-reviews-modal-grid {
    grid-template-columns: 1fr;
  }

  .b-reviews-modal-heading {
    text-align: center;
  }

  .b-grid-logos-scroll-copy, .b-logo-scroller-swipper {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .b-nav-link-drop-down.b-nav-link-parent, .b-nav-link-drop-down-link.b-nav-link-parent, .b-nav-link-child.b-nav-link-parent {
    display: none;
  }

  .contact10_component-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-communities {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-72 {
    font-size: 30px;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .b-backed-v02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b-impact-logos {
    flex-flow: row;
  }

  .b-impact-logos-image {
    max-width: 160px;
  }

  .b-grid-logos-paid-advisory {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

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

  .partners-card-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-59 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: flex;
  }

  .div-block-58-copy {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cta-schedule {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bb-heading-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .bb-large-text {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-logos-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .bb-home-hero-section {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-wide-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-tall-video {
    flex-flow: column;
  }

  .bb-tall-video-wrapper, .bb-two-row-video {
    width: 100%;
    height: 720px;
  }

  .bb-tall-video-bg {
    border-top-right-radius: 48px;
    border-bottom-left-radius: 12px;
  }

  .bb-value-counter {
    font-size: 32px;
    line-height: 40px;
  }

  .bb-our-work-card-header {
    font-size: 20px;
    line-height: 22px;
  }

  .bb-video-bg {
    border-top-right-radius: 12px;
  }

  .bb-results-description {
    max-width: 100%;
  }

  .bb-results-text {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-heading-h2 {
    text-wrap: pretty;
    font-size: 32px;
    line-height: 40px;
  }

  .bb-heading-h2.b-text-color-white {
    line-height: 52px;
  }

  .bb-heading-h2.b-text-color-white.b-text-center {
    line-height: 40px;
  }

  .bb-heading-h2.bb-industry-leaders {
    line-height: 48px;
  }

  .bb-heading-h2.bb-text-color-grey-600 {
    line-height: 52px;
  }

  .bb-heading-h2.bb-text-color-grey-600.b-text-center {
    line-height: 40px;
  }

  .bb-team-results-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .bb-value-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .bb-value-description {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-cta-banner-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 48px;
    flex-flow: column;
  }

  .bb-results {
    padding: 40px 12px 64px;
  }

  .bb-heading-h2-wide {
    font-size: 32px;
    line-height: 40px;
  }

  .bb-logo-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
  }

  .bb-partners, .bb-comparator {
    padding: 64px 12px;
  }

  .bb-text-large {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-60 {
    font-size: 16px;
    line-height: 20px;
  }

  .bb-performance-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px;
  }

  .bb-black-banner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 48px;
    flex-flow: column;
  }

  .bb-text-white-large {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .bb-performance-cards {
    min-height: 380px;
    padding: 32px;
  }

  .bb-services-paid-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .paragraph-47 {
    font-size: 20px;
  }

  .bb-performance-heading-h2 {
    font-size: 28px;
  }

  .bb-performance-heading {
    padding-right: 60px;
  }

  .bb-lightgray-section {
    padding: 48px 12px;
  }

  .bb-white-card {
    min-height: 380px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-mt-48 {
    margin-top: 24px;
  }

  .bb-white-card-large {
    grid-template-columns: 1fr;
  }

  .bb-ss-creative-service-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-cta-green-gb-wraper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 48px;
    flex-flow: column;
    margin-top: 48px;
  }

  .bb-cta-green-gb-wraper.bb-mt-0.bb-solutions-topics-cta {
    border-bottom-left-radius: 24px;
  }

  .bb-cta-green-gb-wraper.bb-mt-0.bb-solutions-topics-cta:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
    border-bottom-left-radius: 48px;
  }

  .bb-testimonials {
    padding: 64px 12px;
  }

  .bb-testimonials-card {
    flex: 1;
    padding: 32px;
  }

  .bb-testimonial-text {
    font-size: 18px;
    line-height: 24px;
  }

  .bb-testimonial-author {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-63 {
    font-size: 20px;
    line-height: 29px;
  }

  .swiper.slider-work, .swiper.slider-videos {
    overflow: visible;
  }

  .bb-connect-cta-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 42px;
  }

  .bb-connect-cta-heading {
    line-height: 24px;
  }

  .bb-connect-cta {
    padding-bottom: 64px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-shadow-filter {
    padding: 32px;
  }

  .bb-video-bg-alt {
    background-position: 50% 0;
    border-bottom-left-radius: 48px;
  }

  .bb-our-work {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .bb-digit-con {
    font-size: 72px;
  }

  .bb-digit-con.bb-impact-feature-count.bb-value-heading {
    text-align: center;
    font-size: 48px;
  }

  .bamboo-crisp-logo {
    object-fit: scale-down;
    width: 100px;
    height: 21px;
    overflow: visible;
  }

  .faqs-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-issues-cta-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 48px;
    flex-flow: column;
  }

  .bb-our-work-card-header-consumer {
    font-size: 20px;
    line-height: 22px;
  }

  .bb-results-stats {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bb-light-grey {
    padding-top: 24px;
  }

  .bb-case-header-card {
    overflow: visible;
  }

  .bb-cases-hero-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bb-cases-hero-right {
    min-height: 320px;
  }

  .bb-cases-hero-image {
    min-height: 350px;
  }

  .bb-cases-numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bb-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    overflow: visible;
  }

  .bb-cases-numbers-wrap {
    display: block;
  }

  .bb-cases-numbers-stat, .b-cases-numbers-stat-copy {
    align-items: center;
    margin-bottom: 20px;
  }

  .bb-cases-numbers-stat-stat {
    text-align: center;
  }

  .bb-cases-subscribe-fields-v3 {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .bb-cases-subscribe-fields-v3.horizontal {
    flex-flow: column;
  }

  .bb-cases-subscribe-fields {
    display: block;
  }

  .bb-contact-form-wrap-detail {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }

  .bb-case-studies-related {
    padding-top: 0;
  }

  .bb-case-studies-list-related {
    grid-template-columns: 1fr;
  }

  .bb-case-studies-item-link-related {
    width: 98.13%;
  }

  .swiper-slide-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .bb-follow-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .bb-follow-text {
    text-align: center;
    text-wrap: balance;
  }

  .bb-casestudies-hero-section {
    text-align: center;
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-casestudies-wide-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-casestudies-tall-video {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .bb-casestudies-left-wrapper, .bb-casestudies-mid-wrapper, .bb-casestudies-right-wrapper {
    width: 100%;
    height: 500px;
  }

  .bb-left-tall-video-bg {
    border-top-right-radius: 48px;
    border-bottom-left-radius: 12px;
  }

  .bb-mid-tall-video-bg {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .bb-right-tall-video-bg {
    border-top-right-radius: 12px;
  }

  .bb-casestudies-work-section {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-7 {
    margin-right: 10px;
  }

  .text-block-65 {
    text-align: left;
    flex: 0 auto;
    width: 100%;
  }

  .bb-selected-work-anchors {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 16px;
  }

  .bb-heading-work-h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .bb-heading-work-h2.bb-mb-0 {
    text-align: center;
  }

  .bb-selected-work-case-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 48px 32px 32px;
  }

  .bb-datascience-case-text-col {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .bb-datascience-case-thumbnail-col {
    order: -1;
    align-self: center;
    width: 100%;
  }

  .bb-selected-work-case-heading {
    font-size: 28px;
    line-height: 32px;
  }

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

  .bb-selected-work-case-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
  }

  .bb-selected-work-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .bb-lightgrey-banner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 48px;
    flex-flow: column;
  }

  .bb-text-dark-large {
    text-align: center;
  }

  .bb-selected-work-case-trusted {
    margin-top: 0;
  }

  .bb-casestudies-projects-section {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-98 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bb-projects-cases-desc {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-casestudies-card-img-bg {
    height: 200px;
  }

  .bb-casestudies-cards-top {
    padding: 32px;
  }

  .heading-77 {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-102 {
    height: 220px;
    padding: 32px;
  }

  .collection-list-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .bb-selected-work-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .bb-selected-work-card.bb-work-slider.swiper-slider {
    min-width: 100%;
  }

  .bb-cases-filters {
    min-height: 64px;
  }

  .bb-servie-two-cards {
    grid-template-columns: 1fr;
  }

  .bb-service-card-left-wraper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top-right-radius: 48px;
    height: auto;
    padding: 48px 32px;
  }

  .bb-service-card-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top-right-radius: 12px;
    height: auto;
    padding: 48px 32px;
  }

  .bb-service-card-bottom {
    height: auto;
    padding: 48px;
  }

  .bb-work-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-services-cards-title {
    font-size: 28px;
    line-height: 32px;
  }

  .bb-services-cards-subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .bb-wide-container-alt {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-wide-container-alt.bb-solutions {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-solution-card-left {
    border-top-right-radius: 48px;
    border-bottom-left-radius: 12px;
    height: auto;
    padding: 32px;
  }

  .bb-solution-card-right {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 48px;
    height: auto;
    padding: 48px 32px;
  }

  .bb-solutions-two-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bb-white-section {
    padding: 64px 12px;
  }

  .bb-white-section.bb-pt-0 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bb-grey-card {
    min-height: auto;
    padding: 24px;
  }

  .bb-grey-card:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
    justify-content: center;
    align-items: flex-start;
  }

  .bb-grey-card.bb-solutions-topics-last {
    border-bottom-left-radius: 24px;
    padding-left: 24px;
  }

  .bb-grey-card.bb-solutions-topics-first {
    border-top-right-radius: 48px;
  }

  .bb-grey-card.bb-solutions-topics-second {
    border-top-right-radius: 24px;
    min-height: auto;
  }

  .bb-solutions-heading-h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .bb-solutions-topics {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-80 {
    font-size: 28px;
    display: none;
  }

  .heading-80.small:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
    font-size: 18px;
    display: block;
  }

  .bb-solutions-trusted {
    padding: 32px;
  }

  .bb-partnered-best.white {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .bb-partnered-best.center.black._48 {
    font-size: 34px;
    line-height: 38px;
  }

  .bb-parnere-grid-text-wraper, .bb-partnered-text.white {
    margin-bottom: 24px;
  }

  .link-block-12 {
    padding-top: 0;
  }

  .bb-left-tall-video-bg-lp {
    border-top-right-radius: 48px;
    border-bottom-left-radius: 12px;
  }

  .bb-lp-left-wrapper, .bb-lp-right-wrapper {
    width: 100%;
    height: 500px;
  }

  .bb-lp-bot-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bb-lp-trusted {
    padding: 32px;
  }

  .bb-lp-trusted-text {
    margin-bottom: 0;
  }

  .bb-lp-trusted-title.white {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .bb-lp-trusted-title.center.black._48 {
    font-size: 34px;
    line-height: 38px;
  }

  .bb-lp-text.white {
    margin-bottom: 24px;
  }

  .bb-lp-trusted-link {
    padding-top: 0;
  }

  .bb-lp-top-cards {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bb-lp-trusted-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .bb-ghost-banner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 48px;
    flex-flow: column;
    margin-top: 16px;
  }

  .bb-ghost-banner.bb-mt-0.bb-solutions-topics-cta {
    border-bottom-left-radius: 48px;
  }

  .bb-testimonials-global {
    padding: 64px 12px;
  }

  .bb-lp-form-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bb-lp-form-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bb-lp-form-wrapper-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-28 {
    padding: 24px 16px;
  }

  .bb-lp-stats-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bb-lp-form-topic-text {
    font-size: 20px;
    line-height: 26px;
  }

  .bb-lp-form-topic {
    font-size: 24px;
  }

  .bb-casestudies-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bb-casestudies-grid.bb-casestudies-grid-mb, .bb-casestudies-grid.bb-blogs-grid {
    grid-template-columns: .75fr;
    justify-content: center;
    margin-bottom: 40px;
  }

  .bb-casestudies-cards-grid-3cl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .bb-casestudies-card-cat-btn {
    margin-bottom: 0;
  }

  .bb-casestudies-cards-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 220px;
    padding: 32px;
  }

  .bb-casestudies-card-heading {
    text-align: left;
    font-size: 20px;
    line-height: 34px;
  }

  .bb-casestudies-card-header, .bb-casestudies-card-header-metric, .bb-casestudies-card-header-none {
    font-size: 20px;
    line-height: 22px;
  }

  .bb-casestudie-testimonials-section {
    padding: 64px 12px;
  }

  .bb-service-card-100-title {
    font-size: 28px;
    line-height: 32px;
  }

  .bb-service-card-100-subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .bb-service-partner-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-service-partner-container.bb-solutions, .bb-service-partner-container.bb-solutions-v2 {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-partner-link {
    padding-top: 0;
  }

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

  .bb-service-creative-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .bb-service-ds-grid-title-blk {
    text-align: left;
    width: 100%;
  }

  .bb-service-video-grid-subtitle {
    text-align: left;
    width: 100%;
    font-size: 18px;
  }

  .bb-service-div-grid {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-service-div-grid.align-items-end {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-service-solutions-grid-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    margin-bottom: 48px;
    display: flex;
  }

  .bb-service-solutions-grid-imgs {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bb-service-creative-wraper {
    justify-content: center;
    align-items: center;
    margin: 32px 12px;
    display: flex;
  }

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

  .bb-service-creative-left {
    margin-bottom: 24px;
  }

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

  .bb-service-video-paragraph {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bb-service-creative-right {
    margin-top: 0;
  }

  .bb-services-form-field {
    width: 400px;
    padding-right: 24px;
  }

  .bb-services-form-field::placeholder {
    text-align: center;
  }

  .bb-services-icons-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .bb-performance-header--wraper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .bb-services-paid-text {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-services-ds-wrap {
    padding-top: 80px;
  }

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

  .bb-service-ds-grid-subtitle-blk {
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .bb-service-ds-left {
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bb-services-ds-left-title-blk, .bb-services-ds-left-title-paragraph {
    text-align: left;
  }

  .bb-services-ds-form-wraper {
    width: 100%;
  }

  .bb-service-ds-form-field-wraper {
    justify-content: space-between;
    align-items: center;
  }

  .bb-services-ds-form-field {
    max-width: 400px;
    padding-right: 24px;
  }

  .bb-services-ds-form-field::placeholder {
    text-align: center;
  }

  .bb-service-ds-right {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 48px;
    display: flex;
  }

  .bb-service-grid-title {
    text-align: left;
    width: 100%;
  }

  .bb-service-field-wraper {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .bb-service-video-title-wraper {
    flex-flow: column;
    width: 100%;
  }

  .bb-service-video-title {
    text-align: center;
  }

  .bb-service-video-title-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bb-service-video-arrow-wht {
    width: 0;
    height: 0;
  }

  .bb-service-partner-grid {
    grid-template-columns: 1fr;
  }

  .bb-pm-section {
    padding: 32px 12px 48px;
  }

  .bb-pm-title-wrapper {
    flex-flow: column;
  }

  .bb-pm-header-grid-wraper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start stretch;
    margin-bottom: 24px;
    display: flex;
  }

  .bb-pm-100-card {
    margin-top: 0;
  }

  .bb-service-pm-100-card {
    grid-template-columns: 1fr;
  }

  .bb-service-pm-card-botom-heading {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: 28px;
  }

  .paragraph-52 {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }

  .bb-service-pm-100-text {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 32px;
    display: flex;
  }

  .bb-service-pm-100-text-wraper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-service-pm-icon-grid {
    grid-column-gap: 52px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .bb-services-pm-cards-title {
    font-size: 28px;
    line-height: 32px;
  }

  .bb-services-pm-cards-subtitle-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .bb-partnered-best-heading.white {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .bb-partnered-best-heading.center.black._48 {
    font-size: 34px;
    line-height: 38px;
  }

  .bb-service-solutions-grid-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bb-partnered-subtitle.white {
    margin-bottom: 24px;
  }

  .bb-partnered-subtitle.color-grey-200 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .bb-hero-header-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-hero-header-title {
    font-size: 32px;
    line-height: 40px;
  }

  .bb-space-div-64 {
    height: 16px;
  }

  .bb-service-partner-container-v2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-service-partner-container-v2.bb-solutions {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-partner-container-v2.bb-solutions-v2 {
    margin: 32px 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-partner-v2-link {
    margin-left: 0;
    margin-right: 12px;
    padding-top: 0;
  }

  .bb-service-partner-v2-container {
    padding: 32px;
  }

  .bb-service-partner-v2-grid {
    grid-template-columns: 1fr;
  }

  .bb-service-partner-v2-grid-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    margin-bottom: 0;
    display: grid;
  }

  .bb-service-solutions-grid-imgs-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bb-service-partner-v2-grid-imgs {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-partner-v2-grid-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bb-service-partnered-v2-heading.white {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .bb-service-partnered-v2-heading.center.black._48 {
    font-size: 34px;
    line-height: 38px;
  }

  .bb-service-partnered-v2-heading.color-white {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-partnered-v2-subtitle.white {
    margin-bottom: 24px;
  }

  .bb-service-partnered-v2-subtitle.color-grey-200 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    display: flex;
  }

  .bb-service-partner-v2-grid-subtitle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bb-space-div-24 {
    height: 24px;
  }

  .bb-space-div-64-fixed {
    height: 64px;
  }

  .bb-space-div-24-fixed {
    height: 24px;
  }

  .bb-space-div-32 {
    height: 32px;
  }

  .bb-services-learn-more-wraper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-space-div-24-copy {
    height: 24px;
  }

  .bb-partner-v2-grid-wraper {
    padding: 0 0 24px;
  }

  .bb-service-loking-for-wraper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 42px;
  }

  .bb-service-loking-for-h2-wraper {
    line-height: 24px;
  }

  .bb-space-div-48 {
    height: 24px;
  }

  .bb-solutions-white-container {
    padding: 64px 12px;
  }

  .bb-solutions-white-container.bb-pt-0 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bb-solutions-topics-wraper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 48px;
    display: grid;
  }

  .bb-solutions-topics-wraper:where(.w-variant-75cc03a1-aa11-47a4-bcf8-f05ed41bbb29) {
    display: flex;
  }

  .bb-space-div-48-fixed, .bb-space-div-48-fixed-copy {
    height: 24px;
  }

  .bb-service-ds-link {
    margin-top: 0;
    padding-top: 0;
  }

  .bb-services-ds-form-field-2 {
    max-width: 400px;
    padding-right: 24px;
  }

  .bb-services-ds-form-field-2::placeholder {
    text-align: center;
  }

  .bb-hero-left-section {
    padding: 48px 12px;
  }

  .bb-hero-description {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-cs-services-vid-topper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bb-cs-services-vid-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .bb-cs-services-item {
    min-height: 64px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .bb-cs-services-title {
    font-size: 18px;
    line-height: 24px;
  }

  .bb-cs-services-icons {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    display: flex;
  }

  .bb-goodbye-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-goodbye-description {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-plus-grid-top-row {
    grid-template-columns: 1fr;
  }

  .bb-plus-grid {
    padding: 48px 12px;
  }

  .bb-plus-grid-cell {
    min-height: 190px;
    padding: 32px;
  }

  .bb-plus-grid-result-row-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-106 {
    opacity: 0;
    overflow: clip;
  }

  .bb-related-case {
    padding-top: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-plus-grid-mid-row {
    grid-template-columns: 1fr;
  }

  .bb-related-case-card {
    flex-flow: column;
    padding: 32px;
  }

  .b-spacer-48 {
    height: 32px;
  }

  .bb-plus-grid-pill {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .bb-plus-grid-right {
    width: 100%;
    padding: 0 32px 32px;
  }

  .bb-plus-grid-pill-left {
    width: 100%;
    padding: 32px;
  }

  .bb-values-section-card {
    padding: 64px 32px;
  }

  .bb-values-description {
    font-size: 18px;
    line-height: 24px;
  }

  .bb-values-description.bb-text-color-grey-600 {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-values-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .bb-values-section-card-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bb-values-section-header-btns {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }

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

  .bb-photo-textrow {
    flex-flow: column;
  }

  .div-block-136 {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .bb-photo-thirdrow {
    grid-template-columns: 1fr;
  }

  .bb-photo-section-cta {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .bb-photo-grid-limits {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bb-photo-grid-image.bb-photo-grid-image-1, .bb-photo-grid-image.bb-photo-grid-image-2, .bb-photo-grid-image.bb-photo-grid-image-3, .bb-photo-grid-image.bb-photo-grid-image-4, .bb-photo-grid-image.bb-photo-grid-image-5, .bb-photo-grid-image.bb-photo-grid-image-6, .bb-photo-grid-image.bb-photo-grid-image-7, .bb-photo-grid-image.bb-photo-grid-image-8, .bb-photo-grid-image.bb-photo-grid-image-9, .bb-photo-grid-image.bb-photo-grid-image-10, .bb-photo-grid-image.bb-photo-grid-image-11 {
    position: static;
  }

  .bb-photo-section {
    padding: 64px 12px var(--grey--64px);
  }

  .bb-values-section {
    margin-right: 12px;
    padding-left: 12px;
  }

  .bb-life-panda-section {
    padding: 64px 12px;
  }

  .bb-life-panda-section.bb-pt-0 {
    padding-top: var(--grey--64px);
    padding-bottom: var(--grey--64px);
  }

  .bb-team-panda-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: flex-start stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .bb-life-panda-desc {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-life-panda-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 0;
    display: grid;
  }

  .bb-team-grid {
    padding: 64px 12px;
  }

  .bb-team-grid.bb-pt-0 {
    padding-top: var(--grey--64px);
    padding-bottom: var(--grey--64px);
  }

  .bb-team-cards-collection {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .bb-grow-together-section {
    padding: 64px 12px;
  }

  .bb-grow-together-section.bb-pt-0 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .b-flex-horizontal-container {
    flex-flow: column;
    align-items: stretch;
    overflow: visible;
  }

  .bb-grow-together-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .bb-grow-together-heading {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .bb-grow-together-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 48px;
    padding-left: 0;
    display: grid;
  }

  .bb-grow-together-desc {
    font-size: 20px;
    line-height: 28px;
  }

  .modal-team-content {
    grid-template-columns: 1fr;
    width: 440px;
    height: auto;
  }

  .modal-team-close {
    pointer-events: auto;
  }

  .team-profile-picture {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
    height: 570px;
  }

  .bb-team-modal-text-wraper {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-heading-cases-h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .bb-heading-cases-h2.bb-mb-0 {
    text-align: center;
  }

  .bb-teams-hero {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-team-banner-wraper {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-team-banner {
    padding: 0;
  }

  .bb-team-banner-text-wraper {
    padding: var(--grey--32px);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bb-team-values-section {
    padding-right: var(--grey--12px);
    padding-left: 12px;
  }

  .bb-team-values-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-team-values-section-card {
    padding: var(--grey--32px) 0px;
  }

  .bb-team-values-section-card-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bb-team-values-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .bb-team-separator, .bb-figma-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-team-open-position {
    padding-right: var(--grey--12px);
    padding-left: var(--grey--12px);
  }

  .bb-cc-open-position {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    outline-color: var(--primary-2);
    border-radius: 48px;
    flex-flow: column;
  }

  .bb-cc-open-position.bb-mt-0.bb-solutions-topics-cta {
    border-bottom-left-radius: 48px;
  }

  .bb-cc-op-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .bb-team-values-heading-h2 {
    text-wrap: pretty;
    font-size: 32px;
    line-height: 40px;
  }

  .bb-team-values-heading-h2.b-text-color-white {
    line-height: 52px;
  }

  .bb-team-values-heading-h2.b-text-color-white.b-text-center {
    line-height: 40px;
  }

  .bb-team-values-heading-h2.bb-industry-leaders {
    line-height: 48px;
  }

  .bb-team-values-heading-h2.bb-text-color-grey-600 {
    width: 100%;
  }

  .bb-team-values-heading-h2.bb-text-color-grey-600.b-text-center {
    line-height: 40px;
  }

  .bb-photo-firstrow {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .bb-team-mobile-desc {
    display: none;
  }

  .bb-team-mobile-values-description {
    font-size: 18px;
    line-height: 24px;
  }

  .bb-cta-banner-flex-team {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 48px;
    flex-flow: column;
  }

  .bb-team-banner-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .bb-team-banner-heading-h2 {
    text-wrap: pretty;
    font-size: 32px;
    line-height: 40px;
  }

  .bb-team-banner-heading-h2.b-text-color-white {
    line-height: 52px;
  }

  .bb-team-banner-heading-h2.b-text-color-white.b-text-center {
    line-height: 40px;
  }

  .bb-team-banner-heading-h2.bb-industry-leaders {
    line-height: 48px;
  }

  .bb-team-banner-heading-h2.bb-text-color-grey-600 {
    line-height: 52px;
  }

  .bb-team-banner-heading-h2.bb-text-color-grey-600.b-text-center {
    line-height: 40px;
  }

  .bb-performance-desc {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-photo-thirdow-grid-limits {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bb-life-panda-hl-section {
    padding: 64px 12px;
  }

  .bb-life-panda-hl-section.bb-pt-0 {
    padding-top: var(--grey--64px);
    padding-bottom: var(--grey--64px);
  }

  .bb-team-hl-container {
    overflow: visible;
  }

  .bb-team-hl-results-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .bb-team-panda-hl-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: flex-start stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .bb-life-panda-h-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 0;
    display: grid;
  }

  .bb-life-panda-hl-desc {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-heading-h2-copy {
    text-wrap: pretty;
    font-size: 32px;
    line-height: 40px;
  }

  .bb-heading-h2-copy.b-text-color-white {
    line-height: 52px;
  }

  .bb-heading-h2-copy.b-text-color-white.b-text-center {
    line-height: 40px;
  }

  .bb-heading-h2-copy.bb-industry-leaders {
    line-height: 48px;
  }

  .bb-heading-h2-copy.bb-text-color-grey-600 {
    line-height: 52px;
  }

  .bb-heading-h2-copy.bb-text-color-grey-600.b-text-center {
    line-height: 40px;
  }

  .bb-connect-cta-desc {
    text-align: left;
  }

  .bb-partners-grid {
    padding: 64px 12px;
  }

  .bb-partners-grid.bb-pt-0 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bb-partners-container {
    overflow: visible;
  }

  .bb-partners-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 48px;
    display: grid;
  }

  .bb-short-header {
    text-align: center;
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-short-container {
    overflow: visible;
  }

  .bb-partners-card {
    min-height: auto;
    padding: 24px;
  }

  .bb-partners-card.bb-solutions-topics-last {
    border-bottom-left-radius: 24px;
    min-height: 0;
    padding-left: 24px;
  }

  .bb-partners-card.bb-solutions-topics-first {
    border-top-right-radius: 48px;
    min-height: 0;
  }

  .bb-partners-card.bb-solutions-topics-second {
    border-top-right-radius: 24px;
    min-height: auto;
  }

  .bb-partners-card.bb-solutions-topics-closer {
    min-height: 0;
  }

  .bb-partners-card-title {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .bb-partners-card-heading {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .bb-cta-company-wrapper {
    padding-top: 0;
    padding-right: var(--grey--12px);
    padding-left: var(--grey--12px);
  }

  .bb-cta-company {
    padding: var(--grey--24px) 0px;
  }

  .bb-cta-company-grid {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .bb-cta-company-grid-text-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .bb-cta-company-grid-img-wrapper {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .bb-cta-company-grid-img-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bb-team-container-404 {
    overflow: visible;
  }

  .bb-our-work-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-scout-cta {
    padding-bottom: 64px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-short-header-horizontal {
    text-align: center;
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-short-container-h {
    flex-flow: column;
    overflow: visible;
  }

  .bb-heading-h1-h {
    font-size: 32px;
    line-height: 40px;
  }

  .bb-large-text-partner-h {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-partners-grid-v2 {
    padding: 64px 12px;
  }

  .bb-partners-grid-v2.bb-pt-0 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bb-partners-v2-container {
    overflow: visible;
  }

  .bb-partners-v2-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 48px;
    display: grid;
  }

  .bb-partners-v2-card {
    min-height: auto;
    padding: 24px;
  }

  .bb-partners-v2-card.bb-solutions-topics-last {
    border-bottom-left-radius: 24px;
    min-height: 0;
    padding-left: 24px;
  }

  .bb-partners-v2-card.bb-solutions-topics-first {
    border-top-right-radius: 48px;
    min-height: 0;
  }

  .bb-partners-v2-card.bb-solutions-topics-second {
    border-top-right-radius: 24px;
    min-height: auto;
  }

  .bb-partners-v2-card.bb-solutions-topics-closer {
    min-height: 0;
  }

  .bb-partners-v2-card-title {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bb-partners-v2--card-heading {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .bb-partner-btn-wrapper {
    padding: 0px 12px var(--grey--48px);
  }

  .bb-partner-btn-wrapper.bb-solutions {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-lightgray-niche {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-white-card-large-v2 {
    grid-template-columns: 1fr;
  }

  .bb-white-card-v2 {
    min-height: 380px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-lightwhite-section {
    padding: 48px 12px;
  }

  .bb-white-card-v3 {
    min-height: 380px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-white-card-large-v3 {
    grid-template-columns: 1fr;
  }

  .b-testimonial-2 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .bb-open-position-grow-together-html-embeded {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-blog-hero {
    text-align: center;
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-blog-wrapper {
    overflow: visible;
  }

  .bb-blog-signup {
    max-width: 100%;
  }

  .bb-blog-signup-fields {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .bb-blog-signup-fields.horizontal {
    flex-flow: column;
  }

  .bb-blog-featured {
    overflow: visible;
  }

  .bb-blog-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .bb-blog-featured-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 220px;
    padding: 32px;
  }

  .bb-blog-featured-cover-image {
    height: 270px;
  }

  .bb-contanct-description {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-contact-container {
    overflow: visible;
  }

  .full_agency {
    padding: 30px;
  }

  .heading-h1-25 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 54px;
  }

  .cc-dc-hero-title-wraper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bb-dc-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-25-dc-normal-text-center {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
  }

  .bb-hero-difference {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-25-dc-difference-text {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-h1-hero-difference {
    font-size: 32px;
  }

  .bb-differences-wraper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-dc-difference-btn-wraper {
    flex-flow: column;
    margin-top: 48px;
  }

  .bb-dc-difference-btn-text {
    margin-top: -15px;
  }

  .bb-dc-difference-btn.btn-non-active.btn-15, .bb-dc-difference-btn.btn-15 {
    margin-left: 0;
  }

  .bb-difference-circles {
    margin-top: -15px;
    margin-left: 0;
  }

  .bb-dc-difference-list-paragraph {
    font-size: 18px;
  }

  .bb-difference-list-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .bb-dc-difference-right-wraper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .bb-cd-paid-media-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px;
  }

  .bb-dc-paid-heading-h2 {
    text-wrap: pretty;
    font-size: 32px;
    line-height: 40px;
  }

  .bb-dc-paid-heading-h2.b-text-color-white {
    line-height: 52px;
  }

  .bb-dc-paid-heading-h2.b-text-color-white.b-text-center {
    line-height: 40px;
  }

  .bb-dc-paid-heading-h2.bb-industry-leaders {
    line-height: 48px;
  }

  .bb-dc-paid-heading-h2.bb-text-color-grey-600 {
    line-height: 52px;
  }

  .bb-dc-paid-heading-h2.bb-text-color-grey-600.b-text-center {
    line-height: 40px;
  }

  .bb-dc-paid-media-title-wraper {
    flex-flow: column;
    width: 100%;
  }

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

  .bb-dc-cards-wraper {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-cards-two-feat-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bd-card-two-feat-button {
    margin-bottom: 20px;
  }

  .bb-ps-program-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-ps-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
    overflow: visible;
  }

  .bb-ps-ec-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    overflow: visible;
  }

  .bb-ps-header-grid-wraper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start stretch;
    margin-bottom: 24px;
    display: flex;
  }

  .bb-ps-ec-conatiner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bb-ps-ec-title-text {
    text-wrap: pretty;
    font-size: 32px;
    line-height: 40px;
  }

  .bb-ps-ec-title-text.b-text-color-white {
    line-height: 52px;
  }

  .bb-ps-ec-title-text.b-text-color-white.b-text-center {
    line-height: 40px;
  }

  .bb-ps-ec-title-text.bb-industry-leaders {
    line-height: 48px;
  }

  .bb-ps-ec-title-text.bb-text-color-grey-600 {
    line-height: 52px;
  }

  .bb-ps-ec-title-text.bb-text-color-grey-600.b-text-center {
    line-height: 40px;
  }

  .separator {
    height: 64px;
  }

  .bb-ps-ai-conatiner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bb-ps-ai-results-wraper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .bb-ps-cards-wrape {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-ss-paid-media-title-wraper-copy {
    flex-flow: column;
    width: 100%;
  }

  .bb-ss-paid-media-title-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px;
  }

  .bb-ss-paid-heading-h2-copy {
    text-wrap: pretty;
    font-size: 32px;
    line-height: 40px;
  }

  .bb-ss-paid-heading-h2-copy.b-text-color-white {
    line-height: 52px;
  }

  .bb-ss-paid-heading-h2-copy.b-text-color-white.b-text-center {
    line-height: 40px;
  }

  .bb-ss-paid-heading-h2-copy.bb-industry-leaders {
    line-height: 48px;
  }

  .bb-ss-paid-heading-h2-copy.bb-text-color-grey-600 {
    line-height: 52px;
  }

  .bb-ss-paid-heading-h2-copy.bb-text-color-grey-600.b-text-center {
    line-height: 40px;
  }

  .bb-ss-lightgray-section {
    padding: 48px 12px;
  }

  .bb-ss-team-container {
    overflow: visible;
  }

  .bb-ss-team-results-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .bb-ss-services-paid-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bb-grey-200-card {
    min-height: 380px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-grey-200-card-large {
    grid-template-columns: 1fr;
  }

  .bb-ss-hero-padding {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-ss-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .cc-ss-hero-title-wrape {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bb-green-banner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 48px;
    flex-flow: column;
    margin-top: 48px;
  }

  .paragraph-69 {
    font-size: 20px;
  }

  .bb-white-card-large-2 {
    grid-template-columns: 1fr;
  }

  .bb-team-container-2 {
    overflow: visible;
  }

  .div-block-80 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-white-card-2 {
    min-height: 380px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-team-container-2-copy {
    overflow: visible;
  }

  .paragraph-73 {
    font-size: 20px;
  }

  .bb-white-card-large-3 {
    grid-template-columns: 1fr;
  }

  .bb-team-container-3 {
    overflow: visible;
  }

  .div-block-158 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-white-card-3 {
    min-height: 380px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo-nom {
    width: 35px;
  }

  .logo-openfarm {
    width: 34px;
  }

  .bb-thankyou-container {
    overflow: visible;
  }

  .plus {
    opacity: 0;
    overflow: clip;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  h4 {
    font-size: 28px;
    line-height: 32px;
  }

  .style-guide-title {
    margin-bottom: 24px;
  }

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

  .section.bg-primary {
    padding-top: 0;
    padding-left: 17px;
    padding-right: 17px;
  }

  .section.section-large.homepage {
    padding: 0 10px;
  }

  .section.section-large.homepage-hero.home {
    padding: 40px 0;
  }

  .section.white-background {
    padding-left: 33px;
    padding-right: 33px;
  }

  .container {
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.article-container {
    max-width: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .style-guide-color-container {
    margin-bottom: 12px;
  }

  .text-small-caps {
    font-size: 12px;
  }

  .text-large.text-white {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .text-large.left-justify.white, .text-large.left-justify.white.services {
    text-align: center;
    padding-right: 0;
  }

  .navbar {
    justify-content: center;
  }

  .button.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.navbar-button {
    display: block;
  }

  .button.navbar-button.green-bg.button-default {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: .5rem 1rem;
  }

  .button.button-spacer {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .style-guide-item.narrow {
    max-width: none;
  }

  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .form-input.subscribe-form-input {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .avatar {
    width: 48px;
    height: 48px;
  }

  .avatar.avatar-large {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xlarge {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-small {
    width: 36px;
    height: 36px;
  }

  .h6-small-2.icon-list-heading {
    position: relative;
    bottom: 4px;
  }

  .avatar-container {
    flex: none;
  }

  .avatar-group {
    width: 100%;
    overflow: scroll;
  }

  .card-body.values-card-body {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .card-body.career-card-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-body.career-description-card-body {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card-body.blog-post-horizontal-card-body {
    padding: 24px;
  }

  .card.career-card {
    margin-bottom: 6px;
  }

  .card.project-link-card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .text-white {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 40px;
  }

  .breadcrumb-list {
    max-width: 100%;
    overflow: scroll;
  }

  .breadcrumb-list-item {
    flex: none;
  }

  .expandable-heading.h6-small {
    padding-right: 24px;
  }

  .dropdown-list.dropdown-list-top.dropdown-list-large.w--open {
    min-width: 296px;
  }

  .style-guide-title-2 {
    margin-bottom: 24px;
  }

  .icon-list.content-row-icon-list {
    text-align: left;
  }

  .icon {
    margin-bottom: 12px;
  }

  .icon-feature-content {
    margin-left: 12px;
  }

  .check-circle.bg-primary-2 {
    width: 20px;
    height: 20px;
  }

  .check-circle-icon {
    width: 12px;
    height: 12px;
  }

  .nav-link {
    padding-left: 0;
  }

  .navbar-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-toggle-button {
    overflow: hidden;
  }

  .footer.bg-primary {
    text-align: center;
  }

  .footer-menus {
    flex-direction: column;
  }

  .footer-links-large {
    border-right-style: none;
    margin-bottom: 24px;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-links {
    margin-right: 0;
  }

  .social-links.footer-social-links {
    justify-content: center;
  }

  .content-row-contents {
    max-width: none;
  }

  .decoration-circle.bg-primary-3 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    overflow: visible;
  }

  .decoration-grid {
    display: none;
  }

  .wide-grid-thirds {
    justify-items: center;
  }

  .wide-grid-thirds.wins-on-services---3-grid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wide-grid-thirds.home_stats {
    padding: 20px 20px 0;
  }

  .wide-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wide-block.bg-gray-4 {
    width: auto;
    padding: 36px 24px;
  }

  .wide-block.bg-gray-4.home-stats-item {
    margin-bottom: 20px;
  }

  .section-title.section-title-home {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .medium-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .medium-heading.text-white {
    margin-bottom: 8px;
  }

  .content-row-image-wrapper {
    margin-top: 24px;
  }

  .testimonial-horizontal.content-row-testimonial {
    margin-top: 16px;
  }

  .testimonial-quote-symbol.testimonial-quote-symbol-large.text-primary-3 {
    font-size: 72px;
    line-height: 72px;
  }

  .cta-action-container {
    flex-direction: column;
  }

  .section-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brand-image {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .timeline-item, .timeline-item.timeline-item-right {
    padding-left: 0;
  }

  .b-timeline-line {
    display: none;
  }

  .b-timeline-title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
  }

  .timeline-title-text {
    margin-top: 12px;
    padding-left: 0;
  }

  .grid-thirds.team-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .form-pair {
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .career-image {
    margin-bottom: 48px;
  }

  .career-perks {
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid-halves-restricted {
    grid-row-gap: 12px;
  }

  .values-text {
    margin-top: 24px;
    padding-left: 0;
  }

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

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

  .small-heading.testimonial-text {
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .grid-halves, .grid-halves.grid-projects-contained {
    grid-row-gap: 12px;
  }

  .project-link-title {
    margin-top: 12px;
  }

  .project-article-intro {
    margin-bottom: 36px;
  }

  .project-link-contained {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

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

  .content-row-video {
    margin-top: 24px;
  }

  .subscribe-form {
    flex-direction: column;
  }

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

  .horizontal-feature-image {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .process-list-text {
    margin-left: 12px;
  }

  .blog-post-horizontal.list-item {
    flex-direction: column;
  }

  .blog-post-horizontal-image {
    width: auto;
    max-width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .utility-page-logo {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .utility-page-content-wrapper, .utility-page-content {
    width: 100%;
  }

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

  .cards-grid-container-2, .cards-grid-container-3, .cards-grid-container-4 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   / auto auto;
    grid-auto-columns: auto;
    margin: 40px 10px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-content: stretch;
    max-width: none;
  }

  .container-5 {
    max-width: 90%;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    object-fit: contain;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around;
    min-width: 90%;
    display: grid;
    overflow: visible;
  }

  .heading-18, .heading-19, .heading-20 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-19, .text-block-20, .text-block-21 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-22 {
    object-fit: fill;
    max-width: none;
    font-size: 40px;
  }

  .paragraph-7, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .list {
    font-size: 16px;
  }

  .heading-23, .heading-24, .heading-25 {
    font-size: 40px;
  }

  .text-block-23, .text-block-24, .text-block-25 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-16 {
    border: 1px solid #000;
    border-radius: 2px;
  }

  .section--sticky {
    min-width: auto;
    padding-left: 28px;
    padding-right: 28px;
  }

  .card--sticky {
    padding: 20px;
  }

  .card--light {
    flex-direction: row;
    height: 100%;
    padding: 20px;
  }

  .section_col {
    min-width: auto;
  }

  .image-21 {
    display: block;
  }

  .main-text {
    text-align: center;
    font-size: 16px;
  }

  .heading---white {
    font-size: 30px;
  }

  .large-text---manrope.center {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
  }

  .large-text---manrope.slider-client-testimonial-text-box {
    font-size: 12px;
  }

  .large-text---manrope.case-study-blurb---homepage {
    text-align: center;
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-text---manrope.pandas-in-the-wild {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .large-text---manrope.perks {
    font-size: 16px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
    min-height: 50px;
  }

  .icon-2, .icon-3 {
    display: none;
  }

  .slider, .div-block-3 {
    height: auto;
  }

  .header---dark-gray {
    padding-left: 44px;
    padding-right: 44px;
    font-size: 35px;
  }

  .header---dark-gray.home-logos {
    padding-left: 0;
    padding-right: 0;
  }

  .header---white.left-justify {
    font-size: 40px;
  }

  .header---white.left-justify.homepage-cs {
    text-align: center;
    padding-left: 0;
  }

  ._3-column-shaper---wrapper {
    padding-left: 21px;
    padding-right: 21px;
  }

  .section---brands {
    padding: 40px 17px;
  }

  .section---brands.section-brands-home {
    padding-bottom: 0;
  }

  .case-study---section-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .case-study---section-row.temp {
    padding-left: 29px;
    padding-right: 29px;
  }

  .case-study---section-row.home_clients {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case-study---main-wrapper.homepage {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study---title {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 18px;
  }

  .case-study---title.left-justify {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-card-text {
    width: 100%;
    display: none;
  }

  .case-study---text-link {
    outline-width: 3px;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
  }

  .case-study-content---container {
    width: 100%;
  }

  .b-row.horizontal {
    flex-direction: row;
    align-items: center;
  }

  .b-footer-brand-image {
    max-width: 75vw;
  }

  .text-block-36 {
    text-align: center;
    margin-top: 15px;
  }

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

  .left-column-holder, .right-column-holder {
    width: 100%;
  }

  .changer-wrap {
    font-size: 30px;
  }

  .changer-overflow-wrap-2 {
    height: 165%;
  }

  .still-text---wrap-l {
    width: 63%;
  }

  .cta---section {
    padding-left: 33px;
    padding-right: 33px;
  }

  .pandas-in-the-wild---section {
    padding: 35px 27px;
  }

  .header-for-pandas {
    text-align: center;
  }

  .perks---holder {
    padding-left: 28px;
    padding-right: 28px;
  }

  .leadership-section {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .column-5 {
    padding-right: 0;
  }

  .griid-for-awards {
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
  }

  .small-white-text {
    text-align: center;
    font-size: 16px;
  }

  .slider-3 {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .container-20.hide-on-desktop {
    display: block;
  }

  .image-59 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-2 {
    height: 100%;
  }

  .column-11 {
    padding-top: 10px;
    padding-bottom: 9px;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-bottom {
    margin: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .form-field-wrapper {
    width: 18.75rem;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-large.align-center {
    margin-bottom: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .blog-post3_tag-list-wrapper {
    width: 100%;
  }

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

  .blog-post3_share-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .blog-post3_tag-list {
    justify-content: flex-start;
  }

  .blog-post3_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .header76_component, .layout357_content-layout {
    grid-template-columns: 1fr;
  }

  .layout-layer_image {
    height: 25rem;
  }

  .gallery-horz_image {
    max-height: 25rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 150vh;
  }

  .text-align-center-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .casecol_content-wrapper, .casestud_item-list, .stats_component, .stats_item-list, .blog-related_list {
    grid-template-columns: 1fr;
  }

  .casestud-heading {
    font-size: 2.3rem;
  }

  .casestud-sub_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

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

  .layout32_content {
    width: 100%;
  }

  .layout32_item-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout32_item {
    flex-direction: column;
  }

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

  .check-icon {
    width: 2rem;
    height: 2rem;
  }

  .landing-bullet_heading {
    line-height: 30px;
  }

  .contact-modal4_form {
    grid-template-columns: .25fr;
    justify-items: start;
    width: 18.5rem;
  }

  .form-field-2col.is-mobile-1col {
    width: 18.6rem;
  }

  .contact-modal4_form-block {
    width: 19rem;
  }

  .landing-form_header.align-center {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  .contact-modal4_component-2 {
    display: none;
  }

  .form-input-5.is-text-area, .landing-form_input {
    width: 18.75rem;
  }

  .landing-form_button {
    width: 18.8rem;
  }

  .services-block_item-list, .contact10_component {
    grid-template-columns: 1fr;
  }

  .contact10_content.background-color-white {
    width: 20.5rem;
    padding-left: 16px;
    padding-right: 10px;
  }

  .layout192_component, .layout2_component {
    grid-template-columns: 1fr;
  }

  .testimonial13_divider, .testimonial15_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .testimonial15_content, .stats-grid_component {
    grid-template-columns: 1fr;
  }

  .casestud-home-image.casestudy_home {
    max-width: 100%;
    height: 30%;
  }

  .html-embed-2 {
    max-width: 100vw;
    height: 100vh;
  }

  .container-21 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .bb-team-container {
    padding-left: 0;
    padding-right: 0;
  }

  .b-brand {
    flex: 1;
    padding-left: 0;
  }

  .b-nav-cta {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }

  .b-nav-mobile-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-body-1, .b-body-1.b-color-grey {
    text-align: center;
  }

  .b-brown-circle {
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: -60px;
  }

  .b-heading-h3 {
    height: 112px;
  }

  .b-body-2.b-text-center {
    margin-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .b-container-b-container-brands {
    margin-top: -30px;
  }

  .b-heading-h4 {
    font-size: 20px;
    line-height: 27px;
  }

  .b-heading-h4.b-text-center {
    font-size: 24px;
    line-height: 26px;
  }

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

  .b-grid-logo-link-image.b-hide-mobile {
    display: none;
  }

  .b-heading-h2 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .b-grid-cta-profit {
    grid-template-columns: 2fr;
    justify-items: center;
  }

  .b-hero-heading {
    font-size: 40px;
  }

  .b-hero-subheading {
    font-size: 13px;
  }

  .b-cta-want-more {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-cta-earn-budgets {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-logos-lp-grid, .b-lp-2column-form {
    grid-template-columns: 1fr;
  }

  .b-lp-form.background-color-white {
    width: 20.5rem;
    padding-left: 16px;
    padding-right: 10px;
  }

  .b-lp-checklist-item {
    width: 2rem;
    height: 2rem;
  }

  .b-lp-checklist-item-heading {
    line-height: 30px;
  }

  .b-lp-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .b-testimonials-slider {
    height: 720px;
  }

  .b-casestudies-content-item {
    min-height: 320px;
  }

  .b-casestudies-content-cover {
    height: 120px;
  }

  .text-animation-phrase {
    font-size: 30px;
    line-height: 35px;
  }

  .text-animation-phrase.text-animation-phrase-right {
    margin-left: 0;
  }

  .text-animation-scroller, .text-animation-scroller-option-b {
    transform: translate(0, -14px);
  }

  .b-serv-case-studies-img {
    margin-bottom: 0;
  }

  .b-service {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .b-service-loop {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .b-video-modal-thumb {
    max-height: 200px;
  }

  .b-service-image {
    min-height: 200px;
  }

  .b-serv-case-studies-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .b-text-left {
    text-align: left;
    font-size: 32px;
    line-height: 36px;
  }

  .b-inner-header-h1 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .b-text-animation-heading-grid {
    font-size: 30px;
    line-height: 35px;
  }

  .b-text-animation-heading-grid.text-animation-phrase-right {
    margin-left: 0;
  }

  .b-text-animation-heading-text {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 24px;
    line-height: 31px;
  }

  .b-text-animation-heading-text.text-animation-phrase-right {
    margin-left: 0;
  }

  .b-blog-latest-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .b-blog-img {
    margin-bottom: 0;
  }

  .b-blog-heading-h2 {
    line-height: 42px;
  }

  .b-case-studies-arch {
    padding-top: 0;
  }

  .b-case-studies-arch-loop {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .b-case-studies-arch-image {
    object-fit: contain;
    width: auto;
    height: auto;
    min-height: 0;
  }

  .b-case-studies-arch-item-title {
    margin-top: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .b-case-studies-arch-item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .b-case-studies-arch-item-benefit-title {
    font-size: 18px;
    line-height: 24px;
  }

  .b-inner-header-large {
    padding-left: 0;
    padding-right: 0;
  }

  .b-inner-header-large-h1 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .b-blog-arch-feat {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .b-blog-arch-feat-img-inner {
    height: auto;
    max-height: none;
  }

  .b-blog-filtered {
    padding-top: 20px;
  }

  .b-blog-filtered-tab {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .b-blog-filtered-list-image {
    max-height: 200px;
  }

  .b-blog-cta-heading {
    line-height: 1.3;
  }

  .b-blog-cta-image-wrapper {
    max-height: 200px;
  }

  .b-blog-three-feat-heading-h2 {
    font-size: 32px;
  }

  .b-blog-header {
    grid-template-columns: 1fr;
  }

  .b-blog-breadcrumbs-father {
    font-size: 12px;
  }

  .b-blog-header-heading {
    text-align: center;
    font-size: 28px;
  }

  .b-blog-header-share {
    width: 100%;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .b-blog-detail-top {
    padding-top: 0;
  }

  .b-blog-detail-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-blog-header-tag-list {
    width: 100%;
  }

  .b-grid-cta-scout {
    grid-template-columns: 2fr;
    justify-items: center;
  }

  .b-heading-h2-scout {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .b-white-cta-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-white-cta-heading {
    font-size: 38px;
  }

  .b-triangle {
    min-height: 560px;
  }

  .b-triangle-text-01 {
    margin-top: 190px;
    margin-left: -227px;
  }

  .b-triangle-text-03 {
    margin-top: -230px;
  }

  .b-triangle-text-04 {
    margin-top: 190px;
    margin-left: 220px;
  }

  .b-text-color-green {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .b-triangle-anim-text {
    font-size: 0;
  }

  .b-backed {
    padding-bottom: 150px;
  }

  .b-backed-partner-logo {
    max-width: 180px;
  }

  .b-backed-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    padding-bottom: 32px;
  }

  .b-leads-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .b-leads-wrapper {
    padding-top: 100px;
  }

  .b-leads {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-white-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-channel-managers {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b-home-h1 {
    font-size: 38px;
  }

  .b-channel-manager-heading {
    font-size: 38px;
    line-height: 1.1;
  }

  .b-leads-heading {
    text-align: center;
  }

  .b-channel-managers-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .b-fractional-heading {
    text-align: center;
  }

  .b-line-1-start, .b-line-1-end {
    flex: none;
  }

  .b-line-1-wrap {
    opacity: 0;
    max-height: 200px;
    top: -146px;
  }

  .b-line-2-wrap {
    opacity: 0;
    max-height: 200px;
    top: -80px;
  }

  .b-line-2-start, .b-line-2-end {
    flex: none;
  }

  .b-line-3-wrap, .b-line-4-wrap {
    top: -127px;
  }

  .b-line-5-wrap {
    opacity: 0;
    max-height: 200px;
    top: -80px;
  }

  .b-line-5-start, .b-line-5-end {
    flex: none;
  }

  .b-line-6-wrap {
    top: -127px;
  }

  .b-line-7-wrap {
    opacity: 0;
    max-height: 200px;
    top: -80px;
  }

  .b-line-7-start, .b-line-7-end {
    flex: none;
  }

  .b-line-8-wrap {
    top: -127px;
  }

  .b-triangle-lottie {
    width: 280px;
  }

  .b-line-1-wrap-mobile {
    opacity: 0;
    max-height: 200px;
    top: -146px;
  }

  .b-line-1-start-mobile, .b-line-1-end-mobile {
    flex: none;
  }

  .b-line-2-wrap-mobile {
    opacity: 0;
    max-height: 200px;
    top: -80px;
  }

  .b-line-2-start-mobile, .b-line-2-end-mobile {
    flex: none;
  }

  .b-line-3-wrap-mobile {
    opacity: 0;
    top: -127px;
  }

  .b-line-4-wrap-mobile {
    opacity: 0;
    top: -60px;
  }

  .b-line-5-wrap-mobile {
    opacity: 0;
    max-height: 200px;
    top: -140px;
  }

  .b-line-5-start-mobile, .b-line-5-end-mobile {
    flex: none;
  }

  .b-line-6-wrap-mobile {
    opacity: 0;
    top: -60px;
  }

  .b-line-7-wrap-mobile {
    opacity: 0;
    max-height: 200px;
    top: -130px;
  }

  .b-line-7-start-mobile, .b-line-7-end-mobile {
    flex: none;
  }

  .b-line-8-wrap-mobile {
    opacity: 0;
    top: -70px;
  }

  .b-triangle-image {
    max-width: 51%;
  }

  .b-backed-grid-odd {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .b-triangle-anim-text-heading {
    font-size: 24px;
    line-height: 23px;
  }

  .b-triangle-lottie-mobile {
    width: 280px;
  }

  .b-home-h1-large-width {
    font-size: 38px;
  }

  .b-header-fixed {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .b-grid-logos-scroll {
    grid-template-columns: 1fr 1fr;
  }

  .b-grid-logos-scroll-logo.b-hide-mobile {
    display: none;
  }

  .swiper-slide.b-cs-reviews-item-persistent {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
    display: block;
  }

  .b-cases-subscribe-wrap {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-cases-hero-right {
    min-height: 180px;
  }

  .b-cases-subscribe-heading {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 29px;
  }

  .b-cases-subscribe-fields {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .b-cases-subscribe-input {
    height: 35px;
  }

  .b-cases-subscribe-sub {
    margin: 10px 0 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .b-impact-features.is-solution-page {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .b-team-description.text-white {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .b-team-description.left-justify.white, .b-team-description.left-justify.white.services {
    text-align: center;
    padding-right: 0;
  }

  .swiper-container {
    flex: none;
  }

  .slide-1, .slide-0 {
    height: 100%;
  }

  .main-hero_heading {
    font-size: 2.4em;
  }

  .page-padding-4.is-main-hero {
    padding-top: 0;
  }

  .main-hero_layout {
    align-self: flex-start;
  }

  .main-hero_heading-2, .main-hero_heading-3 {
    font-size: 2.4em;
  }

  .main-hero_heading-4 {
    margin-top: 45px;
    font-size: 40px;
    line-height: 1.4;
  }

  .wtf-para {
    font-size: 2em;
    font-weight: 500;
  }

  .main-hero_heading-5 {
    font-size: 2.4em;
  }

  .text-span-3.red-line {
    line-height: 1.5;
  }

  .c {
    font-size: 45px;
    line-height: 1.3;
  }

  .page-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-cta-work-with-us-3.b-nav-cta.surface-form-button {
    font-size: 22px;
  }

  .masonry__grid-icon {
    color: #333;
    margin: 0;
    position: static;
  }

  .masonry__grid-nav {
    width: 100%;
    padding-top: 14px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .masonry__grid-arrow {
    width: 48px;
    height: 48px;
    margin: 0;
    display: block;
    position: static;
  }

  .masonry__grid-mask {
    column-count: auto;
    white-space: nowrap;
  }

  .arrow {
    height: 45px;
  }

  .slider-mobile-landscape-t1 {
    display: none;
  }

  .arrow-copy {
    height: 45px;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .testimonials-t1 {
    width: 100%;
  }

  .right-arrow-portrait-t1 {
    align-items: center;
  }

  .slide-nav-portrait-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-subwrapper-t1 {
    width: 100%;
    max-width: 300px;
  }

  .slider-mobile-portrait-t1 {
    display: block;
  }

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

  .section-fluid {
    margin-top: 3vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-fluid {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .home--features-item {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
    position: relative;
  }

  .testimonials-t3 {
    width: 100%;
  }

  .user-wrapper-t3 {
    align-items: flex-start;
  }

  .testimonials-subwrapper-t3 {
    height: auto;
  }

  .user-picture-t3 {
    align-self: center;
  }

  .body-6 {
    overflow: scroll;
  }

  .b-testimonial {
    font-size: 22px;
  }

  .b-testimonial-author-name {
    font-size: 19px;
  }

  .b-testimonial-author-title {
    font-size: 14px;
  }

  .b-cs-hero-text {
    line-height: 24px;
  }

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

  .b-cs-card-section {
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .b-cs-card-h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .b-cs-card-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cs-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .b-cs-testimonial-columns {
    justify-content: stretch;
    max-width: 100vw;
  }

  .b-cs-testimonial-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cs-testimonial-fixed-text {
    max-width: 90vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-cs-testimonial-h2 {
    max-width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .b-cs-testimonial-description {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .div-block-25 {
    max-width: 93vw;
  }

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

  .typed-div {
    flex-wrap: wrap;
  }

  .typed {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 38px;
  }

  .headline {
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
  }

  .section-header-2 {
    font-size: 38px;
    line-height: 44px;
  }

  .cards-section {
    padding-top: 70px;
  }

  .box {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .box._5 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .title-header {
    width: 100%;
  }

  .b-cs-logo {
    width: 24px;
    height: 24px;
  }

  .bb-cs-services-wrap {
    padding-top: 48px;
    padding-bottom: 32px;
  }

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

  .b-cs-services-item {
    min-height: 83px;
  }

  .b-cs-services-icons {
    flex-flow: wrap;
    grid-template-columns: auto auto auto auto 1fr;
    display: flex;
  }

  .b-cs-workvideos-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .b-cs-workvideos-item {
    min-height: 78vw;
  }

  .b-cs-workvideos-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .b-cs-workvideos-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template: "Area Area"
                   "Area-2 Area-2"
                   / 1fr;
  }

  .b-cs-cases-studies {
    padding: 0;
  }

  .b-cs-reviews-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .b-cs-reviews-item {
    min-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 24px;
  }

  .b-cs-reviews-quote {
    font-size: 16px;
    line-height: 21px;
  }

  .b-cs-reviews-name {
    padding-bottom: 8px;
  }

  .b-cs-reviews-collection-persistent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .b-cs-reviews-list-persistent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .b-cs-reviews-item-persistent {
    min-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 24px;
  }

  .b-cs-workvideos-item-last {
    min-height: 85vw;
  }

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

  .b-cs-comparison-bamboo, .b-cs-comparison-partner1, .b-cs-comparison-partner2, .b-cs-comparison-partner3, .b-cs-comparison-partner4 {
    width: 38vw;
  }

  .b-cs-comparison-feature {
    width: 56vw;
    padding-left: 12px;
  }

  .div-block-28 {
    min-width: 890px;
  }

  .b-cs-partner-title, .heading-67 {
    width: 38vw;
  }

  .b-cs-partner-hide {
    width: 56vw;
  }

  .div-block-30 {
    width: 38vw;
  }

  .collection-list-wrapper-5 {
    min-width: 770px;
  }

  .b-cs-partner-row-wrapper {
    padding-top: 0;
  }

  .heading-h2-left {
    font-size: 40px;
    line-height: 48px;
  }

  .trust-div {
    justify-content: center;
    align-items: center;
  }

  .links-wrapper {
    flex-direction: column;
    margin-left: 0;
  }

  .for-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bb-partnered-grid-img-wraper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-34 {
    margin-bottom: 20px;
  }

  .paid-media-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo {
    max-width: 75vw;
  }

  .trust-img {
    max-width: 100px;
  }

  .marquee_wrap {
    width: 800vw;
  }

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

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

  .partner-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-28 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    min-width: 130px;
  }

  .heading-h3-5 {
    font-size: 26px;
    line-height: 35px;
  }

  .heading-68 {
    font-size: 24px;
  }

  .text-block-43 {
    text-align: center;
    padding-bottom: 24px;
  }

  .b-cases-subscribe-fields-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .b-cases-subscribe-heading-blog {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 29px;
  }

  .b-cases-subscribe-wrap-blog {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-cases-subscribe-sub-blog {
    width: 100%;
    margin: 10px 0 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .paragraph-41 {
    padding-top: 0;
  }

  .b-cases-subscribe-sub-blog-copy {
    width: 100%;
    margin: 10px 0 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

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

  .home_logo-list_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_feature_component, .home_feature_item-list {
    grid-template-columns: 1fr;
  }

  .heading-69 {
    font-size: 46px;
  }

  .text-block-46 {
    font-size: 24px;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .b-cases-subscribe-wrap-blog-2 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-cases-subscribe-heading-blog-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 29px;
  }

  .b-cases-subscribe-sub-blog-copy-2 {
    width: 100%;
    margin: 10px 0 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .b-cases-subscribe-wrap-blog-2-copy {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-cases-subscribe-heading-blog-2-copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 29px;
  }

  .b-cases-subscribe-input-copy {
    height: 35px;
  }

  .b-cases-subscribe-sub-blog-copy-2-copy {
    width: 100%;
    margin: 10px 0 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .b-cases-subscribe-wrap-blog-2-copy-copy {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-cases-subscribe-wrap-blog-2-copy-copy-copy {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-cases-subscribe-fields-v2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home_service_component, .home_blogs_component {
    grid-template-columns: 1fr;
  }

  .home_logo-list_component-copy, .home_logo-list_component-copy-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_feature_item-list-copy {
    grid-template-columns: 1fr;
  }

  .home_logo-list_component-copy-copy-copy, .home_logo-list_component-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .b-heading-h4-copy {
    font-size: 20px;
    line-height: 27px;
  }

  .b-heading-h4-copy.b-text-center {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-large-copy.align-center {
    margin-bottom: 0;
  }

  .div-block-5-paid-social-block, .div-block-5-copy, .div-block-5-paid-search {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paid-media-wrapper-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .normal-text-copy {
    margin-bottom: 24px;
  }

  .b-heading-h2-copy {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-5-paid-search-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-align-center-2-copy {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-h1-copy {
    font-size: 48px;
  }

  .contact10_component-copy {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .heading-xlarge-copy {
    font-size: 2rem;
  }

  .heading-xlarge-copy.heading-spacing-medium-copy {
    text-align: center;
    font-size: 26px;
  }

  .contact10_content-copy.background-color-white {
    width: 20.5rem;
    padding-left: 16px;
    padding-right: 10px;
  }

  .contact10_content-copy.background-color-white-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 10px;
  }

  .landing-form_header-copy.align-center {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  .home_feature_component-copy, .home_feature_item-list-copy {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .text-big-bold {
    font-size: 24px;
    line-height: 30px;
  }

  .image-88 {
    margin-top: 40px;
  }

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

  .image-89 {
    display: none;
  }

  .image-90 {
    margin-left: 0%;
    position: static;
  }

  .image-91 {
    max-width: 60%;
    top: -5%;
    right: -18%;
  }

  .image-92 {
    max-width: 63%;
    bottom: -3%;
    left: -15%;
  }

  .b-cs-creative-partner-h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .b-cs-partner-table {
    padding: 40px 0;
  }

  .b-cs-partners-h2 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .b-cs-partner-header {
    grid-template-columns: .25fr 1fr;
    min-width: auto;
  }

  .b-cs-partner-header-title {
    font-size: 16px;
  }

  .b-cs-table-cont-partner-logo {
    max-width: 70px;
  }

  .b-cs-table-cont-partner-cell {
    padding-left: 5px;
    padding-right: 5px;
  }

  .b-cs-table-cont-focus-cell {
    padding-left: 10px;
  }

  .b-cs-table-cont-focus-cell-text {
    line-height: 20px;
  }

  .b-cs-partner-header-cell3 {
    display: none;
  }

  .b-cs-table-cont-partner-cell-logo {
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cs-table-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-cs-partner-headrow-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: none;
  }

  .b-cs-table-cont-channels-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .b-cs-card-section-video-wrapper {
    min-height: 78vw;
  }

  .text-big-bold-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .b-blog-heading-h2-copy {
    line-height: 42px;
  }

  .heading-h2-left-copy, .b-reviews-modal-heading, .b-reviews-modal-author {
    font-size: 40px;
    line-height: 48px;
  }

  .b-reviews-modal-author-role {
    text-align: center;
  }

  .heading-h1-copy-copy {
    font-size: 48px;
  }

  .b-grid-logos-scroll-copy {
    grid-template-columns: 1fr 1fr;
  }

  .b-logo-scroller-wrapper-color {
    width: 100%;
  }

  .b-logo-scroller-swipper {
    grid-template-columns: 1fr 1fr;
  }

  .b-logo-scroller-color, .b-logo-scroller-anim-color {
    width: 100%;
  }

  .b-logo-scroller-anim-wrapper-color {
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

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

  .heading-72 {
    font-size: 30px;
    line-height: 1.2em;
  }

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

  .heading-h1-copy-copy-copy {
    font-size: 48px;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .b-backed-v02 {
    padding-bottom: 150px;
  }

  .b-impact-logos {
    flex-flow: column;
  }

  .b-impact-logos-image {
    max-width: 250px;
  }

  .b-grid-logos-paid-advisory {
    grid-template-columns: 1fr 1fr;
  }

  .bb-large-text {
    margin-bottom: 24px;
  }

  .bb-logos-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .bb-home-hero-section {
    padding-top: 12px;
  }

  .bb-our-work-card-header {
    max-width: 230px;
  }

  .bb-results-text {
    text-align: center;
    margin-bottom: 0;
  }

  .bb-heading-h2 {
    text-align: center;
    text-wrap: balance;
    width: 100%;
  }

  .bb-heading-h2.b-text-color-white {
    font-size: var(--grey--24px);
    text-align: left;
    line-height: 28px;
  }

  .bb-heading-h2.b-text-color-white.b-text-center {
    text-align: center;
  }

  .bb-heading-h2.bb-industry-leaders {
    line-height: 42px;
  }

  .bb-heading-h2.bb-text-color-grey-600 {
    line-height: 1.2px;
  }

  .bb-heading-h2.bb-text-color-grey-600.b-text-center {
    text-align: center;
  }

  .bb-cta-banner-flex {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-cta-banner-text {
    text-align: center;
  }

  .bb-logo-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .bb-logo-grid-logo.b-hide-mobile {
    display: none;
  }

  .div-block-74 {
    font-size: 14px;
  }

  .bb-text-large {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-60 {
    font-size: 14px;
  }

  .bb-table-select-end, .bb-table-select-body {
    padding-left: 4px;
    padding-right: 4px;
  }

  .bb-table-select-head {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bb-performance-header {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-text-white-large {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-performance-cards {
    padding: 32px;
  }

  .bb-performance-heading-h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .bb-white-card {
    min-width: 100%;
    padding: 32px;
  }

  .bb-mt-48 {
    margin-bottom: 24px;
  }

  .bb-ss-creative-service-card {
    padding: 32px;
  }

  .background-video-4 {
    aspect-ratio: 1;
    height: auto;
  }

  .bb-cta-green-gb-wraper {
    margin-top: 24px;
    padding-bottom: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-cta-green-gb-wraper.bb-mt-0.bb-solutions-topics-cta {
    border-bottom-left-radius: 48px;
  }

  .bb-testimonials {
    padding-top: 48px;
  }

  .div-block-82 {
    min-height: 350px;
  }

  .bb-connect-cta-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bb-shadow-filter {
    padding-left: 24px;
  }

  .bb-video-bg-alt {
    background-position: 50% 0;
    background-size: cover;
  }

  .logo-hairstory {
    width: 80px;
  }

  .logo-cuup {
    width: 60px;
  }

  .bb-issues-heading {
    line-height: 54px;
  }

  .bb-our-work-card-header-consumer {
    max-width: 290px;
  }

  .bb-light-grey {
    padding-top: 20px;
  }

  .bb-case-header-card {
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
  }

  .bb-cases-hero-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-cases-hero-left {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .bb-cases-hero-right {
    min-height: 180px;
    padding-top: 0;
  }

  .bb-cases-hero-image {
    object-fit: contain;
    min-height: auto;
  }

  .bb-cases-hero {
    padding-left: 4px;
    padding-right: 4px;
  }

  .bb-cases-hero-heading {
    text-align: center;
    text-wrap: balance;
    margin-bottom: 0;
    font-size: 27px;
  }

  .image-99 {
    padding-bottom: 12px;
  }

  .div-block-85 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .bb-cases-numbers-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .container-35 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .bb-cases-subscribe-wrap {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-cases-subscribe-heading {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 29px;
  }

  .bb-cases-subscribe-fields-v3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bb-contact-form-wrap-detail {
    padding-left: 4px;
    padding-right: 4px;
  }

  .bb-contact-form-detail-heading {
    text-align: center;
    text-wrap: balance;
    font-size: 32px;
    line-height: 37px;
  }

  .bb-body-2 {
    text-align: center;
    font-size: 20px;
  }

  .bb-body-2.b-text-center {
    margin-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .bb-cases-subscribe-input {
    height: 35px;
  }

  .div-block-89 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .bb-ghost-dark-button {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .swiper-slide-link.b-cs-reviews-item-persistent {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
    display: block;
  }

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

  .bb-follow-text, .rich-text-block {
    text-align: center;
  }

  .bb-casestudies-hero-section {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .bb-casestudies-left-wrapper, .bb-casestudies-mid-wrapper, .bb-casestudies-right-wrapper {
    height: 400px;
  }

  .bb-casestudies-work-section {
    padding-top: 12px;
  }

  .text-block-65 {
    width: auto;
  }

  .bb-selected-work-anchors {
    justify-content: center;
    align-items: flex-start;
  }

  .bb-selected-work-case-card {
    padding: 12px;
  }

  .bb-datascience-case-thumbnail-col {
    padding: 0;
  }

  .bb-selected-work-case-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-97 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .bb-text-dark-large {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-selected-work-case-trusted {
    align-self: stretch;
  }

  .bb-casestudies-projects-section {
    padding-top: 48px;
  }

  .bb-casestudies-projects-section.bb-casestudies-bg {
    padding-bottom: 48px;
  }

  .heading-77 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-102 {
    height: auto;
  }

  .bb-selected-work-card.b-cs-reviews-item-persistent {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
    display: block;
  }

  .bb-selected-work-card.bb-work-slider.swiper-slider {
    text-align: left;
    height: 350px;
  }

  .div-block-104, .div-block-105 {
    align-self: stretch;
  }

  .bb-cases-filters {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .bb-service-card-left-wraper {
    padding: 32px;
  }

  .bb-service-card-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
  }

  .bb-service-card-bottom {
    justify-content: space-between;
    align-items: center;
    padding: 32px;
  }

  .bb-services-cards-title {
    margin-bottom: 48px;
  }

  .bb-services-cards-paragraph {
    overflow-wrap: normal;
  }

  .bb-service-cards-link {
    display: block;
  }

  .bb-wide-container-alt, .bb-wide-container-alt.bb-solutions {
    padding-top: 0;
  }

  .bb-solution-card-left, .bb-solution-card-right, .bb-grey-card {
    padding: 32px;
  }

  .bb-solutions-topics {
    grid-template-columns: 1fr;
  }

  .heading-80 {
    font-size: 24px;
    display: block;
  }

  .bb-partnered-best {
    font-size: 40px;
    line-height: 48px;
  }

  .bb-partnered-best.white {
    text-align: center;
    line-height: 36px;
  }

  .bb-parnere-grid-text-wraper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 24px;
  }

  .bb-lp-left-wrapper, .bb-lp-right-wrapper {
    height: 400px;
  }

  .bb-lp-trusted-title {
    font-size: 40px;
    line-height: 48px;
  }

  .bb-lp-trusted-title.white {
    line-height: 36px;
  }

  .bb-lp-trusted-title.white.b-text-center.b-lp-trusted-title-limit {
    font-size: 24px;
    line-height: 31px;
  }

  .bb-lp-text.white {
    font-size: 16px;
    line-height: 25px;
  }

  .bb-ghost-banner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-testimonials-global {
    padding-top: 48px;
  }

  .bb-lp-form {
    padding: 32px;
  }

  .bb-casestudies-card-collection-categories-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .collection-list-10 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .div-block-119 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .bb-lp-form-footer-line {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bb-lp-form-footer-wrapper {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .spacer-86 {
    height: 16px;
  }

  .bb-casestudies-card-cat-btn {
    text-align: center;
    display: flex;
  }

  .bb-casestudies-cards-bottom-wrapper {
    height: auto;
  }

  .bb-casestudies-card-heading-wraper {
    text-align: left;
  }

  .bb-casestudies-card-heading {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-casestudies-card-case-study-btn {
    width: 100%;
  }

  .bb-casestudies-card-header, .bb-casestudies-card-header-metric {
    max-width: 230px;
  }

  .bb-casestudies-link-block {
    text-align: left;
  }

  .bb-casestudies-card-header-none {
    max-width: 230px;
  }

  .bb-casestudies-card-collection-categories {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bb-casestudies-cards-metrics-text-wraper {
    text-align: left;
  }

  .bb-service-partner-container {
    padding-top: 12px;
  }

  .bb-service-partner-container.bb-solutions, .bb-service-partner-container.bb-solutions-v2 {
    margin-top: 0;
    margin-bottom: 48px;
    padding-top: 48px;
  }

  .bb-service-ds-grid-title-blk {
    font-size: 42px;
    line-height: 50px;
  }

  .bb-service-div-grid, .bb-service-div-grid.align-items-end {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bb-service-solutions-grid-wrap {
    display: flex;
  }

  .bb-service-solutions-grid-imgs {
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .bb-service-creative-wraper {
    margin: 0 12px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .bb-service-creative-left {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 24px 24px;
  }

  .heading-87 {
    text-align: left;
    font-size: 32px;
    line-height: 36px;
  }

  .bb-service-video-paragraph {
    text-align: left;
    overflow-wrap: normal;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-creative-right {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 32px 32px;
    display: block;
  }

  .bb-services-form-field {
    text-align: left;
    width: 100%;
  }

  .bb-services-form-field::placeholder {
    text-align: center;
  }

  .bb-services-icons-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    align-content: space-around;
    align-self: auto;
    width: 100%;
    margin-top: 24px;
    padding-bottom: 0;
    display: grid;
  }

  .bb-service-video-icon {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }

  .bb-services-paid-text {
    text-align: left;
  }

  .bb-services-section-data-science {
    width: 100%;
  }

  .bb-services-ds-center {
    padding-bottom: 32px;
  }

  .bb-service-ds-grid-subtitle-blk {
    overflow-wrap: normal;
  }

  .bb-service-ds-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: stretch;
    margin-top: 0;
    padding: 0 0 24px;
    display: flex;
  }

  .bb-service-ds-left {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bb-services-ds-left-title-wraper {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .bb-services-ds-left-title-blk {
    text-align: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .bb-services-ds-left-title-paragraph {
    text-align: left;
    overflow-wrap: normal;
    font-size: 16px;
  }

  .bb-services-ds-form-wraper {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-service-ds-form-field-wraper {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-services-ds-form-field {
    overflow-wrap: normal;
    width: 100%;
    min-height: 62px;
  }

  .bb-services-ds-form-field::placeholder {
    text-align: center;
  }

  .bb-service-video-arrow-blk, .image-103 {
    width: 24px;
    height: 24px;
  }

  .bb-services-creative-form-wraper {
    align-self: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-ds-right {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .bb-service-ds-form-wraper, .form-block-4 {
    width: 100%;
  }

  .bb-service-field-wraper {
    padding-bottom: 0;
  }

  .bb-service-form-wraper {
    width: 100%;
  }

  .bb-service-video-title {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .bb-service-video-arrow-wht {
    width: 0;
    height: 0;
  }

  .bb-pm-section {
    padding-bottom: 48px;
  }

  .heading-88 {
    text-align: left;
    overflow-wrap: normal;
  }

  .bb-service-pm-card-logos-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center flex-start;
    align-items: center;
    display: flex;
  }

  .bb-service-pm-card-logo {
    min-width: 26px;
    min-height: 26px;
  }

  .bb-service-pm-card-bt-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .bb-service-pm-100-card {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-service-pm-card-botom-heading {
    text-align: left;
    margin-bottom: 24px;
    padding-left: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-52 {
    text-align: left;
    overflow-wrap: normal;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .bb-service-pm-100-text {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bb-service-pm-100-text-wraper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 24px 0;
    display: flex;
  }

  .bb-service-pm-icon-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bb-services-pm-cards-subtitle-copy {
    font-size: 18px;
  }

  .bb-services-pm-cards-paragraph {
    margin-bottom: 48px;
  }

  .bb-partnered-best-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .bb-partnered-best-heading.white {
    line-height: 36px;
  }

  .bb-partnered-best-heading.color-white {
    margin-bottom: 10px;
  }

  .bb-partnered-subtitle.color-grey-200 {
    font-size: 16px;
  }

  .bb-cs-services-title-grid-wraper {
    padding-bottom: 32px;
  }

  .bb-service-pm-card-logos-grid-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center stretch;
    display: flex;
  }

  .bb-service-projects-cta-banner.surface-form-button, .bb-service-projects-cta-banner-copy.surface-form-button {
    padding-left: 0;
  }

  .bb-service-video-form {
    margin-left: 0;
  }

  .bb-service-partner-container-v2 {
    padding-top: 12px;
  }

  .bb-service-partner-container-v2.bb-solutions {
    margin-top: 0;
    margin-bottom: 48px;
    padding-top: 48px;
  }

  .bb-service-partner-container-v2.bb-solutions-v2 {
    margin: 0 12px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bb-service-partner-v2-link {
    margin-left: 0;
    margin-right: 0;
  }

  .bb-service-partner-v2-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-service-partner-v2-grid-wrap {
    flex-flow: column;
    display: flex;
  }

  .bb-service-solutions-grid-imgs-copy {
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .bb-service-partner-v2-grid-imgs {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bb-service-partnered-v2-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .bb-service-partnered-v2-heading.white {
    line-height: 36px;
  }

  .bb-service-partnered-v2-heading.color-white {
    margin-bottom: 10px;
  }

  .bb-service-partnered-v2-subtitle.color-grey-200 {
    overflow-wrap: normal;
    font-size: 16px;
  }

  .bb-service-partener-v2-title {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-space-div-24-fixed {
    width: 100%;
  }

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

  .bb-partner-v2-grid-wraper {
    padding-bottom: 0;
  }

  .bb-cc-our-work-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bb-our-work-arrow-nav {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-service-loking-for-wraper {
    padding-left: 42px;
    padding-right: 42px;
  }

  .bb-solutions-white-container.bb-pt-0 {
    padding-top: 0;
    display: block;
  }

  .bb-solutions-topics-wraper {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .bb-space-div-48-fixed {
    height: 48px;
  }

  .bb-space-div-48-fixed-copy {
    height: 24px;
  }

  .text-block-70 {
    word-break: normal;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .bb-service-ds-link {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .bb-service-ds-grid-link {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bb-services-ds-form-field-2 {
    overflow-wrap: normal;
    width: 100%;
    min-height: 62px;
  }

  .bb-services-ds-form-field-2::placeholder {
    text-align: center;
  }

  .bb-cs-services-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-cs-services-vid-card-topics, .bb-cs-services-vid-card-text {
    grid-template-columns: 1fr;
  }

  .bb-cs-services-item {
    min-height: 83px;
  }

  .bb-cs-services-icons {
    flex-flow: wrap;
    grid-template-columns: auto auto auto auto 1fr;
    display: flex;
  }

  .bb-goodbye-description {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-our-work-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-values-section-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 32px;
  }

  .bb-values-description {
    font-size: var(--grey--12px);
    text-align: left;
    line-height: 16px;
  }

  .bb-values-description.bb-text-color-grey-600 {
    text-wrap: pretty;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-values-header {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-values-section-header-btns {
    flex-flow: column;
  }

  .bb-photo-textrow {
    align-self: center;
  }

  .bb-photo-secondrow {
    align-items: stretch;
    max-width: 1115px;
    overflow: hidden;
  }

  .bb-photo-thirdrow {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .bb-photo-section-cta {
    padding: var(--grey--32px) var(--grey--18px);
    margin-left: auto;
    margin-right: auto;
  }

  .bb-photo-grid-limits {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .bb-photo-section {
    padding-top: var(--grey--64px);
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .bb-life-panda-section.bb-pt-0 {
    padding-top: var(--grey--64px);
    padding-bottom: var(--grey--64px);
    display: block;
  }

  .bb-team-panda-header {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    margin-top: 0;
  }

  .bb-life-panda-desc {
    align-self: stretch;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-life-panda-list {
    grid-template-columns: 1fr;
  }

  .bb-team-grid.bb-pt-0 {
    padding-top: var(--grey--64px);
    padding-bottom: var(--grey--64px);
    display: block;
  }

  .bb-team-cards-collection {
    grid-template-columns: 1fr;
  }

  .bb-grow-together-section.bb-pt-0 {
    padding-top: 0;
    padding-bottom: var(--grey--64px);
    display: block;
  }

  .bb-grow-together-heading {
    padding-top: var(--grey--64px);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-grow-together-list {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .bb-grow-together-desc {
    margin-bottom: 0;
  }

  .modal-team-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    place-items: start stretch;
    max-width: 320px;
    inset: 10% auto auto 50%;
    transform: translate(-50%);
  }

  .modal-team {
    display: none;
  }

  .modal-team-overlay {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0%;
  }

  .modal-team-close {
    right: 0;
  }

  .team-profile-picture {
    height: 290px;
  }

  .bb-team-cards-modal-paragraph {
    padding-right: 0;
    overflow: scroll;
  }

  .bb-team-modal-text-wraper {
    padding: var(--grey--12px) 12px 12px;
  }

  .bb-teams-hero {
    padding-top: var(--grey--12px);
    padding-bottom: 0;
  }

  .bb-team-banner-wraper {
    padding-top: 0;
  }

  .bb-team-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .bb-team-banner-text-wraper {
    padding: var(--grey--12px);
  }

  .bb-team-values-section-card {
    padding-top: var(--grey--64px);
    padding-bottom: var(--grey--12px);
  }

  .bb-team-values-header {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-cc-open-position {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-cc-op-text {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-team-values-heading-h2.b-text-color-white {
    font-size: var(--grey--24px);
    text-align: left;
    line-height: 28px;
  }

  .bb-team-values-heading-h2.b-text-color-white.b-text-center {
    text-align: center;
  }

  .bb-team-values-heading-h2.bb-industry-leaders {
    line-height: 42px;
  }

  .bb-team-values-heading-h2.bb-text-color-grey-600, .bb-team-values-heading-h2.bb-text-color-grey-600.b-text-center {
    text-align: center;
  }

  .bb-photo-firstrow {
    justify-content: center;
    align-self: center;
    position: relative;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .bb-team-banner-hide-mobile {
    display: none;
  }

  .bb-team-mobile-desc {
    padding-top: 24px;
    padding-bottom: 0;
    display: block;
  }

  .bb-team-mobile-values-description {
    color: var(--grey--grey-600);
    font-size: 20px;
    line-height: 28px;
  }

  .bb-team-mobile-values-description.bb-text-color-grey-600 {
    font-size: 20px;
    line-height: 28px;
  }

  .bb-cta-banner-flex-team {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-photo-grid-top-wraper {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .bb-team-panda-h2-wraper {
    width: 100%;
  }

  .bb-team-banner-text {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-team-banner-heading-h2 {
    text-align: center;
    text-wrap: balance;
    width: 100%;
  }

  .bb-team-banner-heading-h2.b-text-color-white {
    font-size: var(--grey--24px);
    text-align: left;
    line-height: 28px;
  }

  .bb-team-banner-heading-h2.b-text-color-white.b-text-center {
    text-align: center;
  }

  .bb-team-banner-heading-h2.bb-industry-leaders {
    line-height: 42px;
  }

  .bb-team-banner-heading-h2.bb-text-color-grey-600 {
    line-height: 1.2px;
  }

  .bb-team-banner-heading-h2.bb-text-color-grey-600.b-text-center {
    text-align: center;
  }

  .bb-performance-desc {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-life-panda-hl-section.bb-pt-0 {
    padding-top: var(--grey--64px);
    padding-bottom: var(--grey--64px);
    display: block;
  }

  .bb-team-hl-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-team-panda-hl-header {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bb-life-panda-h-list {
    grid-template-columns: 1fr;
    display: block;
  }

  .bb-life-panda-hl-desc {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .bb-heading-h2-copy {
    text-align: center;
    text-wrap: balance;
    width: 100%;
  }

  .bb-heading-h2-copy.b-text-color-white {
    font-size: var(--grey--24px);
    text-align: left;
    line-height: 28px;
  }

  .bb-heading-h2-copy.b-text-color-white.b-text-center {
    text-align: center;
  }

  .bb-heading-h2-copy.bb-industry-leaders {
    line-height: 42px;
  }

  .bb-heading-h2-copy.bb-text-color-grey-600 {
    line-height: 1.2px;
  }

  .bb-heading-h2-copy.bb-text-color-grey-600.b-text-center {
    text-align: center;
  }

  .bb-connect-cta-desc {
    text-align: center;
    overflow-wrap: normal;
    font-size: 16px;
  }

  .bb-scout-program-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bb-scout-program-desc {
    font-size: 18px;
    line-height: 28px;
  }

  .bb-scout-step-1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .bb-scout-step-counter {
    width: 32px;
  }

  .bb-scout-step-1-card.bb-scout-active {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-height: 0;
    padding: 24px;
  }

  .bb-scout-step-number {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .bb-scout-step-title.bb-scout-active {
    font-size: 28px;
  }

  .bb-scout-step-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .bb-scout-step-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .bb-scout-step-3, .bb-scout-step-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bb-scout-step-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    min-height: 0;
    padding: 24px;
  }

  .bb-scout-step-last-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-height: 0;
    padding: 24px;
  }

  .bb-partners-grid.bb-pt-0 {
    padding-top: 0;
    display: block;
  }

  .bb-partners-cards {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .bb-short-header {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .bb-partners-card {
    padding: 32px;
  }

  .bb-cta-company-grid-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 24px;
  }

  .bb-cta-company-grid-img-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bb-cta-company-grid-img-logo {
    justify-content: center;
    align-items: center;
  }

  .bb-cta-company-grid-img-row {
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
  }

  .bb-open-position-section {
    padding-left: 33px;
    padding-right: 33px;
  }

  .bb-scout-cta-desc {
    text-align: center;
    overflow-wrap: normal;
    font-size: 16px;
  }

  .bb-short-header-horizontal {
    padding-top: 12px;
    padding-bottom: var(--grey--12px);
  }

  .bb-partners-grid-v2.bb-pt-0 {
    padding-top: 0;
    display: block;
  }

  .bb-partners-v2-cards {
    margin-bottom: var(--grey--32px);
    grid-template-columns: 1fr;
  }

  .bb-partners-v2-card {
    padding: 32px;
  }

  .bb-partner-v2-img {
    align-self: center;
  }

  .bb-partner-btn-wrapper {
    padding: 0px 0px var(--grey--48px);
  }

  .bb-partner-btn-wrapper.bb-solutions {
    padding-top: 0;
  }

  .background-video-v2 {
    aspect-ratio: 1;
    height: auto;
  }

  .bb-lightgray-niche {
    padding: 32px;
  }

  .bb-white-card-v2, .bb-white-card-v3 {
    min-width: 100%;
    padding: 32px;
  }

  .b-testimonial-2 {
    font-size: 22px;
  }

  .b-testimonial-author-name-2 {
    font-size: 19px;
  }

  .b-testimonial-author-title-2 {
    font-size: 14px;
  }

  .bb-open-position-html-wraper {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-blog {
    padding-top: 20px;
  }

  .bb-blog-hero-image, .bb-blog-hero-image-wrapper {
    object-fit: contain;
    min-height: auto;
  }

  .bb-blog-hero {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .bb-blog-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-blog-signup {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-blog-signup-fields {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bb-blog-heading {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 29px;
  }

  .bb-blog-featured {
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
  }

  .bb-blog-featured-content {
    height: auto;
  }

  .bb-contact-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1-25 {
    font-size: 48px;
  }

  .bb-dc-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-25-dc-difference-text {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-h1-hero-difference {
    font-size: 48px;
  }

  .bb-dc-difference-list-paragraph {
    font-size: 18px;
  }

  .bb-cd-paid-media-title {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-dc-paid-heading-h2 {
    text-align: center;
    text-wrap: balance;
    width: 100%;
  }

  .bb-dc-paid-heading-h2.b-text-color-white {
    font-size: var(--grey--24px);
    text-align: left;
    line-height: 28px;
  }

  .bb-dc-paid-heading-h2.b-text-color-white.b-text-center {
    text-align: center;
  }

  .bb-dc-paid-heading-h2.bb-industry-leaders {
    line-height: 42px;
  }

  .bb-dc-paid-heading-h2.bb-text-color-grey-600 {
    line-height: 1.2px;
  }

  .bb-dc-paid-heading-h2.bb-text-color-grey-600.b-text-center {
    text-align: center;
  }

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

  .bb-dc-deliver-container {
    grid-template-columns: minmax(275px, 1.5fr);
  }

  .bb-dc-deliver-left-wraper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-dc-deliver-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bb-dc-deliver-left-card-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .bb-dc-deliver-paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .bb-dc-deliver-right-text-paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .bb-dc-deliver-right-img-wrape-img {
    min-height: 32px;
    display: block;
  }

  .bb-dc-deliver-right-img-wraper {
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
  }

  .bb-dc-deliver-right-info-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bb-dc-deliver-right-info-paragraph {
    font-size: 16px;
  }

  .bb-ps-program-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bb-ps-program-desc {
    font-size: 18px;
    line-height: 28px;
  }

  .bb-scout-step-1-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .bb-ps-step-counter {
    width: 32px;
  }

  .bb-scout-step-number-copy {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .bb-ps-step-1-card.bb-scout-active, .bb-ps-step-1-card.bb-ps-active {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-height: 0;
    padding: 24px;
  }

  .bb-ps-step-title, .bb-ps-step-title.bb-scout-active, .bb-ps-step-title.bb-ps-active {
    font-size: 28px;
  }

  .bb-ps-step-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .bb-ps-step-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .bb-ps-step-counterr {
    width: 32px;
  }

  .bb-ps-step-number {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .bb-scout-step-title-copy.bb-scout-active {
    font-size: 28px;
  }

  .bb-scout-step-desc-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .bb-ps-ec-wraper {
    flex-flow: column;
  }

  .bb-ps-ec-conatiner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-ps-ec-grid-wraper {
    grid-template-columns: 1fr;
  }

  .bb-ps-ec-grid-left-wraper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
  }

  .bb-ps--ec-middle-imgs-container {
    grid-template-columns: 1fr 1fr;
  }

  .bb-ps-ec-grid-left-results-wraper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    align-self: stretch;
  }

  .bb-ps-ec-left-title-text {
    text-align: center;
  }

  .bb-ps-ec-title-text {
    text-align: center;
    text-wrap: balance;
    width: 100%;
  }

  .bb-ps-ec-title-text.b-text-color-white {
    font-size: var(--grey--24px);
    text-align: left;
    line-height: 28px;
  }

  .bb-ps-ec-title-text.b-text-color-white.b-text-center {
    text-align: center;
  }

  .bb-ps-ec-title-text.bb-industry-leaders {
    line-height: 42px;
  }

  .bb-ps-ec-title-text.bb-text-color-grey-600 {
    line-height: 1.2px;
  }

  .bb-ps-ec-title-text.bb-text-color-grey-600.b-text-center, .bb-ps-ai-left-title-text, .bb-ps-ai-left-desc-text {
    text-align: center;
  }

  .bb-ps-ai-left-cta {
    justify-content: center;
    align-items: center;
  }

  .bb-ps-ai-left-cta-wraper {
    max-width: 100%;
  }

  .bb-ps-ai-results-wraper {
    flex-flow: column;
  }

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

  .bb-ss-paid-media-title-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bb-ss-paid-heading-h2-copy {
    text-align: center;
    text-wrap: balance;
    width: 100%;
  }

  .bb-ss-paid-heading-h2-copy.b-text-color-white {
    font-size: var(--grey--24px);
    text-align: left;
    line-height: 28px;
  }

  .bb-ss-paid-heading-h2-copy.b-text-color-white.b-text-center {
    text-align: center;
  }

  .bb-ss-paid-heading-h2-copy.bb-industry-leaders {
    line-height: 42px;
  }

  .bb-ss-paid-heading-h2-copy.bb-text-color-grey-600 {
    line-height: 1.2px;
  }

  .bb-ss-paid-heading-h2-copy.bb-text-color-grey-600.b-text-center {
    text-align: center;
  }

  .bb-ss-team-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-grey-200-card {
    min-width: 100%;
    padding: 32px;
  }

  .bb-ss-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-green-banner {
    margin-top: 24px;
    padding-bottom: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-team-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-80 {
    padding: 32px;
  }

  .bb-white-card-2 {
    min-width: 100%;
    padding: 32px;
  }

  .bb-team-container-2-copy, .bb-team-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-158 {
    padding: 32px;
  }

  .bb-white-card-3 {
    min-width: 100%;
    padding: 32px;
  }

  .logo-nom {
    width: 48px;
  }

  .logo-openfarm {
    width: 40px;
  }

  .bb-thankyou-container {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_26a7a039-9c1b-ac29-bae5-99e8ca4a994c-30860211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3035915c-a285-fb78-384a-88a4ad2fd105-30860211, #w-node-_13f14924-00b0-9e82-d9ef-03f594555b4f-30860211 {
  justify-self: center;
}

#w-node-_8054c6ba-9c00-e4cb-cc25-ba0ca6ee78ee-30860211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ab9b4ee1-c70e-205e-4f16-a33f7dacd21c-30860211 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7038ae49-a49e-97b5-5faf-a1956a676ec3-30860211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e7b1fb79-39e2-da68-f79a-51dc8d79e902-30860211 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f51697a0-a71d-954d-b00a-652058c07504-58c074ff {
  place-self: center;
}

#w-node-_89d0bab3-5cd6-dd53-bfdf-ba74b6fd9ca3-8092c83f {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_89d0bab3-5cd6-dd53-bfdf-ba74b6fd9cc0-8092c83f {
  place-self: stretch center;
}

#w-node-bea40c25-d1b4-3eef-4fdb-ecc0de0288db-8092c862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bea40c25-d1b4-3eef-4fdb-ecc0de0288dc-8092c862, #w-node-bea40c25-d1b4-3eef-4fdb-ecc0de0288de-8092c862 {
  justify-self: center;
}

#w-node-bea40c25-d1b4-3eef-4fdb-ecc0de0288e5-8092c862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bea40c25-d1b4-3eef-4fdb-ecc0de0288f6-8092c862 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bea40c25-d1b4-3eef-4fdb-ecc0de028904-8092c862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-bea40c25-d1b4-3eef-4fdb-ecc0de028906-8092c862 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc93ef46-11f4-91e6-d63a-0a04ec885877-07befb4c {
  place-self: center start;
}

#w-node-cb5263a3-ba48-0608-4af4-4b254c445e28-8092c86c {
  align-self: stretch;
}

#w-node-_6c5769ab-1b33-714b-89aa-29a89a559992-8092c86c {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cb5263a3-ba48-0608-4af4-4b254c445ea9-8092c86c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7cf34e7a-a67c-d9dc-c784-c549a3f5e336-a3f5e329 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfd6903e-5f38-3282-3b02-d798ee769d75-8092c86f {
  place-self: stretch center;
}

#w-node-_22cddf88-51e2-49d2-ec1f-4927985cf60f-8092c927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_22cddf88-51e2-49d2-ec1f-4927985cf610-8092c927, #w-node-_22cddf88-51e2-49d2-ec1f-4927985cf612-8092c927 {
  justify-self: center;
}

#w-node-_22cddf88-51e2-49d2-ec1f-4927985cf619-8092c927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_22cddf88-51e2-49d2-ec1f-4927985cf62a-8092c927 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22cddf88-51e2-49d2-ec1f-4927985cf638-8092c927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_22cddf88-51e2-49d2-ec1f-4927985cf63a-8092c927 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e552ffd7-8092c928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e552ffd8-8092c928, #w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e552ffda-8092c928 {
  justify-self: center;
}

#w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e552ffe1-8092c928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e552fff2-8092c928 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e5530000-8092c928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e5530002-8092c928 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f80940b1-c6d6-69e5-c9d6-0886f73f2e3e-f73f2e31 {
  align-self: stretch;
}

#w-node-_8a6e728b-c250-a779-4542-e646566b7e40-8092c963 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a6e728b-c250-a779-4542-e646566b7e43-8092c963 {
  align-self: end;
}

#w-node-_8a6e728b-c250-a779-4542-e646566b7e44-8092c963 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8a6e728b-c250-a779-4542-e646566b7e71-8092c963 {
  align-self: end;
}

#w-node-_8a6e728b-c250-a779-4542-e646566b7e72-8092c963 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c355fff5-4ccb-72b1-d11b-f440753cf4c1-753cf4bc {
  justify-self: end;
}

#w-node-f142bc1e-f4e1-343a-829a-dfc5df06da6d-753cf4bc {
  place-self: center end;
}

#w-node-a600174f-c386-94d3-a425-2da5ffc57a46-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a4e-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a4f-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a51-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a53-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a55-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a57-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a59-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a5b-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a5d-ffc57a41, #w-node-a600174f-c386-94d3-a425-2da5ffc57a5f-ffc57a41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55bcb78f-0c6c-eaa3-8585-ad4c990d30e8-64fd9852 {
  align-self: end;
}

#w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1ac4-01caa355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1ac5-01caa355, #w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1ac7-01caa355 {
  justify-self: center;
}

#w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1ace-01caa355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1adf-01caa355 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1aed-01caa355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1aef-01caa355 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f14d591-db3a-dda6-f6b9-42ffd2b52c50-d2b52c44 {
  align-self: auto;
}

#w-node-c4856c8b-aa4f-08f0-de61-456369b07159-8f482a3d {
  place-self: center;
}

#w-node-c4856c8b-aa4f-08f0-de61-456369b0715b-8f482a3d {
  place-self: start;
}

#w-node-_17fae7d8-bf45-ca61-5392-c48bd6de0b32-d6de0b27 {
  justify-self: center;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44eb6-1d686161 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44ec8-1d686161, #w-node-_14c6ffe4-1112-9cfe-61ac-44ef99ece376-1d686161, #w-node-_5e5f29fb-0c96-e84e-8369-d748d5083365-1d686161, #w-node-_3c3be680-72ac-6356-1c35-7616a31fc290-1d686161, #w-node-e939fd71-3e62-033b-3736-570a998b8a37-1d686161, #w-node-_91a9da1a-a8d7-8695-2c78-aad00526f193-1d686161, #w-node-_31ca2fc3-2c06-84e6-790f-fa904ce01b30-1d686161, #w-node-_8e298fa4-03b6-7394-2873-2f29d209f437-1d686161, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004a92-1d686161, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004a97-1d686161, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004a9c-1d686161, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004aa1-1d686161 {
  align-self: start;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f37-1d686161 {
  align-self: center;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f38-1d686161 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f39-1d686161, #w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f3a-1d686161 {
  place-self: stretch stretch;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f3b-1d686161 {
  align-self: stretch;
}

#w-node-fc297ce0-2344-0703-4c0d-ef449661b565-1d686161 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f50-1d686161 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44eb6-0ae203bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44ec8-0ae203bd, #w-node-_14c6ffe4-1112-9cfe-61ac-44ef99ece376-0ae203bd, #w-node-_5e5f29fb-0c96-e84e-8369-d748d5083365-0ae203bd, #w-node-_3c3be680-72ac-6356-1c35-7616a31fc290-0ae203bd, #w-node-e939fd71-3e62-033b-3736-570a998b8a37-0ae203bd, #w-node-_91a9da1a-a8d7-8695-2c78-aad00526f193-0ae203bd, #w-node-_31ca2fc3-2c06-84e6-790f-fa904ce01b30-0ae203bd, #w-node-_8e298fa4-03b6-7394-2873-2f29d209f437-0ae203bd, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004a92-0ae203bd, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004a97-0ae203bd, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004a9c-0ae203bd, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004aa1-0ae203bd {
  align-self: start;
}

#w-node-fadf734f-2326-3e9e-782d-28dd14c18766-0ae203bd {
  align-self: center;
}

#w-node-_296a2f87-fd86-71f2-5d8d-081a60b03f91-0ae203bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ee8fdd03-e489-c462-d5dd-b1e3987ee4c8-0ae203bd, #w-node-e5fbfeca-3cb3-a7ce-b7e6-cdec7b1ba40d-0ae203bd {
  place-self: stretch stretch;
}

#w-node-f9a9d9cf-91b6-0e48-e715-fbd4030c262e-0ae203bd {
  align-self: stretch;
}

#w-node-fc297ce0-2344-0703-4c0d-ef449661b565-0ae203bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f50-0ae203bd {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-b9443535-920b-42c5-91b9-7e7af53edef0-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edef8-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edef9-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edefb-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edefd-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edeff-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edf01-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edf03-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edf05-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edf07-1fcdb1a3, #w-node-b9443535-920b-42c5-91b9-7e7af53edf09-1fcdb1a3, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f855-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f859-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f85a-e457b198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f11edb2e-3932-e48f-49d4-862a68b8f85b-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f85d-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f85f-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f861-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f863-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f865-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f867-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f869-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f86b-e457b198 {
  place-self: center;
}

#w-node-_0137de38-da1f-e73a-9179-839255559bb2-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bb7-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bb8-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bba-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bbc-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bbe-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bc0-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bc2-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bc4-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bc6-9302cca8, #w-node-_0137de38-da1f-e73a-9179-839255559bc8-9302cca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7814cac2-ffa3-f106-bce9-a108ab3b1247-265f1772 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e4d5ffc9-aa4e-452a-654f-b2c8a4696378-265f1772 {
  place-self: stretch center;
}

#w-node-fad253bb-9bea-d559-1497-0d884098fa02-9d55b468 {
  place-self: center;
}

#w-node-fad253bb-9bea-d559-1497-0d884098fa04-9d55b468 {
  place-self: start;
}

#w-node-_2ad17bf7-9afc-d59a-bf84-db5114c50407-9d55b468 {
  place-self: center;
}

#w-node-_2ad17bf7-9afc-d59a-bf84-db5114c50409-9d55b468 {
  place-self: start;
}

#w-node-_2251152a-f615-1ad0-cd0d-cf79597eda5f-9d55b468 {
  place-self: center;
}

#w-node-dd3bc389-2264-e7c1-73af-86f70b94c31e-9d55b468 {
  place-self: start;
}

#w-node-_74c98ce4-5f9b-967b-35a1-63e8a4f02d12-6172d9f3 {
  place-self: stretch end;
}

#w-node-_2251152a-f615-1ad0-cd0d-cf79597eda5f-97835808 {
  place-self: center;
}

#w-node-dd3bc389-2264-e7c1-73af-86f70b94c31e-97835808 {
  place-self: start;
}

#w-node-_456ea26d-6d57-e7b3-d2ee-7a8e2013a4c1-530c5c85, #w-node-f43820ea-1f8b-7b82-f670-d2ba25bb6186-e9e7fc3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0ee661a-b2a8-4aa9-4728-cac04287be57-e9e7fc3f {
  align-self: end;
}

#w-node-bb3054ac-6663-200f-3b4b-ab3cd4dec830-e9e7fc3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5cca9aa8-a3e2-46ca-0992-1f0591c4ae26-e9e7fc3f {
  align-self: end;
}

#w-node-_5cca9aa8-a3e2-46ca-0992-1f0591c4ae27-e9e7fc3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_317474df-413c-1b6d-4101-0706f8d175e1-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175e8-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175ea-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175ec-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175ee-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f0-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f2-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f4-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f6-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f8-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175fa-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175fc-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175fe-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17602-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17618-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1762f-4a4ae0b9, #w-node-_0a4b469e-5f78-addd-5476-f54ff601bc0a-4a4ae0b9, #w-node-e06b2535-f1db-a9c2-d8eb-019dd7835474-4a4ae0b9, #w-node-_97cfd236-d632-5673-b062-1e1f1a7c08a9-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17645-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1764a-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1764b-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1764d-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1764f-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17651-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17653-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17655-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17657-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17659-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1765b-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1767e-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17684-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17688-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1768d-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17691-4a4ae0b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e6abe0f-5585-f215-9db5-22b5e2a83bfc-4a4ae0b9 {
  place-self: auto;
}

#w-node-_317474df-413c-1b6d-4101-0706f8d1769b-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176a3-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176ab-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176b3-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176bb-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176c3-4a4ae0b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d73c70f4-6533-d0a7-93ab-7068c3d7f4b9-ad7da83b, #w-node-_37699c2c-9999-7ce9-eb28-ca40bccf899e-ad7da83b, #w-node-_9374e96f-c67a-2662-623f-6e3bbe654e33-ad7da83b, #w-node-_44490183-4d42-a372-4cbc-4643498c7a04-ad7da83b, #w-node-_44490183-4d42-a372-4cbc-4643498c7a07-ad7da83b, #w-node-_44490183-4d42-a372-4cbc-4643498c7a0a-ad7da83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-cf0aa172-c825-9fe6-591e-21b5acfa01d5-ad7da83b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34f618fd-825c-8e3b-4214-0301e030251f-ad7da83b {
  place-self: auto;
}

#w-node-_2eb745a8-50f0-42c5-f05f-841c0eaf86e6-004b7a0f, #w-node-_4d644e4d-9a2e-dea9-da5c-caa88b1c1466-004b7a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cd94765-0fd3-d478-b0d1-40db0523e5d0-004b7a0f, #w-node-_6cd94765-0fd3-d478-b0d1-40db0523e5d3-004b7a0f, #w-node-_6cd94765-0fd3-d478-b0d1-40db0523e5d6-004b7a0f {
  place-self: stretch stretch;
}

#w-node-_6cd94765-0fd3-d478-b0d1-40db0523e5d9-004b7a0f {
  place-self: center;
}

#w-node-_505e9606-5192-2d14-648d-e08c51dd4a33-004b7a0f, #w-node-e3024fed-7e96-f7e9-2bdd-53fb3dfa5657-004b7a0f, #w-node-b69762d4-1527-7849-d81e-3519b921b376-004b7a0f, #w-node-_030ca425-c616-894b-1722-63b5a5ed8f3d-004b7a0f {
  place-self: stretch stretch;
}

#w-node-_9c9559eb-cf29-8b36-4e67-d7e97209e3f0-004b7a0f {
  place-self: center;
}

#w-node-_4f5369a3-0d37-3574-07b9-8b204e10671e-004b7a0f, #w-node-_97465735-9c7d-8723-0fde-e9377c662b82-004b7a0f {
  place-self: stretch stretch;
}

#w-node-_0137de38-da1f-e73a-9179-839255559bb2-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bb7-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bb8-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bba-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bbc-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bbe-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bc0-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bc2-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bc4-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bc6-004b7a0f, #w-node-_0137de38-da1f-e73a-9179-839255559bc8-004b7a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67bac06e-dccb-03d7-1af8-5c50ec1cfd87-aba04b8b {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3bcb60a7-8a7c-b443-6ff8-44d67c0f40a3-f13d03ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44eb6-44e097be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44ec8-44e097be, #w-node-_14c6ffe4-1112-9cfe-61ac-44ef99ece376-44e097be, #w-node-_5e5f29fb-0c96-e84e-8369-d748d5083365-44e097be, #w-node-_3c3be680-72ac-6356-1c35-7616a31fc290-44e097be, #w-node-e939fd71-3e62-033b-3736-570a998b8a37-44e097be, #w-node-_91a9da1a-a8d7-8695-2c78-aad00526f193-44e097be, #w-node-_31ca2fc3-2c06-84e6-790f-fa904ce01b30-44e097be, #w-node-_8e298fa4-03b6-7394-2873-2f29d209f437-44e097be, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004a92-44e097be, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004a97-44e097be, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004a9c-44e097be, #w-node-e6bcfa75-a9d6-e699-af5a-ed74eb004aa1-44e097be {
  align-self: start;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f38-44e097be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f39-44e097be, #w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f3a-44e097be {
  place-self: stretch stretch;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f3b-44e097be {
  align-self: stretch;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f3c-44e097be, #w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f3d-44e097be, #w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f3e-44e097be, #w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f3f-44e097be {
  place-self: stretch stretch;
}

#w-node-fc297ce0-2344-0703-4c0d-ef449661b565-44e097be {
  align-self: center;
}

#w-node-_44d412d8-6ae7-86e3-0710-e428cdb44f50-44e097be {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-ab9b4ee1-c70e-205e-4f16-a33f7dacd21c-30860211 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c817ef19-a3e4-cf23-bab0-23db2463ef9f-30860211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bea40c25-d1b4-3eef-4fdb-ecc0de0288f6-8092c862 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bea40c25-d1b4-3eef-4fdb-ecc0de0288f7-8092c862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22cddf88-51e2-49d2-ec1f-4927985cf62a-8092c927 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_22cddf88-51e2-49d2-ec1f-4927985cf62b-8092c927 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e552fff2-8092c928 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e552fff3-8092c928 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1adf-01caa355 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1ae0-01caa355 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_317474df-413c-1b6d-4101-0706f8d175e1-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175ec-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175ee-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f0-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f2-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f4-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f6-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175f8-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175fa-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175fc-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d175fe-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17600-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1762f-4a4ae0b9, #w-node-_0a4b469e-5f78-addd-5476-f54ff601bc0a-4a4ae0b9, #w-node-e06b2535-f1db-a9c2-d8eb-019dd7835474-4a4ae0b9, #w-node-_97cfd236-d632-5673-b062-1e1f1a7c08a9-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17691-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1769b-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176a3-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176ab-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176b3-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176bb-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d176c3-4a4ae0b9, #w-node-d2221c79-e520-e207-1599-7754eca7ea60-eca7ea5b, #w-node-d2221c79-e520-e207-1599-7754eca7ea71-eca7ea5b, #w-node-d2221c79-e520-e207-1599-7754eca7ea7a-eca7ea5b, #w-node-d2221c79-e520-e207-1599-7754eca7ea83-eca7ea5b, #w-node-_7ebf6968-6046-7261-0785-135b72abfffe-004b7a0f, #w-node-_7ebf6968-6046-7261-0785-135b72ac000f-004b7a0f, #w-node-b3262a5a-54b2-f183-a02e-1182a462b19e-004b7a0f, #w-node-_4c05a3ae-5f6c-dd94-463d-3c960aabd0e1-004b7a0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8054c6ba-9c00-e4cb-cc25-ba0ca6ee78ee-30860211 {
    justify-self: start;
  }

  #w-node-ab9b4ee1-c70e-205e-4f16-a33f7dacd21c-30860211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7038ae49-a49e-97b5-5faf-a1956a676ec3-30860211 {
    justify-self: stretch;
  }

  #w-node-e7b1fb79-39e2-da68-f79a-51dc8d79e902-30860211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bea40c25-d1b4-3eef-4fdb-ecc0de0288e5-8092c862 {
    justify-self: start;
  }

  #w-node-bea40c25-d1b4-3eef-4fdb-ecc0de0288f6-8092c862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bea40c25-d1b4-3eef-4fdb-ecc0de028904-8092c862 {
    justify-self: stretch;
  }

  #w-node-bea40c25-d1b4-3eef-4fdb-ecc0de028906-8092c862 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22cddf88-51e2-49d2-ec1f-4927985cf619-8092c927 {
    justify-self: start;
  }

  #w-node-_22cddf88-51e2-49d2-ec1f-4927985cf62a-8092c927 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22cddf88-51e2-49d2-ec1f-4927985cf638-8092c927 {
    justify-self: stretch;
  }

  #w-node-_22cddf88-51e2-49d2-ec1f-4927985cf63a-8092c927 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e552ffe1-8092c928 {
    justify-self: start;
  }

  #w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e552fff2-8092c928 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e5530000-8092c928 {
    justify-self: stretch;
  }

  #w-node-_8cd3c62d-aa9a-399e-a2ba-f5d6e5530002-8092c928 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_157094ea-3d83-cf6f-82dd-d78baa1090d2-aa1090d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_465df117-3eee-857a-befb-fc3dfab63f90-fab63f8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_8a6e728b-c250-a779-4542-e646566b7e4f-8092c963, #w-node-_8a6e728b-c250-a779-4542-e646566b7e75-8092c963, #w-node-_8a6e728b-c250-a779-4542-e646566b7e7e-8092c963 {
    justify-self: center;
  }

  #w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1ace-01caa355 {
    justify-self: start;
  }

  #w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1adf-01caa355 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1aed-01caa355 {
    justify-self: stretch;
  }

  #w-node-_3c4bf540-21f9-372a-f65d-82d58b4b1aef-01caa355 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f11edb2e-3932-e48f-49d4-862a68b8f863-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f865-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f867-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f869-e457b198, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f86b-e457b198 {
    place-self: center;
  }

  #w-node-_7ad5dab9-da0b-9ff8-4623-5fb7001cdeeb-6172d9f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b10c1918-8d4c-50c5-eb6e-883a41183d47-e9e7fc3f, #w-node-_42f72113-79bd-dd6c-c94b-4791e18c3a1d-e9e7fc3f, #w-node-_5cca9aa8-a3e2-46ca-0992-1f0591c4ae32-e9e7fc3f {
    justify-self: center;
  }

  #w-node-_317474df-413c-1b6d-4101-0706f8d175e8-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d17600-4a4ae0b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13ebb235-dda7-c860-a3b3-8f5f3b346ae4-ad7da83b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4bdd0ca-b462-fc61-5ff8-b99233c2087a-d65cf067 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f51697a0-a71d-954d-b00a-652058c07504-58c074ff, #w-node-_89d0bab3-5cd6-dd53-bfdf-ba74b6fd9cca-8092c83f {
    justify-self: center;
  }

  #w-node-ed13edcd-c305-2cb4-cae5-ea94b816eed6-8092c86e, #w-node-ab2a0803-582d-3d69-91da-b5e71bbdea1e-8092c86e, #w-node-ab2a0803-582d-3d69-91da-b5e71bbdea35-8092c86e {
    order: -9999;
  }

  #w-node-_157094ea-3d83-cf6f-82dd-d78baa1090d4-aa1090d0, #w-node-_0c4b2004-c1cd-c357-3f97-15e6f2053aff-f73f2e31, #w-node-_75dd5d54-7e05-5851-cd4e-76637308edb4-8f0ec5ff {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_465df117-3eee-857a-befb-fc3dfab63f99-fab63f8d {
    place-self: auto;
  }

  #w-node-_8a6e728b-c250-a779-4542-e646566b7e7e-8092c963 {
    align-self: center;
  }

  #w-node-c355fff5-4ccb-72b1-d11b-f440753cf4c0-753cf4bc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f142bc1e-f4e1-343a-829a-dfc5df06da6d-753cf4bc {
    justify-self: center;
  }

  #w-node-a600174f-c386-94d3-a425-2da5ffc57a46-ffc57a41 {
    place-self: center;
  }

  #w-node-_55bcb78f-0c6c-eaa3-8585-ad4c990d30e4-64fd9852 {
    justify-self: center;
  }

  #w-node-_55bcb78f-0c6c-eaa3-8585-ad4c990d30e8-64fd9852 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-c4856c8b-aa4f-08f0-de61-456369b0715b-8f482a3d {
    place-self: center;
  }

  #w-node-_26780813-f696-568c-df7e-1b648294c91b-95dcd006, #w-node-b9443535-920b-42c5-91b9-7e7af53edee4-1fcdb1a3, #w-node-f11edb2e-3932-e48f-49d4-862a68b8f871-e457b198, #w-node-_959ca9b1-be97-6ea8-0995-06cd8dabff57-9302cca8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0d364761-3cd6-91d9-e714-d434c2e727c9-265f1772 {
    justify-self: center;
  }

  #w-node-fad253bb-9bea-d559-1497-0d884098fa04-9d55b468, #w-node-_2ad17bf7-9afc-d59a-bf84-db5114c50409-9d55b468, #w-node-dd3bc389-2264-e7c1-73af-86f70b94c31e-9d55b468 {
    place-self: center;
  }

  #w-node-_5d269dc3-8d37-59f4-094e-d1beb4def9e7-9d55b468, #w-node-_7ad5dab9-da0b-9ff8-4623-5fb7001cdeeb-6172d9f3, #w-node-e4b48934-bbf8-2131-9285-312444d97dda-6172d9f3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-dd3bc389-2264-e7c1-73af-86f70b94c31e-97835808 {
    place-self: center;
  }

  #w-node-_5cca9aa8-a3e2-46ca-0992-1f0591c4ae32-e9e7fc3f {
    align-self: center;
  }

  #w-node-_317474df-413c-1b6d-4101-0706f8d17602-4a4ae0b9, #w-node-_317474df-413c-1b6d-4101-0706f8d1762f-4a4ae0b9 {
    order: -9999;
  }

  #w-node-_0a4b469e-5f78-addd-5476-f54ff601bc0a-4a4ae0b9 {
    order: 0;
  }

  #w-node-f4232119-8b7d-b755-b704-26fbd50f35ad-ad7da83b {
    order: 9999;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f51697a0-a71d-954d-b00a-652058c07504-58c074ff {
    justify-self: center;
  }

  #w-node-_465df117-3eee-857a-befb-fc3dfab63f90-fab63f8d, #w-node-_465df117-3eee-857a-befb-fc3dfab63fb1-fab63f8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_8a6e728b-c250-a779-4542-e646566b7e4f-8092c963 {
    place-self: center;
  }

  #w-node-a600174f-c386-94d3-a425-2da5ffc57a4e-ffc57a41, #w-node-dc54349f-b165-8937-ae4d-99bfee9d2e93-8f482a3d, #w-node-b9443535-920b-42c5-91b9-7e7af53edec4-1fcdb1a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f11edb2e-3932-e48f-49d4-862a68b8f863-e457b198 {
    place-self: stretch stretch;
  }

  #w-node-_0788260f-2117-05c1-7954-cff77bf78817-9302cca8, #w-node-fad253bb-9bea-d559-1497-0d884098fa47-9d55b468, #w-node-_2ad17bf7-9afc-d59a-bf84-db5114c5044c-9d55b468, #w-node-_51d16f36-a396-7b64-b41d-b2a806178e31-9d55b468, #w-node-_57066173-a02e-6e9e-d964-183d068f0ed9-6172d9f3, #w-node-_51d16f36-a396-7b64-b41d-b2a806178e31-97835808 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b10c1918-8d4c-50c5-eb6e-883a41183d47-e9e7fc3f {
    place-self: center;
  }

  #w-node-d73c70f4-6533-d0a7-93ab-7068c3d7f4b9-ad7da83b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_702c85fe-bfa5-5be1-3b14-dd0c62546743-ad7da83b {
    place-self: auto;
  }

  #w-node-_49d93ecd-3681-bd91-5e84-ecb7364431eb-ad7da83b, #w-node-_217db4a8-5055-c206-af66-9d9072f7b7d7-ad7da83b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display book';
  src: url('../fonts/Halyard-Display-Book-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-ExtraLight-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display book';
  src: url('../fonts/Halyard-Display-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-SemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.bamboo-advisory-banner {
  position: sticky !important;
  top: 0 !important;
}

.bamboo-advisory-banner a {
  display: block !important;
  margin-left: 0 !important;
  margin-top: 2px;
}

.b-header-fixed {
  top: var(--bamboo-banner-h, 51px);
  inset: var(--bamboo-banner-h, 51px) auto auto 0%;
}

@media screen and (max-width: 640px) {
  .b-header-fixed {
    top: var(--bamboo-banner-h, 73px);
    inset: var(--bamboo-banner-h, 73px) auto auto 0%;
  }
}

@media screen and (max-width: 400px) {
  .b-header-fixed {
    top: var(--bamboo-banner-h, 95px);
    inset: var(--bamboo-banner-h, 95px) auto auto 0%;
  }
}