@font-face {
  font-family: Font Awesome—Regular;
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Font Awesome—Strong;
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Font Awesome—Brands;
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --gray-2: #4f5c65;
  --gray-1: #353e44;
  --red: #dc1f26;
  --gray-3: #e9eef1;
  --charcoal: #343434;
  --gray-4: #f7fafc;
  --blue: #1a5fab;
  --success: #3cba58;
  --danger: #da2424;
  --white: white;
  --primary-3: #041e39;
  --warning: #ffb400;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

body {
  color: var(--gray-2);
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

h1 {
  color: var(--gray-1);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: proxima-nova, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 56px;
}

h2 {
  color: var(--gray-1);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: var(--gray-1);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  color: var(--gray-1);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  color: var(--gray-1);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  color: var(--gray-1);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--red);
  font-weight: 500;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  letter-spacing: -.01em;
  border-left: 5px #e2e2e2;
  margin-bottom: 24px;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

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

.section {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.section.style-guide-section {
  border-bottom: 1px solid var(--gray-3);
}

.section.title-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section.no-top-space.bg-primary-2 {
  display: none;
}

.section.no-top-space.pricing-plans-section {
  margin-top: -96px;
}

.section.no-top-space.bg-charcoal {
  background-color: var(--charcoal);
  color: var(--gray-3);
}

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

.section.no-bottom-space.bg-gray-4 {
  background-color: var(--gray-4);
}

.section.no-bottom-space.bg-gradient-1 {
  background-image: linear-gradient(337deg, var(--blue), var(--red));
  padding-top: 96px;
  padding-bottom: 0;
}

.section.overflow-hidden {
  overflow: hidden;
}

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

.section.utility-page-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.section.hero-screenshot-above {
  margin-top: 25vh;
  padding-top: 24px;
}

.container {
  z-index: 3;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}

.container.announcement-bar-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.text-center {
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  display: flex;
}

.container.text-center.hero-container {
  z-index: 3;
  padding-top: 6vw;
  padding-bottom: 6vw;
  position: relative;
}

.container.text-center.hero-container-nav-above {
  margin-top: 96px;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.container.text-center.hero-container-nav-above.hero-container-shortened {
  margin-top: 50px;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.container.container-narrow {
  flex-direction: column;
  align-items: center;
  max-width: 864px;
  display: flex;
}

.container.container-narrow.align-left {
  align-items: stretch;
}

.container.align-left, .container.post-breadcrumbs-container {
  display: flex;
}

.container.hero-container {
  z-index: 1;
  padding-top: 6vh;
  padding-bottom: 6vh;
  position: relative;
}

.container.hero-screenshot-container {
  z-index: 2;
  text-align: center;
  margin-top: 72px;
  margin-bottom: -25vh;
  position: relative;
}

.container.case-study-container {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h6-small {
  color: var(--gray-1);
  font-size: 16px;
  font-weight: 500;
}

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

.h6-small.dropdown-heading {
  margin-bottom: 0;
  margin-right: 8px;
}

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

.h6-small.blockquote-author-heading {
  margin-bottom: 0;
  margin-right: 8px;
}

.h6-small.career-heading {
  width: 60%;
  margin-bottom: 0;
}

.h6-small.customer-heading {
  margin-bottom: 0;
}

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

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

.text-large.footer-description {
  margin-bottom: 24px;
  font-family: Cormorant Garamond, sans-serif;
}

.text-large.text-link:hover {
  text-decoration: underline;
}

.text-large.text-link.text-link-on-blue-bg {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
}

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

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

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

.text-tiny.checkbox-label {
  margin-bottom: 0;
}

.text-small-caps {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-small-caps.small-caps-title {
  margin-bottom: 16px;
}

.text-small-caps.small-caps-title.text-grey {
  color: var(--gray-3);
}

.text-small-caps.small-caps-title.text-dark {
  color: var(--charcoal);
}

.text-small-caps.contact-method-heading {
  opacity: .5;
  margin-bottom: 8px;
}

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

.style-guide-icon.illustration {
  max-height: 100px;
}

.button {
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 24px;
  font-weight: 700;
  transition: opacity .2s, color .2s, border-color .2s, background-color .2s;
}

.button:hover {
  opacity: .75;
}

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

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

.button.button-large.add-space-right {
  background-color: var(--red);
  margin-right: 24px;
}

.button.button-outline {
  color: var(--red);
  background-color: #0000;
}

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

.button.button-outline.pricing-comparison-button {
  width: 100%;
  margin-top: 24px;
}

.button.button-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.button.button-round {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
}

.button.button-round.slider-button-left {
  left: 0;
}

.button.button-round.slider-button-right {
  right: 0;
}

.button.button-round.back-to-top-button {
  transition: transform .2s;
}

.button.button-round.back-to-top-button:hover {
  opacity: 1;
  transform: scale(1.1);
}

.button.button-round.page-navigator-button {
  margin-right: 12px;
  position: relative;
}

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

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

.button.submit-button {
  margin-top: 12px;
}

.button.button-block, .button.utility-page-button {
  width: 100%;
}

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

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

.button.ghost {
  background-color: #0000;
  border-radius: 0;
}

.button.ghost:hover {
  opacity: 1;
}

.button.ghost.ghost-white-on-red {
  border-color: var(--white);
}

.button.ghost.ghost-white-on-red:hover {
  background-color: var(--white);
  color: var(--red);
}

.button.ghost.ghost-red-on-white {
  color: var(--red);
}

.button.ghost.ghost-red-on-white:hover {
  background-color: var(--red);
  color: var(--white);
}

.button.ghost.ghost-red-on-white._10px-top {
  margin-top: 10px;
}

.button.navbar-button-new:hover {
  border-color: var(--charcoal);
  background-color: var(--charcoal);
  opacity: 1;
}

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

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

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

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

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

.form-input.form-input-large.search-form-input {
  margin-bottom: 0;
  margin-right: 12px;
}

.form-input.textarea-input {
  height: auto;
  min-height: 96px;
  padding-top: 12px;
}

.form-input.textarea-input.textarea-input-large {
  min-height: 240px;
}

.form-input.row-form-input {
  margin-bottom: 0;
}

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

.navbar-container {
  z-index: 99;
  background-color: #fff;
  position: relative;
}

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

.navbar-container.bg-gray-4.sticky-top {
  padding-bottom: 25px;
}

.navbar-container.sticky-top {
  position: sticky;
  top: 0;
}

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

.navbar-container.bg-primary-3 {
  background-color: var(--primary-3);
}

.navbar-container.bg-transparent {
  background-color: #0000;
  margin-bottom: -80px;
}

.navbar-container.bg-transparent.sticky-top {
  margin-bottom: -102px;
}

.navbar-container.bg-primary {
  background-color: var(--red);
}

.navbar {
  z-index: 2147483647;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: opacity .2s;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--red);
}

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

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

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

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

.dropdown-link {
  opacity: .5;
  color: var(--gray-2);
  padding: 4px 24px;
  transition: opacity .2s;
}

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

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

.dropdown-link.dropdown-link-block {
  opacity: 1;
  color: var(--gray-2);
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
}

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

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

.footer-row {
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.footer-logo-link {
  margin-bottom: 24px;
}

.social-links {
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.social-links.social-links-circles {
  margin-top: 48px;
  margin-bottom: 0;
  padding-left: 0;
}

.social-link {
  opacity: .5;
  filter: grayscale();
  margin-left: 12px;
  margin-right: 12px;
  transition: opacity .2s;
}

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

.social-link.social-link-circle {
  opacity: 1;
  transition: transform .2s, opacity .2s;
}

.social-link.social-link-circle:hover {
  transform: scale(1.075);
}

.footer-info {
  flex-direction: column;
  align-items: flex-start;
  max-width: 384px;
  display: flex;
}

.footer-menus-row {
  display: flex;
}

.footer-menu-column {
  margin-left: 72px;
}

.link-menu {
  flex-direction: column;
  display: flex;
}

.link-menu-item {
  margin-top: 6px;
  margin-bottom: 6px;
}

.footer-link {
  opacity: .5;
  color: var(--gray-2);
  transition: opacity .2s;
}

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

.footer-link.w--current {
  opacity: 1;
  color: var(--red);
}

.dropdown-list-footer {
  background-color: var(--gray-3);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.badge {
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

.badge.bg-success.announcement-badge {
  background-color: var(--white);
  color: var(--red);
  text-transform: uppercase;
  margin-right: 16px;
  font-weight: 700;
}

.badge.pricing-plan-badge {
  margin-bottom: 24px;
}

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

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

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

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

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

.avatar.avatar-xlarge.team-member-avatar {
  margin-bottom: 24px;
}

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

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

.avatar.post-horizontal-avatar {
  margin-right: 48px;
}

.avatar-container {
  position: relative;
}

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

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

.avatar-group-item {
  border: 5px solid var(--gray-4);
  margin-right: -16px;
}

.card {
  border: 1px solid var(--gray-3);
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

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

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

.card.shadow.career-description-card {
  margin-top: 24px;
  margin-bottom: 96px;
}

.card.shadow.career-application-form {
  display: none;
}

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

.card.card-horizontal {
  display: flex;
}

.card.terms-card {
  margin-bottom: 24px;
}

.card.pricing-comparison-card.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.card.pricing-comparison-card.second {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.card.pricing-comparison-card.third {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.card.form-card {
  width: 100%;
  max-width: 384px;
  margin-bottom: 24px;
}

.card.form-card.split-layout-form-card {
  margin-top: 0;
}

.card.featured-post-card {
  display: flex;
}

.card.help-center-card {
  margin-bottom: 24px;
  transition: border-color .2s;
}

.card.help-center-card:hover {
  border-color: var(--red);
}

.card.related-articles-card {
  margin-bottom: 24px;
}

.card.blog-card {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.card-body {
  color: var(--gray-2);
  flex: 1;
  padding: 36px;
}

.card-body.card-horizontal-body {
  flex: 1;
  align-items: center;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.card-body.career-card-body {
  padding: 24px;
  display: flex;
}

.card-body.pricing-card-body {
  flex-direction: column;
  display: flex;
}

.card-body.featured-post-card-body {
  align-items: center;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.card-body.category-card-body {
  padding: 48px;
  display: flex;
}

.text-white {
  color: #fff;
}

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

.menu-button {
  background-color: #0000;
  margin-left: 24px;
  padding: 8px;
}

.menu-button.w--open {
  background-color: #0000;
}

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

.menu-button-cross {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
}

.menu-button-cross.navigator-button-cross {
  display: none;
  top: 10px;
  left: 10px;
}

.menu-button-toggle {
  display: block;
}

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

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

.dropdown-link-text {
  opacity: .5;
  color: var(--gray-2);
  margin-right: 8px;
  transition: opacity .2s;
}

.dropdown-link-text:hover {
  opacity: 1;
}

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

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

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

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

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

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

.pill.bg-gray-3 {
  color: var(--gray-2);
}

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

.pill.pill-notice.bg-gray-3.margin-top {
  margin-top: 50px;
}

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

.pill.bg-gray-4 {
  color: var(--gray-2);
}

.pill.mobile-screenshot-pill {
  background-color: var(--gray-4);
  position: absolute;
  inset: 10% auto auto -40%;
  box-shadow: 0 1px 12px 4px #0000001a;
}

.pill.mobile-screenshot-pill.mobile-screenshot-pill-2 {
  inset: auto -40% 40% auto;
}

.pill.case-study-card-pill {
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
}

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

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

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

.expandable {
  border-radius: 10px;
  margin-bottom: 12px;
  position: relative;
}

.expandable-title {
  cursor: pointer;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

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

.expandable-content-wrapper {
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.expandable-icon {
  display: block;
}

.horizontal-tabs {
  width: 100%;
  display: flex;
}

.vertical-tabs-menu {
  flex-direction: column;
  display: flex;
}

.horizontal-tabs-content {
  flex: 1;
  padding-left: 48px;
}

.tab-button {
  opacity: .5;
  background-color: #0000;
  border-radius: 10px;
  align-items: center;
  padding: 12px 20px;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.tab-button:hover {
  opacity: 1;
}

.tab-button:active {
  background-color: #0000;
}

.tab-button.w--current {
  background-color: var(--gray-3);
  opacity: 1;
  color: var(--gray-1);
}

.tab-icon {
  margin-right: 16px;
}

.horizontal-tabs-menu {
  border-bottom: 2px solid var(--gray-3);
  margin-top: -2px;
  margin-bottom: 48px;
  display: flex;
}

.horizontal-tabs-menu.text-center {
  justify-content: center;
}

.tab-link {
  opacity: .5;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  margin-right: 24px;
  padding: 12px 0;
  transition: border-color .2s, color .2s, opacity .2s;
  top: 2px;
}

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

.tab-link:active {
  background-color: #0000;
}

.tab-link.w--current {
  border-bottom-color: var(--red);
  opacity: 1;
  color: var(--red);
  background-color: #0000;
}

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

.dropdown-list-large {
  min-width: 32px;
}

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

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

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

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

.icon-circle.social-icon-circle {
  width: 96px;
  height: 96px;
  margin-bottom: 0;
}

.icon-list-item {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.icon-list-item.disabled {
  opacity: .25;
}

.icon-list-item.icon-list-horizontal-item {
  flex: none;
  margin-top: 0;
  margin-bottom: 24px;
  margin-right: 24px;
}

.icon-list-image {
  flex: none;
  margin-right: 12px;
}

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

.icon-list.pricing-plan-list {
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
}

.icon-list.icon-list-horizontal {
  flex-wrap: wrap;
  margin-bottom: -24px;
  display: flex;
}

.announcement-bar {
  padding-top: 24px;
  padding-bottom: 24px;
}

.announcement-bar.bg-primary-3 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-row {
  align-items: center;
  display: flex;
}

.text-row.text-small.muted {
  opacity: .5;
}

.announcement-cross {
  opacity: .5;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  right: 36px;
}

.announcement-cross:hover {
  opacity: 1;
}

.section-subtitle {
  max-width: 690px;
}

.section-subtitle.text-large {
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle.text-large.body-copy {
  text-align: justify;
  max-width: 750px;
  margin-top: 40px;
}

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

.avatar-name-container.article-author {
  margin-top: 24px;
}

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

.avatar-name.h6-small {
  margin-bottom: 0;
}

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

.breadcrumb-link {
  opacity: .5;
  color: var(--gray-2);
  transition: color .2s, opacity .2s;
}

.breadcrumb-link:hover, .breadcrumb-link.w--current {
  opacity: 1;
  color: var(--red);
}

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

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

.breadcrumb-icon {
  opacity: .25;
}

.page-navigation-list {
  border-left: 1px solid var(--gray-3);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  margin-bottom: 0;
  padding: 24px 36px;
  display: flex;
  overflow: scroll;
}

.page-navigation-list-item {
  margin-bottom: 6px;
}

.divider {
  z-index: 1;
  width: 100vw;
  height: 4vw;
  position: relative;
}

.divider.divider-top {
  margin-bottom: 96px;
  bottom: 1px;
}

.divider.divider-bottom {
  z-index: 1;
  margin-top: 96px;
  top: 1px;
}

.divider.divider-bottom.divider-shortened {
  margin-top: 0;
}

.divider.divider-bottom-large {
  margin-top: 120px;
}

.divider.card-divider {
  height: 48px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.divider.divider-bottom-small {
  margin-top: 72px;
}

.divider.going-into-body-copy {
  margin-bottom: 75px;
}

.divider-example {
  background-color: var(--primary-3);
  border-radius: 10px;
  margin-bottom: 48px;
  padding: 24px;
}

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

.image-tile-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .66fr .33fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-gallery-image {
  border-radius: 10px;
  transition: transform .2s;
}

.image-gallery-image:hover {
  transform: scale(1.04);
}

.image-gallery-image.image-gallery-right {
  max-height: 565px;
}

.image-gallery-left {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.image-gallery-row {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.image-gallery-link {
  margin-left: 12px;
  margin-right: 12px;
}

.image-gallery-link.image-gallery-link-top {
  margin-bottom: 24px;
}

.section-title {
  margin-bottom: 72px;
}

.section-title.add-top-space {
  margin-top: 48px;
}

.team-members-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map-section {
  flex-wrap: wrap;
  display: flex;
}

.map-section-left {
  flex-direction: row;
  width: 50%;
  display: flex;
  position: relative;
}

.vertical-divider {
  z-index: 2;
  width: 4vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.vertical-divider.horizontal-section-divider.contact-map-divider {
  width: 6vw;
}

.map-section-right {
  flex: 1;
  justify-content: center;
  padding: 96px 36px;
  display: flex;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.metrics-horizontal {
  display: flex;
}

.metrics-horizontal._2nd-row {
  margin-top: 25px;
}

.metrics-horizontal-item {
  margin-right: 48px;
}

.metric-heading {
  margin-bottom: 8px;
}

.paragraph-large {
  margin-bottom: 24px;
}

.map-section-content {
  max-width: 504px;
}

.brand-list {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 0;
  display: flex;
}

.brand-list-item {
  margin: 6px 30px 12px;
}

.brand-image {
  opacity: .5;
}

.brand-image.blockquote-brand-image {
  max-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brand-image.case-study-logo {
  margin-bottom: 36px;
}

.medium-heading {
  color: var(--gray-1);
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.medium-heading.text-white {
  color: #fff;
}

.medium-heading.career-description-heading {
  max-width: 500px;
  margin-bottom: 8px;
}

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

.small-heading {
  color: var(--gray-1);
  letter-spacing: -.04em;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.small-heading.metric-heading {
  margin-bottom: 8px;
}

.title-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.title-section.no-bottom-space {
  padding-bottom: 0;
}

.content-pair {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.content-pair-text {
  flex-direction: column;
  align-items: flex-start;
  width: 480px;
  max-width: 100%;
}

.content-pair-image {
  border-radius: 10px;
  max-width: 50%;
}

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

.large-metrics.text-center {
  grid-template-columns: 1fr 1fr;
}

.text-huge {
  color: var(--gray-1);
  letter-spacing: -.04em;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 72px;
}

.text-huge.text-white {
  color: #fff;
}

.text-huge.text-white.margin-top-50.home-sub-cta {
  font-size: 40px;
}

.large-metric-item {
  padding-left: 24px;
  padding-right: 24px;
}

.large-metric-item.text-left {
  text-align: left;
}

.large-metric-item.large-metric-horizontal {
  text-align: left;
  display: flex;
}

.press-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo-card {
  background-color: var(--gray-4);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  margin-bottom: 24px;
  display: flex;
}

.avatar-team-wrapper {
  margin-bottom: 48px;
  display: none;
}

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

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

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

.bg-image.account-page-image {
  background-image: url('../images/account.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image.sign-up-page-image {
  background-image: url('../images/account-2.jpg');
  background-position: 0%;
  background-size: cover;
}

.bg-image.landing-3-hero {
  opacity: .25;
}

.bg-image.landing-3-hero.home {
  background-image: url('../images/sovereign-pharmaceuticals-cdmo-skyline.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image.landing-3-hero.leadership-hero {
  background-image: url('../images/landing-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.landing-3-hero.manufacturing-hero {
  background-image: url('../images/sovereign-pharmaceuticals-manufacturing.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.bg-image.landing-3-hero.product-hero {
  background-image: url('../images/sovereign-pharmaceutical-product-development.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.bg-image.landing-3-hero.quality-hero {
  background-image: url('../images/sovereign-pharmaceuticals-quality.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.bg-image.landing-3-hero.analytical-hero {
  background-image: url('../images/sovereign-pharmaceuticals-analytical.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.bg-image.landing-3-hero.regulatory-hero {
  background-image: url('../images/sovereign-pharmaceuticals-regulatory.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.bg-image.landing-3-hero.about-hero {
  filter: grayscale();
  background-image: url('../images/sovereign-pharmaceuticals-about.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.bg-image.landing-3-hero.dcat-bg {
  background-image: url('../images/dcat-nyc.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.hero-blockquote-bg {
  opacity: .35;
  transform-style: preserve-3d;
  background-image: url('../images/careers-1.jpg');
  background-position: 50%;
  background-size: cover;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.hero-section-action {
  align-items: center;
  margin-top: 48px;
  display: none;
}

.content-pair-collage {
  position: relative;
}

.collage-image {
  border: 4px solid #fff;
  border-radius: 10px;
}

.collage-image.collage-image-2 {
  max-width: 240px;
  position: absolute;
  inset: -20% -20% auto auto;
}

.collage-image.collage-image-3 {
  position: absolute;
  inset: auto auto -25% -12.5%;
}

.card-slider {
  background-color: #0000;
  width: 100%;
  max-width: 1032px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.card-horizontal-image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.card-horizontal-image.featured-post-image {
  width: 100%;
}

.card-slide {
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.card-slide-mask {
  height: auto;
  overflow: visible;
}

.card-horizontal-image-wrapper {
  position: relative;
}

.card-horizontal-image-wrapper.featured-post-image-wrapper {
  width: 50%;
}

.card-horizontal-image-wrapper.featured-case-study-image-wrapper {
  width: 45%;
}

.card-slide-nav {
  color: var(--gray-1);
  height: 24px;
  font-size: 8px;
  line-height: 0;
  display: none;
  bottom: -36px;
}

.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.icon-pill-group {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.icon-pill-group-item {
  margin: 6px;
}

.content-pair-group {
  max-width: 576px;
}

.career-list-titles {
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.careers-list-item {
  margin-bottom: 12px;
}

.career-list-wrapper {
  width: 100%;
  margin-bottom: 36px;
}

.career-basis, .career-location {
  width: 20%;
}

.career-heading {
  width: 60%;
}

.career-link {
  color: var(--gray-2);
  width: 100%;
  font-weight: 400;
  display: block;
}

.letterhead {
  border-bottom: 1px solid var(--gray-3);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  padding-bottom: 48px;
  display: flex;
}

.career-description-meta {
  display: flex;
}

.comma-spacer {
  margin-right: 4px;
}

.article {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.article ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
}

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

.article blockquote {
  border-left: 2px solid var(--gray-3);
  color: var(--red);
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 48px;
}

.article img {
  border-radius: 10px;
}

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

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

.article.help-center-article {
  margin-left: 0;
  margin-right: 0;
}

.article.legal h3 {
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
}

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

.form-group {
  margin-bottom: 24px;
}

.form-group.form-group-last {
  margin-top: 12px;
  margin-bottom: 0;
}

.career-application-heading {
  margin-bottom: 24px;
  display: none;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.video-lightbox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-lightbox-image {
  border-radius: 10px;
}

.video-play-button {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.video-play-button:hover {
  transform: scale(1.1);
}

.video-play-button.video-play-button-center {
  position: absolute;
}

.icon-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.icon-cards-grid.icon-cards-grid-wide {
  grid-row-gap: 48px;
  max-width: 100%;
}

.sticky-top {
  z-index: 99;
  position: sticky;
  top: 0;
}

.pill-wrapper {
  justify-content: center;
  display: flex;
}

.contact-methods-row {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.horizontal-rule {
  background-color: var(--gray-3);
  width: 100%;
  height: 1px;
  margin-top: 96px;
}

.form-success {
  background-color: var(--blue);
  color: #fff;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-error {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-method-item.contact-method-group-item {
  margin-bottom: 36px;
  margin-right: 48px;
}

.contact-method-item.sidebar-contact-method-item {
  margin-bottom: 24px;
}

.address {
  font-style: normal;
}

.contact-method-group {
  flex-wrap: wrap;
  margin-top: 48px;
  margin-bottom: -36px;
  display: flex;
}

.form-group-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-checkbox-agree {
  margin-top: 12px;
}

.pricing-plans-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-bottom: 48px;
  display: grid;
}

.pricing-plans-grid.pricing-plans-grid-duo {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 792px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.price-wrapper {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.price-number.text-huge, .price-number.large-heading {
  margin-bottom: 0;
  margin-left: 4px;
}

.pricing-plan-heading {
  margin-bottom: 24px;
}

.pricing-plan-heading.pricing-comparison-heading {
  margin-bottom: 12px;
}

.pricing-plan-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.three-up-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.three-up-grid-item {
  flex-direction: column;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.faq-group {
  margin-bottom: 36px;
}

.customer-blockquote {
  margin-top: 24px;
}

.pricing-comparison-wrapper {
  margin-bottom: 48px;
}

.pricing-comparison-header {
  z-index: 3;
  justify-content: flex-end;
  display: flex;
  position: sticky;
  top: 24px;
}

.pricing-comparison-plan {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.large-heading {
  color: var(--gray-1);
  letter-spacing: -.04em;
  margin-bottom: 32px;
  font-size: 54px;
  font-weight: 700;
  line-height: 56px;
}

.large-heading.text-white {
  color: #fff;
}

.large-heading.remove-bottom-margin {
  margin-bottom: 0;
}

.pricing-comparison-section-title {
  width: 100%;
  margin-top: 72px;
  margin-bottom: 24px;
}

.pricing-comparison-row {
  border-top: 1px solid var(--gray-3);
  border-right: 1px solid var(--gray-3);
  display: flex;
}

.pricing-comparison-row.pricing-comparison-row-last {
  border-bottom: 1px solid var(--gray-3);
}

.pricing-comparison-cell {
  border-left: 1px solid var(--gray-3);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.pricing-comparison-cell.pricing-comparison-heading-cell {
  border-left-style: none;
  justify-content: flex-start;
}

.pricing-comparison-cell-heading {
  margin-bottom: 0;
}

.pricing-comparison-button {
  width: 100%;
  margin-top: 24px;
}

.check-circle {
  display: block;
}

.utility-page-top-bar {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.account-form {
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 36px;
}

.split-layout {
  height: 100vh;
  display: flex;
}

.split-layout-content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.split-layout-image-wrapper {
  background-color: var(--primary-3);
  width: 100%;
  max-width: 40%;
  min-height: 320px;
  position: relative;
}

.split-layout-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.subscribe-form {
  align-items: flex-start;
  display: flex;
}

.subscribe-form-wrapper {
  width: 100%;
  max-width: 576px;
  margin-top: 48px;
}

.text-muted {
  opacity: .5;
}

.bg-twitter {
  color: #fff;
  background-color: #1da1f2;
}

.bg-instagram {
  color: #fff;
  background-color: #e4405f;
}

.bg-facebook {
  color: #fff;
  background-color: #4172b8;
}

.bg-youtube {
  color: #fff;
  background-color: red;
}

.utility-page-wrap {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.team-members-grid-wrapper {
  width: 100%;
  max-width: 894px;
  margin-bottom: 48px;
}

.team-member-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-member-heading {
  margin-bottom: 6px;
}

.team-member-title {
  margin-bottom: 16px;
}

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

.card-footer {
  border-top: 1px solid var(--gray-3);
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

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

.post-title-wrapper {
  z-index: 2;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.post-title-image {
  border-radius: 10px;
  max-width: 50%;
}

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

.post-title-date {
  margin-right: 12px;
}

.post-title-content {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 96px;
  padding-top: 24px;
  display: flex;
}

.pull-divider-up {
  z-index: 2;
  margin-bottom: -4vw;
  position: relative;
}

.pagination {
  margin-top: 48px;
}

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

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

.wide-post-wrapper {
  margin-bottom: 48px;
}

.featured-post-meta {
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.horizontal-post-date {
  opacity: .5;
  margin-bottom: 8px;
}

.horizontal-blog-list {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.license-image {
  border-radius: 5px;
  max-width: 240px;
}

.content-pair-graphic {
  flex: 0 auto;
  width: 50%;
  max-width: 540px;
}

.content-pair-graphic.content-pair-graphic-narrow {
  width: 30%;
}

.content-pair-card {
  max-width: 384px;
}

.card-image-wrapper {
  position: relative;
}

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

.icon-features-heading {
  margin-bottom: 48px;
}

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

.icon-feature-list-item {
  margin-bottom: 24px;
}

.card-image-link-wrapper {
  display: block;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 997px;
  margin: 96px auto 48px;
  display: grid;
}

.cta-bg-graphic {
  z-index: 1;
  max-width: 25%;
  position: absolute;
  inset: auto 4vw 0% auto;
}

.pill-below {
  margin-bottom: 48px;
}

.collection-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bg-gradient-1 {
  background-image: linear-gradient(270deg, var(--blue), var(--red));
  color: #fff;
}

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

.hero-blockquote-wrapper {
  max-width: 480px;
}

.bg-gradient-2 {
  background-image: linear-gradient(to right, var(--blue), var(--primary-3));
  color: #fff;
}

.icon-feature-image {
  max-width: 25%;
}

.mobile-screenshot-wrapper {
  max-width: 20vw;
  position: relative;
}

.screenshot-arrow {
  margin-bottom: 24px;
  position: relative;
  left: -48px;
}

.mobile-screenshot-text {
  max-width: 360px;
  margin-top: -48px;
}

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

.content-pair-gallery {
  align-items: center;
  max-width: 576px;
  display: flex;
}

.content-pair-gallery-left {
  width: 75%;
  margin-left: 12px;
}

.video-lightbox-with-text {
  align-items: center;
  max-width: 408px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-lightbox-text-wrapper {
  margin-left: 24px;
}

.video-lightbox-heading {
  margin-bottom: 0;
}

.add-space-right {
  margin-right: 12px;
}

.screenshot {
  border-radius: 10px;
}

.screenshot.content-pair-screenshot {
  border: 1px solid var(--gray-3);
  width: 100%;
  max-width: 768px;
  margin-left: 72px;
  position: relative;
}

.badge-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.customer-quotes-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.qr-code-image {
  margin-top: 48px;
  margin-bottom: 48px;
}

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

.case-study-card-logo {
  max-height: 24px;
}

.large-metric-horizontal-text {
  margin-left: 24px;
}

.case-study-meta-list {
  margin-bottom: 24px;
  padding-left: 0;
}

.case-study-meta-list-item {
  margin-bottom: 16px;
}

.page-demos-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 36px;
  background-color: var(--gray-3);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 72px;
  display: grid;
}

.nav-link-white {
  color: #fff;
}

.decoration-container {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.decoration-container.bottom-right {
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.decoration-container.left-middle {
  align-items: center;
}

.decoration-container.right-middle {
  justify-content: flex-end;
  align-items: center;
}

.decoration-container.right-top {
  justify-content: flex-end;
}

.decoration-container.left-bottom {
  align-items: flex-end;
}

.decoration {
  z-index: 1;
  width: 12vw;
  position: relative;
}

.decoration.left {
  left: -12px;
}

.decoration.right {
  right: -12px;
}

.decoration.top-right {
  width: 60px;
  position: absolute;
  top: -24px;
  right: -48px;
}

.decoration-circle {
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  position: absolute;
}

.decoration-circle.middle {
  top: 50%;
  left: 50%;
}

.decoration-circle.left {
  left: -1vw;
}

.decoration-circle.left.bg-primary {
  z-index: 2;
}

.decoration-circle.top-right {
  top: 0;
  right: 0;
}

.decoration-circle.right {
  right: -12px;
}

.decoration-circle.right.bg-primary-3 {
  background-color: var(--blue);
}

.decorations-wrapper {
  position: relative;
}

.decoration-diamond {
  border-radius: 15px;
  width: 6vw;
  height: 6vw;
  transform: rotate(45deg);
}

.decoration-diamond.bottom-right {
  position: absolute;
  bottom: -2vw;
  right: -2vw;
}

.decoration-diamond.bottom-left {
  position: absolute;
  bottom: -2vw;
  left: -2vw;
}

.page-navigator {
  z-index: 100;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow: scroll;
}

.avatar-image-link {
  transition: transform .2s;
}

.avatar-image-link:hover {
  transform: scale(1.05);
}

.pricing-tabs {
  margin-top: 24px;
}

.search-form {
  max-width: 840px;
  margin-top: 48px;
  margin-bottom: 0;
  display: flex;
}

.sidebar-layout {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.sidebar-aside-content {
  z-index: 2;
  flex: 1;
  max-width: 336px;
  padding-bottom: 24px;
  position: sticky;
  top: 24px;
}

.sidebar-main-content {
  flex: 0 auto;
  width: 100%;
  max-width: 792px;
  padding-right: 24px;
}

.sidebar-contact-methods {
  margin-top: 24px;
}

.help-center-link-block {
  width: 100%;
  font-weight: 400;
}

.category-icon {
  height: 72px;
  margin-right: 48px;
}

.sidebar-main-content-header {
  border-bottom: 1px solid var(--gray-3);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  padding-bottom: 48px;
  display: flex;
}

.sidebar-main-content-heading, .related-article {
  margin-top: 24px;
}

.search-result-paragraph {
  margin-top: 12px;
  margin-bottom: 0;
}

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

.div-block {
  font-size: 14px;
}

.copyright {
  display: none;
}

.nav-link-dark {
  color: #343434;
  text-transform: capitalize;
}

.nav-link-dark:hover {
  color: #dc1f26;
}

.super-top-nav {
  background-color: var(--gray-4);
  text-transform: uppercase;
}

.super-top-nav-link {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.super-top-nav-link.w--current {
  color: var(--red);
}

.fullscreen-search {
  background-color: #ffffffd9;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.close-button {
  color: #343434;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 25px;
  margin-right: 25px;
  font-size: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.search-input {
  color: #343434;
  border: 2px solid #1a5fab;
  width: 60%;
  max-width: 800px;
  height: 100px;
  padding: 10px 20px;
  font-size: 35px;
}

.search-button {
  text-transform: uppercase;
  background-color: #1a5fab;
  height: 100px;
  margin-top: -9px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 25px;
  font-weight: 700;
}

.div-block-4 {
  color: #343434;
  font-size: 12rem;
  font-weight: 900;
  position: absolute;
  top: 450px;
}

.image-2 {
  cursor: pointer;
  padding: 25px 20px 16px;
}

.archive {
  display: none;
}

.image-bg {
  background-image: url('../images/capsules-on-red-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 115px;
  display: flex;
}

.image-bg.high-potency-suite {
  background-image: linear-gradient(#fffc, #fffc), url('../images/high-potency-pharmaceutical-suite.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 0;
}

.image-bg.high-potency-suite.archive {
  display: none;
}

.text-block-on-image-bg {
  width: 80%;
  max-width: 650px;
}

.legacy-text {
  z-index: 10;
  color: var(--blue);
  text-align: right;
  text-shadow: 1px 1px 3px #000000b5;
  max-width: 90%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
}

.content-divider {
  background-color: var(--blue);
  width: 200px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-wide {
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.contact-page-heading {
  max-width: 400px;
}

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

.body-copy {
  text-align: left;
  text-transform: none;
  width: 90%;
  max-width: 750px;
  margin-top: 30px;
}

.body-copy h3 {
  margin-top: -25px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
}

.email-link {
  text-transform: lowercase;
}

.lottie-animation {
  max-width: 50%;
}

.lottie-animation-2 {
  max-width: 750px;
  margin-top: -65px;
  margin-bottom: -65px;
}

.body-intro {
  text-align: left;
  max-width: 750px;
  font-size: 120%;
  line-height: 150%;
}

.contact-animation {
  max-width: 500px;
  margin-top: -75px;
  margin-bottom: -25px;
}

.title-animation {
  max-width: 500px;
  margin-bottom: -30px;
}

.title-animation.remove-bottom-margin {
  margin-bottom: 0;
}

.title-animation.title-animation-horizontal {
  max-width: 50%;
}

.super-top-nav-new {
  text-transform: uppercase;
  background-color: #0000;
}

.navbar-container-new {
  z-index: 99;
  background-color: #0000;
  position: relative;
}

.navbar-container-new.bg-gray-4.sticky-top {
  padding-bottom: 25px;
}

.navbar-container-new.sticky-top {
  position: sticky;
  top: 0;
}

.nav-link-dark-new {
  color: var(--white);
  text-transform: capitalize;
}

.nav-link-dark-new:hover, .nav-link-dark-new.w--current {
  color: var(--charcoal);
}

.super-top-nav-link-new {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.super-top-nav-link-new:hover {
  color: var(--charcoal);
}

.super-top-nav-link-new.w--current {
  color: var(--red);
}

.navbar-wrapper-new {
  margin-bottom: -237px;
}

.image-3 {
  opacity: .5;
  filter: grayscale();
  margin-top: -125px;
}

.top-bar-link {
  color: var(--success);
}

.margin-top-50 {
  margin-top: 50px;
}

.disclaimer {
  max-width: 80%;
  margin-top: -6px;
  font-size: 15px;
  font-style: italic;
}

.dcat-grid {
  grid-column-gap: 50px;
  background-color: var(--gray-3);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.footer-policy_links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

@media screen and (min-width: 1440px) {
  .divider.going-into-body-copy {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar.light-on-dark-nav {
    background-color: var(--charcoal);
  }

  .divider.going-into-body-copy {
    margin-bottom: 30px;
  }

  .large-metrics.text-center {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 24px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
  }

  h4 {
    line-height: 32px;
  }

  blockquote {
    font-size: 20px;
    line-height: 30px;
  }

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

  .section.title-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.title-section.bg-gray-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.post-breadcrumbs-container {
    justify-content: center;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    padding-right: 0;
  }

  .text-large.text-link {
    padding: 15px;
    display: inline-block;
  }

  .text-small-caps.contact-method-heading {
    margin-bottom: 0;
  }

  .button.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button.button-outline.pricing-comparison-button {
    margin-top: 16px;
  }

  .button.button-round.slider-button-left {
    left: -12px;
  }

  .button.button-round.slider-button-right {
    right: -12px;
  }

  .button.button-round.back-to-top-button {
    display: none;
  }

  .button.button-round.page-navigator-button {
    position: relative;
  }

  .button.submit-button {
    margin-top: 0;
  }

  .button.navbar-button, .button.navbar-button-new {
    display: none;
  }

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

  .navbar-container.bg-transparent {
    margin-bottom: 72px;
  }

  .navbar-container.bg-transparent.sticky-top {
    margin-bottom: -96px;
  }

  .navbar {
    justify-content: flex-start;
  }

  .nav-menu {
    border: 1px solid var(--gray-3);
    background-color: var(--gray-4);
    border-radius: 5px;
    padding: 16px 24px;
  }

  .nav-link {
    padding: 6px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-list.w--open {
    transform: none;
  }

  .footer {
    text-align: center;
    padding-top: 72px;
  }

  .footer-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }

  .footer-info {
    align-items: center;
    margin-bottom: 72px;
  }

  .footer-menu-column {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .avatar.avatar-xlarge.team-member-avatar {
    margin-bottom: 12px;
  }

  .avatar.post-horizontal-avatar {
    margin-right: 24px;
  }

  .avatar-group-item {
    border-width: 4px;
  }

  .card.shadow.career-description-card {
    margin-bottom: 72px;
  }

  .card.featured-post-card {
    align-items: center;
  }

  .card-body {
    padding: 24px;
  }

  .card-body.card-horizontal-body {
    padding-left: 36px;
    padding-right: 48px;
  }

  .card-body.featured-post-card-body {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .navbar-logo {
    flex: 1;
  }

  .menu-button-cross {
    display: none;
  }

  .pill.mobile-screenshot-pill {
    left: -70%;
  }

  .pill.mobile-screenshot-pill.mobile-screenshot-pill-2 {
    right: -70%;
  }

  .horizontal-tabs {
    flex-direction: column;
  }

  .vertical-tabs-menu {
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 24px;
  }

  .horizontal-tabs-content {
    padding-left: 0;
  }

  .horizontal-tabs-menu {
    margin-bottom: 36px;
  }

  .icon-circle {
    width: 96px;
    height: 96px;
  }

  .icon-list.pricing-plan-list {
    padding-left: 0;
    padding-right: 0;
  }

  .announcement-bar.bg-primary-3 {
    font-size: 14px;
  }

  .announcement-cross {
    right: 24px;
  }

  .divider {
    height: 6vw;
  }

  .divider.divider-top {
    height: 4vw;
    margin-bottom: 72px;
  }

  .divider.divider-bottom {
    margin-top: 72px;
  }

  .divider.divider-bottom-large {
    margin-top: 96px;
  }

  .divider.card-divider {
    height: 36px;
  }

  .divider.divider-bottom-small {
    margin-top: 48px;
  }

  .divider.going-into-body-copy {
    margin-bottom: 35px;
  }

  .image-tile-gallery {
    grid-column-gap: 12px;
    align-items: center;
  }

  .image-gallery-left {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .image-gallery-row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .image-gallery-link {
    margin-left: 6px;
    margin-right: 6px;
  }

  .section-title.add-top-space {
    margin-top: 0;
  }

  .team-members-grid {
    grid-column-gap: 12px;
    grid-row-gap: 36px;
  }

  .map-section {
    flex-direction: column;
  }

  .map-section-left {
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .vertical-divider.horizontal-section-divider {
    display: none;
  }

  .map-section-right {
    width: 100%;
    padding: 72px 24px;
  }

  .map {
    width: 100%;
  }

  .paragraph-large.text-large.case-study-subtitle {
    display: none;
  }

  .map-section-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .brand-list {
    margin-left: -12px;
    margin-right: -12px;
  }

  .brand-list-item {
    margin-left: 12px;
    margin-right: 12px;
  }

  .brand-image.case-study-logo {
    margin-bottom: 24px;
  }

  .medium-heading, .small-heading {
    margin-bottom: 16px;
  }

  .title-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .content-pair {
    flex-wrap: wrap;
  }

  .content-pair-text {
    text-align: center;
    margin-bottom: 48px;
  }

  .content-pair-image {
    width: 100%;
    max-width: 480px;
  }

  .large-metrics.text-center {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .text-huge {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 56px;
  }

  .large-metric-item {
    padding-left: 0;
    padding-right: 0;
  }

  .large-metric-item.text-left {
    text-align: center;
  }

  .large-metric-item.large-metric-horizontal {
    flex-direction: column;
  }

  .press-grid {
    grid-column-gap: 12px;
  }

  .avatar-team-wrapper {
    margin-bottom: 36px;
  }

  .bg-image.landing-3-hero.quality-hero {
    background-position: 50% 0;
    background-attachment: scroll;
  }

  .hero-section-action {
    justify-content: center;
    margin-top: 36px;
  }

  .content-pair-collage {
    align-items: center;
    margin-bottom: 0;
    display: flex;
    overflow: scroll;
  }

  .collage-image.collage-image-2 {
    position: relative;
    top: 0%;
    right: 0%;
  }

  .collage-image.collage-image-3 {
    position: relative;
    bottom: 0%;
    left: 0%;
  }

  .card-horizontal-image {
    border-radius: 10px;
  }

  .card-slide {
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-horizontal-image-wrapper {
    align-items: center;
    max-width: 30%;
    padding-left: 24px;
    display: flex;
  }

  .card-horizontal-image-wrapper.featured-post-image-wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 24px;
  }

  .card-horizontal-image-wrapper.featured-case-study-image-wrapper {
    width: 100%;
    max-width: 40%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .career-list-wrapper {
    margin-bottom: 12px;
  }

  .article blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-left: 36px;
  }

  .article.help-center-article {
    margin-bottom: 48px;
  }

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

  .icon-cards-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .horizontal-rule {
    margin-top: 72px;
  }

  .address {
    margin-bottom: -24px;
  }

  .pricing-plans-grid {
    grid-column-gap: 12px;
  }

  .three-up-grid-item {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-group {
    margin-bottom: 12px;
  }

  .pricing-comparison-wrapper {
    margin-bottom: 36px;
  }

  .pricing-comparison-plan {
    width: 33.3333%;
  }

  .large-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-comparison-section-title {
    text-align: center;
    margin-top: 48px;
  }

  .pricing-comparison-row {
    flex-wrap: wrap;
  }

  .pricing-comparison-cell {
    flex-basis: 33.3333%;
  }

  .pricing-comparison-cell.pricing-comparison-heading-cell {
    border-bottom: 1px solid var(--gray-3);
    border-left-style: solid;
    flex: 0 100%;
    justify-content: center;
  }

  .pricing-comparison-button {
    margin-top: 16px;
  }

  .split-layout {
    height: auto;
    min-height: 100vh;
  }

  .card-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .post-title-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .post-title-image {
    max-width: 100%;
  }

  .post-title-content {
    align-items: center;
    margin-bottom: 36px;
    margin-left: 0;
    padding-top: 0;
  }

  .pull-divider-up {
    margin-bottom: -6vw;
  }

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

  .featured-post-meta {
    margin-top: 24px;
  }

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

  .post-horizontal-wrapper {
    margin-left: 0;
    padding: 6px;
  }

  .content-pair-graphic {
    width: 75%;
  }

  .content-pair-graphic.content-pair-graphic-narrow {
    width: 50%;
  }

  .content-pair-card {
    margin-top: 24px;
  }

  .icon-features-heading {
    margin-bottom: 36px;
  }

  .faq-grid {
    margin-top: 48px;
    margin-bottom: 36px;
  }

  .cta-bg-graphic {
    max-width: 30%;
  }

  .pill-below {
    margin-bottom: 36px;
  }

  .hero-blockquote-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-screenshot-wrapper {
    max-width: 35vw;
  }

  .mobile-screenshot-text {
    max-width: 320px;
  }

  .screenshot.content-pair-screenshot {
    margin-left: 0;
  }

  .badge-wrapper {
    align-items: center;
  }

  .customer-quotes-wrapper {
    grid-row-gap: 24px;
  }

  .qr-code-image {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .large-metric-horizontal-text {
    margin-top: -12px;
    margin-left: 0;
  }

  .case-study-meta-list {
    margin-right: 24px;
  }

  .page-demos-wrapper {
    padding: 48px;
  }

  .nav-link-white {
    color: var(--gray-2);
  }

  .decoration.top-right {
    display: none;
  }

  .search-form {
    margin-top: 36px;
  }

  .sidebar-layout {
    flex-direction: column;
  }

  .sidebar-aside-content {
    width: 100%;
    max-width: none;
  }

  .sidebar-main-content {
    padding-right: 0;
  }

  .category-icon {
    margin-right: 36px;
  }

  .sidebar-main-content-header {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }

  .image-bg {
    background-image: linear-gradient(#00000080, #00000080), url('../images/capsules-on-red-bg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-left: 0;
  }

  .text-block-on-image-bg {
    margin-left: auto;
    margin-right: auto;
  }

  .legacy-text {
    order: -1;
    margin-bottom: 100px;
  }

  .legacy-h2 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-dark-new {
    color: var(--charcoal);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

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

  .section.title-section.bg-gray-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.no-top-space.pricing-plans-section {
    margin-top: 0;
    padding-top: 72px;
  }

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

  .section.utility-page-content {
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.announcement-bar-container {
    padding-right: 48px;
  }

  .container.text-center.hero-container-nav-above {
    margin-top: 80px;
  }

  .container.case-study-container {
    flex-direction: column;
  }

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

  .style-guide-row.bg-primary-3 {
    padding-bottom: 12px;
  }

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

  .text-small.text-spacer {
    line-height: 20px;
  }

  .style-guide-color {
    width: 72px;
    height: 72px;
  }

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

  .h6-small.career-heading {
    width: 50%;
  }

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

  .text-small-caps {
    font-size: 13px;
  }

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

  .button.button-outline.pricing-comparison-button {
    margin-top: 12px;
  }

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

  .navbar-container.bg-transparent.sticky-top {
    margin-bottom: -80px;
  }

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

  .footer {
    padding-top: 72px;
    padding-bottom: 36px;
  }

  .footer-row {
    margin-bottom: 24px;
  }

  .footer-info {
    margin-bottom: 48px;
  }

  .footer-menus-row {
    flex-wrap: wrap;
  }

  .footer-menu-column {
    width: 50%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .avatar {
    width: 60px;
    height: 60px;
  }

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

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

  .avatar.avatar-large.customer-quote-avatar {
    margin-right: 24px;
  }

  .avatar-group-item {
    border-width: 3px;
  }

  .card {
    border-radius: 5px;
  }

  .card.shadow.career-description-card {
    margin-bottom: 48px;
  }

  .card.logo-card {
    min-height: 96px;
  }

  .card.pricing-comparison-card {
    border-style: none;
  }

  .card.featured-post-card {
    flex-direction: column;
  }

  .card-body {
    padding: 24px;
  }

  .card-body.career-card-body {
    padding: 16px;
  }

  .card-body.pricing-comparison-card-body {
    padding: 0 3px;
  }

  .card-body.category-card-body {
    padding: 24px;
  }

  .pill {
    padding: 6px 12px 6px 6px;
  }

  .pill-heading {
    font-size: 16px;
  }

  .expandable-title {
    padding: 16px;
  }

  .vertical-tabs-menu {
    justify-content: flex-start;
    max-width: 100%;
    overflow: scroll;
  }

  .tab-button {
    border-radius: 5px;
    flex: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-icon {
    max-height: 36px;
    margin-right: 12px;
  }

  .horizontal-tabs-menu {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    overflow: scroll;
  }

  .tab-link {
    border-bottom-style: none;
    flex: none;
  }

  .tab-link.w--current {
    color: var(--red);
  }

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

  .icon-circle {
    width: 72px;
    height: 72px;
  }

  .icon-list.pricing-plan-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .announcement-bar.bg-primary-3 {
    line-height: 20px;
  }

  .text-row {
    align-items: flex-start;
  }

  .divider {
    height: 7vw;
  }

  .divider.divider-top {
    margin-bottom: 72px;
  }

  .divider.divider-top.going-into-body-copy {
    margin-bottom: 35px;
  }

  .divider.divider-bottom, .divider.divider-bottom-large {
    margin-top: 72px;
  }

  .divider.card-divider {
    height: 24px;
  }

  .divider.divider-bottom-small {
    margin-top: 24px;
  }

  .image-gallery-image {
    border-radius: 5px;
  }

  .image-gallery-link.image-gallery-link-top {
    margin-bottom: 16px;
  }

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

  .team-members-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

  .paragraph-large, .brand-image.case-study-logo {
    margin-bottom: 16px;
  }

  .small-heading.metric-heading {
    margin-bottom: 4px;
  }

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

  .content-pair-text {
    margin-bottom: 24px;
  }

  .content-pair-image {
    max-width: 60%;
  }

  .large-metrics.text-center {
    grid-column-gap: 12px;
  }

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

  .logo-card {
    border-radius: 5px;
  }

  .press-quote-wrapper {
    align-items: center;
  }

  .avatar-team-wrapper {
    margin-bottom: 24px;
  }

  .bg-image.account-page-image {
    background-position: 50% 0;
  }

  .bg-image.sign-up-page-image {
    background-position: 50% 100%;
  }

  .hero-section-action {
    margin-top: 24px;
  }

  .card-horizontal-image.featured-post-image {
    border-radius: 5px 5px 0 0;
  }

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

  .card-slide-mask {
    overflow: hidden;
  }

  .card-horizontal-image-wrapper.featured-post-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-pill-group-item {
    margin: 3px;
  }

  .career-list-titles {
    display: none;
  }

  .career-location {
    flex: 1;
  }

  .letterhead {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .article blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .article img {
    border-radius: 5px;
  }

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

  .article.help-center-article {
    margin-bottom: 36px;
  }

  .form-row {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .icon-cards-grid.icon-cards-grid-wide {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .horizontal-rule {
    margin-top: 48px;
  }

  .contact-method-item.contact-method-group-item {
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .contact-method-group {
    justify-content: center;
    margin-top: 24px;
    margin-bottom: -24px;
  }

  .pricing-plans-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .pricing-plan-heading {
    margin-bottom: 12px;
  }

  .three-up-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .customer-blockquote {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .customer-blockquote.logo-customer-blockquote {
    margin-top: 24px;
  }

  .customer-quote-item {
    text-align: left;
    margin-bottom: 12px;
    display: flex;
  }

  .customer-quote-item.logo-quote-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-comparison-wrapper {
    margin-bottom: 24px;
  }

  .pricing-comparison-header {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 0;
  }

  .large-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-comparison-cell {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-comparison-button {
    margin-top: 12px;
  }

  .utility-page-top-bar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .split-layout {
    flex-direction: column;
  }

  .split-layout-image-wrapper {
    max-width: 100%;
  }

  .split-layout-container {
    justify-content: flex-start;
  }

  .subscribe-form-wrapper {
    margin-top: 36px;
  }

  .team-member-title {
    margin-bottom: 12px;
  }

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

  .post-title-content {
    margin-bottom: 24px;
  }

  .pull-divider-up {
    margin-bottom: -7vw;
  }

  .pagination {
    margin-top: 24px;
  }

  .wide-post-wrapper {
    margin-bottom: 24px;
  }

  .post-horizontal-wrapper {
    padding: 0;
  }

  .content-pair-graphic {
    width: 100%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .cta-bg-graphic {
    max-width: 35%;
  }

  .pill-below {
    margin-bottom: 24px;
  }

  .screenshot-arrow {
    display: none;
  }

  .mobile-screenshot-text {
    margin-top: 0;
    padding-left: 24px;
  }

  .screenshot {
    border-radius: 5px;
  }

  .customer-quotes-wrapper {
    grid-row-gap: 12px;
  }

  .case-study-meta-list {
    text-align: center;
    margin-right: 0;
  }

  .case-study-meta-list-item {
    justify-content: space-between;
    margin-bottom: 6px;
    display: flex;
  }

  .page-demos-wrapper {
    grid-row-gap: 24px;
    border-radius: 5px;
    padding: 36px;
  }

  .decoration-container, .page-navigator {
    display: none;
  }

  .search-form {
    margin-top: 24px;
  }

  .category-icon {
    margin-right: 24px;
  }

  .sidebar-main-content-header {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .sidebar-main-content-heading {
    margin-top: 12px;
  }

  .image-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-animation {
    margin-top: -50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    letter-spacing: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .section.no-top-space.pricing-plans-section {
    padding-top: 48px;
  }

  .section.hero-screenshot-above {
    margin-top: 0;
    padding-top: 48px;
  }

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

  .container.announcement-bar-container {
    padding-right: 48px;
  }

  .container.hero-screenshot-container {
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 48px;
  }

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

  .style-guide-color-container {
    margin-bottom: 12px;
  }

  .h6-small.career-heading {
    width: auto;
  }

  .text-small-caps {
    font-size: 12px;
  }

  .text-small-caps.contact-method-heading {
    margin-bottom: 4px;
  }

  .button.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.button-large.add-space-right {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .button.button-round.slider-button-left, .button.button-round.slider-button-right {
    display: none;
  }

  .button.submit-button {
    width: 100%;
  }

  .button.navbar-button, .button.navbar-button-new {
    display: none;
  }

  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .form-input.form-input-large.search-form-input {
    margin-bottom: 12px;
  }

  .navbar-container.bg-transparent {
    margin-bottom: 48px;
  }

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

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

  .social-links.social-links-circles {
    justify-content: center;
    margin-left: -6px;
    margin-right: -6px;
  }

  .social-link.social-link-circle {
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .footer-menus-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-menu-column {
    width: 100%;
  }

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

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

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

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

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

  .avatar.avatar-large.customer-quote-avatar {
    margin-right: 12px;
  }

  .avatar.post-horizontal-avatar {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .avatar-container {
    flex: none;
  }

  .avatar-group {
    width: 100%;
    overflow: scroll;
  }

  .card.logo-card {
    min-height: 0;
  }

  .card.card-horizontal {
    flex-direction: column;
  }

  .card.form-card, .card.help-center-card {
    margin-bottom: 12px;
  }

  .card-body.card-horizontal-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-body.career-card-body {
    flex-direction: column;
  }

  .pill.mobile-screenshot-pill {
    display: none;
  }

  .expandable-heading.h6-small {
    padding-right: 24px;
  }

  .tab-button, .tab-button.w--current {
    flex: none;
  }

  .tab-icon {
    max-height: 24px;
  }

  .tab-link {
    margin-right: 16px;
  }

  .icon {
    margin-bottom: 12px;
  }

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

  .icon-list.pricing-plan-list {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .text-row.blockquote-author {
    flex-direction: column;
  }

  .announcement-cross {
    right: 12px;
  }

  .breadcrumb-list {
    max-width: 100%;
    overflow: scroll;
  }

  .breadcrumb-list-item {
    flex: none;
  }

  .divider {
    height: 8vw;
  }

  .divider.divider-top {
    margin-bottom: 48px;
  }

  .divider.divider-bottom {
    margin-top: 48px;
  }

  .divider.going-into-body-copy {
    margin-bottom: 10px;
  }

  .image-tile-gallery {
    grid-template-columns: 1fr;
  }

  .image-gallery-image.image-gallery-right {
    display: none;
  }

  .image-gallery-left {
    grid-row-gap: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-title {
    margin-bottom: 36px;
  }

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

  .map-section-right {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 12px;
  }

  .metrics-horizontal {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
  }

  .metrics-horizontal._2nd-row {
    margin-top: 0;
  }

  .metrics-horizontal-item {
    margin-top: 25px;
    margin-left: 12px;
    margin-right: 12px;
  }

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

  .paragraph-large.text-large.case-study-subtitle {
    display: block;
  }

  .brand-image {
    max-height: 24px;
  }

  .medium-heading {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  .small-heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  .small-heading.metric-heading {
    margin-bottom: 0;
  }

  .content-pair-text {
    width: 100%;
    max-width: none;
  }

  .content-pair-image {
    max-width: 100%;
  }

  .large-metrics.text-center {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .text-huge {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .large-metric-item {
    margin-top: 25px;
  }

  .large-metric-item.large-metric-horizontal {
    text-align: center;
  }

  .hero-section-action {
    flex-direction: column;
    margin-top: 16px;
  }

  .card-horizontal-image {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-horizontal-image-wrapper {
    max-width: 100%;
    padding-left: 0;
  }

  .card-horizontal-image-wrapper.featured-case-study-image-wrapper {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-slide-nav {
    display: block;
  }

  .careers-list-item {
    margin-bottom: 6px;
  }

  .career-basis, .career-location {
    width: auto;
  }

  .letterhead {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .career-description-meta {
    justify-content: center;
    margin-bottom: 24px;
  }

  .article.help-center-article {
    margin-bottom: 24px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .icon-cards-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .contact-methods-row {
    flex-direction: column;
    margin-bottom: -24px;
  }

  .contact-method-item {
    margin-bottom: 24px;
  }

  .contact-method-item.contact-method-group-item {
    margin-right: 0;
  }

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

  .form-group-row {
    flex-direction: column;
  }

  .form-checkbox-agree {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .pricing-plans-grid {
    grid-row-gap: 12px;
  }

  .pricing-plans-grid.pricing-plans-grid-duo {
    grid-template-columns: 1fr;
  }

  .pricing-plan-heading.pricing-comparison-heading {
    font-size: 16px;
    font-weight: 500;
  }

  .three-up-grid {
    grid-row-gap: 12px;
  }

  .customer-blockquote.logo-customer-blockquote {
    margin-top: 12px;
  }

  .large-heading {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  .pricing-comparison-cell {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .subscribe-form-wrapper {
    margin-top: 24px;
  }

  .team-member-wrapper {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .blog-grid {
    grid-row-gap: 12px;
  }

  .pull-divider-up {
    margin-bottom: -8vw;
  }

  .wide-post-wrapper {
    margin-bottom: 12px;
  }

  .featured-post-meta {
    margin-top: 16px;
  }

  .horizontal-blog-list {
    grid-row-gap: 12px;
  }

  .post-horizontal-wrapper {
    flex-direction: column;
  }

  .content-pair-graphic.content-pair-graphic-narrow {
    width: 75%;
  }

  .form-title, .icon-feature-list-item {
    margin-bottom: 12px;
  }

  .faq-grid {
    grid-row-gap: 12px;
  }

  .cta-bg-graphic {
    display: none;
  }

  .mobile-screenshot-wrapper {
    max-width: 60vw;
  }

  .mobile-screenshot-text {
    text-align: center;
    margin-top: 24px;
    padding-left: 0;
  }

  .content-pair-gallery {
    flex-direction: column;
  }

  .content-pair-gallery-left {
    width: 100%;
  }

  .add-space-right {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .qr-code-image {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .large-metric-horizontal-text {
    margin-top: 0;
  }

  .page-demos-wrapper {
    grid-row-gap: 12px;
    text-align: center;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .search-form {
    flex-direction: column;
  }

  .category-icon {
    height: 48px;
    margin-right: 16px;
  }

  .super-top-nav {
    display: none;
  }

  .image-bg {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .legacy-text {
    margin-bottom: 60px;
    font-size: 100px;
  }

  .contact-animation {
    margin-top: -25px;
    margin-bottom: 0;
  }

  .super-top-nav-new {
    display: none;
  }
}

#w-node-bbb5e9f7-da0c-7a73-f05d-8e7344969c4b-81dbe10d {
  align-self: stretch;
}

#w-node-_072ac474-9ea5-189a-81e8-e8f517ec7e50-9ac0ea3c, #w-node-_2e3980a7-4934-5071-6869-8838a74fd505-9ac0ea3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-bda804d2-378c-0fdb-9edd-080a9f6840c8-0fdbdfb5 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Font Awesome—Regular';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome—Strong';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome—Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}