.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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #0a2d50;
  letter-spacing: -.25px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: #0a2d50;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 82px;
}

h2 {
  color: #0a2d50;
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 64px;
}

h3 {
  color: #0a2d50;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

h4 {
  color: #0a2d50;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

h5 {
  color: #0a2d50;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  margin-left: 0;
}

a {
  color: #3f71e0;
  text-decoration: underline;
}

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

.primary-button {
  float: left;
  color: #fff;
  background-color: #3f71e0;
  border: 1px #6cb7d1;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 0;
  padding: 18px 30px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-button-text {
  float: left;
  text-align: center;
  align-self: auto;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.img_turn-this {
  max-width: 460px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 20px;
  display: block;
}

.plan-mountain-bg {
  width: 100%;
  margin-top: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.plan-button-blue-fill {
  width: 100%;
  height: 100%;
  background-color: #406cff;
  border-style: none;
  border-radius: 200px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.plan-button-white-text {
  z-index: 1;
  width: 100%;
  color: #fff;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.all-plans-container {
  z-index: 1;
  width: 80%;
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.qa-block {
  cursor: pointer;
  border-bottom: 1px solid #bfcddf;
  padding: 35px 20px 20px 0;
}

.qa-title {
  z-index: 10;
  text-align: left;
  font-weight: 900;
  display: block;
}

.qa-down-arrow {
  background-color: #fff;
  margin-top: 6px;
  display: block;
  position: absolute;
}

.qa-paragraph {
  width: 71%;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  overflow: hidden;
}

.qa-title-wrapper {
  padding-top: 7px;
  position: relative;
}

.blue-qa-title {
  opacity: 0;
  color: #537aff;
  font-family: Helvetica;
  font-weight: 300;
  display: inline-block;
  position: absolute;
}

.qa-image-wrapper {
  width: 14px;
  height: 14px;
  float: right;
  padding-top: 7px;
  position: relative;
}

.qa-up-arrow {
  opacity: 0;
  background-color: #fff;
  margin-top: 6px;
  display: block;
  position: absolute;
}

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

.heart-icon {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/heart-icon-red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.heart-icon.white-heart-icon {
  background-image: url('../images/heart.svg');
  background-size: 12px 11px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

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

.grid_image {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.text-span, .bold-text-4, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-size: 20px;
}

.body-3 {
  background-color: #ecf1fd;
}

.section-3 {
  height: 115px;
  margin-top: 50px;
}

.image-23 {
  align-self: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

.heading-8 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 50px;
}

.image-24 {
  float: none;
  clear: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.image-25 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-2 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-item-text {
  display: inline;
}

.image-42 {
  margin-top: 5px;
  margin-left: 10px;
}

.bh-hyperlink-inline {
  color: #3464cf;
  font-weight: 900;
  text-decoration: none;
  transition: color .2s;
}

.bh-hyperlink-inline:hover {
  color: #244897;
}

.bh-hyperlink-inline.text-white {
  color: #fff;
}

.bh-hyperlink-inline.text-white-underlined {
  color: #fff;
  text-decoration: underline;
}

.img-footer {
  float: right;
}

.section-divider-image {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  display: block;
}

.reviews {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.star-rating {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 2px;
}

.review-platform {
  padding: 20px;
}

.customer-case-study-quote {
  max-width: 100%;
  color: #3f71e0;
  border-left-style: none;
  margin-top: 80px;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 44px;
}

.f-quote {
  color: #3f71e0;
  font-family: Avenir, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.img-quote-bg {
  margin-bottom: -300px;
}

.quote-name {
  color: rgba(1, 15, 28, .6);
  font-size: 14px;
  line-height: 19px;
}

.text-block-14 {
  border-top: 1px #6cb7d1;
}

.lightbox {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .68);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lightbox-content {
  width: 80%;
  height: 80%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.close-icon {
  float: right;
  padding-bottom: 10px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.video-container {
  width: 100%;
  height: 0%;
  padding-top: 20px;
  padding-bottom: 56.25%;
  position: relative;
}

.link-readreview {
  color: #008fbe;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.img-star {
  padding-left: 2px;
  padding-right: 2px;
}

.section-container-centred-complogos {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.srv-link-block {
  color: #3f71e0;
  justify-content: center;
  padding-top: 40px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.srv-hyperlink {
  color: #3f71e0;
  text-align: left;
  font-weight: 900;
  text-decoration: none;
}

.srv-hyperlink-arrow {
  margin-top: 5px;
  margin-left: 10px;
}

.srv-p-feature {
  color: rgba(1, 15, 28, .6);
  margin-top: -24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.srv-div-centred {
  color: rgba(1, 15, 28, .9);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.srv-cont-landing-we-are-here {
  text-align: left;
  justify-content: space-between;
  display: block;
}

.srv-div-cards {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.srv-div-we-are-here-card {
  width: 280px;
  color: rgba(1, 15, 28, .9);
  text-align: center;
  align-self: flex-start;
  margin-left: 16px;
  margin-right: 16px;
  padding: 24px;
}

.srv-div-block-landing-feature {
  height: 180px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.srv-h2 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.srv-div-padding-24px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.img_into-this {
  max-width: 420px;
}

.div-block-62 {
  padding-bottom: 24px;
}

.div-editable-quote-block-blurb {
  text-align: left;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 24px;
}

.div-block-65 {
  margin: -40px 100px;
  display: flex;
}

.div-show-in-mobile {
  display: none;
}

.srv-div-testimonial-block {
  width: 90%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
}

.div-testimonial-profile {
  width: 80%;
  text-align: center;
  padding-top: 100px;
  padding-left: 40px;
}

.manifest-logo {
  justify-content: center;
  display: flex;
}

.section-6 {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.img-arrow-mobile {
  display: block;
}

.div-block-66 {
  width: 160px;
  padding-left: 24px;
  padding-right: 24px;
}

.img-arrow-down-mobile {
  display: none;
}

.heading-26 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.button {
  width: 220px;
  height: 55px;
  text-align: center;
  background-color: #3f71e0;
  border: 1px solid #3f71e0;
  border-radius: 30px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px;
  font-weight: 900;
}

.div-block-76 {
  text-align: center;
}

.srv-div-padding-40px-top {
  padding-top: 40px;
  padding-bottom: 40px;
}

.features-row-grid {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  margin-top: 50px;
  margin-bottom: 100px;
  display: grid;
}

.features-row-text-col {
  text-align: left;
}

.accordion-item-trigger {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.accordion-body {
  padding-right: 8px;
  display: block;
}

.accordion {
  display: block;
}

.accordion.js-accordion {
  margin-bottom: 50px;
}

.question-text {
  color: #3464cf;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.accordion__item {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.accordion__item:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
  overflow: visible;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  position: relative;
  overflow: visible;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion-body__contents {
  opacity: 1;
  margin-top: 8px;
  padding-left: 5px;
}

.section-10-copy {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.srv-h2-copy {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.lp-testimonial-section {
  background-image: url('../images/img-illustration-012x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 65%;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.lp-testimonial-container {
  width: 40%;
  max-width: 1020px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.lp-quote-name {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
}

.lp-quote-text {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.lp-testimonial-img {
  width: 160px;
  margin-bottom: 30px;
}

.bh-intro-text-container {
  width: 90%;
  max-width: 720px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bh-hyperlink {
  color: #3464cf;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lp-hyperlink_text {
  color: #3f71e0;
  text-decoration: none;
}

.lp-hyperlink-icon {
  margin-top: 5px;
  margin-left: 10px;
}

.lp-help-resources-section {
  width: 90%;
  max-width: 1020px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  display: flex;
}

.lp-h4-title {
  color: rgba(1, 15, 28, .72);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.lp-h4-link-block {
  text-decoration: none;
  display: block;
}

.lp-paragraph-card {
  color: rgba(1, 15, 28, .64);
}

.lp-hyperlink-centred {
  color: #3f71e0;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.calculator-section {
  color: #5284b2;
  background-color: #fff;
  padding: 20px;
}

.calc-top-container {
  background-color: #e0f0f9;
  border-radius: 4px;
  padding: 80px 40px 50px;
}

.quote-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 80px;
  display: block;
}

.h2-calculator {
  color: #0a2d50;
  text-align: center;
}

.calc-form-container {
  position: relative;
}

.bh-calc-field-qty {
  max-width: 110px;
  min-height: 50px;
  color: #222;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  transition: border-color .2s;
}

.bh-calc-field-qty:hover {
  border: 2px solid #3f71e0;
}

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

.calc-field-container {
  width: 200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.calc-field-text-label {
  color: #1e7492;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.calc-field-text-unit {
  color: #1e7492;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.calc-text-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tooltip-trigger {
  width: 15px;
  height: 15px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.calc-fields-container {
  justify-content: center;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.bh-form-submit-btn {
  min-height: 50px;
  background-color: #3f71e0;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 900;
}

.calc-bottom-container {
  background-color: #3f71e0;
  border-radius: 0 0 4px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.calc-results-container {
  width: 90%;
  max-width: 800px;
  display: flex;
}

.calc-results-left {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 20px 100px;
}

.calc-results-right {
  flex-direction: column;
  justify-content: center;
  padding-left: 35px;
  display: flex;
}

.calc-results-text {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.calc-results-number {
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
}

.calc-cta-buttons {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calc-cta-button {
  float: left;
  color: #3f71e0;
  background-color: #fff;
  border: 1px #6cb7d1;
  border-radius: 80px;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-right: 20px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.calc-cta-link {
  color: #3f71e0;
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: relative;
}

.calc-hyperlink_text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.calc-cta-text {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.calc-cta-text.centered {
  text-align: center;
}

.icon-arrow-white {
  margin-left: 10px;
}

.quote-slider-testimonial {
  max-width: 350px;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.quote-slider-testimonial-text {
  color: #6d6d6d;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 900;
}

.quote-slider-testimonial-credits {
  color: #1e7492;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.quote-slider-slide-nav, .quote-slider-left-arrow, .quote-slider-right-arrow {
  display: none;
}

.quote-slider-avatar {
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: #9b9b9b;
  background-image: url('../images/img-Emily-VonSydow-BOP-Design2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  bottom: 0%;
  left: auto;
  right: -30px;
}

.calc-disclaimer {
  width: 90%;
  max-width: 800px;
  border-top: 1px solid #fff;
  margin-top: 22px;
  padding-top: 20px;
}

.calc-disclaimer-text {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.calc-success-message {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.calc-error-message {
  width: 2px;
  height: 2px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.icon-tooltip {
  display: block;
}

.tooltip {
  z-index: 10;
  width: 150px;
  color: #fff;
  background-color: #3f71e0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  position: absolute;
  bottom: 170%;
  left: -67px;
  right: 0;
}

.tooltip-arrow {
  width: 10px;
  height: 10px;
  background-color: #3f71e0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -5px;
  transform: rotate(45deg);
}

.bh-brand {
  z-index: 100;
  margin-top: 5px;
}

.bh-brand.w--current {
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
}

.bh-bugherd-logo-desktop {
  width: 100px;
  max-width: 100%;
  margin-right: 20px;
  position: relative;
}

.bh-hero-section {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e0f0f9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.bh-hero-content {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.bh-hero-text {
  max-width: 400px;
  color: #0a2d50;
  text-align: left;
  letter-spacing: -.25px;
  flex: 0 auto;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}

.bh-hero-text.alt-extra-wide {
  max-width: 450px;
}

.bh-btn-primary {
  float: left;
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding: 18px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-play {
  width: 60px;
  height: 60px;
  background-color: #acc1f7;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 10px;
  display: flex;
}

.bh-hero-ctas {
  display: flex;
}

.bh-hero-ctas.alternate {
  width: 355px;
  justify-content: space-between;
}

.bh-hero-ctas.alternate-wordpress {
  width: 445px;
  justify-content: space-between;
}

.bh-hero-ctas.alternate-wider-box {
  width: 420px;
  justify-content: space-between;
}

.bh-hero-ctas.alternate-public-feedback {
  width: 320px;
  justify-content: space-between;
}

.bh-hero-ctas.alternate-book-a-demo {
  width: 460px;
  justify-content: space-between;
}

.bh-hero-ctas.alternate-new {
  align-items: flex-start;
}

.bh-hero-ctas.alternate-extra-margin, .bh-hero-ctas.alternate-safari, .bh-hero-ctas.alternate-chrome, .bh-hero-ctas.alternate-firefox, .bh-hero-ctas.alternate-firefox, .bh-hero-ctas.alternate-edge {
  width: 355px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bh-btn-play {
  align-items: center;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.bh-btn-play.video-link {
  color: #3464cf;
}

.img-icon-play-navy {
  position: relative;
  left: 2px;
}

.bh-hero-img {
  z-index: 10;
  max-height: 540px;
  max-width: 600px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 240px;
}

.bh-hero-img.usersnap {
  width: 880px;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 75px;
}

.bh-hero-img.right-side {
  width: 880px;
  max-height: none;
  max-width: none;
  object-fit: contain;
  flex-direction: column;
  position: absolute;
  top: 50px;
}

.bh-hero-img.right-side-small {
  width: 650px;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 50px;
}

.bh-hero-img.right-side-persona {
  width: 100%;
  max-width: 800px;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 50px;
}

.bh-main-features-section {
  width: 100%;
  background-color: #3f71e0;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-hero-secondary-text-container {
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 400px;
  display: flex;
}

.bh-2-col-std-grid {
  width: 90%;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.bh-feature-text-container {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.bh-feature-img-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vd-h3-white {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.vd-paragraph-white {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 20px;
}

.bh-btn-bg {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #3f71e0;
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.bh-btn-bg.btn-ghost {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #3f71e0;
}

.bh-btn-bg.alt-disabled {
  background-color: #acc1f7;
}

.bh-btn-text {
  z-index: 5;
  float: left;
  text-align: center;
  align-self: auto;
  font-weight: 900;
  display: flex;
  position: relative;
}

.bh-btn-text.btn-white {
  color: #3464cf;
}

.bh-btn-header {
  float: left;
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  margin-left: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bh-hyperlink-text-white {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.bh-button-container-centred {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bh-testimonial-single {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e0f0f9;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding: 100px 5%;
  display: grid;
  overflow: hidden;
}

.bh-footer-cta-section {
  min-height: 80vh;
  background-color: #3f71e0;
  background-image: url('../images/bootstrapious_LAPTOP_32opacity.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 45%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-footer-cta-text {
  text-align: center;
  background-color: #e0f0f9;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 100px 100px;
  display: flex;
  position: relative;
}

.bh-footer-cta-grid {
  width: 90%;
  max-width: 1140px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.vd-logo-panel {
  width: 90%;
  max-width: 1140px;
  margin-top: 50px;
}

.img-logo-panel-white {
  display: block;
}

.icon-double-triangle {
  z-index: 5;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.icon-double-triangle.pricing {
  top: -7px;
  left: 20px;
}

.bh-generic-block-quote {
  max-width: 440px;
  min-height: 600px;
  border-top: 10px solid #c2ddec;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.bh-generic-block-quote.alternate-colour {
  border-top-color: #c2ddec;
}

.vd-h3-quote {
  color: #0a2d50;
  letter-spacing: -.5px;
  margin-top: 0;
  padding-bottom: 50px;
  padding-right: 50px;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.bh-testimonial-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bh-gradient-text-blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(158deg, #7da2da, #59cfba);
  -webkit-background-clip: text;
  background-clip: text;
}

.bh-quote-link {
  width: 100%;
  color: #3f71e0;
  background-color: #3f71e0;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 25px;
  padding: 25px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bh-testimonial-profile-img {
  width: 90px;
  height: 90px;
  max-height: 90px;
  max-width: 90px;
  min-height: 90px;
  min-width: 90px;
  background-image: url('../images/img-webcoda-avatar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 5px solid #fff;
  border-radius: 90px;
  position: relative;
  overflow: hidden;
}

.bh-testimonial-profile-img.profile-culture-amp {
  background-image: url('../images/dan_1dan.png');
}

.bh-testimonial-profile-img.profile-unimelb {
  background-image: url('../images/paul_1paul.png');
}

.bh-testimonial-profile-img.profile-fatmedia {
  background-image: url('../images/img-customer-fat-media.jpg');
}

.bh-testimonial-profile-img.profile-g5 {
  background-image: url('../images/img-customer-g5.jpg');
}

.bh-testimonial-profile-img.profile-bopdesign {
  background-image: url('../images/img-customer-bop-design.jpg');
}

.bh-testimonial-profile-img.profile-hansonwade {
  background-image: url('../images/img-customer-hansonwade.jpg');
}

.bh-testimonial-profile-img.profile-zerogravity {
  background-image: url('../images/Chris-Uzzo.jpeg');
}

.lpvd-testimonial-name {
  color: #0a2d50;
  text-align: left;
  margin-left: 18px;
  font-size: 16px;
  line-height: 24px;
}

.bh-testimonial-credits {
  align-items: center;
  display: flex;
}

.bh-white-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-hyperlink-text {
  font-weight: 900;
  text-decoration: none;
}

.bh-hyperlink-text.text-white {
  color: #fff;
}

.bh-testimonial-bottom-panel {
  width: 100%;
  color: #3f71e0;
  background-color: #3f71e0;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding: 25px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bh-testimonial-bottom-panel.alternate-colour {
  background-color: #c2ddec;
}

.bh-testimonial-name-white {
  color: #fff;
  text-align: left;
  letter-spacing: -.2px;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.bh-testimonial-logo {
  width: 130px;
  margin-left: 20px;
}

.bh-product-reviews-section {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.bh-h4-testimonial {
  color: #519cb6;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.bh-slider-left-arrow, .bh-slider-right-arrow {
  display: none;
}

.bh-slider-mask {
  max-width: 440px;
  overflow: visible;
}

.bh-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.bh-slider-slide {
  max-width: 440px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 50px;
}

.bh-slider-first-slide {
  width: 45vw;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 50px;
}

.bh-testimonial-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e0f0f9;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding: 100px 5%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.bh-testimonial-img {
  z-index: 20;
  min-height: 600px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bh-testimonial-img-text {
  max-width: 320px;
  background-color: #fff;
  border-radius: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 230px;
  right: auto;
}

.bh-testimonial-credit {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bh-header-left-wrapper {
  display: flex;
}

.bh-mobile-menu {
  z-index: 101;
  width: 90%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: none;
  position: relative;
}

.bh-header-right-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bh-nav-hamburger {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 2px solid #3f71e0;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  padding: 14px 10px 8px;
  display: none;
  overflow: hidden;
}

.menu-bar {
  width: 100%;
  height: 2px;
  background-color: #3f71e0;
  margin-bottom: 6px;
}

.vd-mobile-menu-navlink {
  color: #0a2d50;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.vd-mobile-menu-accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vd-navlink-mobile-dropdown {
  color: #0a2d50;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.vd-mobile-menu-divider {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  margin-top: 20px;
  margin-bottom: 40px;
}

.vd-mobile-menu-accordion-container {
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  display: flex;
  overflow: hidden;
}

.bh-navlink-dropdown {
  color: #0a2d50;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.bh-menu-dropdown {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: none;
  position: absolute;
}

.bh-menu-dropdown-root {
  display: flex;
}

.bh-header {
  z-index: 100;
  width: 100vw;
  transform-origin: 50% 0;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bh-header.with-banner-alert {
  top: 35px;
}

.bh-header-wrapper {
  z-index: 101;
  width: 95%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.bh-menu-navlink {
  color: #0a2d50;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.645, .045, .355, 1);
}

.bh-menu-navlink:hover {
  color: #3f71e0;
}

.vd-menu-dropdown-root {
  display: flex;
}

.bh-menu-dropdown-wrapper {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 8px;
  position: relative;
}

.bh-menu-dropdown-root-text {
  color: #0a2d50;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  text-decoration: none;
  transition: color .4s;
}

.bh-menu-dropdown-root-text:hover {
  color: #3f71e0;
}

.bh-menu {
  align-items: flex-start;
  padding-top: 2px;
  display: flex;
}

.bh-megamenu-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.bh-megamenu-container-col-b {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.bh-megamenu-col-b {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 436px;
  display: flex;
}

.bh-megamenu-dropdown-navlink {
  color: #0a2d50;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.645, .045, .355, 1);
}

.bh-megamenu-dropdown-navlink:hover {
  color: #3f71e0;
}

.bh-megamenu-overlay {
  z-index: 90;
  opacity: 0;
  background-color: rgba(0, 0, 0, .75);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bh-megamenu-col-a {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 100px;
  display: flex;
}

.bh-megamenu-container-col-a {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.icon-hyperlink-white, .icon-hyperlink {
  margin-left: 10px;
}

.vd-hyperlink {
  color: #3f71e0;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bh-text-container-centred {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.bh-slider-html-embed {
  display: none;
}

.vd-logo-panel-text {
  text-align: center;
  border-top: 1px solid rgba(10, 45, 80, .2);
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  font-size: 18px;
  display: flex;
}

.vd-logo-section-short {
  background-color: #e0f0f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
}

.bh-tabs {
  width: 90%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.bh-tabs-menu {
  max-width: 90%;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.bh-tab-link {
  color: #fff;
  background-color: #1b49af;
  border: 1.5px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
}

.bh-tab-link.w--current {
  color: #3f71e0;
  background-color: #fff;
}

.bh-tab-link.right-end {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.bh-tab-link.right-end.pricing-tab.w--current {
  color: #fff;
  background-color: #3f71e0;
}

.bh-tab-link.left-end {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.bh-tab-link.pricing-tab {
  min-width: 230px;
  color: #3f71e0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3.2px solid #3f71e0;
}

.bh-tab-link.pricing-tab.left-end {
  color: #3f71e0;
  text-decoration: none;
}

.bh-tab-link.pricing-tab.left-end.w--current {
  color: #fff;
  background-color: #3f71e0;
}

.bh-tab-panel {
  margin-left: auto;
  margin-right: auto;
}

.bh-2-col-grid-fullwidth {
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.bh-header-section {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.bh-hero-aud-section {
  width: 100%;
  background-color: #e0f0f9;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: stretch;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-hero-std-content {
  z-index: 20;
  width: 65%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.bh-hero-std-content.usersnap {
  width: 55%;
  padding-right: 90px;
}

.bh-hero-std-content.extension-install-hero-text {
  width: 75%;
}

.bh-hero-std-content.bh-hero-rhs-image-content {
  width: 100%;
}

.bh-hero-aud-cta {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.bh-h1-std {
  text-align: left;
  letter-spacing: -.75px;
  font-size: 56px;
  line-height: 64px;
}

.bh-h1-std.alt-white-text {
  color: #fff;
}

.bh-h1-std.text-centred {
  text-align: center;
}

.bh-hero-aud-disclaimer-text {
  color: #5b698c;
  text-align: center;
  margin-top: 20px;
}

.icon-cta-shapes {
  position: absolute;
}

.icon-cta-shapes.recorded-demo {
  top: -35px;
}

.bh-hero-aud-img-container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.bh-hero-aud-img {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bh-aud-intro-section {
  background-color: #e0f0f9;
  background-image: url('../images/logos-ecommerce-platforms.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-aud-intro-section.new-website-builds {
  background-image: url('../images/logos-new-website-build-platforms1.5x.png');
  background-position: 90%;
  overflow: hidden;
}

.vd-testimonial-aud {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e0f0f9;
  border-radius: 50px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding: 100px 5%;
  display: grid;
  overflow: hidden;
}

.vd-testimonial-img-aud {
  z-index: 5;
  min-height: 600px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.vd-testimonial-container-aud {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bh-title-centred {
  width: 90%;
  text-align: center;
  margin-bottom: 25px;
}

.bh-title-centred.alternate-shorter-width {
  max-width: 850px;
}

.bh-megamenu-container-col-c {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.bh-megamenu-subheading {
  width: 100%;
  color: #9e9e9f;
  border-bottom: 1px solid #9e9e9f;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
}

.bh-megamenu-col-c-left {
  min-width: 200px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 267px;
  display: flex;
}

.bh-megamenu-col-c {
  min-width: 200px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  display: flex;
}

.vd-megamenu-col-b-v1 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 448px;
  display: flex;
}

.bh-hero-aud-feedback-img {
  z-index: 10;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.bh-hero-aud-vid-row {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
}

.bh-hero-row {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.bh-audience-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.bh-card-container {
  width: 90%;
  max-width: 1200px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.bh-card-column {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bh-card-column.col-left {
  margin-top: 200px;
}

.bh-card-column.col-centre {
  margin-top: 100px;
}

.vd-card-content-tile {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .15s;
  display: flex;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.vd-card-content-tile:hover {
  background-color: #f5f7f8;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .3);
}

.vd-card-content-tile-arrow {
  background-color: #3f71e0;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.vd-card-content-tile-text {
  padding: 15px 30px 15px 15px;
}

.bh-paragraph-card {
  color: #0a2d50;
  letter-spacing: -.25px;
  margin-bottom: 15px;
}

.bh-paragraph-card.reduced-spacing {
  margin-bottom: 0;
}

.icon-card-content-tile-arrow {
  width: 14px;
}

.bh-footer {
  width: 100vw;
  background-color: #e0f0f9;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.bh-footer-container {
  width: 90%;
  align-items: flex-start;
  display: flex;
}

.bh-footer-img {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.bh-footer-text {
  width: 70%;
}

.bh-footer-navlink {
  opacity: .7;
  color: #0a2d50;
  text-align: left;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.bh-footer-navlink:hover {
  color: #3f71e0;
  text-decoration: none;
}

.bh-footer-sitemap {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-footer-subheading {
  width: 100%;
  color: #0a2d50;
  border-bottom: 1px #9e9e9f;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
}

.bh-footer-bottom {
  width: 100%;
  border: 1px #666;
  border-top: 1px solid #0a2d50;
  justify-content: space-between;
  margin-top: 80px;
  padding-top: 20px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.bh-blank-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.bh-body {
  background-color: #e0f0f9;
  border-top: 1px #000;
}

.bh-h1-small {
  text-align: left;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.bh-h1-small.text-white, .bh-h1-large.alt-white-text, .bh-h2.alt-white-text {
  color: #fff;
}

.bh-h2.text-centered {
  text-align: center;
}

.bh-h3.alt-white-text {
  color: #fff;
}

.bh-h3.alt-white-text.alt-nomargin {
  margin-bottom: 0;
}

.bh-h3.looping-vid-card {
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.bh-h3.text-centred {
  text-align: center;
  border-bottom: 1px solid rgba(10, 45, 80, .5);
  margin-bottom: 0;
  padding-bottom: 30px;
}

.bh-h3.reduced-margin, .bh-h3.text-reduced-margin {
  margin-bottom: 10px;
}

.bh-h3.alt-no-margin {
  margin-bottom: 0;
}

.bh-h3.alt-extra-margin {
  margin-bottom: 50px;
}

.bh-h4.alt-white-text {
  color: #fff;
}

.bh-h4.alt-white-text.no-margin {
  margin-bottom: 0;
}

.bh-h4.compare-table-heading {
  margin-bottom: 10px;
}

.bh-h4.alt-no-margin {
  margin-bottom: 0;
}

.bh-h4.text-centred {
  text-align: center;
}

.bh-h5.alt-white-text {
  color: #fff;
}

.bh-h5.alt-white-text.alt-nomargin, .bh-h5.number-icon, .bh-h5.secondary-feature-text {
  margin-bottom: 0;
}

.bh-h5.text-thin {
  font-weight: 400;
}

.bh-h5.alt-margin-reduced {
  margin-bottom: 10px;
}

.bh-h5.alternate-review-banner-text {
  max-width: 400px;
  color: #fff;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bh-h5.text-centered.text-no-margin {
  margin-bottom: 0;
}

.bh-h5.alternate-review-banner-text-wide {
  max-width: 500px;
  color: #fff;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bh-h5.alt-no-margin {
  margin-bottom: 0;
}

.bh-h5.alt-reduced-margin {
  margin-bottom: 10px;
}

.bh-h5.alternate-integration-banner-text {
  max-width: 400px;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bh-h5.text-white {
  color: #fff;
}

.bh-paragraph {
  color: #0a2d50;
  margin-bottom: 20px;
}

.bh-paragraph.alt-white-text {
  color: #fff;
}

.bh-paragraph.alt-white-text.shorter-width {
  padding-left: 50px;
  padding-right: 50px;
}

.bh-paragraph.div-grid-centred, .bh-paragraph.text-centred {
  text-align: center;
}

.bh-paragraph.inset-margin, .bh-paragraph.inset-350px {
  max-width: 400px;
}

.bh-paragraph.inset-350px.text-centered {
  max-width: 350px;
  text-align: center;
}

.bh-paragraph.alt-nomargin {
  margin-bottom: 0;
}

.bh-paragraph.alt-bold {
  font-weight: 900;
}

.bh-paragraph-large {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.bh-paragraph-large.alt-white-text {
  color: #fff;
}

.bh-ds-typography-section {
  width: 100%;
  background-color: #c2ddec;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.bh-h1-pill {
  text-align: left;
  letter-spacing: 1.2px;
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 17px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.bh-ds-buttons-container {
  max-width: 1600px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: grid;
}

.bh-btn-white, .bh-btn-ghost {
  float: left;
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding: 18px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bh-btn-ghost.header-book-a-demo, .bh-btn-ghost.mobile-menu-book-a-demo {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
}

.bh-btn-ghost.join-existing-team {
  margin-left: 10px;
}

.bh-cards-section {
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.bh-pricing-cards-grid {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.bh-card-pricing {
  color: #0a2d50;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 50px 15px 15px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-card-pricing:hover {
  background-color: #f5f7f8;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .3);
}

.icon-pricing-card {
  z-index: 10;
  margin-bottom: 0;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.bh-plan-price {
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 8px;
  padding-top: 20px;
  text-decoration: none;
}

.bh-plan-price.alt-sale-text {
  color: #df6c67;
}

.bh-plan-sub-text {
  letter-spacing: 1px;
  padding-bottom: 40px;
  font-size: 14px;
}

.bh-plan-sub-text.strike-through {
  opacity: .56;
  text-decoration: line-through;
}

.bh-plan-sub-text.white-txt {
  color: #fff;
}

.bh-plan-content {
  min-height: 410px;
  text-align: left;
  background-color: rgba(83, 202, 238, .3);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
  position: relative;
}

.bh-plan-content.plan-standard {
  background-color: rgba(252, 136, 197, .3);
}

.bh-plan-content.plan-studio {
  background-color: rgba(254, 196, 201, .3);
}

.bh-plan-content.plan-enterprise {
  background-color: rgba(103, 129, 254, .3);
}

.bh-plan-user-count {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
}

.bh-plan-user-count.no-padding {
  margin-bottom: 0;
}

.bh-plan-user-count.no-padding.bh-plan-user-count-custom {
  font-size: 20px;
}

.bh-plan-user-count.text-white {
  color: #fff;
}

.bh-plan-user-count.text-white.alt-nomargin {
  margin-bottom: 0;
}

.bh-plan-separator {
  width: 30px;
  height: 8px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
}

.bh-plan-list {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

.bh-plan-li {
  background-image: url('../images/ic_done_1ic_done.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.bh-plan-button {
  width: 100%;
  color: #fff;
  background-color: #3f71e0;
  border: 3px solid #3f71e0;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 14px 12px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.bh-plan-button:hover {
  background-color: #1a49b0;
  border-color: #1a49b0;
}

.bh-plan-button.ghost-btn {
  color: #3f71e0;
  background-color: #fff;
}

.bh-plan-button.ghost-btn:hover {
  color: #fff;
  background-color: #1a49b0;
}

.bh-card-integration {
  background-color: #c2ddec;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.bh-card-integration.card-outline {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #c2ddec;
}

.icon-integration {
  margin-right: 30px;
}

.bh-card-title {
  margin-bottom: 15px;
}

.bh-card-story-featured {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  align-items: flex-start;
  margin-left: 50px;
  margin-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-card-story-featured:hover {
  background-color: #f5f7f8;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .3);
}

.bh-card-story-featured-logo {
  background-color: #0a2d50;
  border-radius: 4px;
  margin-bottom: 60px;
}

.bh-card-story-featured-img {
  border-radius: 8px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -50px;
}

.bh-card-story-featured-text-container {
  flex-direction: column;
  justify-content: space-between;
  padding-right: 100px;
  display: flex;
}

.bh-card-story-bottom-bar {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.bh-card-story-cta-text {
  opacity: 1;
  color: #64879f;
  background-color: #e0f0f9;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: 1;
  padding: 18px;
}

.bh-card-story-arrow {
  width: 60px;
  background-color: #3f71e0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bh-card-story {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-card-story:hover {
  background-color: #f5f7f8;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .3);
}

.bh-card-story-logo {
  z-index: 10;
  height: 50px;
  max-width: 250px;
  object-fit: contain;
  border-radius: 4px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 30px;
  right: auto;
}

.bh-card-story-img {
  width: 100%;
  height: 300px;
  max-width: none;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.bh-card-story-text {
  text-align: center;
  margin-bottom: 0;
  padding: 45px;
}

.bh-card-story-quote-bottom-bar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bh-hero-std-section {
  width: 100%;
  background-color: #e0f0f9;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: stretch;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.bh-hero-std-section.alternate-hide-overflow {
  overflow: hidden;
}

.bh-hero-std-section.alternate-hide-overflow-video-hero {
  padding-top: 180px;
  overflow: hidden;
}

.bh-hero-std-section.bh-hero-rhs-image-section {
  overflow: hidden;
}

.bh-hero-std-section.alternate-hide-overflow-small {
  padding-bottom: 150px;
  overflow: hidden;
}

.bh-hero-std-section.alternate-right-aligned-img {
  padding-bottom: 280px;
}

.bh-hero-std-section.alternate-competitor-page {
  overflow: hidden;
}

.bh-pricing-section {
  width: 100%;
  opacity: 1;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  display: flex;
}

.bh-customer-story-featured {
  z-index: 10;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bh-component-section-joiner {
  min-height: 160px;
  background-image: url('../images/component-section-joiner-lightblue-to-white.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bh-component-section-joiner.joiner-white-to-blue {
  background-image: url('../images/component-section-joiner-white-to-blue.svg');
  background-position: 50% 100%;
}

.bh-component-section-joiner.joiner-white-to-navy {
  min-height: 200px;
  background-image: url('../images/component-section-joiner-white-to-navy.svg');
  background-position: 50% 100%;
}

.bh-story-feed-section {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-story-featured-section {
  width: 100%;
  position: relative;
}

.img-section-joiner {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bh-story-feed-grid {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.bh-customer-logos-gallery-section {
  width: 100%;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bh-integrations-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.bh-integrations-grid {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-integrations-coming-soon {
  width: 75%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.bh-integrations-text-container {
  width: 60%;
  padding-right: 100px;
  position: relative;
}

.bh-integrations-img {
  flex: 1;
  position: relative;
}

.bh-scroll-and-sticky-section {
  width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.img-pricing-inclusions {
  width: 350px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.bh-scrollable-column {
  width: 50%;
}

.bh-scroll-and-sticky-container {
  width: 90%;
  max-width: 1600px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bh-heading-with-keyline {
  border-top: 4px solid #ef786e;
  padding-top: 50px;
}

.bh-heading-with-keyline.keyline-blue {
  border-top-color: #00c0e9;
}

.bh-heading-with-keyline.centred {
  text-align: center;
}

.bh-faq-accordion {
  align-items: stretch;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.bh-2-col-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.icon-pricing-inclusions {
  margin-bottom: 25px;
}

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

.bh-security-more-section {
  width: 100%;
  background-color: #e0f0f9;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bh-security-more-section.bg-white {
  background-color: #fff;
  flex-direction: column;
}

.bh-security-main-section {
  width: 100%;
  opacity: 1;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.img-security-more {
  width: 350px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.bh-updates-innovation {
  background-color: #fff;
  border-radius: 24px;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.bh-updates-innovation.bg-blue {
  background-color: #e0f0f9;
}

.bh-updates-innovation-text {
  flex: 1;
}

.image-76 {
  width: 280px;
  object-fit: contain;
  position: relative;
  left: -80px;
}

.bh-security-row {
  width: 90%;
  max-width: 1600px;
  min-height: 400px;
  background-color: #fff;
  border-radius: 24px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 100px;
  display: flex;
}

.img-security-row {
  width: 350px;
  object-fit: contain;
  margin-right: 100px;
}

.bh-security-row-text {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.bh-std-text-section {
  width: 100%;
  flex-direction: column;
  grid-template: "." minmax(0, 1fr)
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: stretch;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.bh-std-text-container {
  width: 90%;
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 340px;
}

.bh-videos-desktop {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bh-video-content {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 50px;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-video-content.public-feedback {
  min-width: 640px;
  margin-top: auto;
  margin-bottom: auto;
}

.bh-card-video-link {
  width: 100%;
  color: #0a2d50;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 4px;
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-card-video-link:hover {
  background-color: #f5f7f8;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .3);
}

.bh-card-video-link.active {
  background-color: #f4fafc;
}

.bh-video-list {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.icon-play-small {
  width: 25px;
  height: 25px;
  background-color: #acc1f7;
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-play-small.current {
  background-color: #dadbdf;
}

.img-icon-play-navy-small {
  width: 7px;
  object-fit: contain;
  position: relative;
}

.bh-videos-desktop-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .3fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
  position: relative;
}

.bh-video-content-container {
  width: 100%;
  border-bottom: 1px solid #0a2d50;
  padding-bottom: 50px;
  position: relative;
}

.bh-video-body-text {
  max-width: 500px;
}

.bh-card-video-number {
  color: rgba(10, 45, 80, .25);
  border-right: 1px solid rgba(10, 45, 80, .25);
  margin-left: 15px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.bh-videos-mobile {
  display: none;
}

.bh-before-vs-after-section {
  width: 100%;
  background-color: #e0f0f9;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-before-vs-after-grid {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  display: grid;
}

.bh-before-vs-after-col {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.img-triple-arrow {
  width: 160px;
  padding-left: 24px;
  padding-right: 24px;
}

.bh-hero-primary-text-container {
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bh-hero-post-its-section {
  width: 100%;
  background-color: #e0f0f9;
  background-image: url('../images/laptop-post-its.png');
  background-position: 90% 65%;
  background-repeat: no-repeat;
  background-size: 800px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: stretch;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.bh-hero-post-its-section.about {
  background-image: url('../images/hero_about2x.png');
  background-size: cover;
}

.img-plan-icon {
  width: 25px;
  letter-spacing: 1px;
  padding-bottom: 40px;
  font-size: 14px;
}

.bh-compare-table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 "Area Area-3 Area-2"
                 ". . ."
                 ". . ."
                 / 2fr 1fr 1fr;
}

.bh-compare-table-text {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 20px;
}

.bh-compare-table-text.alt-dark-keyline {
  border-top-color: #0a2d50;
}

.bh-compare-table-icon {
  border-top: 1px solid #e8e8e8;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.bh-compare-table-icon.alt-dark-keyline {
  border-top-color: #0a2d50;
}

.img-included, .img-not-included {
  width: 40px;
}

.bh-compare-table-logo {
  width: 100%;
  height: 100%;
  min-height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bh-compare-table-logo.alt-align-top {
  align-items: flex-start;
}

.img-compare-table {
  width: 350px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.bh-hero-img-parent-container {
  flex: 1;
  position: relative;
}

.bh-faq-section {
  width: 100%;
  text-align: center;
  background-color: #c2ddec;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-faq-section.website-review-page {
  position: relative;
  bottom: -60px;
}

.bh-faq-section.jira-page {
  border-radius: 0;
  position: relative;
  bottom: -70px;
}

.bh-faq-text-container {
  text-align: left;
  padding-right: 90px;
}

.bh-h1-pill-small {
  color: #0a2d50;
  text-align: left;
  letter-spacing: 1.2px;
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.bh-tabs-full-width {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.bh-tabs-full-width.pricing-tab, .bh-tabs-full-width.pricing-tab-new {
  margin-bottom: 40px;
}

.bh-tabs-content-full-width {
  width: 100%;
}

.bh-components-title-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.bh-testimonials-group-cards {
  width: 90%;
  max-width: 1200px;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.bh-testimonials-group-card {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 80px 40px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bh-testimonials-group-card.alternate-blue {
  background-color: #c2ddec;
  border-color: #c2ddec;
}

.bh-testimonials-group-card.short-card {
  margin-right: 100px;
}

.bh-hyperlink-sm {
  color: #1e7492;
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.bh-hyperlink-sm:hover {
  color: #244897;
}

.img-hero-jira {
  z-index: 11;
}

.img-icon-title-triangles.alternate-added-margin {
  margin-bottom: 25px;
}

.bh-integration-steps-section {
  background-color: #e0f0f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-integration-steps-section.white-background {
  background-color: #fff;
}

.bh-card-steps {
  margin-bottom: 20px;
  display: flex;
}

.bh-integration-steps-right-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bh-integration-steps-left-col {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.bh-integration-step-card-icon {
  width: 160px;
  height: 160px;
  background-color: #fff;
  background-image: url('../images/img-trello-step12x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  margin-right: 40px;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-integration-step-card-icon.step-2 {
  background-image: url('../images/img-jira-step22x.png');
}

.bh-integration-step-card-icon.step-3 {
  background-image: url('../images/img-jira-step32x.png');
}

.bh-integration-step-card-icon.step-4 {
  background-image: url('../images/step-4-watch-the-bugs-flow2x.jpg');
}

.bh-integration-step-card-icon.step-2-asana {
  background-image: url('../images/img-asana-step22x.png');
}

.bh-integration-step-card-icon.step-3-asana {
  background-image: url('../images/img-asana-step32x.png');
}

.bh-integration-step-card-icon.step-2-trello {
  background-image: url('../images/img-trello-step22x.png');
}

.bh-integration-step-card-icon.step-3-trello {
  background-image: url('../images/img-trello-step32x.png');
}

.bh-integration-step-card-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
}

.img-hero-wordpress {
  z-index: 11;
}

.bh-step-card-icon {
  width: 160px;
  height: 160px;
  background-color: #fff;
  background-image: url('../images/step-1-connect-bugherd-to-zapier2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-step-card-icon.step-1-wp {
  background-image: url('../images/step-1-wp2x.jpg');
}

.bh-step-card-icon.step-2-wp {
  background-image: url('../images/step-2-wp2x.jpg');
}

.bh-step-card-icon.step-3-wp {
  background-image: url('../images/step-3-wp2x.jpg');
}

.bh-step-card-icon.step-4-wp {
  background-image: url('../images/step-4-wp2x.jpg');
}

.bh-navy-rounded-section {
  width: 100%;
  text-align: center;
  background-color: #3f71e0;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.bh-3-col-grid-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.bh-3-col-grid-container.inset {
  width: auto;
  max-width: none;
}

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

.bh-3-col-card-img {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-title-and-button-container {
  width: 90%;
  max-width: 1600px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.bh-title-and-button-container.inset {
  width: 100%;
  max-width: none;
}

.bh-title-and-button-col1 {
  flex: 1;
}

.bh-title-and-button-col2 {
  width: 30%;
  justify-content: flex-end;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.container-90 {
  max-width: 90%;
}

.bh-blue-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.container-bh_leadership {
  max-width: 100%;
  padding-top: 64px;
}

.container-91 {
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.bh-card-logo-and-text-container {
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.bh-card-logo {
  border-radius: 5px;
  margin-right: 20px;
}

.link-block-founder {
  text-decoration: none;
}

.container-92 {
  max-width: 64%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.grid-10 {
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
  justify-items: center;
}

.div-block-80 {
  height: 160px;
}

.div-block-81 {
  max-width: 40%;
  padding-bottom: 40px;
}

.bh-hero-video-cta-second-line {
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
  left: -15px;
}

.bh-text-highlight-purple {
  color: #7884cf;
}

.bh-looping-vid-container {
  width: 90%;
  max-width: 920px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.bh-looping-vid-top {
  height: 35px;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-looping-vid-browser-ui {
  padding-left: 10px;
  position: absolute;
  left: 0;
}

.icon-looping-vid-search-bar {
  width: 500px;
  height: 60%;
  background-color: #eeeeef;
  border-radius: 8px;
}

.bh-background-vid {
  height: 518px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.bh-background-vid.video-feedback {
  height: 720px;
  object-position: 100% 100%;
  border-radius: 60px;
}

.bh-looping-vid-cards-container {
  width: 90%;
  max-width: 920px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-card-icon {
  align-items: center;
  display: flex;
}

.bh-looping-vid-title-container {
  width: 90%;
  max-width: 920px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.bh-looping-vid-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.bh-extension-install-cta-grid {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 100px;
  display: grid;
}

.bh-extension-install-cta {
  text-align: center;
  background-color: #c2ddec;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 110px 100px;
  display: flex;
  position: relative;
}

.bh-extension-install-cta.outline-box {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #c2ddec;
}

.bh-hero-extension-install-section {
  width: 100%;
  background-color: #e0f0f9;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: stretch;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.bh-2x2-grid-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
  position: relative;
}

.bh-2x2-card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #e0f0f9;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-2x2-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-extension-link {
  width: 45px;
}

.bh-extension-icon-link {
  background-color: #3f71e0;
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
}

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

.bh-join-existing-team {
  text-align: center;
  background-color: #c2ddec;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 110px 100px;
  display: none;
  position: relative;
}

.bh-hero-looping-vid-container {
  z-index: 12;
  width: 880px;
  background-color: #c2ddec;
  border-radius: 8px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
  position: absolute;
  top: 0;
}

.bh-hero-background-vid {
  height: 495px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.bh-hero-disclaimer-text {
  color: rgba(10, 45, 80, .67);
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 900;
}

.bh-hero-disclaimer-text.left-aligned {
  text-align: left;
}

.bh-hero-looping-vid-parent-container {
  flex: 1;
  position: relative;
}

.img-hero-browser-contentmarketing {
  z-index: 11;
  position: relative;
}

.img-hero-pins-contentmarketing {
  z-index: 13;
  position: absolute;
}

.img-hero-dotterdlayer-contentmarketing {
  z-index: 12;
  opacity: 0;
  display: block;
  position: absolute;
}

.img-hero-mainpin-contentmarketing {
  z-index: 15;
  display: block;
  position: absolute;
}

.img-hero-main-task-contentmarketing {
  z-index: 16;
  position: absolute;
}

.img-hero-sidebar-contentmarketing {
  z-index: 15;
  opacity: 0;
  position: absolute;
}

.img-hero-taskdetail-contentmarketing {
  z-index: 14;
  opacity: 0;
  position: absolute;
}

.bh-testimonial-name {
  color: #0a2d50;
  text-align: left;
  letter-spacing: -.2px;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.bh-text-highlight-purple-b {
  color: #fff;
  background-color: #7884cf;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
}

.img-hero-main-task-designer {
  z-index: 16;
  position: absolute;
}

.img-hero-mainpin-designer {
  z-index: 15;
  display: block;
  position: absolute;
}

.img-hero-sidebar-designer {
  z-index: 15;
  opacity: 0;
  position: absolute;
}

.img-hero-taskdetail-designer {
  z-index: 14;
  opacity: 0;
  position: absolute;
}

.img-hero-pins-designer {
  z-index: 13;
  position: absolute;
}

.img-hero-dotterdlayer-designer {
  z-index: 12;
  opacity: 0;
  display: block;
  position: absolute;
}

.img-hero-browser-designer {
  z-index: 11;
  position: relative;
}

.bh-customer-logos-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-customer-logos-container {
  width: 90%;
  max-width: 1140px;
}

.bh-customer-logos-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
  position: relative;
}

.bh-customer-logos-grid.alternate-logo-grid {
  grid-template-rows: auto auto;
  margin-left: auto;
  margin-right: auto;
}

.img-customer-logo.logo-amazon {
  position: relative;
  top: 5px;
}

.img-customer-logo.logo-akqa {
  width: 80%;
}

.img-customer-logo.logo-mckinsey {
  width: 80%;
  position: relative;
  top: 2px;
}

.img-customer-logo.logo-dyson {
  width: 90%;
  position: relative;
}

.img-customer-logo.logo-yale, .img-customer-logo.logo-nissan {
  width: 70%;
  position: relative;
}

.img-customer-logo.logo-edelman {
  width: 80%;
}

.bh-customer-logos-text {
  text-align: center;
  border-top: 1px solid rgba(10, 45, 80, .2);
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  font-size: 18px;
  display: flex;
}

.bh-secondary-features-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  background-color: #c2ddec;
  border-radius: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  padding: 80px 100px;
  display: grid;
  position: relative;
}

.bh-secondary-feature-card {
  align-items: center;
  display: flex;
}

.icon-secondary-feature {
  width: 100px;
  margin-right: 30px;
}

.bh-hero-customer-story {
  background-image: url('../images/img_hero-deco.svg');
  background-position: 104%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.hero-customer-story-img {
  max-height: 360px;
  max-width: 360px;
  min-height: 280px;
  min-width: 280px;
  border-radius: 210px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container-customer-story {
  max-width: 86%;
  padding-top: 40px;
}

.grid-body-customer-story {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
}

.bh-card-story-quote {
  background-color: #fff;
  border-radius: 8px;
  align-items: flex-start;
  margin-left: 50px;
  margin-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bh-card-story-quote-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.bh-card-story-quote-img {
  border-radius: 8px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -50px;
  box-shadow: 6px 6px 16px rgba(0, 57, 128, .2);
}

.bh-body-white {
  background-color: #fff;
  padding-bottom: 120px;
}

.bh-card-get-to-know {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0, 57, 128, .2);
}

.grid-customer-story-get-to-know {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.customer-get-to-know-stats {
  border-left: 4px solid #3f71e0;
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 16px;
}

.body-customer-story {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
}

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

.img-customer-story-logo {
  max-height: 72px;
  margin-bottom: 24px;
}

.image-80 {
  max-height: 72px;
}

.image-81 {
  max-width: none;
  border-radius: 8px;
  margin-left: -260px;
}

.container-customer-story-quote {
  max-width: 86%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.container-customer-story-more-stories {
  max-width: 96%;
  min-height: 720px;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-customer-story-card-slide-holder {
  max-width: 50%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask {
  overflow: hidden;
}

.slider {
  max-width: 100%;
  min-height: 640px;
  background-color: rgba(0, 0, 0, 0);
}

.div-customer-stories-more-slider {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-customer-story-bh-img {
  padding-bottom: 40px;
}

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

.image-82 {
  min-height: 100%;
  min-width: 100%;
}

.customer-stories-list {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-right: 40px;
}

.customer-stories-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bh-customer-stories-profile-img {
  width: 90px;
  height: 90px;
  border: 5px solid #fff;
  border-radius: 90px;
  position: relative;
  overflow: hidden;
}

.customer-stories-rounded-corner-img {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 24px;
}

.bh-cta-testimonial-section {
  width: 100%;
  background-color: #e0f0f9;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.bh-cta-testimonial-col-1 {
  height: 100%;
  text-align: center;
  background-color: #c2ddec;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 100px 100px;
  display: flex;
  position: relative;
}

.img-hero-right-side {
  z-index: 11;
}

.bh-cta-testimonial-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bh-testimonial-profile-img-container {
  width: 90px;
  height: 90px;
  border: 5px solid #fff;
  border-radius: 90px;
  position: relative;
  overflow: hidden;
}

.img-testimonial-profile {
  width: 90px;
}

.bh-cta-testimonial-col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bh-hero-std-container {
  z-index: 3;
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.bh-hero-std-text-container {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bh-hero-std-text-container.alt-centred {
  justify-content: center;
}

.bh-hero-std-img-container {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bh-hero-std-img-container.alt-centred {
  align-items: center;
}

.bh-hero-video-youtube {
  border-radius: 8px;
}

.bh-hero-video-youtube-container {
  width: 100%;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 16px rgba(0, 57, 128, .2);
}

.bh-new-features-section {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.bh-text-highlight-green {
  color: #fff;
  background-color: #70caa7;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
}

.bh-features-table-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-features-table-cell {
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  display: flex;
}

.bh-features-table-cell.left-cells {
  border-right: 2px solid #fff;
}

.bh-features-table-cell.top-row-cells {
  border-bottom: 2px solid #fff;
}

.bh-features-table-cell.public-feedback-table-cell {
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 25px 10px 10px;
  position: relative;
}

.bh-features-table-cell.alt-centered-content {
  justify-content: center;
  align-items: center;
}

.icon-feature {
  width: 50px;
  margin-top: 50px;
}

.icon-feature.second-icon {
  margin-left: 5px;
}

.icon-feature.alt-outline {
  border: 3px solid #fff;
  border-radius: 50px;
}

.bh-features-text-container {
  text-align: left;
  position: relative;
}

.bh-features-text-container.sticky-on-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.bh-features-summary-text-container {
  padding-right: 50px;
}

.bh-features-summary-text-container.alt-shorter-width {
  padding-right: 100px;
}

.bh-features-grid {
  z-index: 2;
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
  position: relative;
}

.bh-text-highlight-navy {
  color: #fff;
  background-color: #3f71e0;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
}

.img-features-task-detail {
  position: relative;
  box-shadow: 0 8px 8px rgba(0, 57, 128, .2);
}

.bh-features-hotspot-img-container {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bh-light-blue-section {
  z-index: 1;
  width: 100%;
  text-align: center;
  background-color: #c2ddec;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.bh-light-blue-section.alternate-overlapping {
  top: -120px;
}

.bh-card-2-col-thumbnail {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  transition: box-shadow .2s, background-color .15s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .4);
}

.bh-card-2-col-thumbnail:hover {
  box-shadow: 0 8px 15px rgba(0, 57, 128, .3);
}

.bh-card-2-col-thumbnail-top-panel {
  z-index: 5;
  width: 100%;
  justify-content: space-between;
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: absolute;
}

.img-card-2-col-thumbnail {
  width: 100%;
}

.bh-card-arrow-light-blue {
  background-color: #c2ddec;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.bh-card-2-col-thumbnail-text {
  text-align: left;
  padding-right: 30px;
}

.bh-hotspot-marker {
  z-index: 5;
  min-height: 40px;
  min-width: 40px;
  cursor: pointer;
  background-color: #3f71e0;
  border: 3px solid rgba(255, 255, 255, .35);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.bh-hotspot-marker.task-detail-hotspot-1 {
  cursor: auto;
  top: 173px;
  left: -20px;
}

.bh-hotspot-marker.task-detail-hotspot-2 {
  cursor: auto;
  top: 309px;
  left: auto;
  right: -20px;
}

.bh-hotspot-marker.task-detail-hotspot-3 {
  cursor: auto;
  top: 558px;
  left: -20px;
  right: auto;
}

.bh-hotspot-marker.task-detail-hotspot-4 {
  cursor: auto;
  top: auto;
  bottom: 100px;
  left: auto;
  right: -20px;
}

.bh-hotspot-number {
  color: #fff;
  font-weight: 900;
}

.bh-hotspot-tool-tip {
  z-index: 10;
  width: 200px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: -83px;
  right: 0;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .2);
}

.bh-tooltip-arrow {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -5px;
  transform: rotate(45deg);
}

.bh-features-square-tile-container {
  background-color: #70caa7;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 8px rgba(0, 57, 128, .2);
}

.bh-features-square-tile-container.purple-background {
  background-color: #7884d0;
}

.img-features-square-tile-new {
  position: relative;
}

.bh-tick-list-item {
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.bh-tick-list-item.extra-padding {
  margin-top: 20px;
}

.bh-tick-list-icon {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.bh-tick-list-container {
  margin-bottom: 20px;
  padding-right: 60px;
}

.bh-btn-rectangle {
  width: 100%;
  float: left;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 25px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bh-btn-bg-rectangle {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #3f71e0;
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bh-hero-cta-and-customer-logos {
  max-width: 350px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bh-hero-customer-logos-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  position: relative;
}

.bh-hero-video-cta-second-line-v2 {
  align-items: center;
  display: none;
  position: relative;
  left: -15px;
}

.bh-hero-video-cta-with-hero-img {
  z-index: 20;
  position: absolute;
  bottom: -50px;
}

.bh-book-a-demo-cta-top-panel {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.img-book-a-demo-profile {
  width: 75px;
}

.bh-book-a-demo-cta-text {
  padding-right: 40px;
}

.bh-hero-rhs-image-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
}

.bh-hero-rhs-image {
  width: 120%;
}

.bh-numbered-grid-icon {
  min-height: 48px;
  min-width: 48px;
  flex: none;
  align-self: center;
  position: relative;
  left: -35px;
}

.bh-features-table-container-public-feedback {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-features-table-container-public-feedback.public-feedback-table {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.bh-public-feedback-howitworks-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 50px;
}

.bh-public-feedback-howitworks-container {
  width: 90%;
  max-width: 1600px;
}

.div-block-85 {
  margin-left: -16px;
  padding-top: 16px;
}

.bh-icon-numbered {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.bh-h4-no-margin {
  margin-bottom: 0;
}

.grid-11 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
}

.bh-card-light-blue {
  background-color: #e0f0f9;
  border-radius: 8px;
  padding: 48px 40px;
}

.bh-card-light-blue.centred {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bh-card-light-blue.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.bh-how-it-works-section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-book-a-demo-cta-section {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.bh-book-a-demo-cta-bottom-panel {
  z-index: 5;
  width: 100%;
  background-color: #3f71e0;
  border-radius: 0 0 8px 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  position: relative;
  top: -10px;
}

.bh-calendly-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bh-card-text-centred {
  text-align: center;
}

.bh-card-text-left-aligned {
  padding-right: 111px;
}

.tab-highlight {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6fd2ac;
  border-radius: 20px;
  margin-top: -4px;
  margin-bottom: -4px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  display: inline-block;
}

.bh-pricing-cards-grid-2 {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.pricing-plan-details-container {
  padding-bottom: 16px;
}

.pricing-card-highlight {
  background-color: #3f71e0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.bh-card-pricing-2-most-popular-tag {
  min-height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-card-highlight-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.bh-card-pricing-2 {
  color: #0a2d50;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 64px 16px 16px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-card-pricing-2:hover {
  background-color: #f5f7f8;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .3);
}

.bh-card-pricing-2.card-pricing-highlighted {
  padding-top: 28px;
}

.bh-plan-content-2 {
  min-height: 550px;
  text-align: left;
  background-color: rgba(83, 202, 238, .3);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 24px;
  position: relative;
}

.bh-plan-content-2.plan-standard {
  background-color: rgba(252, 136, 197, .3);
}

.bh-plan-content-2.plan-enterprise {
  background-color: rgba(103, 129, 254, .3);
}

.bh-plan-content-2.plan-deluxe {
  background-color: rgba(254, 196, 201, .3);
}

.bh-tabs-pricing-upper-text-container {
  width: 90%;
  max-width: 1600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
}

.div-block-88 {
  position: absolute;
  bottom: 40px;
}

.bh-tabs-pricing-tab-panel {
  padding-top: 8px;
}

.bh-tabs-pricing-content {
  padding-bottom: 25px;
}

.bh-components-story-section {
  background-color: #fff;
  padding-bottom: 120px;
}

.bh-customer-story-page-block-quote {
  max-width: 440px;
  min-height: 320px;
  border-top: 10px solid #3f71e0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.bh-text-highlight-beta {
  color: #fff;
  letter-spacing: 1px;
  background-color: #2f768f;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}

.img-hero-main-task-generic {
  z-index: 16;
  position: absolute;
}

.img-hero-mainpin-generic {
  z-index: 15;
  display: block;
  position: absolute;
}

.img-hero-sidebar-generic {
  z-index: 15;
  opacity: 0;
  position: absolute;
}

.img-hero-taskdetail-generic {
  z-index: 14;
  opacity: 0;
  position: absolute;
}

.img-hero-pins-generic {
  z-index: 13;
  position: absolute;
}

.img-hero-dotterdlayer-generic {
  z-index: 12;
  opacity: 0;
  display: block;
  position: absolute;
}

.img-hero-browser-generic {
  z-index: 11;
  position: relative;
}

.bh-alt-blue-rounded-section {
  width: 100%;
  background-color: #c2ddec;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bh-video-feedback-benefits-section {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.bh-video-feedback-benefits-vid-container {
  z-index: 1;
  width: 100%;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
}

.bh-icon-number {
  z-index: 5;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bh-text-highlight-beta-nav-item {
  color: #fff;
  letter-spacing: 1px;
  background-color: #2f768f;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 10px;
}

.bh-3-col-thumbnails-section {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-3-col-thumbnails-grid {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.bh-text-highlight-beta-h3 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0a2d50;
  border-radius: 20px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 15px;
}

.bh-book-a-demo-container-new {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.bh-pre-recorded-demo-container {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.bh-disclaimer-text-comparison-table {
  color: #0a2d50;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
}

.bh-hero-recorded-demo {
  width: 100%;
  background-color: #3f71e0;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: stretch;
  padding: 100px 5% 150px;
  display: flex;
  position: relative;
}

.bh-other-videos-section {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.bh-other-videos-grid {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
  position: relative;
}

.img-other-videos {
  width: 350px;
  margin-top: 100px;
}

.bh-other-videos-main-container {
  width: 100%;
  border-bottom: 1px solid #0a2d50;
  padding-bottom: 50px;
  position: relative;
}

.bh-other-videos-feed-container {
  width: 100%;
}

.bh-paragraph-list {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: decimal;
}

.bh-paragraph-list-item {
  color: #0a2d50;
  margin-bottom: 10px;
}

.bh-paragraph-list-item.text-white {
  color: #fff;
}

.bh-hero-recorded-demo-text-container {
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.bh-hero-recorded-demo-cta {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bh-recorded-demo-disclaimer-text {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bh-form-field-container {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.bh-form-field {
  min-height: 50px;
  min-width: 200px;
  text-align: left;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-bottom: 0;
  transition: border-color .2s;
}

.bh-form-field:hover {
  border: 2px solid #3f71e0;
}

.bh-form-field::-ms-input-placeholder {
  color: #b9b9b9;
}

.bh-form-field::placeholder {
  color: #b9b9b9;
}

.bh-form-field.alternate-siteurl-cta {
  min-width: 250px;
}

.bh-form-label {
  color: #1e7492;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.icon-form-success {
  width: 30px;
  margin-bottom: 10px;
}

.bh-addusers-submit-btn {
  min-height: 50px;
  background-color: #3f71e0;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 900;
}

.bh-addusers-total {
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
}

.addusers-calc-form-container {
  position: relative;
}

.addusers-calc-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.addusers-calc-success {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.addusers-calc-error {
  width: 2px;
  height: 2px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bh-text-centred-container {
  text-align: center;
}

.bh-addusers-calc-section {
  width: 90%;
  max-width: 1600px;
  color: #5284b2;
  background-color: #fff;
  border-radius: 12px;
  margin: 50px auto;
  padding: 20px;
  position: relative;
}

.bh-addusers-top-container {
  background-color: #e0f0f9;
  border-radius: 8px;
  padding: 70px 40px 50px;
}

.bh-addusers-bottom-container {
  background-color: #3f71e0;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
  top: -10px;
}

.bh-addusers-calc-results-container {
  width: 90%;
  max-width: 800px;
  justify-content: center;
  display: flex;
}

.bh-calc-field-dropdown {
  max-width: 280px;
  min-height: 50px;
  float: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  transition: border-color .2s;
  position: relative;
}

.bh-calc-field-dropdown:hover {
  border-width: 2px;
  border-color: #3f71e0;
}

.bh-2-col-grid-tab-content {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.img-client-feedback {
  width: 100%;
  position: relative;
  top: -35px;
}

.bh-calc-field {
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.bh-calc-fields-container {
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.bh-pricing-disclaimer-3 {
  width: 90%;
  max-width: 1600px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.bh-addusers-calc-results-left {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 20px 100px;
}

.bh-addusers-calc-results-right {
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  display: flex;
}

.bh-addusers-bottom-container-yearly {
  background-color: #3f71e0;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
  top: -10px;
}

.bh-top-banner-alert {
  z-index: 120;
  width: 100%;
  height: 35px;
  background-color: #3f71e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.bh-alert-chrome, .bh-alert-safari, .bh-alert-edge {
  justify-content: center;
  align-items: center;
  display: none;
}

.img-banner-alert-icon {
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.text-span-6 {
  font-weight: 900;
  text-decoration: underline;
}

.bh-paragraph-sm {
  color: #0a2d50;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.bh-paragraph-sm.text-white {
  color: #fff;
}

.bh-paragraph-sm.no-margin {
  margin-bottom: 0;
}

.bh-guarantee-cta-section {
  background-color: #3f71e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.bh-guarantee-cta-grid {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.bh-guarantee-cta-col-2 {
  background-color: #e0f0f9;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  padding: 50px;
  display: flex;
  position: relative;
}

.bh-guarantee-profile-img-container {
  width: 70px;
  height: 70px;
  border: 5px solid #fff;
  border-radius: 90px;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.bh-guarantee-cta-col-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.img-90-day-guarantee {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.bh-card-container-alternate {
  width: 90%;
  max-width: 850px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-text-highlight-popular-tag {
  color: #fff;
  letter-spacing: 1px;
  background-color: #7884cf;
  border-radius: 8px;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.bh-other-use-cases-container {
  width: 850px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  border-top: 1px solid #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr .4fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 50px;
  padding-top: 50px;
  display: grid;
  position: relative;
}

.bh-other-use-cases-links {
  position: relative;
  top: -20px;
}

.bh-guarantee-terms-container {
  width: 90%;
  max-width: 1600px;
  border-top: 1px solid #fff;
  margin-top: 50px;
  padding-top: 20px;
}

.bh-disclaimer-text {
  color: #0a2d50;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}

.bh-disclaimer-text.text-white {
  color: #fff;
}

.text-span-8 {
  padding-right: 20px;
}

.bh-awards-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
}

.bh-card-award {
  background-color: #3f71e0;
  border-radius: 12px;
  padding: 25px 50px 25px 25px;
  display: flex;
  position: relative;
}

.img-award-icon {
  width: 60px;
  height: 60px;
}

.bh-h3-award-card {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.bh-h3-award-card.text-white {
  color: #fff;
}

.bh-card-award-text-container {
  margin-left: 15px;
}

.bh-award-card-link {
  letter-spacing: .8px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.ic-award {
  width: 15px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.bh-awards-grid {
  width: 80%;
  max-width: 800px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-hero-img-affiliate {
  z-index: 1;
  background-color: #e0f0f9;
  border-radius: 40px;
  position: absolute;
}

.bh-hero-right-aligned-img-container {
  z-index: 1;
  width: 100%;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
}

.bh-icon-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.bh-icon-card-text {
  padding-left: 25px;
  padding-right: 25px;
}

.bh-affiliates-how-it-works-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  position: relative;
}

.bh-affiliates-how-it-works-img {
  flex-direction: column;
  align-items: center;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.bh-affiliates-how-it-works-img-text {
  max-width: 250px;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 35px 30px;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 40px;
  right: auto;
}

.bh-affiliates-how-it-works-steps {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bh-criteria-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.icon-double-triangle-hero {
  z-index: 2;
  position: absolute;
  top: -15px;
  left: 55%;
}

.bh-header-lp {
  z-index: 100;
  width: 100vw;
  transform-origin: 50% 0;
  background-color: #e0f0f9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bh-header-lp.alt-white-bg {
  background-color: #fff;
}

.bh-header-referral-branding {
  background-color: #0a2d50;
  border-radius: 8px;
  align-items: center;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.bh-header-referral-branding.alternate-pink {
  background-color: #eb66a4;
}

.bh-header-referral-branding.alt-white-bg {
  background-color: #fff;
}

.img-referral-branding-logo {
  height: 38px;
}

.img-referral-branding-logo.logo-designrush {
  padding-bottom: 5px;
}

.bh-referral-branding-line-divider {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
  margin-left: 20px;
  margin-right: 20px;
}

.bh-referral-branding-line-divider.alt-dark {
  background-color: #0a2d50;
}

.bh-header-referral-mobile-banner {
  width: 95%;
  background-color: #0a2d50;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px;
  display: none;
}

.bh-testimonials-group-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.bh-testimonials-group-img {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.img-testimonials-group {
  height: 180px;
  margin-right: 90px;
}

.bh-testimonial-group-img-text {
  max-width: 300px;
  background-color: #fff;
  border-radius: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 30px;
  display: flex;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -80px;
}

.bh-testimonial-group-profile-img {
  width: 70px;
  height: 70px;
  border: 5px solid #fff;
  border-radius: 90px;
  position: absolute;
  top: auto;
  bottom: -35px;
  left: auto;
  right: -35px;
  overflow: hidden;
}

.bh-testimonial-group-profile-img.profile-top-right {
  top: -35px;
  bottom: auto;
  right: 40px;
}

.bh-testimonial-group-profile-img.profile-top-left {
  border-color: #c2ddec;
  top: -35px;
  bottom: auto;
  left: -35px;
  right: auto;
}

.bh-testimonial-group-profile-img.profile-bottom-right {
  border-color: #c2ddec;
  right: 40px;
}

.bh-footer-cta-referral-branding {
  background-color: #0a2d50;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.bh-footer-cta-referral-branding.alt-white-bg {
  background-color: #fff;
}

.bh-book-a-demo-section-alternate {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.bh-vertical-tabs {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr .65fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.bh-vertical-tabs-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bh-vertical-tab-link {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px #fff;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 900;
}

.bh-vertical-tab-link.w--current {
  color: #3f71e0;
  background-color: #1c49af;
}

.img-vertical-tab-feature {
  width: 100%;
}

.img-vertical-tab-feature.alternate-square {
  width: 60%;
  border-radius: 12px;
}

.img-vertical-tab-feature.alternate-rounded-corners {
  border-radius: 12px;
  margin-bottom: 30px;
}

.bh-vertical-tab-panel {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.bh-vertical-tabs-section {
  width: 100%;
  text-align: center;
  background-color: #3f71e0;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.bh-reactivation-offer-form {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.bh-reactivation-offer-success {
  background-color: #b9ddd1;
  border-radius: 12px;
  padding: 30px;
}

.bh-reactivation-confirmation-section {
  width: 100%;
  min-height: 80vh;
  background-color: #e0f0f9;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bh-reactivation-confirmation-container {
  width: 90%;
  max-width: 1600px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-reactivation-confirmation {
  width: 250px;
  margin-bottom: 50px;
}

.div-block-90 {
  width: 80%;
  max-width: 400px;
}

.bh-vertical-tab-img-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.bh-mobile-menu-accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bh-mobile-menu-navlink {
  color: #0a2d50;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.bh-mobile-menu-accordion-container {
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  display: flex;
  overflow: hidden;
}

.bh-navlink-mobile-dropdown {
  color: #0a2d50;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.bh-mobile-menu-divider {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  margin-top: 20px;
  margin-bottom: 40px;
}

.bh-bugherd-logo-mobile {
  width: 50px;
  max-width: 100%;
  margin-right: 20px;
  display: none;
  position: relative;
}

.bh-spacer-10px {
  width: 10px;
  height: 10px;
}

.bh-2-col-grid-assymetrical {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.bh-client-getting-started-img-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.bh-client-getting-started-img {
  width: 350px;
  margin-bottom: 30px;
}

.bh-client-getting-started-grid {
  z-index: 2;
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.bh-lightbox-content {
  width: 80%;
  height: 80%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bh-lightbox-video-container {
  width: 100%;
  height: 0%;
  padding-top: 20px;
  padding-bottom: 56.25%;
  position: relative;
}

.bh-lightbox-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bh-header-lp-with-award {
  z-index: 100;
  width: 100vw;
  transform-origin: 50% 0;
  background-color: #e0f0f9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bh-header-award {
  background-color: #c2ddec;
  border-radius: 8px;
  align-items: center;
  margin-left: 10px;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.img-header-award-logo {
  height: 38px;
  margin-right: 10px;
}

.bh-header-no-nav {
  z-index: 100;
  width: 100vw;
  transform-origin: 50% 0;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.img-header-partner-logo {
  height: 38px;
  margin-left: 10px;
}

.bh-h1-reduced {
  text-align: left;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 54px;
}

.bh-2-col-grid-alternate {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.bh-6-col-grid-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.bh-title-with-line-divider-container {
  width: 90%;
  max-width: 1600px;
  border-top: 1px solid #fff;
  flex: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bh-title-with-no-divider-container {
  width: 90%;
  max-width: 1600px;
  flex: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bh-h2-reduced {
  font-size: 32px;
  line-height: 40px;
}

.bh-text-highlight-promo {
  letter-spacing: 2px;
  font-weight: 900;
}

.bh-text-highlight-pink {
  color: #eb66a4;
}

.img-feature-img-home {
  width: 90%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bh-audience-alt-blue-section {
  background-color: #c2ddec;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.img-hero-main-task-home {
  z-index: 16;
  position: absolute;
}

.img-hero-mainpin-home {
  z-index: 15;
  display: block;
  position: absolute;
}

.img-hero-sidebar-home {
  z-index: 15;
  opacity: 0;
  position: absolute;
}

.img-hero-taskdetail-home {
  z-index: 14;
  opacity: 0;
  position: absolute;
}

.img-hero-pins-home {
  z-index: 13;
  position: absolute;
}

.img-hero-dotterdlayer-home {
  z-index: 12;
  opacity: 0;
  display: block;
  position: absolute;
}

.img-hero-browser-home {
  z-index: 11;
  position: relative;
}

.bh-hero-text-h2-small {
  max-width: 400px;
  color: #0a2d50;
  text-align: left;
  letter-spacing: -.25px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bh-h3-body-text-size {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bh-review-banner {
  z-index: 110;
  width: 100%;
  background-color: #5c68b1;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  overflow: hidden;
}

.bh-review-banner-card {
  width: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-banner-review-profile {
  width: 44px;
  border: 3px solid #fff;
  border-radius: 50px;
  margin-right: 15px;
}

.img-review-banner-badge {
  height: 60px;
  margin-right: 4px;
}

.bh-review-banner-badges-container {
  display: flex;
}

.bh-hero-video-cta-right-aligned-image {
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: relative;
  left: -15px;
}

.bh-book-a-demo-cta-secondary {
  background-color: #c2ddec;
  border-radius: 15px;
  padding: 15px 20px;
}

.bh-keyline-separator {
  width: 100%;
  border: 1px solid #acc1f7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bh-midpage-cta-box {
  width: 100%;
  background-color: #e0f0f9;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.bh-midpage-cta-btns {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.bh-siteurl-cta-form {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.bh-siteurl-cta-success {
  background-color: #b9ddd1;
  border-radius: 12px;
  padding: 30px;
}

.bh-downloads-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-downloads-container {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bh-downloads-top-panel {
  width: 100%;
  background-color: #fff;
  background-image: url('../images/img-downloads-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.bh-card-white {
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 40px;
}

.bh-hero-inset-img-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bh-hero-inset-img {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bh-mid-page-cta-section {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bh-component-section-joiner-rounded-light-blue-to-white {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.bh-component-section-joiner-rounded-light-blue-to-white.alt-inverted {
  border-radius: 0 0 60px 60px;
}

.bh-mid-page-cta-container {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bh-midpage-cta-top-panel {
  width: 100%;
  background-color: #fff;
  background-image: url('../images/img-midpage-CTA-bg2x.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.bh-card-midpage-cta {
  width: 50%;
  text-align: center;
  background-color: #3f71e0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.bh-spacer-50px {
  width: 100%;
  height: 50px;
}

.bh-more-stories-section {
  width: 100%;
  background-color: #e0f0f9;
  border-radius: 60px 60px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: -60px;
}

.bh-social-proof-section {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.bh-social-proof-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.bh-social-proof-ratings {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-social-proof-customer-reviews {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.bh-card-social-proof-rating {
  text-align: left;
  border-bottom: 2px solid #c2ddec;
  padding-bottom: 25px;
}

.bh-star-rating {
  text-align: center;
  align-items: flex-start;
  display: flex;
}

.img-star-rating {
  height: 14px;
  margin-right: 2px;
}

.bh-rating-count-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.img-logo-social-rating {
  height: 16px;
  margin-left: 10px;
}

.bh-card-customer-review {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px 20px 30px;
}

.bh-card-customer-review.alt-testimonial {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.bh-card-customer-review-top-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.bh-card-customer-review-profile-text-container {
  max-width: 150px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.img-card-customer-review-profile {
  width: 40px;
  border-radius: 50px;
  margin-right: 10px;
}

.bh-card-customer-review-profile-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.bh-card-customer-review-text {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bh-card-customer-review-text-small {
  color: #74818e;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.img-customer-review-icon {
  height: 17px;
}

.bh-card-customer-review-star-rating {
  text-align: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.img-card-customer-review-logo {
  height: 30px;
  margin-top: 15px;
}

.bh-card-customer-testimonial {
  flex-direction: column;
  display: flex;
}

.bh-card-customer-testimonial-link-block {
  background-color: #3f71e0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.bh-card-customer-review-name {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.bh-hero-centered-section {
  width: 100%;
  background-color: #e0f0f9;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: stretch;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-hero-centered-container {
  z-index: 3;
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
  position: relative;
}

.bh-hero-centered-text-container {
  z-index: 20;
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bh-hero-centered-img-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.bh-hero-centered-img {
  z-index: 10;
  width: 90%;
  max-width: 1240px;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.bh-hero-centered-img.alt-visible-on-desktop {
  margin-bottom: 20px;
  display: flex;
}

.bh-hero-centered-ctas {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.img-hero-centered {
  z-index: 11;
}

.bh-hero-text-h2-small-centered {
  max-width: 580px;
  color: #0a2d50;
  text-align: center;
  letter-spacing: -.25px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bh-rounded-section {
  width: 100%;
  text-align: center;
  background-color: #3f71e0;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.bh-rounded-section.bg-dark-new {
  background-color: #0c1336;
}

.bh-generic-container {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bh-sales-pitch-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.bh-card-sales-pitch-2-col {
  width: 100%;
  background-color: #3f71e0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-card-sales-pitch-2-col-text-container {
  z-index: 5;
  width: 100%;
  max-width: 400px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.bh-card-sales-pitch-2-col-text-container.alt-wider-text-area {
  max-width: 450px;
}

.img-card-sales-pitch-2-col {
  width: 100%;
}

.bh-card-sales-pitch-1-col {
  width: 100%;
  background-color: #3f71e0;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-card-sales-pitch-1-col.alt-light-blue {
  background-color: #e0f0f9;
}

.img-card-sales-pitch-1-col {
  width: 50%;
}

.bh-card-sales-pitch-1-col-text-container {
  z-index: 5;
  width: 100%;
  max-width: 400px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 150px 30px 30px;
  display: flex;
}

.bh-prev-solution-section {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-signup-process-section {
  background-color: #c2ddec;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bh-signup-process-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.bh-card-signup-process {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bh-card-signup-process-number {
  width: 40px;
  height: 40px;
  background-color: #e0f0f9;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.bh-card-signup-process-number.alt-final-card {
  background-color: #5c68b1;
}

.bh-card-signup-process-box {
  width: 100%;
  height: 100%;
  background-color: #e0f0f9;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  padding: 25px;
  display: flex;
}

.bh-card-signup-process-box.alt-final-card {
  background-color: #5c68b1;
}

.img-card-signup-process {
  width: 100%;
  margin-bottom: 50px;
}

.bh-new-awards-section {
  background-color: #c2ddec;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-new-awards-grid {
  width: 95%;
  max-width: 1600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.bh-new-awards-text {
  width: 95%;
  max-width: 1600px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bh-footer-cta-60-days-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.bh-footer-cta-60-days-container {
  max-width: 520px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 50px;
  padding: 50px;
  display: flex;
  position: relative;
}

.img-footer-60-days-right-person {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: -78px;
}

.img-footer-60-days-left-person {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -206px;
  right: auto;
}

.bh-prev-solution-options {
  text-align: left;
  position: relative;
}

.bh-prev-solution-container {
  z-index: 2;
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.img-prev-solution-img {
  width: 100%;
  object-fit: cover;
  border-radius: 60px;
  position: relative;
}

.bh-prev-solution-options-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.bh-card-prev-solution {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 30px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .15s;
  display: flex;
  box-shadow: 0 10px 10px rgba(0, 57, 128, .2);
}

.bh-card-prev-solution:hover {
  background-color: #f5f7f8;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .3);
}

.bh-icon-prev-solution {
  width: 40px;
  margin-bottom: 10px;
}

.bh-prev-solution-accordion {
  width: 90%;
  max-width: 1600px;
  min-height: 400px;
  background-color: #c2ddec;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding: 50px;
  display: none;
  position: relative;
  overflow: hidden;
}

.bh-prev-solution-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-prev-solution-left-container {
  text-align: left;
  padding-bottom: 40px;
}

.bh-prev-solution-right-container {
  text-align: left;
}

.bh-keyline-top-of-text {
  width: 100%;
  border-top: 4px solid #0a2d50;
  padding-top: 40px;
}

.bh-prev-solution-text {
  padding-right: 60px;
}

.bh-img-close-btn {
  width: 40px;
  cursor: pointer;
  object-fit: cover;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.bh-hero-slider-std {
  z-index: 10;
  width: 970px;
  height: 600px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.bh-vid-lightbox {
  z-index: 150;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bh-vid-modal {
  z-index: 152;
  width: 90%;
  max-width: 1600px;
  min-height: 90%;
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.bh-vid-close {
  z-index: 152;
  width: 40px;
  float: right;
  cursor: pointer;
  object-fit: contain;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.bh-vid-container {
  width: 100%;
  height: 0%;
  padding-top: 20px;
  padding-bottom: 56.25%;
  position: relative;
}

.bh-vid-tint {
  z-index: 151;
  background-color: rgba(0, 0, 0, .75);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bh-video-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bh-hero-slider-lg {
  z-index: 10;
  width: 1320px;
  height: 800px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.bh-footer-cta-60-days-dlsclaimer-text {
  color: #0a2d50;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  top: auto;
  bottom: -55px;
  left: 0%;
  right: auto;
}

.bh-news-img-container {
  width: 90%;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bh-news-hero-centered-img {
  z-index: 10;
  width: 90%;
  max-width: 1600px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.img-hero-main-task-dev-new {
  z-index: 16;
  position: absolute;
}

.img-hero-mainpin-dev-new {
  z-index: 15;
  display: block;
  position: absolute;
}

.img-hero-sidebar-dev-new {
  z-index: 15;
  opacity: 0;
  position: absolute;
}

.img-hero-taskdetail-dev-new {
  z-index: 14;
  opacity: 0;
  position: absolute;
}

.img-hero-pins-dev-new {
  z-index: 13;
  position: absolute;
}

.img-hero-dotterdlayer-dev-new {
  z-index: 12;
  opacity: 0;
  display: block;
  position: absolute;
}

.img-hero-browser-dev-new {
  z-index: 11;
  position: relative;
}

.bh-spacer-20px {
  width: 20px;
  height: 20px;
}

.img-hero-mobile-home {
  z-index: 11;
  display: none;
  position: absolute;
}

.img-hero-customer {
  z-index: 11;
  max-width: 500px;
}

.bh-more-videos-container {
  width: 90%;
  max-width: 800px;
  text-align: center;
}

.bh-more-videos-feed {
  grid-column-gap: 20px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.bh-support-page-cta {
  width: 100%;
  text-align: left;
  background-color: #c2ddec;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.bh-pricing-table-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  display: grid;
}

.bh-pricing-table-container.alt-no-studio {
  grid-template-columns: 1fr .5fr .5fr .5fr .5fr;
}

.bh-text-superscript {
  font-size: 16px;
}

.bh-pricing-table-plan-heading {
  background-color: #c2ddec;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px 15px;
  display: flex;
  position: relative;
}

.bh-pricing-table-plan-heading.alt-highlighted {
  background-color: #94c1da;
}

.bh-pricing-table-segmented-row {
  text-align: left;
  background-color: #e0f0f9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
}

.bh-pricing-table-feature {
  text-align: left;
  background-color: #c2ddec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 20px;
  display: flex;
}

.bh-pricing-table-feature.alt-integration {
  flex-direction: row;
  align-items: center;
}

.bh-pill-text {
  color: #2b7c9a;
  text-align: left;
  letter-spacing: 1.2px;
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.bh-pricing-table-inclusion {
  text-align: center;
  background-color: #c2ddec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.bh-pricing-table-inclusion.alt-highlighted {
  background-color: #94c1da;
}

.icon-pricing-table-plan {
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.bh-pricing-table-popular-tag {
  color: #0a2d50;
  text-align: left;
  letter-spacing: 1.2px;
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  position: absolute;
  top: -15px;
}

.bh-h4-hyperlink {
  cursor: pointer;
  text-decoration: none;
  transition: color .2s;
}

.bh-h4-hyperlink:hover {
  color: #244897;
}

.bh-pricing-table-section {
  width: 100%;
}

.bh-ic-integration {
  width: 35px;
  height: 35px;
}

.bh-pricing-table-integration-text-container {
  margin-left: 20px;
}

.div-block-91 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-92 {
  width: 90%;
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.bh-spacer-150px {
  width: 100%;
  height: 150px;
}

.bh-blank-container {
  width: 90%;
  max-width: 1600px;
}

.div-block-93 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.image-85 {
  max-width: 120px;
}

.bh-inline-banner-cta {
  background-color: #c2ddec;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 15px 20px;
}

.img-testmate-logo {
  width: 200px;
}

.bh-image-caption-text {
  color: #0a2d50;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: italic;
}

.bh-image-caption-text.text-white {
  color: #fff;
}

.bh-image-caption-text.text-white.shorter-width {
  padding-left: 50px;
  padding-right: 50px;
}

.bh-image-caption-text.div-grid-centred, .bh-image-caption-text.text-centred {
  text-align: center;
}

.bh-image-caption-text.inset-margin, .bh-image-caption-text.inset-350px {
  max-width: 400px;
}

.bh-image-caption-text.inset-350px.text-centered {
  max-width: 350px;
  text-align: center;
}

.bh-image-caption-text.alt-nomargin {
  margin-bottom: 0;
}

.bh-image-caption-text.alt-bold {
  font-weight: 900;
}

.bh-overview-video-section {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: stretch;
  padding: 25px 5% 50px;
  display: flex;
  position: relative;
}

.bh-overview-video-text-container {
  width: 90%;
  max-width: 990px;
  text-align: center;
}

.bh-overview-video-vid-container {
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 16px rgba(0, 57, 128, .2);
}

.bh-overview-video-cta-active {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
}

.bh-btn-disabled {
  float: left;
  color: #fff;
  cursor: not-allowed;
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding: 18px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bh-overview-video-cta-disabled {
  position: relative;
}

.img-banner-new-integrations {
  height: 60px;
  margin-right: 10px;
}

.bh-hero-extension-cta {
  margin-bottom: 20px;
}

.bh-hero-extension-cta.alternate {
  width: 355px;
  justify-content: space-between;
}

.bh-hero-extension-cta.alternate-wordpress {
  width: 445px;
  justify-content: space-between;
}

.bh-hero-extension-cta.alternate-wider-box {
  width: 420px;
  justify-content: space-between;
}

.bh-hero-extension-cta.alternate-public-feedback {
  width: 320px;
  justify-content: space-between;
}

.bh-hero-extension-cta.alternate-book-a-demo {
  width: 460px;
  justify-content: space-between;
}

.bh-hero-extension-cta.alternate-new {
  align-items: flex-start;
}

.bh-hero-extension-cta.alternate-extra-margin, .bh-hero-extension-cta.alternate-safari, .bh-hero-extension-cta.alternate-chrome, .bh-hero-extension-cta.alternate-firefox, .bh-hero-extension-cta.alternate-firefox, .bh-hero-extension-cta.alternate-edge {
  width: 355px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bh-hero-extension-cta.alt-btn-edge, .bh-hero-extension-cta.alt-btn-firefox, .bh-hero-extension-cta.alt-btn-safari, .bh-hero-extension-cta.alt-btn-chrome {
  display: none;
}

.img-extension-btn-icon {
  z-index: 5;
  width: 25px;
  margin-right: 10px;
  position: relative;
}

.bh-mobile-feature-table-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: grid;
}

.bh-mobile-feature-table-container.alt-no-studio {
  grid-template-columns: 1fr .5fr .5fr .5fr .5fr;
}

.bh-mobile-pricing-table-inclusion {
  text-align: center;
  background-color: #e0f0f9;
  border-bottom: 3px solid #c2ddec;
  border-left: 3px solid #c2ddec;
  border-right: 3px solid #c2ddec;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.bh-mobile-pricing-table-inclusion.alt-highlighted {
  background-color: #94c1da;
}

.bh-mobile-pricing-table-text-container {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bh-mobile-pricing-table-popular-tag {
  color: #0a2d50;
  text-align: left;
  letter-spacing: 1.2px;
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.bh-mobile-pricing-table-inclusion-left-container {
  text-align: left;
  align-items: center;
  display: flex;
}

.bh-mobile-pricing-table-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: none;
}

.bh-mobile-pricing-table-inclusion-right-container {
  text-align: right;
}

.bh-mobile-pricing-table-heading {
  width: 90%;
  max-width: 1600px;
}

.bh-mobile-pricing-table-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: grid;
}

.bh-mobile-pricing-table-container.alt-no-studio {
  grid-template-columns: 1fr .5fr .5fr .5fr .5fr;
}

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

.img-demo-booked {
  z-index: 11;
  width: 90%;
  max-width: 600px;
}

.bh-demo-booked-section {
  width: 100%;
  background-color: #e0f0f9;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  justify-items: stretch;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bh-demo-booked-container {
  width: 90%;
  max-width: 1600px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bh-demo-booked-more-section {
  background-color: #c2ddec;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-demo-booked-more-text {
  width: 95%;
  max-width: 1600px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bh-tool-tip-skip-video {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  position: absolute;
  bottom: 70px;
  left: -75px;
  right: -75px;
  box-shadow: 0 5px 5px rgba(0, 57, 128, .2);
}

.bh-single-case-study-container {
  width: 90%;
  max-width: 600px;
}

.bh-2-col-grid-container {
  width: 90%;
  max-width: 1600px;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.bh-2-col-grid-container.inset {
  width: auto;
  max-width: none;
}

.bh-ds-nav-section {
  z-index: 99;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #0a2d50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 84px;
}

.bh-ds-nav-container {
  width: 90%;
  max-width: 1600px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bh-ds-heading {
  background-color: #fff;
  border-radius: 500px;
  padding: 15px 35px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.bh-ds-overview-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.bh-ds-std-container {
  width: 90%;
  max-width: 1600px;
  border-top: 2px solid #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 50px;
  display: flex;
}

.bh-ds-std-container.alt-inset-container {
  padding-right: 30%;
}

.bh-ds-typography-section-copy, .bh-ds-buttons-section, .bh-ds-cards-section {
  width: 100%;
  background-color: #c2ddec;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.div-block-95 {
  max-width: 600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.bh-ds-components-section, .bh-ds-colors-section {
  width: 100%;
  background-color: #c2ddec;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.bh-ds-card-color {
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-96 {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.bh-ds-card-top-container {
  width: 100%;
  height: 100%;
  background-color: #dadada;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bh-ds-color-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col--bh-navy {
  background-color: #3464cf;
}

.bh-ds-h3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.bh-ds-h4 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.bh-ds-paragraph {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bh-ds-card-bottom-container {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.col--bh-light-blue {
  background-color: #e0f0f9;
}

.col--bh-light-blue-alt {
  background-color: #c2ddec;
}

.col--bh-purple {
  background-color: #7884cf;
}

.col--bh-purple-bg {
  background-color: #5c68b1;
}

.col--bh-salmon {
  background-color: #fed2c9;
}

.col--bh-dark {
  background-color: #0a2d50;
}

.col--bh-dark-new {
  background-color: #0c1336;
}

.col--bh-beige {
  background-color: #f5eeed;
}

.col--bh-navy-dark {
  background-color: #1a49b0;
}

html.w-mod-js [data-ix="hero-huge-image"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="hero-container"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hero-container-2"] {
  opacity: 0;
  transform: translate(0, -40%);
}

html.w-mod-js [data-ix="nav-stag-1"] {
  opacity: 0;
}

html.w-mod-js [data-ix="plan-button-fill"], html.w-mod-js [data-ix="plan-button-fill-2"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="qa-paragraph"] {
  height: 0;
}

html.w-mod-js [data-ix="qa-up-arrow"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .lp-testimonial-section {
    background-size: auto 85%;
  }

  .bh-hero-section {
    padding-top: 200px;
  }

  .bh-hero-img {
    top: 290px;
  }

  .bh-hero-img.usersnap, .bh-hero-img.right-side {
    width: 950px;
  }

  .bh-hero-img.right-side-small {
    width: 770px;
  }

  .bh-feature-text-container {
    padding-right: 120px;
  }

  .bh-testimonial-single {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-auto-flow: column;
  }

  .bh-footer-cta-section {
    background-position: 90%;
    background-size: auto 45%;
  }

  .bh-footer-cta-text {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .bh-footer-cta-grid {
    max-width: 1600px;
  }

  .vd-logo-panel {
    max-width: 1400px;
  }

  .img-logo-panel-white {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .bh-h4-testimonial {
    line-height: 30px;
  }

  .bh-testimonial-slider {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-auto-flow: column;
  }

  .bh-testimonial-img-text {
    border-radius: 200px;
  }

  .bh-header-wrapper {
    width: 90%;
  }

  .bh-megamenu-col-b {
    padding-left: 468px;
  }

  .bh-megamenu-col-a {
    padding-left: 132px;
  }

  .bh-hero-aud-section {
    padding-top: 150px;
  }

  .bh-hero-aud-cta {
    padding-left: 100px;
  }

  .bh-aud-intro-section {
    background-position: 90%;
    background-size: 750px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .bh-aud-intro-section.new-website-builds {
    background-position: 90%;
    background-size: 750px;
  }

  .vd-testimonial-aud {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-auto-flow: column;
  }

  .bh-megamenu-col-c-left {
    padding-left: 300px;
  }

  .bh-hero-row {
    padding-left: 80px;
    padding-right: 80px;
  }

  .bh-footer-text {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .bh-footer-sitemap {
    width: 100%;
    grid-row-gap: 20px;
  }

  .bh-footer-subheading {
    color: #0a2d50;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-weight: 900;
  }

  .bh-card-story-featured {
    margin-left: 80px;
    margin-right: 160px;
  }

  .bh-card-story-featured-img {
    right: -80px;
  }

  .bh-hero-std-section {
    padding-top: 150px;
  }

  .bh-hero-std-section.alternate-hide-overflow {
    padding-bottom: 200px;
  }

  .bh-hero-std-section.alternate-hide-overflow-small {
    padding-bottom: 250px;
  }

  .bh-hero-std-section.alternate-right-aligned-img {
    padding-bottom: 300px;
  }

  .bh-hero-std-section.alternate-competitor-page, .bh-hero-std-section.alternate-persona-hero {
    padding-bottom: 150px;
  }

  .bh-component-section-joiner {
    min-height: 190px;
  }

  .bh-component-section-joiner.joiner-white-to-navy {
    min-height: 220px;
  }

  .bh-story-feed-grid {
    grid-row-gap: 20px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .bh-integrations-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img-pricing-inclusions, .img-security-more {
    margin-left: 90px;
  }

  .bh-std-text-container {
    padding-left: 80px;
  }

  .bh-video-content.public-feedback {
    min-width: 740px;
  }

  .bh-hero-primary-text-container {
    max-width: 600px;
  }

  .bh-hero-post-its-section {
    padding-top: 150px;
  }

  .img-compare-table {
    margin-left: 90px;
  }

  .bh-integration-steps-left-col {
    padding-right: 120px;
  }

  .bh-looping-vid-container {
    max-width: 1024px;
  }

  .bh-background-vid {
    height: 576px;
  }

  .bh-background-vid.video-feedback {
    height: 810px;
  }

  .bh-looping-vid-cards-container, .bh-looping-vid-title-container {
    max-width: 1024px;
  }

  .bh-extension-install-cta {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .bh-hero-extension-install-section {
    padding-top: 150px;
  }

  .bh-2x2-card-img {
    height: 450px;
  }

  .bh-join-existing-team {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .bh-customer-logos-container {
    max-width: 1400px;
  }

  .bh-customer-logos-grid {
    padding-left: 100px;
    padding-right: 100px;
  }

  .bh-secondary-features-container {
    padding-left: 150px;
    padding-right: 150px;
  }

  .container-customer-story {
    max-width: 80%;
  }

  .bh-card-story-quote {
    margin-left: 80px;
    margin-right: 160px;
  }

  .bh-card-story-quote-img {
    right: -80px;
  }

  .body-customer-story {
    padding-left: 80px;
    padding-right: 40px;
  }

  .container-customer-story-quote {
    max-width: 72%;
  }

  .container-customer-story-more-stories {
    max-width: 89%;
  }

  .bh-cta-testimonial-section {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-auto-flow: column;
  }

  .bh-cta-testimonial-col-1 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .bh-hero-std-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .bh-features-summary-text-container {
    padding-right: 150px;
  }

  .bh-features-summary-text-container.alt-shorter-width {
    padding-right: 140px;
  }

  .bh-features-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .bh-tick-list-container {
    padding-right: 100px;
  }

  .bh-book-a-demo-cta-text {
    padding-right: 50px;
  }

  .bh-hero-rhs-image {
    width: 120%;
  }

  .bh-calendly-grid {
    padding-left: 80px;
    padding-right: 80px;
  }

  .bh-3-col-thumbnails-grid {
    align-items: center;
  }

  .bh-hero-recorded-demo {
    padding-top: 150px;
  }

  .bh-guarantee-cta-section {
    background-position: 90%;
    background-size: auto 45%;
  }

  .bh-hero-img-affiliate {
    max-width: 700px;
  }

  .bh-testimonial-group-img-text {
    border-radius: 200px;
  }

  .bh-reactivation-confirmation-section {
    padding-top: 150px;
  }

  .bh-client-getting-started-img {
    width: 500px;
  }

  .bh-client-getting-started-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .bh-h1-reduced {
    font-size: 52px;
    line-height: 60px;
  }

  .bh-hero-inset-img, .bh-hero-centered-img {
    top: 290px;
  }

  .bh-prev-solution-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .img-prev-solution-img {
    height: 576px;
  }

  .bh-hero-slider-std {
    display: none;
    top: 290px;
  }

  .bh-hero-slider-lg {
    display: flex;
    top: 290px;
  }

  .bh-news-hero-centered-img {
    top: 290px;
  }

  .bh-demo-booked-section {
    padding-top: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .bh-hero-section {
    padding-top: 250px;
  }

  .bh-hero-content {
    padding-left: 100px;
  }

  .bh-hero-img {
    top: 340px;
  }

  .bh-hero-img.usersnap {
    width: 1100px;
    top: 70px;
  }

  .bh-hero-img.right-side {
    width: 1100px;
    top: 0;
  }

  .bh-hero-img.right-side-small {
    width: 800px;
    top: 0;
  }

  .bh-hero-img.right-side-persona {
    top: 0;
  }

  .bh-hero-secondary-text-container {
    max-width: 700px;
  }

  .bh-2-col-std-grid {
    max-width: 1600px;
  }

  .bh-feature-text-container {
    padding-right: 220px;
  }

  .bh-feature-text-container.left {
    padding-left: 64px;
  }

  .bh-footer-cta-section {
    background-size: auto 50%;
  }

  .bh-footer-cta-text {
    padding-left: 200px;
    padding-right: 200px;
  }

  .vd-logo-panel {
    max-width: 1600px;
  }

  .bh-testimonial-container {
    justify-content: flex-start;
    padding-left: 200px;
  }

  .bh-testimonial-img {
    justify-content: flex-end;
    padding-right: 200px;
  }

  .bh-testimonial-img-text {
    top: 115px;
    bottom: auto;
    left: auto;
    right: 100px;
  }

  .bh-menu-dropdown {
    display: none;
  }

  .bh-header-wrapper {
    max-width: 1600px;
  }

  .bh-megamenu-wrapper {
    max-width: 1600px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bh-tabs {
    max-width: 1600px;
  }

  .bh-hero-std-content.usersnap {
    width: 50%;
  }

  .bh-hero-aud-cta {
    padding-left: 120px;
  }

  .bh-hero-aud-img-container, .bh-hero-aud-img {
    max-width: 1600px;
  }

  .bh-aud-intro-section {
    background-position: 80%;
    background-size: 750px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .bh-aud-intro-section.new-website-builds {
    background-position: 80%;
    background-size: 750px;
  }

  .vd-testimonial-img-aud {
    justify-content: flex-end;
    padding-right: 200px;
  }

  .bh-hero-aud-feedback-img {
    max-width: 1600px;
  }

  .bh-hero-row {
    max-width: 1600px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .bh-footer-container {
    max-width: 1600px;
  }

  .bh-card-story-featured {
    margin-left: 100px;
    margin-right: 200px;
  }

  .bh-card-story-featured-img {
    right: -100px;
  }

  .bh-hero-std-section.alternate-hide-overflow {
    padding-bottom: 300px;
  }

  .bh-hero-std-section.alternate-hide-overflow-video-hero {
    padding-bottom: 180px;
  }

  .bh-hero-std-section.alternate-right-aligned-img {
    padding-bottom: 350px;
  }

  .bh-hero-std-section.alternate-competitor-page, .bh-hero-std-section.alternate-persona-hero {
    padding-bottom: 200px;
  }

  .bh-component-section-joiner {
    min-height: 250px;
  }

  .bh-component-section-joiner.joiner-white-to-navy {
    min-height: 260px;
  }

  .bh-story-feed-grid {
    padding-left: 100px;
    padding-right: 100px;
  }

  .bh-std-text-container {
    padding-left: 100px;
    padding-right: 600px;
  }

  .bh-hero-post-its-section {
    padding-top: 200px;
  }

  .bh-tabs-full-width {
    max-width: 1600px;
  }

  .bh-integration-steps-left-col {
    padding-right: 220px;
  }

  .bh-integration-step-card-text {
    padding-right: 150px;
  }

  .container-bh_leadership {
    max-width: 80%;
  }

  .bh-looping-vid-container {
    max-width: 1280px;
  }

  .bh-background-vid {
    height: 720px;
  }

  .bh-background-vid.video-feedback {
    height: 900px;
  }

  .bh-looping-vid-title-container {
    max-width: 1280px;
  }

  .bh-extension-install-cta {
    padding-left: 200px;
    padding-right: 200px;
  }

  .bh-hero-extension-install-section {
    padding-top: 200px;
  }

  .bh-2x2-card-img {
    height: 500px;
  }

  .bh-join-existing-team {
    padding-left: 200px;
    padding-right: 200px;
  }

  .bh-hero-looping-vid-container {
    width: 1100px;
  }

  .bh-hero-background-vid {
    height: 618px;
  }

  .bh-customer-logos-container {
    max-width: 1600px;
  }

  .bh-customer-logos-grid {
    padding-left: 250px;
    padding-right: 250px;
  }

  .bh-secondary-features-container {
    margin-top: 150px;
    padding: 100px 250px;
  }

  .hero-customer-story-img {
    max-height: 420px;
    max-width: 420px;
  }

  .container-customer-story {
    max-width: 72%;
  }

  .grid-body-customer-story {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bh-card-story-quote {
    margin-left: 100px;
    margin-right: 200px;
  }

  .bh-card-story-quote-img {
    right: -100px;
  }

  .bh-card-get-to-know {
    padding: 24px;
  }

  .container-customer-story-quote {
    max-width: 60%;
  }

  .container-customer-story-more-stories {
    max-width: 75%;
  }

  .div-customer-story-card-slide-holder {
    width: 40%;
  }

  .bh-cta-testimonial-col-1 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .bh-cta-testimonial-col-2 {
    justify-content: flex-start;
  }

  .bh-hero-std-container {
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0;
  }

  .bh-hero-std-text-container {
    padding-right: 150px;
  }

  .bh-hero-video-youtube-container {
    max-width: 1600px;
  }

  .bh-features-square-tile-container {
    box-shadow: none;
  }

  .bh-tick-list-container {
    padding-right: 150px;
  }

  .bh-book-a-demo-cta-text {
    padding-right: 100px;
  }

  .bh-hero-rhs-image {
    width: 100%;
  }

  .bh-calendly-grid {
    padding-left: 100px;
    padding-right: 100px;
  }

  .bh-video-feedback-benefits-section {
    padding-bottom: 300px;
  }

  .bh-hero-recorded-demo-text-container {
    max-width: 1600px;
  }

  .bh-guarantee-cta-section {
    background-size: auto 50%;
  }

  .bh-guarantee-cta-col-2 {
    margin-left: 200px;
  }

  .bh-affiliates-how-it-works-img-text {
    bottom: auto;
  }

  .image-84 {
    max-width: 700px;
  }

  .icon-double-triangle-hero {
    z-index: 2;
  }

  .bh-vertical-tabs {
    max-width: 1600px;
  }

  .bh-client-getting-started-img-container {
    box-shadow: none;
  }

  .img-feature-img-home {
    max-width: 1280px;
  }

  .bh-hero-inset-img {
    top: 340px;
  }

  .bh-hero-centered-section {
    padding-top: 150px;
  }

  .bh-hero-centered-container {
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0;
  }

  .bh-hero-centered-img {
    top: 340px;
  }

  .img-prev-solution-img {
    height: 720px;
  }

  .bh-hero-slider-std, .bh-hero-slider-lg, .bh-news-hero-centered-img {
    top: 340px;
  }

  .bh-overview-video-section {
    padding-top: 50px;
  }

  .bh-overview-video-vid-container {
    max-width: 1024px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
    line-height: 58px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .img_turn-this {
    max-width: 300px;
    padding-top: 8px;
  }

  .plan-mountain-bg {
    display: none;
  }

  .all-plans-container {
    width: 97%;
    padding-top: 50px;
  }

  .customer-case-study-quote {
    margin-left: 40px;
    margin-right: 40px;
  }

  .srv-div-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .srv-div-we-are-here-card {
    padding: 0;
  }

  .img_into-this {
    max-width: 280px;
  }

  .div-editable-quote-block-blurb {
    margin-left: 64px;
    margin-right: 64px;
  }

  .div-block-65 {
    margin-left: 64px;
    margin-right: auto;
  }

  .section-6 {
    width: 94%;
    grid-template-columns: 1fr .25fr 1fr;
  }

  .bh-video-dropdown-mobile-container {
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .icon-3 {
    opacity: .72;
    margin-right: 0;
    position: relative;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    position: absolute;
    box-shadow: 0 2px 3px rgba(66, 69, 113, .56);
  }

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

  .dropdown-link:hover {
    color: #3f71e0;
    font-weight: 900;
  }

  .bh-video-dropdown-mobile {
    z-index: 10;
  }

  .dropdown-toggle {
    border-radius: 5px;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    display: flex;
    box-shadow: 1px 1px 11px -2px #666;
  }

  .lp-testimonial-section {
    background-position: -30%;
    align-items: flex-end;
    padding-right: 100px;
  }

  .lp-testimonial-container {
    grid-column-gap: 30px;
  }

  .lp-help-resources-section {
    justify-content: flex-start;
  }

  .calc-top-container {
    padding: 50px 20px 25px;
  }

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

  .calc-results-container {
    width: 100%;
    max-width: none;
  }

  .calc-results-left {
    padding-left: 50px;
    padding-right: 50px;
  }

  .calc-disclaimer {
    width: 100%;
    max-width: none;
  }

  .bh-brand {
    margin-top: 0;
  }

  .bh-bugherd-logo-desktop {
    display: none;
  }

  .bh-hero-content {
    padding-left: 40px;
  }

  .bh-hero-text {
    margin-bottom: 25px;
  }

  .icon-play {
    margin-left: 0;
  }

  .bh-hero-ctas {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-hero-ctas.alternate {
    flex-direction: row;
  }

  .bh-hero-ctas.alternate-wordpress {
    width: auto;
    height: 130px;
  }

  .bh-hero-ctas.alternate-wider-box, .bh-hero-ctas.alternate-public-feedback, .bh-hero-ctas.alternate-book-a-demo, .bh-hero-ctas.alternate-new, .bh-hero-ctas.alternate-extra-margin, .bh-hero-ctas.alternate-safari, .bh-hero-ctas.alternate-chrome, .bh-hero-ctas.alternate-firefox, .bh-hero-ctas.alternate-firefox, .bh-hero-ctas.alternate-edge {
    flex-direction: row;
  }

  .bh-btn-play {
    margin-top: 20px;
  }

  .bh-hero-img {
    max-height: 400px;
  }

  .bh-hero-img.usersnap, .bh-hero-img.right-side, .bh-hero-img.right-side-small {
    width: 100%;
    position: relative;
    top: 0;
  }

  .bh-hero-img.right-side-persona {
    position: relative;
    top: 0;
  }

  .bh-hero-secondary-text-container {
    padding-left: 0;
  }

  .bh-2-col-std-grid {
    grid-column-gap: 30px;
  }

  .bh-2-col-std-grid.integrations-steps {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bh-feature-text-container {
    padding-right: 25px;
  }

  .bh-testimonial-single {
    grid-column-gap: 30px;
    background-image: none;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-end;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-footer-cta-section {
    min-height: 0;
    background-image: none;
  }

  .bh-footer-cta-text {
    grid-column-gap: 30px;
  }

  .bh-footer-cta-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-generic-block-quote {
    grid-column-gap: 30px;
  }

  .bh-white-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-h4-testimonial {
    font-size: 20px;
    line-height: 24px;
  }

  .bh-slider-first-slide {
    width: auto;
    max-width: 300px;
  }

  .bh-testimonial-slider {
    grid-column-gap: 30px;
    background-image: none;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-end;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-testimonial-img {
    background-image: none;
    align-items: flex-end;
  }

  .bh-testimonial-img-text {
    max-width: 100%;
    padding: 20px 40px;
    top: auto;
    bottom: 200px;
    left: auto;
    right: auto;
  }

  .bh-nav-hamburger {
    display: block;
  }

  .bh-header.with-banner-alert {
    top: 0;
  }

  .bh-header-wrapper {
    width: 90%;
  }

  .bh-menu {
    display: none;
  }

  .bh-text-container-centred {
    width: 90%;
    max-width: 550px;
  }

  .vd-logo-panel-text {
    font-size: 16px;
  }

  .vd-logo-section-short {
    padding-bottom: 100px;
  }

  .bh-tabs-menu.pricing-tab-new {
    margin-left: auto;
    margin-right: auto;
  }

  .bh-tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .bh-2-col-grid-fullwidth {
    grid-column-gap: 30px;
  }

  .bh-hero-aud-section {
    grid-row-gap: 20px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .bh-hero-std-content {
    width: 55%;
  }

  .bh-hero-std-content.usersnap {
    width: 100%;
  }

  .bh-hero-std-content.extension-install-hero-text {
    width: 90%;
  }

  .bh-h1-std {
    font-size: 40px;
    line-height: 46px;
  }

  .icon-cta-shapes {
    left: auto;
  }

  .bh-aud-intro-section {
    background-position: 120% 120px;
    background-size: 500px;
  }

  .vd-testimonial-aud {
    grid-column-gap: 30px;
    background-image: none;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-end;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vd-testimonial-img-aud {
    background-image: none;
    align-items: flex-end;
  }

  .bh-hero-aud-vid-row {
    margin-top: 30px;
  }

  .bh-hero-row {
    padding-left: 0;
    padding-right: 0;
  }

  .bh-hero-row.usersnap {
    flex-direction: column;
  }

  .bh-card-container {
    grid-template-rows: auto auto auto;
  }

  .bh-card-column.col-left, .bh-card-column.col-centre {
    margin-top: 0;
  }

  .bh-paragraph-card {
    margin-top: 20px;
  }

  .bh-footer-container {
    flex-direction: column;
  }

  .bh-footer-img {
    margin-bottom: 40px;
  }

  .bh-footer-text {
    width: 100%;
  }

  .bh-footer-sitemap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bh-body {
    background-image: none;
  }

  .bh-h3.looping-vid-card {
    padding-right: 130px;
  }

  .bh-h5.alternate-review-banner-text, .bh-h5.alternate-review-banner-text-wide {
    max-width: 320px;
  }

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

  .bh-pricing-cards-grid {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .icon-pricing-card {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bh-card-story-featured {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-right: 50px;
  }

  .bh-card-story-featured-img {
    width: 100%;
    max-width: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: auto;
  }

  .bh-card-story-featured-text-container {
    padding-right: 0;
  }

  .bh-card-story-cta-text {
    border-bottom-left-radius: 0;
    flex: 1;
  }

  .bh-card-story-arrow {
    width: 80px;
    border-bottom-right-radius: 0;
  }

  .bh-card-story {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .bh-card-story-logo {
    height: 50px;
    object-fit: contain;
  }

  .bh-card-story-img {
    width: 100%;
    max-width: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: auto;
  }

  .bh-hero-std-section {
    grid-row-gap: 20px;
    background-image: none;
    overflow: hidden;
  }

  .bh-hero-std-section.alternate-hide-overflow-video-hero {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .bh-hero-std-section.alternate-right-aligned-img {
    padding-bottom: 100px;
  }

  .bh-story-feed-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .bh-integrations-coming-soon {
    width: 90%;
  }

  .bh-integrations-text-container {
    width: 70%;
    padding-right: 50px;
  }

  .bh-integrations-img {
    position: relative;
  }

  .img-pricing-inclusions {
    width: 160px;
  }

  .bh-scrollable-column {
    width: 65%;
  }

  .bh-scrollable-column.compare-table {
    width: 90%;
  }

  .bh-scroll-and-sticky-container.compare-table {
    justify-content: center;
  }

  .bh-faq-accordion {
    margin-top: 150px;
  }

  .bh-2-col-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-right: 51px;
  }

  .bh-security-main-section {
    padding-bottom: 90px;
  }

  .img-security-more {
    width: 160px;
  }

  .bh-updates-innovation {
    padding-left: 30px;
  }

  .image-76 {
    display: none;
  }

  .bh-security-row {
    padding: 80px 50px;
  }

  .img-security-row {
    width: 200px;
    margin-right: 50px;
  }

  .bh-security-row-text {
    padding-right: 50px;
  }

  .bh-std-text-container {
    padding-left: 0;
    padding-right: 50px;
  }

  .bh-videos-desktop {
    display: none;
  }

  .bh-video-content.public-feedback {
    min-width: 320px;
  }

  .bh-video-list {
    margin-bottom: 50px;
    position: relative;
    top: 0;
  }

  .icon-play-small {
    margin-left: 0;
  }

  .bh-videos-desktop-container {
    grid-template-columns: 1fr;
  }

  .bh-video-body-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .bh-videos-mobile {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 100px;
    display: flex;
  }

  .bh-videos-mobile-container {
    width: 90%;
  }

  .bh-before-vs-after-grid {
    grid-template-columns: 1fr .25fr 1fr;
  }

  .img-triple-arrow {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .bh-hero-post-its-section {
    grid-row-gap: 20px;
    background-position: 110% 70%;
    background-size: 600px;
    overflow: hidden;
  }

  .bh-hero-post-its-section.about {
    background-position: 100%;
  }

  .bh-compare-table-text {
    padding-right: 40px;
  }

  .img-compare-table {
    width: 160px;
    display: none;
  }

  .bh-hero-img-parent-container {
    padding-top: 50px;
  }

  .bh-faq-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bh-h1-pill-small {
    margin-bottom: 10px;
  }

  .bh-tabs-full-width.pricing-tab-new {
    align-items: flex-start;
    overflow: auto;
  }

  .bh-testimonials-group-cards {
    grid-column-gap: 50px;
  }

  .bh-testimonials-group-card {
    padding: 30px;
  }

  .bh-testimonials-group-card.short-card {
    margin-right: 40px;
  }

  .bh-integration-steps-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-integration-steps-left-col {
    padding-right: 25px;
  }

  .bh-3-col-grid-container {
    grid-column-gap: 40px;
  }

  .bh-title-and-button-container {
    margin-bottom: 50px;
  }

  .bh-title-and-button-col1 {
    padding-right: 71px;
  }

  .image-77 {
    max-width: 90%;
  }

  .bh-card-logo-and-text-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-81 {
    max-width: 64%;
  }

  .bh-hero-video-cta-second-line {
    margin-top: 40px;
    left: 0;
  }

  .bh-mobile-menu-btns {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-looping-vid-search-bar {
    width: 300px;
  }

  .bh-background-vid {
    height: 391px;
  }

  .bh-looping-vid-cards-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bh-looping-vid-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .bh-extension-install-cta-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-extension-install-cta {
    grid-column-gap: 30px;
  }

  .bh-hero-extension-install-section {
    grid-row-gap: 20px;
    overflow: hidden;
  }

  .bh-2x2-grid-container {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bh-join-existing-team {
    grid-column-gap: 30px;
  }

  .bh-hero-looping-vid-container {
    width: 100%;
    position: relative;
  }

  .bh-hero-background-vid {
    height: 391px;
  }

  .bh-hero-looping-vid-parent-container {
    padding-top: 50px;
  }

  .bh-customer-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 100px;
    padding-right: 100px;
  }

  .bh-customer-logos-grid.alternate-logo-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bh-customer-logos-text {
    font-size: 16px;
  }

  .bh-secondary-features-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-customer-story-img {
    width: 280px;
    height: 280px;
  }

  .container-customer-story {
    max-width: 88%;
  }

  .grid-body-customer-story {
    grid-template-columns: 1.5fr 3fr .25fr;
  }

  .grid-body-customer-story.centred {
    grid-template-columns: 1fr 3fr 1fr;
  }

  .bh-card-story-quote {
    max-width: 80%;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-right: 50px;
  }

  .bh-card-story-quote-text-container {
    padding-bottom: 24px;
    padding-right: 0;
  }

  .bh-card-story-quote-img {
    width: 100%;
    max-width: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: auto;
  }

  .body-customer-story {
    padding-left: 24px;
  }

  .body-customer-story.centred {
    padding-left: 0;
  }

  .container-customer-story-quote {
    max-width: 96%;
  }

  .div-customer-story-card-slide-holder {
    max-width: 70%;
  }

  .slider {
    min-height: 680px;
  }

  .div-customer-stories-more-slider {
    max-width: 100%;
  }

  .bh-cta-testimonial-section {
    grid-column-gap: 30px;
    background-image: none;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-end;
  }

  .bh-cta-testimonial-col-1 {
    grid-column-gap: 30px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .bh-cta-testimonial-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bh-hero-std-container {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bh-hero-std-text-container {
    padding-right: 100px;
  }

  .bh-hero-std-img-container.alt-centred {
    align-items: flex-start;
  }

  .bh-new-features-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-features-text-container.sticky-on-scroll {
    position: relative;
    top: auto;
  }

  .bh-features-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-features-hotspot-img-container {
    padding-top: 50px;
  }

  .bh-light-blue-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-hero-video-cta-second-line-v2 {
    display: flex;
    left: 0;
  }

  .bh-hero-video-cta-with-hero-img {
    display: none;
  }

  .bh-book-a-demo-cta-top-panel {
    grid-column-gap: 30px;
    padding: 40px 30px 30px;
  }

  .bh-book-a-demo-cta-text {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .bh-public-feedback-howitworks-grid {
    grid-column-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bh-public-feedback-howitworks-container {
    width: 80%;
    max-width: none;
  }

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

  .bh-card-light-blue.transparent {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bh-how-it-works-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-book-a-demo-cta-section {
    width: 80%;
    grid-column-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .bh-book-a-demo-cta-bottom-panel {
    grid-column-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 30px 30px;
  }

  .bh-calendly-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .bh-card-text-left-aligned {
    text-align: center;
    padding-right: 0;
  }

  .bh-pricing-cards-grid-2 {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bh-plan-content-2 {
    min-height: 500px;
  }

  .bh-customer-story-page-block-quote {
    grid-column-gap: 30px;
  }

  .bh-video-feedback-benefits-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-video-feedback-benefits-vid-container {
    width: 90%;
    position: relative;
  }

  .bh-3-col-thumbnails-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-3-col-thumbnails-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-book-a-demo-container-new {
    grid-template-rows: auto auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bh-pre-recorded-demo-container {
    grid-column-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 100px;
  }

  .bh-hero-recorded-demo {
    grid-row-gap: 20px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .bh-other-videos-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-other-videos-grid {
    grid-template-columns: .5fr .5fr;
  }

  .img-other-videos {
    width: 160px;
  }

  .bh-hero-recorded-demo-text-container {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .bh-form-field-container {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .bh-form-field-container.alternate-reactivate-offer {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .bh-form-field.alternate-reactivate-offer, .bh-form-field.alternate-siteurl-cta {
    max-width: 150px;
    min-width: auto;
  }

  .bh-addusers-top-container {
    padding: 50px 20px 45px;
  }

  .bh-addusers-bottom-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bh-addusers-calc-results-container {
    width: 100%;
    max-width: none;
  }

  .bh-calc-field-dropdown {
    float: none;
  }

  .bh-2-col-grid-tab-content {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .img-client-feedback {
    top: -20px;
    left: -25px;
  }

  .div-block-89 {
    padding-right: 100px;
  }

  .bh-addusers-calc-results-left {
    padding-left: 50px;
    padding-right: 50px;
  }

  .bh-addusers-calc-results-right {
    padding-left: 30px;
  }

  .bh-addusers-bottom-container-yearly {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bh-top-banner-alert {
    display: none;
  }

  .bh-guarantee-cta-section {
    min-height: 0;
    background-image: none;
  }

  .bh-guarantee-cta-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-guarantee-cta-col-2 {
    grid-column-gap: 30px;
    margin-left: 0;
  }

  .bh-card-container-alternate {
    grid-template-rows: auto auto auto;
  }

  .bh-other-use-cases-container, .bh-awards-grid {
    width: 90%;
  }

  .bh-hero-img-affiliate {
    width: 100%;
    position: relative;
  }

  .bh-hero-right-aligned-img-container {
    position: relative;
  }

  .bh-affiliates-how-it-works-container {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bh-affiliates-how-it-works-img {
    margin-top: 50px;
  }

  .bh-criteria-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .icon-double-triangle-hero {
    left: 50px;
  }

  .bh-header-referral-branding {
    display: none;
  }

  .bh-header-referral-mobile-banner {
    display: flex;
  }

  .bh-header-referral-mobile-banner.alternate-centred {
    justify-content: center;
  }

  .bh-header-referral-mobile-banner.alternate-pink {
    background-color: #eb66a4;
    justify-content: center;
  }

  .bh-header-referral-mobile-banner.alt-white-bg {
    background-color: #fff;
  }

  .bh-book-a-demo-section-alternate {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-vertical-tabs {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bh-vertical-tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .img-vertical-tab-feature {
    top: -20px;
    left: -25px;
  }

  .img-vertical-tab-feature.alternate-square {
    width: 80%;
  }

  .bh-vertical-tabs-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-reactivation-offer-form {
    flex-direction: row;
    align-items: flex-end;
  }

  .bh-reactivation-confirmation-section {
    grid-row-gap: 20px;
    background-image: none;
    overflow: hidden;
  }

  .bh-mobile-menu-accordion {
    width: 100%;
    background-color: #e0f0f9;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .bh-mobile-menu-navlink {
    text-align: left;
    border-left: 4px solid #fff;
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .bh-mobile-menu-navlink.alternate-no-border, .bh-mobile-menu-navlink.alternate-login-link {
    border-left-style: none;
    padding-left: 0;
  }

  .bh-mobile-menu-btn {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bh-mobile-menu-accordion-container {
    width: 60%;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .bh-mobile-menu-accordion-grid {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    border-top: 2px solid #c2ddec;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 10px;
    display: grid;
  }

  .bh-bugherd-logo-mobile {
    width: 50px;
    display: inline-block;
  }

  .bh-2-col-grid-assymetrical {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bh-client-getting-started-img {
    display: none;
  }

  .bh-client-getting-started-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-h1-reduced {
    font-size: 40px;
    line-height: 46px;
  }

  .bh-2-col-grid-alternate {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bh-6-col-grid-container {
    grid-column-gap: 40px;
  }

  .img-feature-img-home {
    top: -135px;
  }

  .bh-hero-text-h2-small {
    margin-bottom: 25px;
  }

  .bh-h3-body-text-size {
    font-size: 16px;
  }

  .bh-hero-video-cta-right-aligned-image {
    left: 0;
  }

  .bh-midpage-cta-box {
    grid-column-gap: 30px;
    padding: 40px 30px 30px;
  }

  .bh-midpage-cta-btns {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .bh-siteurl-cta-form {
    flex-direction: row;
    align-items: flex-end;
  }

  .bh-downloads-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-downloads-container {
    grid-column-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .bh-downloads-top-panel {
    grid-column-gap: 30px;
    padding: 40px 30px 30px;
  }

  .bh-mid-page-cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-mid-page-cta-container {
    grid-column-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .bh-midpage-cta-top-panel {
    grid-column-gap: 30px;
    padding: 40px 30px 30px;
  }

  .bh-card-midpage-cta {
    width: 100%;
    background-color: rgba(10, 45, 80, .9);
  }

  .bh-social-proof-customer-reviews {
    grid-template-columns: 1fr 1fr;
  }

  .bh-rating-count-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .img-logo-social-rating {
    margin-top: 10px;
    margin-left: 0;
  }

  .bh-card-customer-review {
    padding: 16px 16px 20px;
  }

  .bh-card-customer-testimonial-link-block {
    padding: 10px 16px;
  }

  .bh-hero-centered-section {
    grid-row-gap: 20px;
    background-image: none;
    overflow: hidden;
  }

  .bh-hero-centered-container {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bh-hero-centered-text-container {
    max-width: 550px;
  }

  .bh-hero-centered-img {
    margin-bottom: 20px;
    display: flex;
  }

  .bh-hero-centered-ctas {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-rounded-section.bg-dark-new {
    border-radius: 40px;
  }

  .bh-card-sales-pitch-2-col-text-container {
    padding: 20px;
  }

  .bh-card-sales-pitch-1-col-text-container {
    max-width: 350px;
    padding: 100px 20px 20px;
  }

  .bh-prev-solution-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-signup-process-section {
    border-radius: 40px;
  }

  .bh-signup-process-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bh-new-awards-section {
    border-radius: 40px;
  }

  .bh-new-awards-grid {
    width: 90%;
    grid-template-columns: 1fr 1fr;
  }

  .bh-new-awards-text {
    width: 90%;
  }

  .bh-footer-cta-60-days-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-footer-cta-60-days-container {
    grid-column-gap: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bh-prev-solution-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .img-prev-solution-img {
    border-radius: 40px;
  }

  .bh-prev-solution-content {
    grid-template-columns: 1fr;
  }

  .bh-prev-solution-text {
    padding-right: 0;
  }

  .bh-hero-slider-std {
    display: none;
  }

  .bh-vid-modal {
    border-radius: 40px;
  }

  .bh-hero-slider-lg {
    display: none;
  }

  .bh-news-hero-centered-img {
    margin-bottom: 20px;
    display: flex;
  }

  .img-hero-customer {
    max-width: 400px;
  }

  .bh-support-page-cta {
    grid-column-gap: 30px;
    padding: 40px 30px 30px;
  }

  .bh-pricing-table-container {
    max-width: none;
  }

  .bh-pill-text {
    margin-bottom: 10px;
  }

  .icon-pricing-table-plan {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bh-pricing-table-popular-tag {
    margin-bottom: 10px;
  }

  .bh-pricing-table-section {
    width: 1400px;
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .bh-overview-video-section {
    overflow: hidden;
  }

  .bh-hero-extension-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-hero-extension-cta.alternate {
    flex-direction: row;
  }

  .bh-hero-extension-cta.alternate-wordpress {
    width: auto;
    height: 130px;
  }

  .bh-hero-extension-cta.alternate-wider-box, .bh-hero-extension-cta.alternate-public-feedback, .bh-hero-extension-cta.alternate-book-a-demo, .bh-hero-extension-cta.alternate-new, .bh-hero-extension-cta.alternate-extra-margin, .bh-hero-extension-cta.alternate-safari, .bh-hero-extension-cta.alternate-chrome, .bh-hero-extension-cta.alternate-firefox, .bh-hero-extension-cta.alternate-firefox, .bh-hero-extension-cta.alternate-edge {
    flex-direction: row;
  }

  .bh-mobile-feature-table-container {
    width: 100%;
  }

  .bh-mobile-pricing-table-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bh-mobile-pricing-table-container {
    width: 100%;
  }

  .bh-demo-booked-section {
    grid-row-gap: 20px;
    background-image: none;
    padding-top: 100px;
    overflow: hidden;
  }

  .bh-demo-booked-more-section {
    border-radius: 40px;
  }

  .bh-demo-booked-more-text {
    width: 90%;
  }

  .bh-2-col-grid-container {
    grid-column-gap: 40px;
  }

  .bh-ds-std-container {
    padding-left: 0;
    padding-right: 50px;
  }

  .bh-ds-std-container.alt-inset-container {
    padding-right: 15%;
  }
}

@media screen and (max-width: 767px) {
  .img_turn-this {
    max-width: 90%;
  }

  .all-plans-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .utility-page-content {
    width: 80%;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
  }

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

  .customer-case-study-quote {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-container-centred-complogos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .srv-link-block {
    padding-top: 40px;
  }

  .srv-p-feature {
    width: 90%;
  }

  .srv-p-feature.blurb {
    width: 100%;
  }

  .img_into-this {
    max-width: 90%;
  }

  .div-editable-quote-block-blurb, .div-block-65 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .srv-div-testimonial-block {
    width: 100%;
  }

  .div-testimonial-profile {
    padding-top: 120px;
  }

  .section-6 {
    flex-direction: column;
    padding-top: 40px;
  }

  .img-arrow-mobile {
    display: none;
  }

  .img-arrow-down-mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .bh-video-dropdown-mobile {
    flex-direction: column;
    display: flex;
  }

  .features-row-grid {
    width: 90%;
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .lp-testimonial-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
    padding-right: 0;
  }

  .lp-testimonial-container {
    width: 70%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 0;
    padding-bottom: 120px;
  }

  .bh-hyperlink {
    padding-top: 20px;
  }

  .lp-help-resources-section {
    width: 85%;
  }

  .lp-hyperlink-centred {
    padding-top: 20px;
  }

  .bh-calc-field-qty {
    margin-top: 10px;
  }

  .calc-field-container {
    margin-bottom: 25px;
  }

  .calc-fields-container {
    flex-direction: column;
    padding-bottom: 5px;
  }

  .calc-results-container {
    flex-direction: column;
    align-items: stretch;
  }

  .calc-results-right {
    margin-top: 25px;
    padding-left: 0;
  }

  .calc-cta-buttons {
    justify-content: center;
    margin-top: 10px;
  }

  .calc-cta-link {
    padding-top: 0;
  }

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

  .bh-brand {
    padding-left: 0;
  }

  .bh-bugherd-logo-desktop {
    width: 80px;
  }

  .bh-hero-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .bh-hero-section.alternate-referral-lp, .bh-hero-section.alternate-no-sticky {
    padding-top: 170px;
  }

  .bh-hero-content {
    margin-bottom: 0;
    padding-left: 0;
    transform: none;
  }

  .icon-play {
    margin-left: 15px;
  }

  .bh-hero-ctas {
    flex-direction: row;
  }

  .bh-hero-ctas.alternate {
    width: 355px;
    height: auto;
  }

  .bh-hero-ctas.alternate-wordpress {
    width: 445px;
    height: auto;
  }

  .bh-hero-ctas.alternate-wider-box {
    width: auto;
    height: 130px;
    flex-direction: column;
  }

  .bh-hero-ctas.alternate-extra-margin, .bh-hero-ctas.alternate-safari, .bh-hero-ctas.alternate-chrome, .bh-hero-ctas.alternate-firefox, .bh-hero-ctas.alternate-firefox, .bh-hero-ctas.alternate-edge {
    width: 355px;
    height: auto;
  }

  .bh-btn-play {
    margin-top: 0;
  }

  .bh-hero-img {
    width: 65%;
    max-height: none;
    justify-content: flex-start;
    margin-bottom: 25px;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .bh-hero-secondary-text-container {
    margin-top: 200px;
    transform: none;
  }

  .bh-2-col-std-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .bh-feature-text-container {
    margin-bottom: 20px;
    padding-right: 25vw;
  }

  .bh-testimonial-single {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
  }

  .bh-footer-cta-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
    padding-right: 0;
  }

  .bh-footer-cta-text {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding: 100px 80px 80px;
  }

  .bh-generic-block-quote {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .vd-h3-quote {
    margin-bottom: 0;
  }

  .bh-testimonial-container {
    justify-content: flex-start;
  }

  .bh-quote-link {
    padding-top: 20px;
  }

  .bh-white-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-testimonial-bottom-panel {
    padding-top: 20px;
  }

  .bh-slider-slide {
    margin-right: 30px;
  }

  .bh-slider-first-slide {
    max-width: 200px;
    margin-right: 30px;
  }

  .bh-testimonial-slider {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
  }

  .bh-testimonial-img {
    display: none;
  }

  .bh-testimonial-img-text {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 145px;
  }

  .bh-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .vd-hyperlink {
    padding-top: 20px;
  }

  .vd-logo-panel-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .bh-tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .bh-tab-link {
    width: 90vh;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .bh-tab-link.w--current {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .bh-tab-link.right-end {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .bh-2-col-grid-fullwidth {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-spacer-100px {
    height: 50px;
  }

  .bh-hero-aud-section {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 50px;
  }

  .bh-hero-std-content {
    width: 100%;
    margin-bottom: 0;
    transform: none;
  }

  .bh-hero-aud-cta {
    flex: none;
    padding-left: 0;
  }

  .icon-cta-shapes {
    display: none;
  }

  .bh-hero-aud-img {
    max-height: none;
  }

  .bh-aud-intro-section {
    background-position: 0 120%;
    background-size: 100%;
    padding-bottom: 250px;
  }

  .vd-testimonial-aud {
    grid-column-gap: 20px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
  }

  .vd-testimonial-img-aud {
    display: none;
  }

  .vd-testimonial-container-aud {
    justify-content: flex-start;
  }

  .bh-hero-aud-vid-row {
    align-items: flex-start;
  }

  .bh-hero-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-audience-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-footer-navlink {
    font-size: 12px;
  }

  .bh-footer-sitemap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .bh-blank-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-body {
    background-position: 50% 0;
    background-size: cover;
  }

  .bh-h3.looping-vid-card {
    padding-right: 50px;
  }

  .bh-h3.alt-extra-margin {
    margin-bottom: 30px;
  }

  .bh-h5.alternate-review-banner-text, .bh-h5.alternate-review-banner-text-wide {
    max-width: 280px;
    padding-right: 15px;
  }

  .bh-btn-ghost.header-book-a-demo {
    display: none;
  }

  .bh-btn-ghost.header-book-a-demo.alternate-landing-page-version {
    display: flex;
  }

  .bh-card-story-featured {
    padding: 30px;
  }

  .bh-hero-std-section {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-hero-std-section.alternate-hide-overflow-video-hero {
    padding-top: 150px;
  }

  .bh-story-feed-grid {
    grid-template-columns: 1fr;
  }

  .bh-integrations-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bh-integrations-coming-soon {
    flex-direction: column;
  }

  .bh-integrations-text-container {
    width: 100%;
  }

  .bh-integrations-img {
    margin-top: 15px;
  }

  .img-pricing-inclusions {
    display: none;
  }

  .bh-scrollable-column {
    width: 90%;
  }

  .bh-scrollable-column.compare-table {
    width: 100%;
  }

  .bh-scroll-and-sticky-container {
    justify-content: center;
  }

  .bh-faq-accordion {
    margin-top: 60px;
  }

  .bh-2-col-grid {
    margin-top: 50px;
    padding-right: 0;
  }

  .bh-security-main-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .img-security-more {
    display: none;
  }

  .bh-security-row {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .img-security-row {
    margin-bottom: 50px;
  }

  .bh-std-text-section {
    grid-column-gap: 21px;
    grid-template-rows: minmax(0, 1fr);
    grid-template-areas: ".";
  }

  .bh-video-content.public-feedback {
    min-width: 100%;
  }

  .icon-play-small {
    margin-left: 15px;
  }

  .bh-videos-mobile {
    margin-top: 40px;
  }

  .bh-before-vs-after-grid {
    width: 80%;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bh-hero-post-its-section {
    grid-row-gap: 16px;
    background-image: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 50px;
  }

  .bh-hero-post-its-section.about {
    background-position: 50%;
  }

  .img-compare-table {
    display: none;
  }

  .bh-faq-section {
    padding-top: 60px;
  }

  .bh-h1-pill-small {
    margin-bottom: 0;
  }

  .bh-testimonials-group-cards {
    width: 80%;
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-testimonials-group-card.short-card {
    margin-right: 0;
  }

  .bh-integration-steps-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-integration-steps-left-col {
    margin-bottom: 20px;
    padding-right: 25vw;
  }

  .bh-integration-step-card-icon {
    width: 100px;
    height: 100px;
    margin-right: 25px;
  }

  .bh-integration-step-card-text {
    padding-right: 50px;
  }

  .bh-step-card-icon {
    width: 100px;
    height: 100px;
    margin-right: 25px;
  }

  .bh-navy-rounded-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-3-col-grid-container {
    width: 80%;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-3-col-card {
    flex-direction: row;
    align-items: center;
  }

  .bh-3-col-card-img {
    width: 40%;
    margin-bottom: 0;
    margin-right: 25px;
  }

  .bh-title-and-button-container {
    width: 80%;
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .bh-title-and-button-col1 {
    padding-right: 0;
  }

  .bh-title-and-button-col2 {
    width: auto;
    padding-top: 20px;
  }

  .container-91 {
    padding-top: 24px;
  }

  .div-block-81 {
    max-width: 80%;
  }

  .bh-hero-video-cta-second-line {
    left: -15px;
  }

  .bh-mobile-menu-btns {
    width: 100%;
  }

  .icon-looping-vid-search-bar {
    width: 250px;
  }

  .bh-background-vid {
    height: 250px;
  }

  .bh-background-vid.video-feedback {
    height: 420px;
  }

  .bh-looping-vid-cards-container {
    width: 80%;
  }

  .bh-looping-vid-title-container {
    width: 80%;
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
  }

  .bh-extension-install-cta-grid {
    margin-top: 30px;
  }

  .bh-extension-install-cta {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding: 100px 80px 80px;
  }

  .bh-hero-extension-install-section {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bh-2x2-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-join-existing-team {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding: 100px 80px 80px;
  }

  .bh-hero-background-vid {
    height: 250px;
  }

  .bh-hero-looping-vid-parent-container {
    width: 100%;
  }

  .img-hero-dotterdlayer-contentmarketing, .img-hero-sidebar-contentmarketing, .img-hero-taskdetail-contentmarketing, .img-hero-sidebar-designer, .img-hero-taskdetail-designer, .img-hero-dotterdlayer-designer {
    display: none;
  }

  .bh-customer-logos-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-customer-logos-grid {
    padding-left: 50px;
    padding-right: 50px;
  }

  .bh-customer-logos-grid.alternate-logo-grid {
    max-width: 500px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bh-customer-logos-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .bh-secondary-features-container {
    width: 80%;
    padding: 40px;
  }

  .hero-customer-story-img {
    margin-left: auto;
    margin-right: auto;
  }

  .container-customer-story {
    max-width: 80%;
  }

  .grid-body-customer-story, .grid-body-customer-story.centred {
    grid-template-columns: 3fr;
  }

  .bh-card-story-quote {
    padding: 30px;
  }

  .bh-card-get-to-know {
    margin-bottom: 40px;
  }

  .body-customer-story {
    padding-right: 24px;
  }

  .body-customer-story.centred {
    padding-left: 24px;
  }

  .image-81 {
    margin-left: 0;
  }

  .div-customer-story-card-slide-holder {
    max-width: 64%;
  }

  .slider {
    min-height: 720px;
  }

  .customer-stories-rounded-corner-img {
    margin-left: 0;
  }

  .bh-cta-testimonial-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
  }

  .bh-cta-testimonial-col-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding: 100px 80px 80px;
  }

  .bh-cta-testimonial-col-2 {
    justify-content: flex-start;
  }

  .bh-hero-std-container {
    flex-direction: column;
  }

  .bh-hero-std-text-container {
    width: 100%;
    padding-right: 0;
    transform: none;
  }

  .bh-features-grid {
    width: 90%;
  }

  .bh-features-hotspot-img-container {
    max-width: 300px;
  }

  .bh-light-blue-section {
    overflow: hidden;
  }

  .bh-card-2-col-thumbnail-top-panel {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bh-card-2-col-thumbnail-text {
    padding-right: 15px;
  }

  .bh-tick-list-container {
    margin-bottom: 15px;
  }

  .bh-hero-customer-logos-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .bh-hero-video-cta-second-line-v2 {
    left: -15px;
  }

  .bh-book-a-demo-cta-top-panel {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-book-a-demo-cta-text {
    padding-bottom: 0;
    padding-right: 20px;
  }

  .bh-public-feedback-howitworks-container {
    max-width: 80vw;
  }

  .bh-how-it-works-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-book-a-demo-cta-section, .bh-book-a-demo-cta-bottom-panel {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-pricing-cards-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bh-tabs-pricing-upper-text-container {
    padding-bottom: 25px;
  }

  .bh-customer-story-page-block-quote {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .img-hero-sidebar-generic, .img-hero-taskdetail-generic, .img-hero-dotterdlayer-generic {
    display: none;
  }

  .bh-video-feedback-benefits-section {
    overflow: hidden;
  }

  .bh-3-col-thumbnails-grid {
    width: 90%;
  }

  .bh-pre-recorded-demo-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 50px;
  }

  .bh-hero-recorded-demo {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bh-other-videos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .img-other-videos {
    margin-top: 30px;
  }

  .bh-hero-recorded-demo-text-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-hero-recorded-demo-cta {
    flex-direction: row;
    flex: none;
    margin-top: 40px;
  }

  .bh-recorded-demo-disclaimer-text {
    text-align: left;
    padding-left: 20px;
  }

  .bh-form-field {
    margin-top: 10px;
  }

  .bh-form-field.alternate-reactivate-offer, .bh-form-field.alternate-siteurl-cta {
    max-width: none;
    min-width: 220px;
  }

  .bh-addusers-calc-results-container {
    flex-direction: column;
    align-items: stretch;
  }

  .bh-calc-field {
    margin-bottom: 25px;
  }

  .bh-calc-fields-container, .bh-pricing-disclaimer-3 {
    flex-direction: column;
    align-items: center;
  }

  .bh-addusers-calc-results-right {
    margin-top: 25px;
    padding-left: 0;
  }

  .bh-guarantee-cta-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
    padding-right: 0;
  }

  .bh-guarantee-cta-col-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-other-use-cases-container {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-flow: column;
  }

  .bh-awards-grid {
    width: 70%;
    max-width: 400px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bh-affiliates-how-it-works-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-affiliates-how-it-works-img {
    padding-right: 0;
  }

  .bh-header-lp {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bh-testimonial-group-img-text {
    top: auto;
    bottom: -15px;
    right: -10px;
  }

  .bh-testimonial-group-profile-img.profile-top-right {
    left: -35px;
    right: auto;
  }

  .bh-testimonial-group-profile-img.profile-bottom-right {
    top: auto;
    bottom: -35px;
    right: -35px;
  }

  .bh-book-a-demo-section-alternate {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-vertical-tabs-menu {
    flex-direction: column;
  }

  .bh-vertical-tab-link {
    font-size: 14px;
    line-height: 20px;
  }

  .bh-vertical-tabs-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-reactivation-confirmation-section {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bh-mobile-menu-btn {
    margin-left: 5px;
    margin-right: 5px;
  }

  .bh-mobile-menu-accordion-container, .bh-client-getting-started-grid {
    width: 90%;
  }

  .bh-header-lp-with-award, .bh-header-no-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bh-6-col-grid-container {
    width: 80%;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .img-feature-img-home {
    top: -85px;
  }

  .bh-audience-alt-blue-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .img-hero-main-task-home, .img-hero-mainpin-home, .img-hero-sidebar-home, .img-hero-taskdetail-home, .img-hero-pins-home, .img-hero-dotterdlayer-home, .img-hero-browser-home {
    display: none;
  }

  .bh-h3-body-text-size {
    font-size: 14px;
    line-height: 20px;
  }

  .bh-review-banner-card {
    width: 95%;
    max-width: none;
  }

  .img-review-banner-badge {
    display: none;
  }

  .img-review-banner-badge.badge-1 {
    display: block;
  }

  .bh-hero-video-cta-right-aligned-image {
    left: -15px;
  }

  .bh-midpage-cta-box {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-midpage-cta-btns {
    padding-bottom: 0;
    padding-right: 20px;
  }

  .bh-downloads-container, .bh-downloads-top-panel {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-hero-inset-img {
    justify-content: flex-start;
    margin-bottom: 25px;
  }

  .bh-component-section-joiner-rounded-light-blue-to-white {
    padding-top: 60px;
  }

  .bh-mid-page-cta-container, .bh-midpage-cta-top-panel {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-card-midpage-cta {
    padding: 40px 30px;
  }

  .bh-spacer-50px {
    height: 30px;
  }

  .bh-social-proof-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-social-proof-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bh-rating-count-container {
    flex-direction: row;
  }

  .img-logo-social-rating {
    margin-top: 0;
  }

  .bh-hero-centered-section {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-hero-centered-container {
    flex-direction: column;
  }

  .bh-hero-centered-text-container {
    width: 100%;
    padding-right: 0;
    transform: none;
  }

  .bh-rounded-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bh-rounded-section.bg-dark-new {
    border-radius: 30px;
  }

  .bh-sales-pitch-container {
    width: 80%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .bh-card-sales-pitch-1-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .img-card-sales-pitch-1-col {
    width: 100%;
  }

  .bh-card-sales-pitch-1-col-text-container {
    max-width: 4000px;
    justify-content: space-between;
    padding-top: 20px;
  }

  .bh-prev-solution-section {
    overflow: hidden;
  }

  .bh-signup-process-section {
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-signup-process-container {
    width: 80%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .bh-card-signup-process-box {
    margin-top: 20px;
    padding: 20px;
  }

  .img-card-signup-process {
    margin-bottom: 25px;
  }

  .bh-new-awards-section {
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-new-awards-grid {
    max-width: 400px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 5px;
  }

  .bh-new-awards-text {
    max-width: 400px;
  }

  .bh-footer-cta-60-days-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-footer-cta-60-days-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .img-footer-60-days-right-person, .img-footer-60-days-left-person {
    display: none;
  }

  .img-prev-solution-img {
    border-radius: 30px;
    display: none;
  }

  .bh-prev-solution-accordion {
    border-radius: 30px;
    padding: 30px;
  }

  .bh-img-close-btn {
    top: 15px;
    right: 15px;
  }

  .bh-vid-modal {
    width: 95%;
    min-height: 95%;
    border-radius: 30px;
    padding: 25px;
  }

  .bh-vid-close {
    top: 15px;
    right: 15px;
  }

  .img-hero-sidebar-dev-new, .img-hero-taskdetail-dev-new, .img-hero-dotterdlayer-dev-new {
    display: none;
  }

  .img-hero-mobile-home {
    margin-top: 50px;
    display: block;
    position: relative;
  }

  .bh-more-videos-feed {
    grid-template-columns: 1fr;
  }

  .bh-support-page-cta {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-pricing-table-container {
    width: 95%;
    padding-bottom: 25px;
  }

  .bh-pricing-table-feature {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bh-pill-text, .bh-pricing-table-popular-tag {
    margin-bottom: 0;
  }

  .bh-spacer-150px {
    height: 50px;
  }

  .bh-overview-video-section {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bh-hero-extension-cta {
    flex-direction: row;
  }

  .bh-hero-extension-cta.alternate {
    width: 355px;
    height: auto;
  }

  .bh-hero-extension-cta.alternate-wordpress {
    width: 445px;
    height: auto;
  }

  .bh-hero-extension-cta.alternate-wider-box {
    width: auto;
    height: 130px;
    flex-direction: column;
  }

  .bh-hero-extension-cta.alternate-extra-margin, .bh-hero-extension-cta.alternate-safari, .bh-hero-extension-cta.alternate-chrome, .bh-hero-extension-cta.alternate-firefox, .bh-hero-extension-cta.alternate-firefox, .bh-hero-extension-cta.alternate-edge {
    width: 355px;
    height: auto;
  }

  .bh-mobile-feature-table-container {
    width: 90%;
    padding-bottom: 25px;
  }

  .bh-mobile-pricing-table-inclusion {
    padding: 10px 15px;
  }

  .bh-mobile-pricing-table-popular-tag {
    margin-bottom: 0;
  }

  .bh-mobile-pricing-table-container {
    width: 90%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 25px;
  }

  .bh-demo-booked-section {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-demo-booked-more-section {
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-demo-booked-more-text {
    max-width: 400px;
  }

  .bh-2-col-grid-container {
    width: 80%;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bh-ds-nav-section {
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
    top: 80px;
  }

  .bh-ds-nav-container {
    flex-direction: column;
  }

  .bh-ds-std-container.alt-inset-container {
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .primary-button {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-button-text {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .img_turn-this {
    max-width: 100%;
  }

  .qa-block {
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .qa-paragraph {
    margin-top: 50px;
  }

  .text-block-2 {
    padding-left: 16px;
  }

  .utility-page-wrap {
    height: 50vh;
  }

  .utility-page-content {
    margin-top: 0;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .customer-case-study-quote {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .f-quote {
    font-size: 20px;
    line-height: 24px;
  }

  .quote-name {
    margin-bottom: 40px;
  }

  .section-container-centred-complogos {
    background-color: rgba(0, 0, 0, 0);
  }

  .srv-link-block {
    flex-direction: column;
    padding-top: 24px;
  }

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

  .srv-hyperlink-arrow {
    padding-top: 20px;
  }

  .srv-p-feature {
    width: 100%;
    margin-top: -24px;
  }

  .srv-cont-landing-we-are-here {
    flex-direction: column;
  }

  .srv-div-we-are-here-card {
    width: 100%;
  }

  .srv-div-block-landing-feature {
    height: 160px;
  }

  .srv-h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .srv-div-padding-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-grid-centred {
    width: 60px;
  }

  .img_into-this {
    max-width: 100%;
  }

  .div-editable-quote-block-blurb {
    display: none;
  }

  .div-block-65 {
    justify-content: center;
    margin-top: 0;
  }

  .div-hide-in-mobile {
    display: none;
  }

  .div-show-in-mobile {
    display: block;
  }

  .srv-div-testimonial-block {
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }

  .div-testimonial-profile {
    width: 100%;
    padding-top: 24px;
    padding-left: 0;
  }

  .div-testimonial-quote, .manifest-logo {
    margin-top: -40px;
  }

  .section-6 {
    width: 90%;
  }

  .dropdown-list-2.w--open {
    width: 200px;
  }

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

  .srv-div-padding-40px-top {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .features-row-grid {
    width: 80%;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    padding-right: 20px;
  }

  .section-10-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .srv-h2-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .lp-quote-name {
    margin-bottom: 40px;
  }

  .bh-intro-text-container {
    width: 90%;
  }

  .quote-slider {
    height: 250px;
  }

  .calc-cta-buttons {
    flex-direction: column;
  }

  .calc-cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .calc-cta-link {
    margin-top: 20px;
  }

  .quote-slider-avatar {
    top: auto;
    bottom: -30px;
    left: auto;
    right: 10px;
  }

  .bh-bugherd-logo-desktop {
    width: 18vw;
    max-width: 80px;
    margin-right: 10px;
  }

  .bh-hero-section.alternate-referral-lp, .bh-hero-section.alternate-no-sticky {
    padding-top: 240px;
  }

  .bh-hero-text {
    width: 85%;
    max-width: none;
    text-align: left;
    font-size: 16px;
  }

  .bh-btn-primary {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-play {
    margin-left: 0;
  }

  .bh-hero-ctas {
    flex-direction: column;
  }

  .bh-hero-ctas.alternate {
    width: auto;
    height: 120px;
    flex-direction: column;
  }

  .bh-hero-ctas.alternate-wordpress, .bh-hero-ctas.alternate-wider-box {
    width: auto;
    height: 130px;
  }

  .bh-hero-ctas.alternate-public-feedback, .bh-hero-ctas.alternate-book-a-demo, .bh-hero-ctas.alternate-extra-margin, .bh-hero-ctas.alternate-safari, .bh-hero-ctas.alternate-chrome, .bh-hero-ctas.alternate-firefox, .bh-hero-ctas.alternate-firefox, .bh-hero-ctas.alternate-edge {
    width: auto;
    height: 120px;
    flex-direction: column;
  }

  .bh-btn-play {
    margin-top: 15px;
  }

  .bh-hero-secondary-text-container {
    margin-top: 150px;
  }

  .bh-2-col-std-grid {
    grid-template-rows: auto;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .bh-feature-text-container {
    padding-right: 0;
  }

  .vd-h3-white {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .bh-btn-text {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .bh-btn-header {
    margin-left: auto;
    margin-right: auto;
    padding: 12px 18px;
  }

  .bh-btn-header.alternate-landing-page-version {
    margin-left: 5px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bh-footer-cta-section {
    padding-bottom: 80px;
  }

  .bh-footer-cta-text {
    padding: 80px 45px 60px;
  }

  .icon-double-triangle {
    width: 90px;
    top: -10px;
    left: 10px;
  }

  .icon-double-triangle.pricing {
    width: 60px;
  }

  .bh-generic-block-quote {
    max-width: 90%;
  }

  .vd-h3-quote {
    margin-bottom: 40px;
    padding-right: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .lpvd-testimonial-name {
    margin-bottom: 40px;
  }

  .bh-testimonial-credits {
    align-items: flex-start;
  }

  .bh-testimonial-bottom-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-testimonial-name-white {
    margin-bottom: 20px;
  }

  .bh-testimonial-logo {
    margin-left: 0;
  }

  .bh-nav-hamburger {
    width: 45px;
    height: 45px;
    margin-left: 7px;
    padding-top: 12px;
  }

  .bh-tabs-menu.pricing-tab, .bh-tabs-menu.pricing-tab-new {
    margin-bottom: 25px;
  }

  .bh-tab-link.right-end {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .bh-tab-link.left-end {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .bh-2-col-grid-fullwidth {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-hero-aud-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .bh-hero-std-content.usersnap {
    padding-right: 0;
  }

  .bh-hero-aud-cta {
    flex-direction: column;
  }

  .bh-h1-std {
    width: 100%;
    max-width: none;
    color: rgba(1, 15, 28, .9);
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }

  .bh-aud-intro-section {
    background-position: 50% 110%;
    background-size: 100%;
  }

  .vd-testimonial-aud {
    padding: 40px 8%;
  }

  .vd-testimonial-img-aud {
    width: 0;
  }

  .vd-testimonial-container-aud {
    position: relative;
  }

  .bh-hero-aud-vid-row {
    margin-bottom: 15px;
  }

  .bh-footer-container {
    align-items: center;
  }

  .bh-footer-img {
    width: 40%;
    margin-bottom: 80px;
  }

  .bh-footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bh-body {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    font-size: 14px;
    line-height: 20px;
  }

  .bh-h1-small {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .bh-h3.looping-vid-card {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 20px;
  }

  .bh-h5.alternate-review-banner-text, .bh-h5.alternate-review-banner-text-wide, .bh-h5.alternate-integration-banner-text {
    max-width: 210px;
  }

  .bh-h1-pill {
    margin-bottom: 20px;
  }

  .bh-btn-white {
    margin-left: auto;
    margin-right: auto;
  }

  .bh-btn-ghost.header-book-a-demo.alternate-landing-page-version {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .bh-pricing-cards-grid {
    grid-template-rows: auto auto auto auto;
  }

  .bh-card-integration {
    flex-direction: column;
  }

  .icon-integration {
    margin-bottom: 25px;
  }

  .bh-card-story-featured-logo, .bh-card-story-logo {
    margin-bottom: 40px;
  }

  .bh-card-story-text {
    padding: 29px;
  }

  .bh-hero-std-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
  }

  .bh-story-feed-grid {
    max-width: 100%;
  }

  .bh-faq-accordion {
    margin-top: 0;
  }

  .bh-updates-innovation {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .bh-security-row {
    width: 90%;
    padding: 30px 30px 50px;
  }

  .img-security-row {
    width: 150px;
    margin-bottom: 25px;
  }

  .bh-security-row-text {
    padding-right: 0;
  }

  .bh-std-text-section {
    grid-template: "." minmax(0, 1fr)
    / 1fr 1fr;
  }

  .bh-video-content {
    box-shadow: 1px 1px 8px rgba(66, 69, 113, .24);
  }

  .icon-play-small {
    margin-left: 0;
  }

  .bh-before-vs-after-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-hero-post-its-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
  }

  .bh-hero-post-its-section.about {
    background-position: 50%;
  }

  .bh-compare-table-text {
    padding-right: 0;
  }

  .img-included, .img-not-included {
    width: 25px;
  }

  .bh-compare-table-logo {
    width: 60px;
  }

  .bh-faq-section {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .bh-integration-steps-left-col {
    padding-right: 0;
  }

  .bh-integration-step-card-icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }

  .bh-integration-step-card-text {
    padding-right: 20px;
  }

  .bh-step-card-icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }

  .bh-navy-rounded-section {
    border-radius: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-3-col-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-3-col-card-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .bh-card-logo {
    margin-left: 0;
  }

  .div-block-81 {
    max-width: 100%;
  }

  .bh-hero-video-cta-second-line {
    left: 0;
  }

  .bh-mobile-menu-btns {
    flex-direction: column;
  }

  .icon-looping-vid-search-bar {
    width: 120px;
  }

  .bh-background-vid.video-feedback {
    height: 350px;
  }

  .bh-card-icon {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-install {
    width: 100px;
  }

  .bh-extension-install-cta {
    padding: 80px 45px 60px;
  }

  .bh-hero-extension-install-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
  }

  .bh-2x2-card-img {
    height: 220px;
  }

  .bh-2x2-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-join-existing-team {
    padding: 80px 45px 60px;
  }

  .bh-testimonial-name {
    margin-bottom: 20px;
  }

  .bh-customer-logos-grid, .bh-customer-logos-grid.alternate-logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bh-secondary-features-container {
    grid-row-gap: 40px;
  }

  .bh-secondary-feature-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-secondary-feature {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .container-customer-story {
    max-width: 90%;
    padding-top: 40px;
  }

  .grid-body-customer-story {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .bh-card-story-quote {
    max-width: 100%;
  }

  .container-customer-story-quote {
    max-width: 96%;
  }

  .div-customer-stories-more-slider, .div-customer-story-bh-img {
    display: none;
  }

  .grid-customer-stories-more-stories {
    max-width: 90%;
    grid-template-columns: 1fr;
  }

  .div-block-83 {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .bh-cta-testimonial-col-1 {
    padding: 80px 45px 60px;
  }

  .bh-new-features-section {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-features-table-container {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bh-features-table-cell.left-cells {
    border-bottom: 2px solid #fff;
    border-right-style: none;
  }

  .icon-feature {
    margin-top: 30px;
  }

  .bh-features-summary-text-container {
    padding-right: 20px;
  }

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

  .bh-features-hotspot-img-container {
    max-width: 80%;
  }

  .bh-light-blue-section {
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-card-2-col-thumbnail-top-panel {
    padding: 20px;
  }

  .bh-tick-list-container {
    padding-right: 20px;
  }

  .bh-hero-cta-and-customer-logos {
    max-width: none;
  }

  .bh-hero-customer-logos-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bh-hero-video-cta-second-line-v2 {
    left: 0;
  }

  .bh-book-a-demo-cta-top-panel {
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 20px 20px;
  }

  .bh-book-a-demo-cta-text {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .bh-hero-rhs-image-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .bh-hero-rhs-image {
    width: 100%;
  }

  .bh-features-table-container-public-feedback {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bh-public-feedback-howitworks-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

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

  .bh-card-light-blue.centred, .bh-card-light-blue.transparent {
    padding: 30px;
  }

  .bh-how-it-works-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .bh-book-a-demo-cta-section, .bh-book-a-demo-cta-bottom-panel {
    flex-direction: column;
    justify-content: flex-start;
  }

  .bh-customer-story-page-block-quote {
    max-width: 90%;
  }

  .bh-alt-blue-rounded-section {
    border-radius: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-video-feedback-benefits-section {
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-3-col-thumbnails-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .bh-3-col-thumbnails-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bh-pre-recorded-demo-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .bh-hero-recorded-demo {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-other-videos-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-hero-recorded-demo-text-container {
    align-items: center;
  }

  .bh-hero-recorded-demo-cta {
    flex-direction: column;
  }

  .bh-form-field-container.alternate-reactivate-offer {
    width: 100%;
    margin-bottom: 10px;
  }

  .bh-form-field, .bh-form-field.alternate-reactivate-offer, .bh-form-field.alternate-siteurl-cta {
    min-width: auto;
  }

  .bh-addusers-calc-section {
    padding: 15px;
  }

  .bh-addusers-top-container {
    padding: 30px 10px 20px;
  }

  .bh-calc-field-dropdown {
    float: none;
  }

  .img-client-feedback {
    left: 0;
  }

  .bh-guarantee-cta-section {
    padding-bottom: 80px;
  }

  .bh-guarantee-cta-col-2, .bh-guarantee-cta-col-1 {
    padding: 35px;
  }

  .bh-card-award {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .bh-card-award-text-container {
    margin-left: 10px;
  }

  .ic-award {
    bottom: 20px;
    right: 20px;
  }

  .bh-awards-grid {
    width: 80%;
  }

  .bh-affiliates-how-it-works-img-text {
    max-width: 230px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .icon-double-triangle-hero {
    width: 80px;
    top: -10px;
    left: 30px;
  }

  .img-referral-branding-logo.logo-designrush {
    margin-bottom: 10px;
  }

  .bh-header-referral-mobile-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 40px 15px 15px;
  }

  .bh-header-referral-mobile-banner.alternate-pink {
    align-items: center;
    padding-right: 15px;
  }

  .bh-testimonials-group-section {
    padding-top: 100px;
  }

  .bh-testimonials-group-img {
    width: 90%;
  }

  .bh-testimonial-group-img-text {
    max-width: 250px;
    bottom: -27px;
    right: 0;
  }

  .bh-footer-cta-referral-branding {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .bh-reactivation-offer-form-block {
    width: 100%;
  }

  .bh-book-a-demo-section-alternate {
    padding-top: 100px;
  }

  .img-vertical-tab-feature {
    left: 0;
  }

  .bh-vertical-tabs-section {
    border-radius: 35px;
  }

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

  .bh-reactivation-confirmation-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .bh-mobile-menu-navlink.alternate-login-link {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .bh-mobile-menu-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bh-mobile-menu-divider {
    margin-bottom: 20px;
  }

  .bh-bugherd-logo-mobile {
    width: 45px;
    margin-right: 10px;
  }

  .bh-client-getting-started-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bh-h1-reduced {
    width: 100%;
    max-width: none;
    color: rgba(1, 15, 28, .9);
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }

  .bh-h2-reduced {
    font-size: 28px;
    line-height: 34px;
  }

  .bh-audience-alt-blue-section {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .bh-hero-text-h2-small {
    width: 85%;
    max-width: none;
    text-align: left;
    font-size: 16px;
  }

  .bh-review-banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bh-review-banner-card {
    width: 100%;
  }

  .bh-hero-video-cta-right-aligned-image {
    left: 0;
  }

  .bh-midpage-cta-box {
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 20px 20px;
  }

  .bh-midpage-cta-btns {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .bh-siteurl-cta-form-block {
    width: 100%;
  }

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

  .bh-downloads-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .bh-downloads-top-panel {
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 20px 20px;
  }

  .bh-component-section-joiner-rounded-light-blue-to-white {
    border-radius: 35px 35px 0 0;
  }

  .bh-component-section-joiner-rounded-light-blue-to-white.alt-inverted {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }

  .bh-mid-page-cta-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .bh-midpage-cta-top-panel {
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 20px 20px;
  }

  .bh-more-stories-section {
    border-radius: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-social-proof-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-social-proof-customer-reviews {
    grid-template-columns: 1fr;
  }

  .bh-hero-centered-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
  }

  .bh-hero-centered-ctas {
    flex-direction: column;
  }

  .bh-hero-text-h2-small-centered {
    width: 85%;
    max-width: none;
    text-align: left;
    font-size: 16px;
  }

  .bh-rounded-section {
    border-radius: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bh-card-sales-pitch-2-col-text-container, .bh-card-sales-pitch-1-col-text-container {
    padding: 20px;
  }

  .bh-prev-solution-section {
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bh-new-awards-grid, .bh-new-awards-text {
    width: 80%;
  }

  .bh-footer-cta-60-days-container {
    margin-top: 25px;
    padding: 40px 25px 25px;
  }

  .img-footer-60-days-right-person, .img-footer-60-days-left-person {
    width: 90px;
    top: -10px;
    left: 10px;
  }

  .bh-prev-solution-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bh-prev-solution-options-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bh-footer-cta-60-days-dlsclaimer-text {
    bottom: -70px;
  }

  .img-hero-customer {
    max-width: 100%;
  }

  .bh-support-page-cta {
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 20px 20px;
  }

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

  .bh-overview-video-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .bh-btn-disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .bh-hero-extension-cta {
    flex-direction: column;
  }

  .bh-hero-extension-cta.alternate {
    width: auto;
    height: 120px;
    flex-direction: column;
  }

  .bh-hero-extension-cta.alternate-wordpress, .bh-hero-extension-cta.alternate-wider-box {
    width: auto;
    height: 130px;
  }

  .bh-hero-extension-cta.alternate-public-feedback, .bh-hero-extension-cta.alternate-book-a-demo, .bh-hero-extension-cta.alternate-extra-margin, .bh-hero-extension-cta.alternate-safari, .bh-hero-extension-cta.alternate-chrome, .bh-hero-extension-cta.alternate-firefox, .bh-hero-extension-cta.alternate-firefox, .bh-hero-extension-cta.alternate-edge {
    width: auto;
    height: 120px;
    flex-direction: column;
  }

  .bh-demo-booked-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .bh-demo-booked-more-text {
    width: 80%;
  }
}

#btn-ghost.w-node-_13c780fa-cf52-25ab-a31e-80986a765b3a-6a765b3a {
  grid-area: 3 / 1 / 4 / 2;
}

#btn-primary.w-node-_61c011b9-1bc9-a75f-ceb7-bf883bcaa76d-3bcaa76d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_979cbd5a-3eda-debf-debe-64cb0eae6753-3cd5b019, #w-node-_979cbd5a-3eda-debf-debe-64cb0eae6756-3cd5b019, #w-node-_84788b1f-9692-fcfe-01c5-7a58308cb813-3cd5b019, #w-node-_84788b1f-9692-fcfe-01c5-7a58308cb816-3cd5b019, #w-node-_60e71d2a-40fd-40b5-960e-cc6ae8ad724e-3cd5b019, #w-node-_60e71d2a-40fd-40b5-960e-cc6ae8ad7250-3cd5b019, #w-node-_63869899-cd81-933d-9dcb-227e0f798fc8-3cd5b019, #w-node-_63869899-cd81-933d-9dcb-227e0f798fcb-3cd5b019, #w-node-fc938de4-3ff9-be3a-7623-19bc3418c5d1-3cd5b019, #w-node-fc938de4-3ff9-be3a-7623-19bc3418c5d4-3cd5b019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#btn-white.w-node-f24642b0-d3b1-2b26-f0e6-bc3b7942beac-7942beac {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_91bd98ab-891d-3a11-ecb2-4d46fd146cb4-fd146cb4, #w-node-_0ba4e3e0-df5f-77c9-8a09-5e0bca234427-ca234427, #w-node-e3b63788-f510-d992-bead-479348e0aa82-48e0aa82, #w-node-e3b63788-f510-d992-bead-479348e0aa85-48e0aa82, #w-node-_944b3fc2-a0a4-04d6-71b4-688e8ae65a94-8ae65a94, #w-node-_944b3fc2-a0a4-04d6-71b4-688e8ae65a95-8ae65a94, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a83a-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a83b-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a83e-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a849-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a84c-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a857-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a859-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a866-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a869-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a874-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a877-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a8c0-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a8f5-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a8f6-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a8f8-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a8f9-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a8fa-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a8fb-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a8fc-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a950-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a952-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a953-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a954-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a955-fb44a838, #w-node-_327fee58-04f0-f2d7-2ce7-603ffb44a956-fb44a838, #w-node-e8a8eb41-18e0-95b4-3f39-d70f6b10aab1-6b10aab1, #w-node-_25803678-869f-1d22-34ed-8444c30db358-c30db358, #w-node-_40a68a89-445c-0358-0fc9-861dac15535b-ac15535b, #w-node-_40a68a89-445c-0358-0fc9-861dac15535e-ac15535b, #w-node-d25e7fcd-2152-48ce-d653-338cc5d002a8-c5d002a8, #w-node-d25e7fcd-2152-48ce-d653-338cc5d002ab-c5d002a8, #w-node-b644b80f-4330-d740-c51a-40424d8030fc-4d8030fc, #w-node-b644b80f-4330-d740-c51a-40424d8030fe-4d8030fc, #w-node-_3c9a196a-8a0f-2236-5ad5-3e356af72597-6af72597, #w-node-_3c9a196a-8a0f-2236-5ad5-3e356af7259a-6af72597, #w-node-d2048356-12b7-5aa1-6531-955da1217588-a1217588, #w-node-d2048356-12b7-5aa1-6531-955da121758b-a1217588, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3b64-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3bab-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3be0-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3be1-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3be3-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3be4-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3be5-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3be6-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3be7-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3c3b-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3c3d-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3c3e-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3c3f-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3c40-0c0d3b62, #w-node-_6974a7cb-155d-a102-574d-7cd00c0d3c41-0c0d3b62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d0565be-9565-fb04-aa86-33a02bef0790-a2d5b01a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9d0565be-9565-fb04-aa86-33a02bef079a-a2d5b01a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_18d7e50a-a519-3099-dba3-c5b11111a930-a2d5b01a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18d7e50a-a519-3099-dba3-c5b11111a944-a2d5b01a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f4-b4f812f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f5-b4f812f1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f6-b4f812f1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f7-b4f812f1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f8-b4f812f1 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f9-b4f812f1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812fa-b4f812f1 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812fb-b4f812f1 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_8c16cb66-d4c4-fd6c-f495-2c17e343a082-e343a082 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc903-6ed5b01c, #w-node-e412d0cd-aad7-11e7-741e-46be278fc904-6ed5b01c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc905-6ed5b01c {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc906-6ed5b01c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc907-6ed5b01c, #w-node-e412d0cd-aad7-11e7-741e-46be278fc908-6ed5b01c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc91c-6ed5b01c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc91e-6ed5b01c {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc91f-6ed5b01c {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc920-6ed5b01c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc921-6ed5b01c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc922-6ed5b01c, #w-node-e412d0cd-aad7-11e7-741e-46be278fc923-6ed5b01c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc924-6ed5b01c {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc925-6ed5b01c {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc928-6ed5b01c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc94c-6ed5b01c {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc94d-6ed5b01c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc94e-6ed5b01c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc950-6ed5b01c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-e412d0cd-aad7-11e7-741e-46be278fc951-6ed5b01c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65669e35-e05b-78bb-8b03-d82a25a0f354-6ed5b01c {
  grid-area: 1 / 1 / 6 / 2;
}

#w-node-_65669e35-e05b-78bb-8b03-d82a25a0f369-6ed5b01c {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-_65fc8f47-5239-0f56-a960-bc894b25adf8-4b25adec, #w-node-_65fc8f47-5239-0f56-a960-bc894b25adf9-4b25adec, #w-node-_65fc8f47-5239-0f56-a960-bc894b25adfd-4b25adec, #w-node-_65fc8f47-5239-0f56-a960-bc894b25ae01-4b25adec, #w-node-c41935bc-6167-3de4-5462-90fd7bae64b1-7bae64b1, #w-node-f1b8c8c7-a1d5-6345-7ab7-1be8a95bfa83-a95bfa83, #w-node-f1b8c8c7-a1d5-6345-7ab7-1be8a95bfa8e-a95bfa83, #w-node-_1f1dd9b2-7ae5-ff18-b7ad-5f98d6d54643-d6d54642, #w-node-_7f96d127-cab2-b494-fd3b-44938416c8fe-8416c8fe, #w-node-_7f96d127-cab2-b494-fd3b-44938416c908-8416c8fe, #w-node-fda831ae-4558-9c1b-0971-d0580827e338-0827e338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6641691b-1c25-31ba-bc7f-03f3d7f91404-d7f91404 {
  grid-area: 5 / 1 / 6 / 13;
}

#w-node-d9253985-c684-0496-d644-b05e61a7a353-38d5b01e, #w-node-d9253985-c684-0496-d644-b05e61a7a36d-38d5b01e, #w-node-d9253985-c684-0496-d644-b05e61a7a38f-38d5b01e, #w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776ac8-5dd5b01f, #w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776af1-5dd5b01f, #w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776b22-5dd5b01f, #w-node-eaf21c14-53b1-444b-8d12-41d5e5305b19-92d5b020, #w-node-eaf21c14-53b1-444b-8d12-41d5e5305b3a-92d5b020, #w-node-_0ea62c5c-9a38-a1ee-f45f-7519745323c0-afd5b021, #w-node-_0ea62c5c-9a38-a1ee-f45f-7519745323da-afd5b021, #w-node-_9c0dc8bb-da6f-f0d9-2bbb-fdcf308c0dd8-5ed5b025, #w-node-_8ebbefc4-4874-ed3e-9e09-5321fd00840f-e9d5b027 {
  align-self: end;
  justify-self: end;
}

#w-node-bdd1a9f1-2e0e-c5b1-c142-5de40ddc437c-50d5b02e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bdd1a9f1-2e0e-c5b1-c142-5de40ddc438e-50d5b02e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30422437-23e1-a1e6-6d1f-3804b0542c08-50d5b02e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30422437-23e1-a1e6-6d1f-3804b0542c10-50d5b02e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_986d5f26-1aab-165b-ae50-b3d9afa1e245-efd5b02f, #w-node-_986d5f26-1aab-165b-ae50-b3d9afa1e25e-efd5b02f, #w-node-_30db6896-769c-2b5e-65f2-664016571c7a-89d5b035, #w-node-_30db6896-769c-2b5e-65f2-664016571ca0-89d5b035, #w-node-_65b67aec-5d4b-e06e-f770-daeaa0d608a2-8cd5b036, #w-node-b857d5d3-f5e7-c1c6-1550-a820ce23f5ab-2ed5b039, #w-node-b857d5d3-f5e7-c1c6-1550-a820ce23f5c0-2ed5b039, #w-node-_9d537507-1b73-0607-60de-ac98e68875d9-2fd5b03a, #w-node-_83f7fef7-b6c1-9b3d-5de0-c88913091e2e-15d5b03f, #w-node-_83f7fef7-b6c1-9b3d-5de0-c88913091e5a-15d5b03f {
  align-self: end;
  justify-self: end;
}

#w-node-b998a1b5-d044-06ef-3620-371bc569accc-c569acca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b998a1b5-d044-06ef-3620-371bc569acd6-c569acca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35f5d427-f0d4-6874-59e4-31fd10885169-10885167 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35f5d427-f0d4-6874-59e4-31fd10885170-10885167 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2654036a-5801-7579-0d30-b07c579a66d2-c7447d79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59a470fe-543e-ea4d-05d1-e88e24d45353-c7447d79 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-c0341273-a933-7a64-f50f-3226641ed0ad-641ed0ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0341273-a933-7a64-f50f-3226641ed0b4-641ed0ad {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-be832a96-84c8-a248-68b9-8e81addffcc4-cb7bd136, #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-cb7bd136 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd587a-cb7bd136 {
  grid-area: 1 / 2 / 2 / 3;
}

#btn-video.w-node-_910818dd-e816-e6d2-d1eb-f0590149c5e3-0149c5e3 {
  grid-area: 5 / 1 / 6 / 2;
}

#btn-ghost-demo.w-node-_0541093f-6360-8a77-2c7c-1dccb9d494a6-b9d494a6 {
  grid-area: 3 / 1 / 4 / 2;
}

#features-video.w-node-a9ee1afa-a3d8-c1ea-d648-a7fc08a66b8f-d90d49c4 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-be622030-8025-3385-f040-9d7ab4ba7f02-d90d49c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be622030-8025-3385-f040-9d7ab4ba7f04-d90d49c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_63e9d10c-b060-d8ab-fd06-61326a7c5857-d90d49c4, #w-node-_1837d9ef-1445-27dd-f4a4-5bb66611adfa-d90d49c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1837d9ef-1445-27dd-f4a4-5bb66611adfc-d90d49c4, #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca436-6ab10ed8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-6ab10ed8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_54de3126-d078-1cac-f85f-508369650c14-6ab10ed8 {
  grid-area: 1 / 1 / 6 / 2;
}

#w-node-_54de3126-d078-1cac-f85f-508369650c29-6ab10ed8 {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-a9e87097-7d86-d7fe-a95d-257cb68cee35-6ab10ed8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9e87097-7d86-d7fe-a95d-257cb68cee37-6ab10ed8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca510441-6ab10ed8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca51044c-6ab10ed8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca510450-6ab10ed8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca510452-6ab10ed8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dbbdafb6-166c-df68-a21f-25c4cad08ac3-cad08ac1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dbbdafb6-166c-df68-a21f-25c4cad08ace-cad08ac1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_171bd9aa-2d02-4779-75f9-d33a932ee907-932ee907 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-d0d8794f-cfee-8cc4-387e-edadfc320e38-d95c3a54 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0d8794f-cfee-8cc4-387e-edadfc320e5b-d95c3a54, #w-node-_60da0255-cad1-6bd8-c79b-45b747cff8b4-d95c3a54, #w-node-_2976aff5-f74f-15b6-de58-10e4c057cfbb-d95c3a54 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2976aff5-f74f-15b6-de58-10e4c057cfca-d95c3a54, #w-node-_584d714f-9ad1-2575-436b-e1fc5fc9b8c0-65fcfa14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9d78a664-553f-2e33-fa84-a993a4745ccc-65fcfa14, #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-65fcfa14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-65fcfa14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-65fcfa14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-65fcfa14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-65fcfa14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-65fcfa14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_533e9bbd-03dc-3d97-258a-3a3c37ece4c7-65fcfa14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_533e9bbd-03dc-3d97-258a-3a3c37ece4d0-65fcfa14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_66425113-9f78-6fa9-cb00-9af815864a87-65fcfa14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_66425113-9f78-6fa9-cb00-9af815864a89-65fcfa14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5ca7bf04-758f-05c2-2e62-c4322123645b-65fcfa14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5ca7bf04-758f-05c2-2e62-c43221236461-65fcfa14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7f62dba0-ac84-50ef-7fb5-ba680991b08e-65fcfa14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7f62dba0-ac84-50ef-7fb5-ba680991b097-65fcfa14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7859bf64-2e6c-5acf-12b0-035cf3cb8d0f-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-8268a6e8, #w-node-_290d337c-d22d-983e-29be-a165c74602e7-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_290d337c-d22d-983e-29be-a165c74602f1-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091cb-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b71a0e0d-ad24-ab84-a858-76182515f858-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b71a0e0d-ad24-ab84-a858-76182515f860-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bee8ca48-3ccd-9c65-624a-9abb01d2993b-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bee8ca48-3ccd-9c65-624a-9abb01d2993d-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fcd0a1d1-13da-7c1e-2c33-0af5b3211131-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fcd0a1d1-13da-7c1e-2c33-0af5b3211136-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2916b7f-89d0-8091-55d5-17752a619eac-8268a6e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-8268a6e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b0a47cb5-97fc-6a3e-ef88-6946e1b884b0-e30032f0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-a673d1f5-07c1-0969-cebf-8c0de3003301-e30032f0 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-b305f938 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-b305f938 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f9299d8a-d173-1849-ab37-d141b418bc85-b305f938 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f9299d8a-d173-1849-ab37-d141b418bc87-b305f938 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca50d1af-1a7d-9e0e-cd10-1b4e247d4e84-b305f938 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca50d1af-1a7d-9e0e-cd10-1b4e247d4e89-b305f938 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091cb-b305f938 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-b305f938 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-b305f938 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-b305f938 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7859bf64-2e6c-5acf-12b0-035cf3cb8d0f-d1da1f30, #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091cb-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b71a0e0d-ad24-ab84-a858-76182515f858-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b71a0e0d-ad24-ab84-a858-76182515f860-d1da1f30, #w-node-_0728db65-d873-0a19-ad3b-2cee8c171d0d-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0728db65-d873-0a19-ad3b-2cee8c171d12-d1da1f30, #w-node-a38c5d05-4043-50ea-5ef8-6c3f1811bcec-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a38c5d05-4043-50ea-5ef8-6c3f1811bcf1-d1da1f30, #w-node-f1019e21-bb7a-8602-2fcd-beb5cd5b9c76-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1019e21-bb7a-8602-2fcd-beb5cd5b9c7b-d1da1f30, #w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fc5-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fca-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7f9-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7fe-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b0b2d064-ffdd-3e58-7412-c009df5e4565-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b0b2d064-ffdd-3e58-7412-c009df5e4567-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_913dc60d-312f-0a92-27d8-df396af5b9f7-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_913dc60d-312f-0a92-27d8-df396af5b9fc-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_797ac380-4924-f37e-e6ae-6eacb75312ff-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-d1da1f30, #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7d5006ac-05b2-5cc1-9178-4b31f2a392dc-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7d5006ac-05b2-5cc1-9178-4b31f2a392de-d1da1f30, #w-node-c2916b7f-89d0-8091-55d5-17752a619eac-d1da1f30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-d1da1f30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2aa713b8-913d-160b-6985-f0e2e6f20157-9c94caa8, #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091cb-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7f9-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7fe-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b0b2d064-ffdd-3e58-7412-c009df5e4565-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b0b2d064-ffdd-3e58-7412-c009df5e4567-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_913dc60d-312f-0a92-27d8-df396af5b9f7-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_913dc60d-312f-0a92-27d8-df396af5b9fc-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_797ac380-4924-f37e-e6ae-6eacb75312ff-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-9c94caa8, #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7d5006ac-05b2-5cc1-9178-4b31f2a392dc-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7d5006ac-05b2-5cc1-9178-4b31f2a392de-9c94caa8, #w-node-c2916b7f-89d0-8091-55d5-17752a619eac-9c94caa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-9c94caa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091cb-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b71a0e0d-ad24-ab84-a858-76182515f858-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b71a0e0d-ad24-ab84-a858-76182515f860-95481584, #w-node-_0728db65-d873-0a19-ad3b-2cee8c171d0d-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0728db65-d873-0a19-ad3b-2cee8c171d12-95481584, #w-node-a38c5d05-4043-50ea-5ef8-6c3f1811bcec-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a38c5d05-4043-50ea-5ef8-6c3f1811bcf1-95481584, #w-node-f1019e21-bb7a-8602-2fcd-beb5cd5b9c76-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1019e21-bb7a-8602-2fcd-beb5cd5b9c7b-95481584, #w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fc5-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fca-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7f9-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7fe-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b0b2d064-ffdd-3e58-7412-c009df5e4565-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b0b2d064-ffdd-3e58-7412-c009df5e4567-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_913dc60d-312f-0a92-27d8-df396af5b9f7-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_913dc60d-312f-0a92-27d8-df396af5b9fc-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_797ac380-4924-f37e-e6ae-6eacb75312ff-95481584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-95481584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-41b1c3e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-41b1c3e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30ced28d-c70b-4836-b34b-cff7ba244609-41b1c3e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30ced28d-c70b-4836-b34b-cff7ba24460b-41b1c3e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1cb442f0-96f1-b9ba-3bff-e8c94a683e79-41b1c3e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1cb442f0-96f1-b9ba-3bff-e8c94a683e7e-41b1c3e1, #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-41b1c3e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-41b1c3e1, #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091cb-41b1c3e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-41b1c3e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b71a0e0d-ad24-ab84-a858-76182515f858-41b1c3e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b71a0e0d-ad24-ab84-a858-76182515f860-41b1c3e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-41b1c3e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-41b1c3e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b429cb3e-35a2-ef36-c59e-96d233b412ec-41b1c3e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b429cb3e-35a2-ef36-c59e-96d233b412ee-41b1c3e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fcd0a1d1-13da-7c1e-2c33-0af5b3211131-41b1c3e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fcd0a1d1-13da-7c1e-2c33-0af5b3211136-41b1c3e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2916b7f-89d0-8091-55d5-17752a619eac-41b1c3e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-41b1c3e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46d07fe7-2989-64dd-318e-67f6e4fb6f13-b8730701 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_46d07fe7-2989-64dd-318e-67f6e4fb6f15-b8730701 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-_46d07fe7-2989-64dd-318e-67f6e4fb6f17-b8730701 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-_46d07fe7-2989-64dd-318e-67f6e4fb6f19-b8730701 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: end;
}

#w-node-_46d07fe7-2989-64dd-318e-67f6e4fb6f1b-b8730701 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: end;
}

#w-node-_46d07fe7-2989-64dd-318e-67f6e4fb6f1d-b8730701 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: end;
}

#w-node-_18b9bfce-233a-f522-6cc1-fb4a97ee87b9-b8730701 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-df14f6ac-6ab8-a0ff-383e-04e33bca89a5-3bca899e {
  grid-area: 1 / 1 / 6 / 2;
}

#w-node-df14f6ac-6ab8-a0ff-383e-04e33bca89a8-3bca899e {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-df14f6ac-6ab8-a0ff-383e-04e33bca89ab-3bca899e {
  grid-area: 1 / 3 / 6 / 4;
}

#w-node-_8d238825-c9f0-bce7-4da3-82a221991867-21991867 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ebd7c73-9b40-918d-7e80-54949977d455-e62c24dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ebd7c73-9b40-918d-7e80-54949977d476-e62c24dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26750d9b-8fbf-0a01-224e-fe343ffe928e-e62c24dc, #w-node-_26750d9b-8fbf-0a01-224e-fe343ffe9290-e62c24dc {
  align-self: center;
  justify-self: center;
}

#w-node-_9c3220e9-2afe-0605-25c6-a4dd318b189b-bb423690 {
  align-self: end;
  justify-self: end;
}

#w-node-_6256cd9a-aedd-56ac-00d9-8865233f265c-21976e6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6256cd9a-aedd-56ac-00d9-8865233f267e-21976e6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b642da15-8a41-437a-2b2f-0b38602f27ea-21976e6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b642da15-8a41-437a-2b2f-0b38602f27b4-21976e6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e62080d-dace-9e88-24ef-190db086d5ec-21976e6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e62080d-dace-9e88-24ef-190db086d5f2-21976e6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_65c26f40-daca-27ea-eab0-77d6842240d5-b585a70a {
  align-self: end;
  justify-self: end;
}

#w-node-_345212fc-c9b7-d2bd-a19e-c39f2882d552-7b426a69 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_345212fc-c9b7-d2bd-a19e-c39f2882d557-7b426a69, #w-node-_44a187ef-e9cb-261e-826e-9508d887d4cb-7b426a69 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_44a187ef-e9cb-261e-826e-9508d887d4d2-7b426a69 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba14b3ef-8fe6-54e3-16f6-062ae001fcac-7b426a69, #w-node-_86a90c9d-9c9b-c3e9-32dd-e2f14fe12333-7a5ba5f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86a90c9d-9c9b-c3e9-32dd-e2f14fe12355-7a5ba5f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd5871-7a5ba5f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd587a-7a5ba5f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51381bd0-8eeb-bea2-6df1-b8d7b4459c54-8387b746 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3e3a9e93-385d-17af-2dda-fdbf1c353484-8387b746 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd5871-8387b746 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd587a-8387b746, #w-node-_584d714f-9ad1-2575-436b-e1fc5fc9b8c0-09621ad5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9d78a664-553f-2e33-fa84-a993a4745ccc-09621ad5, #w-node-_17a2f453-1273-63c0-bf0d-b65dfff590e5-09621ad5, #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-09621ad5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-09621ad5, #w-node-b6f0f297-3536-8d68-75b5-802f384d98d4-6cbd19b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-6cbd19b7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5b990ce5-6240-c627-e991-f55b8cbbf36a-6cbd19b7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_149e3908-b5b3-1bda-7f46-c5c10901854c-6cbd19b7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_149e3908-b5b3-1bda-7f46-c5c109018550-6cbd19b7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a50a0538-3534-db75-cc7f-e1797d22d8af-6cbd19b7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_409e7ab0-40b2-b6cd-98cd-cb1b1690bd11-6cbd19b7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd5871-6cbd19b7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd587a-6cbd19b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5f62356e-45ea-46cd-8eb3-7decf5fdcb36-4451de49 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5f62356e-45ea-46cd-8eb3-7decf5fdcb48-4451de49 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_44480426-66c2-2ac3-642e-66ebf83954c4-4451de49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#btn-ghost.w-node-cfb7bdcc-2503-4de6-0b6c-607b2647a52b-4451de49 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d445a2e4-599e-a69c-f2b2-3bd44a3d32a9-4451de49 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d445a2e4-599e-a69c-f2b2-3bd44a3d32b1-4451de49 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5420-4451de49 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5432-4451de49, #w-node-_584d714f-9ad1-2575-436b-e1fc5fc9b8c0-621d452a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9d78a664-553f-2e33-fa84-a993a4745ccc-621d452a, #w-node-_17a2f453-1273-63c0-bf0d-b65dfff590e5-621d452a, #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-621d452a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-621d452a, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-3491206c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-3491206c, #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-3491206c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-3491206c, #w-node-b6f0f297-3536-8d68-75b5-802f384d98d4-1498a2d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-1498a2d0, #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-1498a2d0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd587a-1498a2d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5f62356e-45ea-46cd-8eb3-7decf5fdcb36-9d0e1079 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5f62356e-45ea-46cd-8eb3-7decf5fdcb48-9d0e1079 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0de8eb17-2c11-f97a-6eaf-517077ad6249-9d0e1079 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4178c67b-53ad-efad-30f7-932d001e710a-9d0e1079 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5420-9d0e1079 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5432-9d0e1079, #w-node-d942f625-e8dc-0ec6-4809-fd4b87e624af-abb9d556 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d942f625-e8dc-0ec6-4809-fd4b87e624d2-abb9d556, #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-abb9d556 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd587a-abb9d556, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-83fca9a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-83fca9a8, #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-83fca9a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-83fca9a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5f62356e-45ea-46cd-8eb3-7decf5fdcb36-cf82d5f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77ce5500-19b5-176c-225c-6e57d9b378f3-cf82d5f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5420-cf82d5f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5432-cf82d5f8, #w-node-_86831bff-3002-9fd3-ad3b-49ec771670b7-aa71a187 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86831bff-3002-9fd3-ad3b-49ec771670d5-aa71a187, #w-node-ac94bcde-c257-0b14-4616-e1b3947a7a51-aa71a187 {
  grid-area: 1 / 1 / 2 / 2;
}

#btn-video.w-node-_3015e88f-6b04-d12b-c0d6-3c3c00485d5e-aa71a187 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ac94bcde-c257-0b14-4616-e1b3947a7a53-aa71a187 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-aa71a187 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-aa71a187 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_770be822-1950-de79-8eff-8353a56fcd1d-942eb84c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_770be822-1950-de79-8eff-8353a56fcd40-942eb84c, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-c6ddb90f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-c6ddb90f, #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-c6ddb90f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-c6ddb90f, #w-node-b6f0f297-3536-8d68-75b5-802f384d98d4-e2b0d93a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-e2b0d93a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e18c4b3-0985-3064-676d-abd2ca98b231-e2b0d93a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4e18c4b3-0985-3064-676d-abd2ca98b233-e2b0d93a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4e18c4b3-0985-3064-676d-abd2ca98b239-e2b0d93a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4e18c4b3-0985-3064-676d-abd2ca98b23d-e2b0d93a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4e18c4b3-0985-3064-676d-abd2ca98b243-e2b0d93a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd5871-e2b0d93a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd587a-e2b0d93a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50c9a5ce-c5cc-b59b-bf0c-82a42a6dbc44-a4837311 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_50c9a5ce-c5cc-b59b-bf0c-82a42a6dbc65-a4837311 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd5871-a4837311 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6c74d40-c02f-4de4-8701-974466bd587a-a4837311, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-9d4fa9bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-9d4fa9bf, #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-9d4fa9bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-9d4fa9bf, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-4b4196ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-4b4196ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_164f89c6-5c1e-033b-d72f-648428a136c4-4b4196ab {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_164f89c6-5c1e-033b-d72f-648428a136cb-4b4196ab {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-4b4196ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-4b4196ab, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-a3fc2431 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-a3fc2431, #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-a3fc2431 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-a3fc2431, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-fe566f02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-fe566f02 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b02d-fe566f02 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b034-fe566f02 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-fe566f02 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-fe566f02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c7faf33-c43f-4e4f-40b2-f304cc3d0412-aaee174c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c7faf33-c43f-4e4f-40b2-f304cc3d041e-aaee174c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01cb63e0-f42f-6d3d-2aa8-ae44bf17733a-aaee174c, #w-node-_01cb63e0-f42f-6d3d-2aa8-ae44bf17733c-aaee174c {
  align-self: center;
  justify-self: center;
}

#w-node-_2c7faf33-c43f-4e4f-40b2-f304cc3d0412-07e7b517 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c7faf33-c43f-4e4f-40b2-f304cc3d041e-07e7b517 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01cb63e0-f42f-6d3d-2aa8-ae44bf17733a-07e7b517, #w-node-_01cb63e0-f42f-6d3d-2aa8-ae44bf17733c-07e7b517 {
  align-self: center;
  justify-self: center;
}

#w-node-_2c7faf33-c43f-4e4f-40b2-f304cc3d0412-ad9a5abb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c7faf33-c43f-4e4f-40b2-f304cc3d041e-ad9a5abb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01cb63e0-f42f-6d3d-2aa8-ae44bf17733a-ad9a5abb, #w-node-_01cb63e0-f42f-6d3d-2aa8-ae44bf17733c-ad9a5abb {
  align-self: center;
  justify-self: center;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964aef-1d423b78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-1d423b78 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7a65598b-a499-689c-56b1-ea9898c8a5fb-35118d45 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a65598b-a499-689c-56b1-ea9898c8a61e-35118d45 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964aef-b612b7fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-b612b7fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964aef-ce581bb1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-ce581bb1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964aef-c375d5d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-c375d5d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964aef-516f0dad {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-516f0dad, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-1cdf0e00 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-1cdf0e00 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b02d-1cdf0e00 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b034-1cdf0e00 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-1cdf0e00 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-1cdf0e00 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_062b2905-4f78-07e7-95a4-aa91d676a7e3-3b40a5a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d05aff84-e9a1-34d4-9b1c-e9c6e283653a-3b40a5a7, #w-node-_8fe47e55-4610-7347-d4c2-975b2ac2e21f-3b40a5a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce94e4ef-d226-794b-3d80-679727218d16-27218d16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327cf7-5b327cf5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d0b-5b327cf5, #w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d11-5b327cf5, #w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d27-5b327cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d2b-5b327cf5, #w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d2d-5b327cf5 {
  align-self: center;
  justify-self: center;
}

#w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d55-5b327cf5, #w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d6a-5b327cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d6e-5b327cf5, #w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d70-5b327cf5 {
  align-self: center;
  justify-self: center;
}

#w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327d98-5b327cf5, #w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327dac-5b327cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327db0-5b327cf5, #w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327db2-5b327cf5 {
  align-self: center;
  justify-self: center;
}

#w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327ddc-5b327cf5, #w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327de9-5b327cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776ac8-fcba6083, #w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776af1-fcba6083, #w-node-_9c3220e9-2afe-0605-25c6-a4dd318b189b-74574638, #w-node-eba109f6-0ebc-3423-9dd1-f54a7636e7d0-74574638 {
  align-self: end;
  justify-self: end;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-cb9cac90 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-cb9cac90, #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-cb9cac90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-cb9cac90 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964aef-51e57b5c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-51e57b5c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_902a2ef3-1eb3-67f3-6690-cb36fee826c4-51e57b5c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_902a2ef3-1eb3-67f3-6690-cb36fee826c6-51e57b5c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c3220e9-2afe-0605-25c6-a4dd318b189b-a96649d6, #w-node-eba109f6-0ebc-3423-9dd1-f54a7636e7d0-a96649d6 {
  align-self: end;
  justify-self: end;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-f58ac788 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-f58ac788 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b02d-f58ac788 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b034-f58ac788 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-f58ac788 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-f58ac788, #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca436-3ca3e800 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-3ca3e800 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_54de3126-d078-1cac-f85f-508369650c14-3ca3e800 {
  grid-area: 1 / 1 / 6 / 2;
}

#w-node-_54de3126-d078-1cac-f85f-508369650c29-3ca3e800 {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-a9e87097-7d86-d7fe-a95d-257cb68cee35-3ca3e800 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9e87097-7d86-d7fe-a95d-257cb68cee37-3ca3e800 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca510441-3ca3e800 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca51044c-3ca3e800 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca510450-3ca3e800 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca510452-3ca3e800 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_251b61f8-3c44-fe73-077f-066f9bb50b4a-3ca3e800 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_251b61f8-3c44-fe73-077f-066f9bb50b54-3ca3e800 {
  grid-area: 1 / 2 / 2 / 3;
}

#btn-primary.w-node-_791e2d9d-32c4-8904-ef76-2759771fa7bf-7d87c0c9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6256cd9a-aedd-56ac-00d9-8865233f265c-c59bedc1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6256cd9a-aedd-56ac-00d9-8865233f267e-c59bedc1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b642da15-8a41-437a-2b2f-0b38602f27ea-c59bedc1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b642da15-8a41-437a-2b2f-0b38602f27b4-c59bedc1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e62080d-dace-9e88-24ef-190db086d5ec-c59bedc1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e62080d-dace-9e88-24ef-190db086d5f2-c59bedc1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6256cd9a-aedd-56ac-00d9-8865233f265c-2cbf6814 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6256cd9a-aedd-56ac-00d9-8865233f267e-2cbf6814 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b642da15-8a41-437a-2b2f-0b38602f27ea-2cbf6814 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b642da15-8a41-437a-2b2f-0b38602f27b4-2cbf6814 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e62080d-dace-9e88-24ef-190db086d5ec-2cbf6814 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e62080d-dace-9e88-24ef-190db086d5f2-2cbf6814, #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca436-aba318f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-aba318f7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_54de3126-d078-1cac-f85f-508369650c14-aba318f7 {
  grid-area: 1 / 1 / 6 / 2;
}

#w-node-_54de3126-d078-1cac-f85f-508369650c29-aba318f7 {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-a9e87097-7d86-d7fe-a95d-257cb68cee35-aba318f7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9e87097-7d86-d7fe-a95d-257cb68cee37-aba318f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca510441-aba318f7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca51044c-aba318f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca510450-aba318f7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f90589c1-34cc-7c02-a70b-57e0ca510452-aba318f7 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-6ab10ed8, #w-node-d0d8794f-cfee-8cc4-387e-edadfc320e5b-d95c3a54 {
    justify-self: center;
  }

  #w-node-_60da0255-cad1-6bd8-c79b-45b747cff8b4-d95c3a54, #w-node-_7859bf64-2e6c-5acf-12b0-035cf3cb8d0f-8268a6e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-8268a6e8, #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-8268a6e8, #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-b305f938 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7859bf64-2e6c-5acf-12b0-035cf3cb8d0f-d1da1f30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-d1da1f30, #w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fca-d1da1f30, #w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-d1da1f30, #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-d1da1f30 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2aa713b8-913d-160b-6985-f0e2e6f20157-9c94caa8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-9c94caa8, #w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-9c94caa8, #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-9c94caa8, #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-95481584, #w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fca-95481584, #w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-95481584, #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-41b1c3e1, #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-41b1c3e1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_17a2f453-1273-63c0-bf0d-b65dfff590e5-09621ad5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-6cbd19b7 {
    justify-self: center;
  }

  #w-node-_17a2f453-1273-63c0-bf0d-b65dfff590e5-621d452a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-3491206c, #w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-1498a2d0, #w-node-d942f625-e8dc-0ec6-4809-fd4b87e624d2-abb9d556, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-83fca9a8, #w-node-_86831bff-3002-9fd3-ad3b-49ec771670d5-aa71a187, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-c6ddb90f, #w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-e2b0d93a, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-9d4fa9bf, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-4b4196ab, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-a3fc2431, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-fe566f02, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-1cdf0e00, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-cb9cac90, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-f58ac788, #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-3ca3e800, #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-aba318f7 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-6ab10ed8 {
    justify-self: center;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca510441-6ab10ed8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d0d8794f-cfee-8cc4-387e-edadfc320e5b-d95c3a54, #w-node-_9d78a664-553f-2e33-fa84-a993a4745ccc-65fcfa14, #w-node-_9d78a664-553f-2e33-fa84-a993a4745ccc-09621ad5, #w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-6cbd19b7, #w-node-_9d78a664-553f-2e33-fa84-a993a4745ccc-621d452a, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-3491206c, #w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-1498a2d0, #w-node-d942f625-e8dc-0ec6-4809-fd4b87e624d2-abb9d556, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-83fca9a8, #w-node-_86831bff-3002-9fd3-ad3b-49ec771670d5-aa71a187, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-c6ddb90f, #w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-e2b0d93a, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-9d4fa9bf, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-4b4196ab, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-a3fc2431, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-fe566f02, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-1cdf0e00, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-cb9cac90, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-f58ac788, #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-3ca3e800 {
    justify-self: center;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca510441-3ca3e800 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-aba318f7 {
    justify-self: center;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca510441-aba318f7 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9d0565be-9565-fb04-aa86-33a02bef079a-a2d5b01a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_18d7e50a-a519-3099-dba3-c5b11111a930-a2d5b01a {
    grid-column-end: 4;
  }

  #w-node-_18d7e50a-a519-3099-dba3-c5b11111a944-a2d5b01a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f4-b4f812f1 {
    grid-column: 1 / 2;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f5-b4f812f1 {
    grid-column: 2 / 3;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f6-b4f812f1 {
    grid-column: 3 / 4;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f7-b4f812f1 {
    grid-column: 2 / 3;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f8-b4f812f1 {
    grid-column: 4 / 5;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f9-b4f812f1 {
    grid-column: 1 / 2;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812fa-b4f812f1 {
    grid-column: 3 / 4;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812fb-b4f812f1 {
    grid-column: 4 / 5;
  }

  #w-node-_65669e35-e05b-78bb-8b03-d82a25a0f354-6ed5b01c {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_65669e35-e05b-78bb-8b03-d82a25a0f369-6ed5b01c {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6641691b-1c25-31ba-bc7f-03f3d7f91404-d7f91404 {
    grid-column-end: 5;
  }

  #w-node-bdd1a9f1-2e0e-c5b1-c142-5de40ddc438e-50d5b02e, #w-node-b998a1b5-d044-06ef-3620-371bc569acd6-c569acca, #w-node-_35f5d427-f0d4-6874-59e4-31fd10885170-10885167 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #features-video.w-node-a9ee1afa-a3d8-c1ea-d648-a7fc08a66b8f-d90d49c4 {
    grid-column-end: 13;
  }

  #w-node-be622030-8025-3385-f040-9d7ab4ba7f02-d90d49c4 {
    grid-row: 2 / 3;
  }

  #w-node-be622030-8025-3385-f040-9d7ab4ba7f04-d90d49c4, #w-node-_63e9d10c-b060-d8ab-fd06-61326a7c5857-d90d49c4 {
    grid-column: 1 / 2;
  }

  #w-node-_1837d9ef-1445-27dd-f4a4-5bb66611adfa-d90d49c4 {
    grid-row: 2 / 3;
  }

  #w-node-_1837d9ef-1445-27dd-f4a4-5bb66611adfc-d90d49c4 {
    grid-column: 1 / 2;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c14-6ab10ed8 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c29-6ab10ed8 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-8268a6e8, #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-8268a6e8 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-a673d1f5-07c1-0969-cebf-8c0de3003301-e30032f0 {
    grid-column-end: 13;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-b305f938, #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-d1da1f30, #w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fca-d1da1f30, #w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-d1da1f30, #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-d1da1f30, #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-9c94caa8, #w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-9c94caa8, #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-9c94caa8, #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-95481584, #w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fca-95481584, #w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-95481584, #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-41b1c3e1, #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-41b1c3e1 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_18b9bfce-233a-f522-6cc1-fb4a97ee87b9-b8730701 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-df14f6ac-6ab8-a0ff-383e-04e33bca89a5-3bca899e {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-df14f6ac-6ab8-a0ff-383e-04e33bca89a8-3bca899e {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-df14f6ac-6ab8-a0ff-383e-04e33bca89ab-3bca899e {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_8d238825-c9f0-bce7-4da3-82a221991867-21991867 {
    grid-column-end: 3;
  }

  #w-node-_3ebd7c73-9b40-918d-7e80-54949977d476-e62c24dc, #w-node-_6256cd9a-aedd-56ac-00d9-8865233f267e-21976e6c, #w-node-_5e62080d-dace-9e88-24ef-190db086d5f2-21976e6c, #w-node-_86a90c9d-9c9b-c3e9-32dd-e2f14fe12355-7a5ba5f3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5b990ce5-6240-c627-e991-f55b8cbbf36a-6cbd19b7 {
    grid-column-end: 2;
  }

  #w-node-_149e3908-b5b3-1bda-7f46-c5c109018550-6cbd19b7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a50a0538-3534-db75-cc7f-e1797d22d8af-6cbd19b7 {
    grid-row: 4 / 5;
  }

  #w-node-_409e7ab0-40b2-b6cd-98cd-cb1b1690bd11-6cbd19b7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5f62356e-45ea-46cd-8eb3-7decf5fdcb48-4451de49 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d445a2e4-599e-a69c-f2b2-3bd44a3d32a9-4451de49 {
    grid-column-end: 2;
  }

  #w-node-d445a2e4-599e-a69c-f2b2-3bd44a3d32b1-4451de49, #w-node-_5f62356e-45ea-46cd-8eb3-7decf5fdcb48-9d0e1079 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0de8eb17-2c11-f97a-6eaf-517077ad6249-9d0e1079 {
    grid-column: 1 / 2;
  }

  #w-node-_4178c67b-53ad-efad-30f7-932d001e710a-9d0e1079 {
    grid-column: 1 / 3;
  }

  #w-node-_77ce5500-19b5-176c-225c-6e57d9b378f3-cf82d5f8 {
    grid-column-start: 1;
  }

  #w-node-d5d791a1-3ae2-f22f-8141-f63311425d72-cf82d5f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aad41962-45dc-8a5a-d66c-19a719a1123e-cf82d5f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ac94bcde-c257-0b14-4616-e1b3947a7a51-aa71a187 {
    grid-row: 2 / 3;
  }

  #w-node-ac94bcde-c257-0b14-4616-e1b3947a7a53-aa71a187 {
    grid-column: 1 / 2;
  }

  #w-node-_770be822-1950-de79-8eff-8353a56fcd40-942eb84c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4e18c4b3-0985-3064-676d-abd2ca98b231-e2b0d93a {
    grid-column-end: 2;
  }

  #w-node-_4e18c4b3-0985-3064-676d-abd2ca98b239-e2b0d93a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e18c4b3-0985-3064-676d-abd2ca98b23d-e2b0d93a {
    grid-row: 4 / 5;
  }

  #w-node-_4e18c4b3-0985-3064-676d-abd2ca98b243-e2b0d93a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_50c9a5ce-c5cc-b59b-bf0c-82a42a6dbc65-a4837311, #w-node-_2c7faf33-c43f-4e4f-40b2-f304cc3d041e-aaee174c, #w-node-_2c7faf33-c43f-4e4f-40b2-f304cc3d041e-07e7b517, #w-node-_2c7faf33-c43f-4e4f-40b2-f304cc3d041e-ad9a5abb, #w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-1d423b78, #w-node-_7a65598b-a499-689c-56b1-ea9898c8a61e-35118d45, #w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-b612b7fe, #w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-ce581bb1, #w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-c375d5d8, #w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-516f0dad, #w-node-c2315f7d-a879-97c2-e5e7-9591b5cb5fed-3b40a5a7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_61fbdf00-9f28-957c-fa65-cc5e5b327cf7-5b327cf5 {
    grid-column: 1 / 2;
  }

  #w-node-_8bcbfc98-6492-6702-62fe-820d3da5edc7-fcba6083, #w-node-a0d386c3-70d4-6919-980d-5b0ac4964b10-51e57b5c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_902a2ef3-1eb3-67f3-6690-cb36fee826c4-51e57b5c {
    grid-row: 2 / 3;
  }

  #w-node-_902a2ef3-1eb3-67f3-6690-cb36fee826c6-51e57b5c {
    grid-column: 1 / 2;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c14-3ca3e800 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c29-3ca3e800 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_251b61f8-3c44-fe73-077f-066f9bb50b54-3ca3e800, #w-node-_6256cd9a-aedd-56ac-00d9-8865233f267e-c59bedc1, #w-node-_5e62080d-dace-9e88-24ef-190db086d5f2-c59bedc1, #w-node-_6256cd9a-aedd-56ac-00d9-8865233f267e-2cbf6814, #w-node-_5e62080d-dace-9e88-24ef-190db086d5f2-2cbf6814 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c14-aba318f7 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c29-aba318f7 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-c2315f7d-a879-97c2-e5e7-9591b5cb5fed-f894d4a1, #w-node-c2315f7d-a879-97c2-e5e7-9591b5cb5fed-dd15f75a {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f6-b4f812f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f7-b4f812f1 {
    grid-row: 3 / 4;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f8-b4f812f1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812f9-b4f812f1 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812fa-b4f812f1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b12736f2-a2c9-7e53-49f8-2aacb4f812fb-b4f812f1 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_4277298d-6eb1-3d1e-a2f3-6197d663623e-6ed5b01c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4277298d-6eb1-3d1e-a2f3-6197d6636240-6ed5b01c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4277298d-6eb1-3d1e-a2f3-6197d6636244-6ed5b01c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d9253985-c684-0496-d644-b05e61a7a353-38d5b01e, #w-node-d9253985-c684-0496-d644-b05e61a7a36d-38d5b01e, #w-node-d9253985-c684-0496-d644-b05e61a7a38f-38d5b01e, #w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776ac8-5dd5b01f, #w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776af1-5dd5b01f, #w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776b22-5dd5b01f, #w-node-eaf21c14-53b1-444b-8d12-41d5e5305b19-92d5b020, #w-node-eaf21c14-53b1-444b-8d12-41d5e5305b3a-92d5b020, #w-node-_0ea62c5c-9a38-a1ee-f45f-7519745323c0-afd5b021, #w-node-_0ea62c5c-9a38-a1ee-f45f-7519745323da-afd5b021, #w-node-_9c0dc8bb-da6f-f0d9-2bbb-fdcf308c0dd8-5ed5b025, #w-node-_8ebbefc4-4874-ed3e-9e09-5321fd00840f-e9d5b027 {
    justify-self: center;
  }

  #w-node-bdd1a9f1-2e0e-c5b1-c142-5de40ddc437c-50d5b02e {
    grid-column: 1 / 2;
  }

  #w-node-bdd1a9f1-2e0e-c5b1-c142-5de40ddc438e-50d5b02e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_30422437-23e1-a1e6-6d1f-3804b0542c08-50d5b02e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_30422437-23e1-a1e6-6d1f-3804b0542c10-50d5b02e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_986d5f26-1aab-165b-ae50-b3d9afa1e245-efd5b02f, #w-node-_986d5f26-1aab-165b-ae50-b3d9afa1e25e-efd5b02f, #w-node-_30db6896-769c-2b5e-65f2-664016571c7a-89d5b035, #w-node-_30db6896-769c-2b5e-65f2-664016571ca0-89d5b035, #w-node-_65b67aec-5d4b-e06e-f770-daeaa0d608a2-8cd5b036, #w-node-b857d5d3-f5e7-c1c6-1550-a820ce23f5ab-2ed5b039, #w-node-b857d5d3-f5e7-c1c6-1550-a820ce23f5c0-2ed5b039, #w-node-_9d537507-1b73-0607-60de-ac98e68875d9-2fd5b03a, #w-node-_83f7fef7-b6c1-9b3d-5de0-c88913091e2e-15d5b03f, #w-node-_83f7fef7-b6c1-9b3d-5de0-c88913091e5a-15d5b03f {
    justify-self: center;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-cb7bd136 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd587a-cb7bd136 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #features-video.w-node-a9ee1afa-a3d8-c1ea-d648-a7fc08a66b8f-d90d49c4 {
    grid-row: 4 / 5;
  }

  #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca436-6ab10ed8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-6ab10ed8 {
    grid-row: 1 / 2;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c36-6ab10ed8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c38-6ab10ed8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c3c-6ab10ed8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a9e87097-7d86-d7fe-a95d-257cb68cee35-6ab10ed8 {
    grid-row: 2 / 3;
  }

  #w-node-a9e87097-7d86-d7fe-a95d-257cb68cee37-6ab10ed8, #w-node-f90589c1-34cc-7c02-a70b-57e0ca510441-6ab10ed8 {
    grid-column: 1 / 2;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca51044c-6ab10ed8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca510450-6ab10ed8 {
    grid-row: 2 / 3;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca510452-6ab10ed8, #w-node-dbbdafb6-166c-df68-a21f-25c4cad08ac3-cad08ac1 {
    grid-column: 1 / 2;
  }

  #w-node-dbbdafb6-166c-df68-a21f-25c4cad08ace-cad08ac1, #w-node-d0d8794f-cfee-8cc4-387e-edadfc320e38-d95c3a54 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d0d8794f-cfee-8cc4-387e-edadfc320e5b-d95c3a54 {
    grid-row: 1 / 2;
  }

  #w-node-_60da0255-cad1-6bd8-c79b-45b747cff8b4-d95c3a54 {
    grid-column: 1 / 2;
  }

  #w-node-_2976aff5-f74f-15b6-de58-10e4c057cfbb-d95c3a54 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2976aff5-f74f-15b6-de58-10e4c057cfca-d95c3a54, #w-node-_584d714f-9ad1-2575-436b-e1fc5fc9b8c0-65fcfa14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d78a664-553f-2e33-fa84-a993a4745ccc-65fcfa14 {
    grid-row: 1 / 2;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-65fcfa14 {
    grid-column: 1 / 2;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-65fcfa14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-65fcfa14 {
    grid-row: 2 / 3;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-65fcfa14, #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-65fcfa14 {
    grid-column: 1 / 2;
  }

  #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-65fcfa14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_533e9bbd-03dc-3d97-258a-3a3c37ece4c7-65fcfa14 {
    grid-column: 1 / 2;
  }

  #w-node-_533e9bbd-03dc-3d97-258a-3a3c37ece4d0-65fcfa14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_66425113-9f78-6fa9-cb00-9af815864a87-65fcfa14 {
    grid-row: 2 / 3;
  }

  #w-node-_66425113-9f78-6fa9-cb00-9af815864a89-65fcfa14, #w-node-_5ca7bf04-758f-05c2-2e62-c4322123645b-65fcfa14 {
    grid-column: 1 / 2;
  }

  #w-node-_5ca7bf04-758f-05c2-2e62-c43221236461-65fcfa14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7f62dba0-ac84-50ef-7fb5-ba680991b08e-65fcfa14 {
    grid-column: 1 / 2;
  }

  #w-node-_7f62dba0-ac84-50ef-7fb5-ba680991b097-65fcfa14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7859bf64-2e6c-5acf-12b0-035cf3cb8d0f-8268a6e8, #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-8268a6e8 {
    grid-column: 1 / 2;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-8268a6e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_290d337c-d22d-983e-29be-a165c74602e7-8268a6e8 {
    grid-column: 1 / 2;
  }

  #w-node-_290d337c-d22d-983e-29be-a165c74602f1-8268a6e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-8268a6e8 {
    grid-row: 2 / 3;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-8268a6e8, #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-8268a6e8 {
    grid-column: 1 / 2;
  }

  #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-8268a6e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-8268a6e8 {
    grid-column: 1 / 5;
  }

  #w-node-b71a0e0d-ad24-ab84-a858-76182515f858-8268a6e8 {
    grid-column: 1 / 2;
  }

  #w-node-b71a0e0d-ad24-ab84-a858-76182515f860-8268a6e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-8268a6e8 {
    grid-column: 1 / 2;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-8268a6e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bee8ca48-3ccd-9c65-624a-9abb01d2993b-8268a6e8 {
    grid-row: 2 / 3;
  }

  #w-node-bee8ca48-3ccd-9c65-624a-9abb01d2993d-8268a6e8, #w-node-fcd0a1d1-13da-7c1e-2c33-0af5b3211131-8268a6e8 {
    grid-column: 1 / 2;
  }

  #w-node-fcd0a1d1-13da-7c1e-2c33-0af5b3211136-8268a6e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-8268a6e8 {
    grid-column: 1 / 5;
  }

  #w-node-b0a47cb5-97fc-6a3e-ef88-6946e1b884b0-e30032f0 {
    grid-row: 3 / 4;
    grid-column-end: 11;
  }

  #w-node-a673d1f5-07c1-0969-cebf-8c0de3003301-e30032f0 {
    grid-row: 4 / 5;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-b305f938 {
    grid-column: 1 / 2;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-b305f938 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f9299d8a-d173-1849-ab37-d141b418bc85-b305f938 {
    grid-row: 2 / 3;
  }

  #w-node-f9299d8a-d173-1849-ab37-d141b418bc87-b305f938, #w-node-ca50d1af-1a7d-9e0e-cd10-1b4e247d4e84-b305f938 {
    grid-column: 1 / 2;
  }

  #w-node-ca50d1af-1a7d-9e0e-cd10-1b4e247d4e89-b305f938 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-b305f938 {
    grid-column: 1 / 5;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-b305f938 {
    grid-column: 1 / 2;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-b305f938 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7859bf64-2e6c-5acf-12b0-035cf3cb8d0f-d1da1f30, #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-d1da1f30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-d1da1f30 {
    grid-row: 2 / 3;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-d1da1f30, #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-d1da1f30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-d1da1f30 {
    grid-column: 1 / 5;
  }

  #w-node-b71a0e0d-ad24-ab84-a858-76182515f858-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-b71a0e0d-ad24-ab84-a858-76182515f860-d1da1f30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0728db65-d873-0a19-ad3b-2cee8c171d0d-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-_0728db65-d873-0a19-ad3b-2cee8c171d12-d1da1f30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a38c5d05-4043-50ea-5ef8-6c3f1811bcec-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-a38c5d05-4043-50ea-5ef8-6c3f1811bcf1-d1da1f30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f1019e21-bb7a-8602-2fcd-beb5cd5b9c76-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-f1019e21-bb7a-8602-2fcd-beb5cd5b9c7b-d1da1f30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fca-d1da1f30 {
    grid-column: 1 / 5;
  }

  #w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7f9-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7fe-d1da1f30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b0b2d064-ffdd-3e58-7412-c009df5e4565-d1da1f30 {
    grid-row: 2 / 3;
  }

  #w-node-b0b2d064-ffdd-3e58-7412-c009df5e4567-d1da1f30, #w-node-_913dc60d-312f-0a92-27d8-df396af5b9f7-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-_913dc60d-312f-0a92-27d8-df396af5b9fc-d1da1f30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-d1da1f30 {
    grid-column: 1 / 5;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-d1da1f30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7d5006ac-05b2-5cc1-9178-4b31f2a392dc-d1da1f30 {
    grid-row: 2 / 3;
  }

  #w-node-_7d5006ac-05b2-5cc1-9178-4b31f2a392de-d1da1f30 {
    grid-column: 1 / 2;
  }

  #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-d1da1f30 {
    grid-column: 1 / 5;
  }

  #w-node-_2aa713b8-913d-160b-6985-f0e2e6f20157-9c94caa8, #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-9c94caa8 {
    grid-column: 1 / 2;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-9c94caa8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-9c94caa8 {
    grid-row: 2 / 3;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-9c94caa8, #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-9c94caa8 {
    grid-column: 1 / 2;
  }

  #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-9c94caa8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-9c94caa8 {
    grid-column: 1 / 5;
  }

  #w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7f9-9c94caa8 {
    grid-column: 1 / 2;
  }

  #w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7fe-9c94caa8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b0b2d064-ffdd-3e58-7412-c009df5e4565-9c94caa8 {
    grid-row: 2 / 3;
  }

  #w-node-b0b2d064-ffdd-3e58-7412-c009df5e4567-9c94caa8, #w-node-_913dc60d-312f-0a92-27d8-df396af5b9f7-9c94caa8 {
    grid-column: 1 / 2;
  }

  #w-node-_913dc60d-312f-0a92-27d8-df396af5b9fc-9c94caa8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-9c94caa8 {
    grid-column: 1 / 5;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-9c94caa8 {
    grid-column: 1 / 2;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-9c94caa8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7d5006ac-05b2-5cc1-9178-4b31f2a392dc-9c94caa8 {
    grid-row: 2 / 3;
  }

  #w-node-_7d5006ac-05b2-5cc1-9178-4b31f2a392de-9c94caa8 {
    grid-column: 1 / 2;
  }

  #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-9c94caa8 {
    grid-column: 1 / 5;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-95481584 {
    grid-column: 1 / 2;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-95481584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1849-95481584 {
    grid-row: 2 / 3;
  }

  #w-node-db8be22e-2c52-8340-712d-f7c0e5ca1841-95481584, #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-95481584 {
    grid-column: 1 / 2;
  }

  #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-95481584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-95481584 {
    grid-column: 1 / 5;
  }

  #w-node-b71a0e0d-ad24-ab84-a858-76182515f858-95481584 {
    grid-column: 1 / 2;
  }

  #w-node-b71a0e0d-ad24-ab84-a858-76182515f860-95481584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0728db65-d873-0a19-ad3b-2cee8c171d0d-95481584 {
    grid-column: 1 / 2;
  }

  #w-node-_0728db65-d873-0a19-ad3b-2cee8c171d12-95481584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a38c5d05-4043-50ea-5ef8-6c3f1811bcec-95481584 {
    grid-column: 1 / 2;
  }

  #w-node-a38c5d05-4043-50ea-5ef8-6c3f1811bcf1-95481584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f1019e21-bb7a-8602-2fcd-beb5cd5b9c76-95481584 {
    grid-column: 1 / 2;
  }

  #w-node-f1019e21-bb7a-8602-2fcd-beb5cd5b9c7b-95481584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6ba0db54-770f-3f2a-c09d-b7f0bf856fca-95481584 {
    grid-column: 1 / 5;
  }

  #w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7f9-95481584 {
    grid-column: 1 / 2;
  }

  #w-node-e685fd5a-13c4-d3a5-f631-0f23c8c3c7fe-95481584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b0b2d064-ffdd-3e58-7412-c009df5e4565-95481584 {
    grid-row: 2 / 3;
  }

  #w-node-b0b2d064-ffdd-3e58-7412-c009df5e4567-95481584, #w-node-_913dc60d-312f-0a92-27d8-df396af5b9f7-95481584 {
    grid-column: 1 / 2;
  }

  #w-node-_913dc60d-312f-0a92-27d8-df396af5b9fc-95481584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_797ac380-4924-f37e-e6ae-6eacb7531304-95481584 {
    grid-column: 1 / 5;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d989d-41b1c3e1 {
    grid-column: 1 / 2;
  }

  #w-node-_4e0fc5ce-540e-23e7-8364-6873303d98a5-41b1c3e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_30ced28d-c70b-4836-b34b-cff7ba244609-41b1c3e1 {
    grid-row: 2 / 3;
  }

  #w-node-_30ced28d-c70b-4836-b34b-cff7ba24460b-41b1c3e1, #w-node-_1cb442f0-96f1-b9ba-3bff-e8c94a683e79-41b1c3e1 {
    grid-column: 1 / 2;
  }

  #w-node-_1cb442f0-96f1-b9ba-3bff-e8c94a683e7e-41b1c3e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a778-41b1c3e1 {
    grid-column: 1 / 2;
  }

  #w-node-_3f1a578e-90e8-548a-cb36-5b63a685a781-41b1c3e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98134e1c-8b4f-276d-ac7a-7ded27f091d0-41b1c3e1 {
    grid-column: 1 / 5;
  }

  #w-node-b71a0e0d-ad24-ab84-a858-76182515f858-41b1c3e1 {
    grid-column: 1 / 2;
  }

  #w-node-b71a0e0d-ad24-ab84-a858-76182515f860-41b1c3e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb215c-41b1c3e1 {
    grid-column: 1 / 2;
  }

  #w-node-_906fd51e-8dd5-2b3f-64b0-589c30fb2164-41b1c3e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b429cb3e-35a2-ef36-c59e-96d233b412ec-41b1c3e1 {
    grid-row: 2 / 3;
  }

  #w-node-b429cb3e-35a2-ef36-c59e-96d233b412ee-41b1c3e1, #w-node-fcd0a1d1-13da-7c1e-2c33-0af5b3211131-41b1c3e1 {
    grid-column: 1 / 2;
  }

  #w-node-fcd0a1d1-13da-7c1e-2c33-0af5b3211136-41b1c3e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c2916b7f-89d0-8091-55d5-17752a619eb1-41b1c3e1 {
    grid-column: 1 / 5;
  }

  #w-node-_8d238825-c9f0-bce7-4da3-82a221991867-21991867 {
    grid-column-end: 5;
  }

  #w-node-_9c3220e9-2afe-0605-25c6-a4dd318b189b-bb423690 {
    justify-self: center;
  }

  #w-node-b642da15-8a41-437a-2b2f-0b38602f27ea-21976e6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b642da15-8a41-437a-2b2f-0b38602f27b4-21976e6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5e62080d-dace-9e88-24ef-190db086d5ec-21976e6c {
    grid-column: 1 / 2;
  }

  #w-node-_5e62080d-dace-9e88-24ef-190db086d5f2-21976e6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_65c26f40-daca-27ea-eab0-77d6842240d5-b585a70a {
    justify-self: center;
  }

  #w-node-_345212fc-c9b7-d2bd-a19e-c39f2882d552-7b426a69 {
    grid-column: 1 / 2;
  }

  #w-node-_345212fc-c9b7-d2bd-a19e-c39f2882d557-7b426a69 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_44a187ef-e9cb-261e-826e-9508d887d4cb-7b426a69 {
    grid-column: 1 / 2;
  }

  #w-node-_44a187ef-e9cb-261e-826e-9508d887d4d2-7b426a69, #w-node-ba14b3ef-8fe6-54e3-16f6-062ae001fcac-7b426a69 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ba14b3ef-8fe6-54e3-16f6-062ae001fca7-7b426a69 {
    grid-column: 1 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-7a5ba5f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd587a-7a5ba5f3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-8387b746 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd587a-8387b746, #w-node-_584d714f-9ad1-2575-436b-e1fc5fc9b8c0-09621ad5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d78a664-553f-2e33-fa84-a993a4745ccc-09621ad5 {
    grid-row: 1 / 2;
  }

  #w-node-_17a2f453-1273-63c0-bf0d-b65dfff590e5-09621ad5 {
    grid-column: 1 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-09621ad5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-09621ad5, #w-node-b6f0f297-3536-8d68-75b5-802f384d98d4-6cbd19b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-6cbd19b7 {
    grid-row: 1 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-6cbd19b7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd587a-6cbd19b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5420-4451de49 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5432-4451de49, #w-node-_584d714f-9ad1-2575-436b-e1fc5fc9b8c0-621d452a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d78a664-553f-2e33-fa84-a993a4745ccc-621d452a {
    grid-row: 1 / 2;
  }

  #w-node-_17a2f453-1273-63c0-bf0d-b65dfff590e5-621d452a {
    grid-column: 1 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-621d452a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-621d452a, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-3491206c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-3491206c {
    grid-row: 1 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-3491206c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-3491206c, #w-node-b6f0f297-3536-8d68-75b5-802f384d98d4-1498a2d0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-1498a2d0 {
    grid-row: 1 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-1498a2d0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd587a-1498a2d0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5420-9d0e1079 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5432-9d0e1079, #w-node-d942f625-e8dc-0ec6-4809-fd4b87e624af-abb9d556 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d942f625-e8dc-0ec6-4809-fd4b87e624d2-abb9d556 {
    grid-row: 1 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-abb9d556 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd587a-abb9d556, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-83fca9a8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-83fca9a8 {
    grid-row: 1 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-83fca9a8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-83fca9a8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aad41962-45dc-8a5a-d66c-19a719a1123e-cf82d5f8, #w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5420-cf82d5f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6c90ccb6-4f45-89c0-6675-b936ddac5432-cf82d5f8, #w-node-_86831bff-3002-9fd3-ad3b-49ec771670b7-aa71a187 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86831bff-3002-9fd3-ad3b-49ec771670d5-aa71a187 {
    grid-row: 1 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-aa71a187 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-aa71a187, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-c6ddb90f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-c6ddb90f {
    grid-row: 1 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-c6ddb90f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-c6ddb90f, #w-node-b6f0f297-3536-8d68-75b5-802f384d98d4-e2b0d93a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6f0f297-3536-8d68-75b5-802f384d98e9-e2b0d93a {
    grid-row: 1 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-e2b0d93a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd587a-e2b0d93a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd5871-a4837311 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f6c74d40-c02f-4de4-8701-974466bd587a-a4837311, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-9d4fa9bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-9d4fa9bf {
    grid-row: 1 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-9d4fa9bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-9d4fa9bf, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-4b4196ab {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-4b4196ab {
    grid-row: 1 / 2;
  }

  #w-node-_164f89c6-5c1e-033b-d72f-648428a136c4-4b4196ab {
    grid-column: 1 / 2;
  }

  #w-node-_164f89c6-5c1e-033b-d72f-648428a136cb-4b4196ab {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-4b4196ab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-4b4196ab, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-a3fc2431 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-a3fc2431 {
    grid-row: 1 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-a3fc2431 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-a3fc2431, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-fe566f02 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-fe566f02 {
    grid-row: 1 / 2;
  }

  #w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b02d-fe566f02 {
    grid-column: 1 / 2;
  }

  #w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b034-fe566f02 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-fe566f02 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-fe566f02, #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-1cdf0e00 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-1cdf0e00 {
    grid-row: 1 / 2;
  }

  #w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b02d-1cdf0e00 {
    grid-column: 1 / 2;
  }

  #w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b034-1cdf0e00 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-1cdf0e00 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-1cdf0e00 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d05aff84-e9a1-34d4-9b1c-e9c6e283653a-3b40a5a7, #w-node-_8fe47e55-4610-7347-d4c2-975b2ac2e21f-3b40a5a7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776ac8-fcba6083, #w-node-_7fe08d0a-8ed7-12c1-26ea-80963d776af1-fcba6083, #w-node-_9c3220e9-2afe-0605-25c6-a4dd318b189b-74574638, #w-node-eba109f6-0ebc-3423-9dd1-f54a7636e7d0-74574638 {
    justify-self: center;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-cb9cac90 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-cb9cac90 {
    grid-row: 1 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-cb9cac90 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-cb9cac90 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9c3220e9-2afe-0605-25c6-a4dd318b189b-a96649d6, #w-node-eba109f6-0ebc-3423-9dd1-f54a7636e7d0-a96649d6 {
    justify-self: center;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78a2-f58ac788 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e4a12b-4e2d-3cff-2a27-ff3b6dad78b7-f58ac788 {
    grid-row: 1 / 2;
  }

  #w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b02d-f58ac788 {
    grid-column: 1 / 2;
  }

  #w-node-_4c9b3d66-34cc-7272-65eb-5a8b9478b034-f58ac788 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d67f3-f58ac788 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d0cb9ff-0516-179d-0f52-4361c38d6802-f58ac788, #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca436-3ca3e800 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-3ca3e800 {
    grid-row: 1 / 2;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c36-3ca3e800 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c38-3ca3e800 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c3c-3ca3e800 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a9e87097-7d86-d7fe-a95d-257cb68cee35-3ca3e800 {
    grid-row: 2 / 3;
  }

  #w-node-a9e87097-7d86-d7fe-a95d-257cb68cee37-3ca3e800, #w-node-f90589c1-34cc-7c02-a70b-57e0ca510441-3ca3e800 {
    grid-column: 1 / 2;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca51044c-3ca3e800 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca510450-3ca3e800 {
    grid-row: 2 / 3;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca510452-3ca3e800 {
    grid-column: 1 / 2;
  }

  #w-node-b642da15-8a41-437a-2b2f-0b38602f27ea-c59bedc1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b642da15-8a41-437a-2b2f-0b38602f27b4-c59bedc1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5e62080d-dace-9e88-24ef-190db086d5ec-c59bedc1 {
    grid-column: 1 / 2;
  }

  #w-node-_5e62080d-dace-9e88-24ef-190db086d5f2-c59bedc1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b642da15-8a41-437a-2b2f-0b38602f27ea-2cbf6814 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b642da15-8a41-437a-2b2f-0b38602f27b4-2cbf6814 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5e62080d-dace-9e88-24ef-190db086d5ec-2cbf6814 {
    grid-column: 1 / 2;
  }

  #w-node-_5e62080d-dace-9e88-24ef-190db086d5f2-2cbf6814, #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca436-aba318f7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6d9df4f5-0f23-2b57-7389-28161d1ca451-aba318f7 {
    grid-row: 1 / 2;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c36-aba318f7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c38-aba318f7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_54de3126-d078-1cac-f85f-508369650c3c-aba318f7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a9e87097-7d86-d7fe-a95d-257cb68cee35-aba318f7 {
    grid-row: 2 / 3;
  }

  #w-node-a9e87097-7d86-d7fe-a95d-257cb68cee37-aba318f7, #w-node-f90589c1-34cc-7c02-a70b-57e0ca510441-aba318f7 {
    grid-column: 1 / 2;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca51044c-aba318f7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca510450-aba318f7 {
    grid-row: 2 / 3;
  }

  #w-node-f90589c1-34cc-7c02-a70b-57e0ca510452-aba318f7 {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6641691b-1c25-31ba-bc7f-03f3d7f91404-d7f91404 {
    grid-column-end: 3;
  }

  #features-video.w-node-a9ee1afa-a3d8-c1ea-d648-a7fc08a66b8f-d90d49c4, #w-node-b0a47cb5-97fc-6a3e-ef88-6946e1b884b0-e30032f0, #w-node-a673d1f5-07c1-0969-cebf-8c0de3003301-e30032f0 {
    grid-column-end: 5;
  }

  #w-node-_18b9bfce-233a-f522-6cc1-fb4a97ee87b9-b8730701, #w-node-_8d238825-c9f0-bce7-4da3-82a221991867-21991867 {
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}