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

:root {
  --neutral-400: #b7b4c7;
  --neutral-100: white;
  --secondary-1: #ff4895;
  --neutral-300: #d9d7e6;
  --secondary-5: #1d1a27;
  --secondary-2: #6e4fe9;
  --secondary-3: #1766ff;
  --secondary-4: #2d42ff;
  --neutral-700: #302c3f;
  --neutral-600: #5e5b71;
  --neutral-500: #88849c;
  --neutral-200: #f5f4fa;
  --neutral-800: #13111a;
  --shadow-card-default: #0000001a;
  --shadow-card-large: #00000059;
  --shadow-card-large-dark: #00000073;
}

.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-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  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-pagination-previous-icon {
  margin-right: 4px;
}

.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-pagination-next-icon {
  margin-left: 4px;
}

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

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  color: var(--neutral-400);
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral-100);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.182em;
}

h3 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

h4 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--neutral-100);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--secondary-1);
}

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

li {
  margin-bottom: 8px;
}

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

label {
  color: var(--neutral-300);
  margin-bottom: 11px;
  margin-left: 7px;
  font-weight: 700;
  line-height: 1.333em;
  display: block;
}

strong {
  color: var(--neutral-100);
  font-weight: 700;
}

blockquote {
  background-color: var(--secondary-5);
  color: var(--neutral-100);
  text-align: center;
  border-left: 0 solid #000;
  border-radius: 22px;
  margin-bottom: 10px;
  padding: 73px 126px 79px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

figure {
  margin-bottom: 10px;
}

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

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: flex;
}

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

.bg-secondary-1 {
  background-color: var(--secondary-1);
}

.bg-secondary-2 {
  background-color: var(--secondary-2);
}

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

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

.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.style-guide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

.container-default {
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.home-hero {
  position: relative;
}

.container-default.home-hero.fixed-background-container {
  z-index: -1;
  position: fixed;
  inset: 50% 0% 0%;
}

.container-default.home-hero.first-fold {
  padding-right: 0;
  position: absolute;
  inset: auto auto 5% 0%;
}

.container-default.home-features {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.container-default.about-hero {
  position: relative;
}

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

.container-default.blog-hero {
  position: relative;
}

.container-default.blog {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-default.blog-post {
  margin-bottom: 86px;
  position: relative;
}

.container-default.blog-post-articles, .container-default.features, .container-default.team-page, .container-default.careers-hero, .container-default.career {
  position: relative;
}

.container-default.career-divider {
  z-index: 1;
  position: relative;
}

.container-default.integrations, .container-default.integrations-hero, .container-default.integration, .container-default.more-integrations, .container-default.pricing, .container-default.plan-features, .container-default.plan, .container-default.contact-hero {
  position: relative;
}

.style-guide-content {
  border: 1px solid var(--neutral-700);
  background-color: #1d1a27;
  border-radius: 24px;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
  overflow: hidden;
}

.section-styleguide {
  padding-top: 179px;
  padding-bottom: 86px;
}

.style-guide-title {
  color: #fff;
  margin-top: 0;
}

.style-guide-header {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  background-color: var(--secondary-5);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  border-radius: 14px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.style-guide-link:hover {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
}

.style-guide-link.w--current {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--neutral-700);
  color: var(--neutral-100);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-700);
  margin-top: 24px;
  padding-top: 24px;
}

.color-container {
  border: 1px solid var(--neutral-700);
  background-color: var(--neutral-800);
  border-radius: 16px;
}

.color-block {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  min-height: 120px;
}

.color-content {
  border-top: 1px solid var(--neutral-700);
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-100);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-500);
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.style-guide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

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

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

.typography-container {
  border-bottom: 1px solid var(--neutral-700);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  color: var(--neutral-100);
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-large.home-hero {
  max-width: 796px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large.home-hero.new {
  text-align: left;
  margin-bottom: 12px;
  font-size: 16px;
}

.paragraph-large.home-hero.logo-paragraph {
  color: var(--neutral-400);
  text-align: left;
  max-width: 796px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
}

.paragraph-large.home-hero.first-fold {
  text-align: left;
  max-width: 500px;
  margin-bottom: 12px;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-large.about-hero {
  max-width: 696px;
  margin-bottom: 0;
}

.paragraph-large.about-hero.new, .paragraph-large.about-hero.second-fold {
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large.last-section {
  background-image: none;
  width: 500px;
  height: auto;
  margin-top: 20px;
  font-size: 18px;
}

.style-guide-subheader {
  background-color: var(--neutral-700);
  padding: 56px 68px;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.style-guide-content-wrapper.dark {
  background-color: var(--neutral-800);
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
}

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

.button-primary {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .01em;
  border-radius: 1000px;
  padding: 22px 56px;
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
  line-height: 1.111em;
}

.button-primary:hover {
  color: var(--neutral-100);
}

.button-primary.small-v2 {
  padding: 15px 28px;
}

.button-primary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.button-white {
  color: var(--neutral-800);
  transform-style: preserve-3d;
  background-color: #fff;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.button-primary.button-white:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-primary.button-white._2-buttons {
  margin: 0 24px 15px 0;
}

.button-primary.checkout {
  transform-style: preserve-3d;
  height: 63px;
  margin-top: 15px;
  margin-bottom: 0;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary.checkout:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-primary.footer-newsletter {
  padding: 15px 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.small {
  padding: 18px 38px;
}

.button-primary.small.integration {
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.button-primary.small.add-cart {
  display: block;
}

.button-primary.services {
  width: 361px;
}

.button-primary.services.small, .button-primary.services.left-aligned {
  width: 180px;
  padding: 22px 30px;
}

.button-primary.project-button {
  width: 160px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-secondary {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .01em;
  transform-style: preserve-3d;
  border-radius: 1000px;
  padding: 22px 56px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-secondary:hover {
  background-color: var(--secondary-5);
  color: var(--neutral-100);
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-secondary.small {
  padding: 18px 38px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.small.buy-now {
  margin-top: 16px;
}

.button-secondary.small.buy-now:hover {
  background-color: var(--neutral-800);
}

.button-secondary.small.plan {
  transition-property: none;
}

.button-secondary.small.plan:hover {
  transform: none;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.discounts {
  background-color: var(--neutral-800);
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: 22px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-secondary._2-buttons {
  margin-bottom: 15px;
  font-family: Thicccboi, sans-serif;
}

.button-secondary._2-buttons.new {
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.button-secondary._2-buttons.recent-work {
  margin: 10px auto;
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.button-secondary._2-buttons.services {
  width: 300px;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.button-secondary._2-buttons.tech-stack {
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.button-secondary.button-white-outline {
  border: 1px solid var(--neutral-100);
  background-color: #0000;
}

.button-secondary.button-white-outline._2-buttons {
  margin-right: 24px;
}

.button-secondary.button-category {
  text-align: left;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px 22px;
  text-decoration: none;
  display: flex;
}

.button-secondary.button-category.w--current {
  background-image: linear-gradient(to right, #6f86ff, #b372ce 50%, #ff7586);
}

.button-secondary.button-category.all {
  margin-right: 16px;
}

.button-secondary.button-category.all.w--current {
  background-image: linear-gradient(to right, #6f86ff, #b372ce 50%, #ff7586);
}

.button-secondary.integration-tab-link {
  margin-bottom: 20px;
  margin-right: 32px;
  padding: 15px 22px;
  font-weight: 600;
}

.button-secondary.integration-tab-link.w--current {
  background-image: linear-gradient(to right, #6f86ff, #b372ce 50%, #ff7586);
}

.button-secondary.project-button {
  width: 160px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.style-guide-button-container {
  margin-top: 58px;
}

.cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.header {
  z-index: 2;
  background-color: #0000;
  padding-top: 36px;
  padding-bottom: 36px;
  position: absolute;
  inset: 0% 0% auto;
}

.header.new {
  background-color: #13111a00;
  padding-top: 17px;
  padding-bottom: 17px;
  display: block;
  position: fixed;
  transform: none;
}

.header.first-fold {
  z-index: 1;
  background-color: #0000;
  padding-top: 17px;
  padding-bottom: 17px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.header.first-fold.fixed-nav {
  z-index: 100;
  background-color: var(--neutral-800);
  display: block;
  position: fixed;
}

.header-logo {
  width: 148px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
}

.nav-item-wrapper.mobile-button, .nav-item-wrapper.mobile, .nav-item-wrapper.hidden {
  display: none;
}

.nav-item-wrapper.no-padding {
  margin-right: 0;
}

.nav-item-wrapper.latin-text {
  display: none;
}

.nav-link {
  letter-spacing: .01em;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .35s;
}

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

.nav-link.sign-in {
  margin-right: 27px;
}

.nav-link.sign-in.mobile {
  margin-right: 0;
}

.nav-link.dropdown {
  color: var(--neutral-100);
  padding: 0;
}

.nav-link.dropdown:hover, .nav-link.new.w--current {
  color: var(--secondary-1);
}

.display-1 {
  font-size: 78px;
  line-height: 1.077em;
}

.display-1.home-hero.new {
  text-align: left;
  font-size: 70px;
}

.display-1.home-hero.first-fold {
  text-align: left;
  letter-spacing: 1px;
  min-width: 800px;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 70px;
  line-height: 1em;
}

.display-1.home-hero.second-fold {
  text-align: left;
  letter-spacing: 1px;
  min-width: auto;
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 78px;
  line-height: 1em;
}

.display-1.home-hero.last-fold {
  text-align: left;
  letter-spacing: 1px;
  width: 400px;
  min-width: auto;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 78px;
  line-height: 1em;
}

.display-2 {
  font-size: 68px;
  line-height: 76px;
}

.display-3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 36px;
}

.footer {
  border-top: 1px solid var(--neutral-700);
  padding-top: 110px;
  padding-bottom: 34px;
}

.footer.new {
  background-color: var(--neutral-800);
}

.footer-logo-container {
  transform-style: preserve-3d;
  margin-bottom: 15px;
  margin-right: 30px;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale3d(1.03, 1.03, 1.01);
}

.footer-logo-container.new.w--current {
  transform: translate(0, -8px);
}

.footer-logo-container.bottom-logo.w--current, .footer-logo-container.bottom-logo.hidden {
  display: none;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
}

.footer-nav.last {
  margin-right: 0;
  display: block;
}

.footer-logo {
  width: 150px;
}

.footer-logo.large {
  width: 200px;
}

.footer-nav-item {
  justify-content: flex-start;
  margin-bottom: 16px;
  line-height: 1.111em;
  display: block;
}

.footer-nav-item.hide {
  display: none;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

.page-wrapper.overflow-hidden.new {
  overflow: visible;
}

.section {
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.utility-page {
  background-color: var(--secondary-5);
  padding-top: 179px;
  padding-bottom: 100px;
}

.section.home-hero {
  padding-top: 179px;
  padding-bottom: 166px;
  overflow: hidden;
}

.section.home-hero.first-fold {
  background-image: url('../images/NetAesthetics-Landing-Photo-A.png');
  background-position: 110% 100%;
  background-repeat: no-repeat;
  background-size: auto 90vh;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-features {
  padding-top: 0;
  padding-bottom: 208px;
  overflow: hidden;
}

.section.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cta.cta-section {
  margin-top: 128px;
  margin-bottom: 128px;
}

.section.home-perks {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cta-last {
  padding-top: 0;
  padding-bottom: 174px;
}

.section.cta-last.hidden {
  display: none;
}

.section.home-steps {
  padding-top: 206px;
}

.section.home-steps.new {
  padding-top: 128px;
}

.section.home-steps.new.hidden {
  display: none;
}

.section.testimonials {
  padding-bottom: 224px;
  overflow: hidden;
}

.section.testimonials.mobile {
  padding-bottom: 128px;
  display: none;
}

.section.home-blog {
  padding-top: 0;
  padding-bottom: 208px;
}

.section.about-hero {
  padding-top: 179px;
  padding-bottom: 144px;
}

.section.story {
  padding-top: 0;
  padding-bottom: 144px;
}

.section.values {
  padding-top: 0;
  padding-bottom: 233px;
}

.section.values.latin-text {
  display: none;
}

.section.about-team {
  padding-top: 0;
  padding-bottom: 140px;
}

.section.about-team.latin-text {
  display: none;
}

.section.about-offices {
  padding-top: 0;
  padding-bottom: 115px;
  overflow: hidden;
}

.section.about-offices.latin-text {
  display: none;
}

.section.partners {
  padding-top: 0;
}

.section.partners.tech-stacks {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blog-hero {
  padding-top: 179px;
  padding-bottom: 116px;
}

.section.blog {
  padding-top: 116px;
  overflow: hidden;
}

.section.blog.new {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blog-post {
  padding-top: 179px;
  padding-bottom: 148px;
}

.section.blog-post.new {
  padding-bottom: 0;
}

.section.blog-post-articles {
  padding-top: 0;
  overflow: hidden;
}

.section.features {
  padding-top: 179px;
  overflow: hidden;
}

.section.team-page {
  padding-top: 171px;
  padding-bottom: 109px;
  overflow: hidden;
}

.section.team {
  padding-top: 179px;
  padding-bottom: 109px;
}

.section.team-articles {
  padding-top: 112px;
}

.section.careers-hero {
  padding-top: 179px;
  padding-bottom: 156px;
}

.section.careers-hero.hidden {
  display: none;
}

.section.open-positions {
  padding-top: 0;
  padding-bottom: 101px;
}

.section.open-positions.new {
  padding-top: 179px;
}

.section.careers-testimonials {
  padding-top: 0;
  padding-bottom: 160px;
}

.section.careers-testimonials.hidden {
  display: none;
}

.section.careers-perks {
  padding-top: 0;
  padding-bottom: 147px;
}

.section.careers-perks.hidden {
  display: none;
}

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

.section.more-jobs {
  padding-top: 96px;
}

.section.integrations-hero {
  padding-top: 147px;
}

.section.integrations {
  padding-top: 0;
  overflow: hidden;
}

.section.integrations.new {
  padding-bottom: 0;
}

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

.section.more-integrations {
  padding-top: 96px;
  overflow: hidden;
}

.section.pricing {
  padding-top: 166px;
  padding-bottom: 107px;
  overflow: hidden;
}

.section.plan-features {
  padding-top: 0;
}

.section.plan {
  padding-top: 179px;
  overflow: hidden;
}

.section.contact-hero {
  padding-top: 179px;
  padding-bottom: 144px;
}

.section.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.section.contact.new {
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
}

.section.contact.new.second {
  display: block;
}

.section.contact.first-fold {
  padding-top: 179px;
  padding-bottom: 144px;
}

.section.faqs {
  padding-top: 148px;
}

.section.faqs.new {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.checkout {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.section.integration-category, .section.blog-category {
  padding-top: 179px;
  overflow: hidden;
}

.section.portfolio {
  padding-top: 0;
  padding-bottom: 148px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 168px 24px 148px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap._401 {
  padding-top: 179px;
  padding-bottom: 110px;
}

.utility-page-content-password {
  z-index: 1;
  background-color: var(--secondary-5);
  border-radius: 22px;
  flex-direction: column;
  width: 100%;
  max-width: 585px;
  margin-bottom: 0;
  padding: 68px 64px;
  display: flex;
  position: relative;
}

.input {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  border: 0 solid #000;
  border-radius: 12px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  transition: background-color .3s, color .3s;
}

.input:hover {
  background-color: var(--secondary-5);
}

.input:focus {
  background-color: var(--secondary-5);
  color: var(--neutral-100);
}

.input::placeholder {
  color: var(--neutral-300);
  font-size: 18px;
}

.input.password {
  border-radius: 1000000px;
  margin-bottom: 24px;
}

.input.password:hover, .input.password:focus {
  background-color: var(--neutral-800);
}

.input.checkout {
  margin-bottom: 16px;
}

.input.checkout:hover, .input.checkout:focus {
  background-color: var(--neutral-800);
}

.input.discounts {
  background-color: var(--neutral-700);
  flex: 0 auto;
  width: 100%;
  margin-bottom: 16px;
}

.input.discounts:hover, .input.discounts:focus {
  background-color: var(--neutral-800);
}

.input.footer-newsletter {
  border-radius: 1000000px;
  min-height: 53px;
  margin-right: 10px;
}

.input.blog-newsletter {
  border-radius: 1000px;
  min-height: 84px;
  padding-left: 37px;
  padding-right: 200px;
}

.input.text-area {
  border-radius: 16px;
  min-width: 100%;
  max-width: 100%;
  min-height: 136px;
  max-height: 200px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.input.cart-item-quantity {
  min-height: 38px;
  padding-left: 8px;
  padding-right: 10px;
  display: none;
}

.utility-page-content-404 {
  z-index: 1;
  text-align: center;
  max-width: 631px;
  position: relative;
}

._404-number {
  color: var(--neutral-100);
  font-family: Thicccboi, sans-serif;
  font-size: 164px;
  font-weight: 700;
  line-height: 1.201em;
}

.container-medium-761px {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

.divider {
  background-color: var(--neutral-600);
  width: 100%;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 16px;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.card-career-item {
  margin-top: 28px;
  margin-bottom: 28px;
}

.divider.card-career {
  margin-top: 41px;
  margin-bottom: 54px;
}

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

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

.paragraph.not-found {
  margin-bottom: 49px;
}

.paragraph.utility-page {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.paragraph.home-features {
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-home-feature {
  margin-bottom: 0;
}

.paragraph.home-perks {
  margin-bottom: 34px;
}

.paragraph.home-perk {
  margin-bottom: 0;
}

.paragraph.home-steps {
  margin-bottom: 32px;
}

.paragraph.card-home-step {
  margin-bottom: 0;
}

.paragraph.card-home-step.dark-text {
  color: var(--neutral-400);
}

.paragraph.card-home-step.dark-text._17px-bottom {
  margin-bottom: 17px;
}

.paragraph.card-testimonial {
  margin-bottom: 34px;
}

.paragraph.card-testimonial.first-column {
  max-width: 700px;
  margin-bottom: 0;
}

.paragraph.footer-newsletter {
  margin-bottom: 28px;
}

.paragraph.footer-newsletter.hidden {
  display: none;
}

.paragraph.story, .paragraph.values, .paragraph.card-value {
  margin-bottom: 0;
}

.paragraph.about-offices {
  margin-bottom: 40px;
}

.paragraph.card-about-office, .paragraph.about-team, .paragraph.team-item, .paragraph.partners {
  margin-bottom: 0;
}

.paragraph.blog-hero {
  margin-bottom: 41px;
}

.paragraph.card-post-featured-item {
  margin-bottom: 49px;
}

.paragraph.text-neutral-200 {
  color: var(--neutral-200);
}

.paragraph.text-neutral-200.blog-post {
  margin-bottom: 36px;
}

.paragraph.card-author, .paragraph.card-feature-featured, .paragraph.card-feature, .paragraph.features, .paragraph.team-page, .paragraph.card-team-page-careers, .paragraph.card-team, .paragraph.open-positions, .paragraph.careers-testimonials, .paragraph.careers-perks, .paragraph.card-careers-perk {
  margin-bottom: 0;
}

.paragraph.careers-hero {
  max-width: 710px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-career-item {
  margin-bottom: 0;
}

.paragraph.card-career {
  max-width: 583px;
  margin-bottom: 0;
}

.paragraph.card-apply-job {
  margin-bottom: 33px;
}

.paragraph.integrations-hero {
  margin-bottom: 39px;
}

.paragraph.integrations-hero.latin-text {
  display: none;
}

.paragraph.card-integration-item {
  margin-bottom: 32px;
}

.paragraph.card-integration-item.new {
  margin-bottom: 0;
}

.paragraph.card-integration-item.cta-button {
  width: auto;
  max-width: 550px;
  margin-bottom: 0;
}

.paragraph.card-integration {
  margin-bottom: 40px;
}

.paragraph.pricing {
  margin-bottom: 0;
}

.paragraph.plan-features {
  max-width: 497px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-plan-item-summary, .paragraph.plan-summary, .paragraph.card-get-plan, .paragraph.contact-hero {
  margin-bottom: 0;
}

.paragraph.card-contact-category {
  margin-bottom: 22px;
}

.paragraph.contact {
  margin-bottom: 26px;
}

.paragraph.faqs {
  margin-bottom: 0;
}

.paragraph.card-faq {
  text-align: left;
  margin-bottom: 0;
}

.paragraph.legal {
  margin-bottom: 0;
}

.paragraph.left-aligned {
  text-align: left;
}

.paragraph.fixed-height {
  min-height: 120px;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.6em;
}

.paragraph-small.card-plan-item-content-bottom-small-print {
  text-align: center;
  margin-top: 16px;
}

.card {
  background-color: var(--secondary-5);
  box-shadow: 0 5px 14px 0 var(--shadow-card-default);
  border-radius: 22px;
  overflow: hidden;
}

.card.changelog {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 60px 50px;
  display: flex;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  box-shadow: none;
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.home-feature {
  padding: 40px 32px 56px;
}

.card.cta {
  z-index: 1;
  border: 1px solid #ffffff17;
  justify-content: space-between;
  align-items: center;
  padding: 88px 86px 88px 78px;
  display: flex;
  position: relative;
}

.card.home-step {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  display: flex;
}

.card.home-step.link-block {
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.home-step.link-block:hover {
  color: var(--neutral-100);
  text-decoration: none;
  transform: scale(1.02);
}

.card.testimonial {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 50px;
}

.card.testimonial.grid-content {
  padding: 0;
}

.card.post-item {
  color: var(--neutral-400);
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.post-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.card.about-hero-achievement {
  background-color: #1d1a27a3;
  border: 1px solid #ffffff29;
  justify-content: center;
  padding: 60px 35px;
  display: flex;
  box-shadow: 0 14px 74px #00000073;
}

.card.value {
  align-items: flex-start;
  padding: 42px 38px 59px;
  display: flex;
}

.card.about-office {
  padding: 40px 48px;
  display: flex;
}

.card.post-featured-item-content {
  z-index: 1;
  max-width: 56%;
  margin-top: 74px;
  margin-bottom: 74px;
  padding: 65px 52px;
  position: relative;
}

.card.author {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  align-items: center;
  margin-top: 58px;
  padding: 64px 59px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.author:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-large);
  transform: translate(0, 6px);
}

.card.feature-featured {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  justify-content: space-between;
  display: flex;
}

.card.feature {
  padding: 40px 32px 56px;
}

.card.team-page-careers {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 792px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 55px;
  display: flex;
  position: relative;
}

.card.team {
  z-index: 1;
  flex: 1;
  position: relative;
}

.card.careers-perk {
  padding: 48px 51px;
  display: flex;
}

.card.career-item {
  color: var(--neutral-400);
  flex-direction: column;
  min-height: 100%;
  padding: 48px 42px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.career-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.card.career {
  padding: 69px 52px 27px;
}

.card.apply-job {
  padding: 53px 37px 71px;
}

.card.integration-item {
  color: var(--neutral-400);
  padding: 54px 32px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: block;
}

.card.integration-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.card.integration-item.new {
  height: 100%;
  padding-bottom: 32px;
}

.card.integration {
  max-width: 38%;
  margin-right: 30px;
  padding: 55px 36px 64px;
}

.card.plan-item {
  z-index: 1;
  color: var(--neutral-400);
  border-radius: 20px;
  flex-direction: column;
  max-width: 383px;
  padding: 75px 32px 55px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: visible;
}

.card.plan-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.card.plan-item-popular {
  background-color: var(--neutral-800);
  border: 2px solid #f5f4fa29;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.card.plan-features {
  z-index: 1;
  padding: 45px 40px 62px;
  position: relative;
}

.card.get-plan {
  min-height: 554px;
  padding: 56px 50px 69px;
}

.card.get-plan.mobile {
  display: none;
}

.card.contact-category {
  color: var(--neutral-400);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.contact-category:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.card.faq {
  background-color: var(--neutral-800);
  cursor: pointer;
  border: 2px solid #ffffff29;
  max-width: 600px;
  margin-bottom: 32px;
  padding: 32px 38px;
  transition: box-shadow .3s, transform .3s;
}

.card.faq:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  transform: translate(0, 6px);
}

.card.faq.last {
  margin-bottom: 0;
}

.card.contact-form {
  z-index: 1;
  background-color: var(--neutral-800);
  border: 2px solid #ffffff29;
  border-radius: 20px;
  justify-content: center;
  place-items: center;
  min-height: 604px;
  padding: 48px 40px 56px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #000000a6;
}

.card.contact-form.new {
  display: block;
}

.card.contact-form.hidden {
  display: none;
}

.card.default {
  padding: 40px 32px;
}

.checkout-form {
  background-color: #0000;
  padding: 80px 0 150px;
}

.checkout-block-header {
  background-color: #0000;
  border-width: 0;
  flex-wrap: wrap;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  background-color: #0000;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title.checkout {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.order-item-title {
  color: var(--neutral-100);
  font-weight: 700;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: var(--secondary-1);
}

.title.utility-page {
  color: var(--neutral-100);
}

.title.home-blog {
  margin-bottom: 0;
}

.title.card-home-feature {
  margin-bottom: 9px;
}

.title.home-perks {
  margin-bottom: 8px;
}

.title.home-perks.services {
  font-family: Thicccboi, sans-serif;
}

.title.h4-size {
  font-size: 22px;
  line-height: 1.273em;
}

.title.h4-size.home-perk {
  margin-bottom: 0;
}

.title.h4-size.home-perk.services {
  font-family: Thicccboi, sans-serif;
}

.title.h4-size.plan-content-top-features {
  margin-bottom: 23px;
}

.title.h4-size.card-contact-category {
  margin-bottom: 8px;
}

.title.h4-size.card-faq {
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Thicccboi, sans-serif;
}

.title.card-cta {
  max-width: 503px;
  margin-bottom: 0;
  margin-right: 30px;
}

.title.card-cta.new {
  font-family: Thicccboi, sans-serif;
}

.title.h3-size {
  color: var(--neutral-100);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.title.h3-size.card-home-step-number {
  background-color: var(--neutral-600);
  border-radius: 12px;
  margin-bottom: 26px;
  padding: 10px 21px;
  display: inline-block;
}

.title.h3-size.card-team-name {
  margin-bottom: 0;
}

.title.h3-size.card-career-description {
  font-family: Thicccboi, sans-serif;
}

.title.h3-size.card-plan-item {
  margin-bottom: 4px;
}

.title.card-home-step {
  margin-bottom: 8px;
  font-family: Thicccboi, sans-serif;
}

.title.card-testimonial {
  margin-bottom: 15px;
  font-family: Thicccboi, sans-serif;
}

.title.card-post-item {
  text-align: left;
  margin-bottom: 17px;
  font-family: Thicccboi, sans-serif;
}

.title.card-post-item.new {
  flex: 1;
}

.title.card-post-item.fixed-height {
  text-align: left;
  height: 108px;
}

.title.footer-menu {
  color: var(--neutral-100);
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
  display: block;
}

.title.footer-menu.hidden {
  display: block;
}

.title.story {
  font-family: Thicccboi, sans-serif;
}

.title.values {
  margin-bottom: 30px;
  font-family: Thicccboi, sans-serif;
}

.title.card-value {
  margin-bottom: 8px;
  font-family: Thicccboi, sans-serif;
}

.title.about-offices {
  margin-bottom: 18px;
  font-family: Thicccboi, sans-serif;
}

.title.card-about-office {
  margin-bottom: 8px;
  font-family: Thicccboi, sans-serif;
}

.title.about-team {
  font-family: Thicccboi, sans-serif;
}

.title.team-item {
  margin-bottom: 8px;
  font-family: Thicccboi, sans-serif;
}

.title.partners {
  font-family: Thicccboi, sans-serif;
}

.title.dropdown {
  color: var(--neutral-100);
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

.title.blog {
  margin-bottom: 20px;
  margin-right: 30px;
  font-family: Thicccboi, sans-serif;
}

.title.blog-hero {
  margin-bottom: 18px;
  font-family: Thicccboi, sans-serif;
}

.title.card-post-featured-item {
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
}

.title.blog-post-articles {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
}

.title.blog-post {
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
}

.title.card-author-name {
  margin-bottom: 4px;
  font-family: Thicccboi, sans-serif;
}

.title.card-feature-featured {
  margin-bottom: 18px;
}

.title.card-feature {
  letter-spacing: -.5px;
  margin-bottom: 9px;
}

.title.features, .title.team-page {
  margin-bottom: 18px;
}

.title.card-team-page-careers {
  margin-bottom: 9px;
}

.title.team-articles {
  margin-bottom: 0;
}

.title.careers-testimonials {
  margin-bottom: 24px;
}

.title.card-careers-perk {
  margin-bottom: 11px;
}

.title.careers-hero {
  margin-bottom: 18px;
}

.title.card-career-item {
  margin-bottom: 11px;
  font-family: Thicccboi, sans-serif;
}

.title.more-jobs {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
}

.title.card-apply-job {
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
}

.title.h2-size {
  color: var(--neutral-100);
  letter-spacing: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.182em;
}

.title.h2-size.card-career {
  max-width: 583px;
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
}

.title.h2-size.card-integration {
  margin-bottom: 14px;
  font-family: Thicccboi, sans-serif;
}

.title.h2-size.add-cart-price {
  margin-bottom: 28px;
}

.title.integrations {
  margin-bottom: 20px;
  margin-right: 30px;
  font-family: Thicccboi, sans-serif;
}

.title.integrations-hero {
  margin-bottom: 18px;
  font-family: Thicccboi, sans-serif;
}

.title.card-integration-item {
  margin-bottom: 4px;
  font-family: Thicccboi, sans-serif;
}

.title.more-integrations {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
}

.title.pricing {
  margin-bottom: 20px;
}

.title.feature-comparison-name {
  width: 100%;
  max-width: 219px;
  margin-bottom: 0;
}

.title.plan {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.h1-size {
  color: var(--neutral-100);
  letter-spacing: .02em;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.title.h1-size.plan-text {
  margin-bottom: 0;
}

.title.h1-size.category-text {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
}

.title.card-get-plan {
  margin-bottom: 8px;
}

.title.contact-hero {
  margin-bottom: 16px;
}

.title.contact {
  margin-bottom: 14px;
  font-family: Thicccboi, sans-serif;
}

.title.h5-size {
  color: var(--neutral-100);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.title.h5-size.contact-social-media {
  margin-bottom: 22px;
  font-family: Thicccboi, sans-serif;
}

.title.faqs {
  margin-bottom: 14px;
  font-family: Thicccboi, sans-serif;
}

.title.not-found {
  margin-bottom: 28px;
  font-family: Thicccboi, sans-serif;
}

.title.category {
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Thicccboi, sans-serif;
}

.split-content.checkout-left, .split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.home-steps-left {
  z-index: 1;
  max-width: 416px;
  margin-right: 30px;
  position: sticky;
  top: 20px;
}

.split-content.home-steps-left.new {
  top: 100px;
}

.split-content.home-steps-right {
  justify-content: center;
  align-items: center;
  min-width: 600px;
  max-width: 744px;
  display: flex;
  position: relative;
}

.split-content.story-left {
  max-width: 45%;
  margin-top: 62px;
}

.split-content.story-right {
  max-width: 45%;
}

.split-content.about-offices-content {
  width: 100%;
  max-width: 492px;
  margin-top: 40px;
  margin-right: 30px;
}

.split-content.header-center {
  align-items: center;
  display: flex;
}

.split-content.team-articles-left {
  flex-wrap: wrap;
  flex: 1;
  margin-right: 30px;
  display: flex;
}

.split-content.card-team-content-top-left {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.split-content.career-content {
  max-width: 716px;
  margin-right: 30px;
}

.split-content.career-sidebar {
  max-width: 428px;
}

.split-content.plan-content {
  max-width: 629px;
  margin-bottom: -32px;
  margin-right: 20px;
}

.split-content.plan-sidebar {
  min-width: 433px;
  max-width: 481px;
}

.split-content.contact-content {
  z-index: 1;
  max-width: 438px;
  margin-top: 60px;
  margin-right: 30px;
  position: relative;
}

.split-content.contact-form {
  width: 100%;
  position: relative;
}

.checkout-field-label {
  color: var(--neutral-100);
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
}

.checkout-required-text {
  color: var(--neutral-300);
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

.checkout-checkbox-label {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image {
  border-radius: 20px;
  max-width: 80px;
  margin-right: 20px;
  transition-property: transform;
}

.image-wrapper.order-item-image:hover {
  transform: scale(1.05)translate(0);
}

.image-wrapper.card-home-step {
  width: 100%;
  max-width: 43%;
}

.image-wrapper.card-testimonial {
  border-radius: 1000000px;
  min-width: 300px;
  max-width: 357px;
}

.image-wrapper.card-testimonial.second-column {
  min-width: auto;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-wrapper.home-perks-content-top-image {
  border-radius: 26px;
  width: 100%;
  max-width: 612px;
}

.image-wrapper.home-perks-content-bottom-image {
  border-radius: 26px;
  width: 100%;
  max-width: 612px;
  margin-right: 30px;
}

.image-wrapper.story-left {
  border-radius: 22px;
}

.image-wrapper.story-right {
  border-radius: 22px;
  margin-bottom: 80px;
}

.image-wrapper.team-item {
  border-radius: 10000000px;
  width: 169px;
  min-width: 169px;
  min-height: 169px;
  max-height: 169px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.about-offices {
  flex: 1;
  max-width: 1087px;
  margin-right: -456px;
}

.image-wrapper.post-featured-item-image {
  border-radius: 36px;
  width: 100%;
  max-width: 72%;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-wrapper.card-post-featured-item-author {
  border-radius: 1000000px;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-right: 15px;
}

.image-wrapper.blog-post {
  z-index: 1;
  border-radius: 22px;
  position: relative;
}

.image-wrapper.blog-post-author {
  border-radius: 1000000px;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-right: 15px;
}

.image-wrapper.blog-post-author.icon-wrapper {
  background-color: var(--neutral-700);
  border-radius: 12px;
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
}

.image-wrapper.card-author {
  border-radius: 1000000px;
  width: 193px;
  min-width: 193px;
  min-height: 193px;
  max-height: 193px;
  margin-right: 30px;
}

.image-wrapper.card-feature-featured {
  max-width: 521px;
}

.image-wrapper.card-team-profile-picture {
  box-shadow: 0 14px 74px 0 var(--shadow-card-large-dark);
  border-radius: 1000000px;
  width: 146px;
  min-width: 146px;
  min-height: 146px;
  max-height: 146px;
  margin-top: -36px;
  margin-right: 23px;
}

.image-wrapper.careers-hero-1 {
  border-radius: 36px;
  max-width: 71%;
}

.image-wrapper.careers-hero-2 {
  border-radius: 36px;
  max-width: 47%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-wrapper.card-integration-item-icon {
  border-radius: 20px;
  width: 90px;
  min-width: 90px;
  min-height: 90px;
  max-height: 90px;
  margin-right: 22px;
}

.image-wrapper.card-plan-item-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
}

.image-wrapper.card-contact-category-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-bottom: 20px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.home-hero-1 {
  border: 1px solid #ffffff29;
  border-radius: 26px;
  max-width: 88%;
  box-shadow: 0 14px 74px #00000073;
}

.image.home-hero-2 {
  border: 1px solid #ffffff29;
  border-radius: 26px;
  max-width: 19%;
  position: absolute;
  top: 163px;
  left: 0;
  box-shadow: 0 14px 74px #00000073;
}

.image.home-hero-3 {
  border: 1px solid #ffffff29;
  border-radius: 26px;
  max-width: 19%;
  position: absolute;
  bottom: 40px;
  right: 0;
  box-shadow: 0 14px 74px #00000073;
}

.image.home-hero-company {
  margin-right: 30px;
}

.image.home-hero-company.google {
  position: relative;
  top: 4px;
}

.image.home-hero-company.google.new {
  width: 90px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.image.home-hero-company.microsoft {
  width: 150px;
  margin: auto;
}

.image.home-hero-company.appel {
  width: 150px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image.home-hero-company.aws {
  width: 70px;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image.home-hero-company.adobe {
  width: 150px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.image.home-hero-company.forbes {
  width: auto;
  height: 42px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.image.card-home-feature {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-bottom: 22px;
}

.image.home-perk {
  border-radius: 12px;
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-right: 25px;
}

.image.home-perks-content-top-image {
  object-fit: cover;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.image.home-perks-content-bottom-image {
  object-fit: cover;
  width: 100%;
}

.image.card-home-step {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.card-testimonial-logo {
  margin-bottom: 20px;
}

.image.card-testimonial-logo.second-column {
  margin-left: auto;
  margin-right: auto;
}

.image.card-testimonial-logo.company-logo {
  height: 65px;
  margin-bottom: 10px;
}

.image.card-testimonial-logo.company-logo.small {
  height: 20px;
}

.image.card-testimonial-logo.company-logo._1 {
  height: 35px;
}

.image.card-testimonial, .image.card-post-item {
  object-fit: cover;
  width: 100%;
}

.image.card-post-item.portfolio {
  background-image: linear-gradient(to bottom, var(--neutral-100), var(--neutral-100));
  object-position: 50% 50%;
  height: 250px;
}

.image.card-post-item-about-icon {
  max-width: 18px;
  margin-right: 8px;
}

.image.story-left {
  width: 100%;
}

.image.story-right {
  object-fit: cover;
  width: 100%;
}

.image.card-value-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-right: 32px;
}

.image.about-offices, .image.team-item {
  object-fit: cover;
  width: 100%;
}

.image.card-post-item-category-icon, .image.button-category-icon {
  max-width: 17px;
  margin-right: 10px;
}

.image.post-featured-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.blog-post {
  object-fit: cover;
  width: 100%;
}

.image.blog-post.portfolio {
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image.blog-post-author, .image.card-author {
  object-fit: cover;
  width: 100%;
}

.image.card-feature-featured {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.image.card-feature-featured.v2 {
  object-position: 100% 50%;
}

.image.card-feature-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-bottom: 22px;
}

.image.card-team {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
}

.image.card-team-profile-picture {
  object-fit: cover;
  width: 100%;
}

.image.card-careers-perk-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-right: 27px;
}

.image.careers-hero-1, .image.careers-hero-2 {
  object-fit: cover;
  width: 100%;
}

.image.card-career-item-about-icon {
  max-width: 20px;
  margin-right: 9px;
}

.image.card-apply-job-icon {
  border-radius: 25px;
  width: 111px;
  min-width: 111px;
  min-height: 111px;
  max-height: 111px;
  margin-bottom: 24px;
}

.image.card-integration-item, .image.card-plan-item-icon {
  object-fit: cover;
  width: 100%;
}

.image.card-plan-item-feature-icon {
  border-radius: 5px;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  max-height: 28px;
}

.image.feature-comparison-check-icon {
  border-radius: 5px;
  width: 29px;
  min-width: 29px;
  min-height: 29px;
  max-height: 29px;
}

.image.feature-comparison-check-icon.hidden {
  opacity: 0;
}

.image.plan-icon {
  border-radius: 23px;
  width: 102px;
  min-width: 102px;
  min-height: 102px;
  max-height: 102px;
  margin-bottom: 16px;
}

.image.plan-feature-icon {
  border-radius: 5px;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.image.card-contact-category-icon {
  object-fit: cover;
  width: 100%;
}

.image.contact-link-icon {
  object-fit: cover;
  border-radius: 7px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 18px;
}

.image.utility-page-content-password-icon {
  border-radius: 29px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  max-height: 100px;
  margin-bottom: 27px;
}

.image.style-guide-icons {
  object-fit: cover;
  border-radius: 20px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  position: static;
}

.image.integrations-hero {
  max-width: 122%;
}

.order-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price, .order-item-result {
  color: var(--neutral-100);
}

.apple-pay {
  border-radius: 10000000px;
  height: 63px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-100);
  font-weight: 500;
}

.order-summary-total {
  color: var(--neutral-100);
  font-size: 20px;
}

.discounts {
  background-color: #0000;
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  color: var(--neutral-100);
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

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

.cart-button {
  letter-spacing: .01em;
  background-color: #0000;
  border-radius: 80px;
  padding: 0;
  line-height: 1.111em;
  transition-property: none;
}

.cart-quantity {
  color: var(--neutral-200);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111px;
}

.cart-container {
  background-color: var(--secondary-5);
  box-shadow: 0 14px 74px 0 var(--shadow-card-large);
  border-radius: 22px;
  max-width: 500px;
}

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

.licenses-link-image-container {
  border-radius: 16px;
  transition: box-shadow .35s, transform .35s;
  overflow: hidden;
  box-shadow: 0 6px 16px #2320462b;
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
  box-shadow: 0 8px 20px #23204642;
}

.bg-neutral-800 {
  background-color: var(--neutral-800);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.cart-close-button {
  filter: invert();
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(1.15);
}

.bg-secondary-5 {
  background-color: var(--secondary-5);
}

.button-primary-gradient {
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #6f86ff, #b372ce 49%, #ff7586);
  border-radius: 10000px;
  padding: 2px;
  transition: transform .3s;
  display: inline-block;
  transform: scale3d(1, 1, 1.01);
  box-shadow: 0 3px 7px #13111a24;
}

.button-primary-gradient:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-primary-gradient._2-buttons {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 28px;
}

.button-primary-gradient._2-buttons.recent-work {
  margin: 10px auto;
}

.button-primary-gradient._2-buttons.centered {
  margin-left: 10px;
  margin-right: 0;
}

.button-primary-gradient.cart-empty {
  margin-top: 40px;
}

.button-primary-gradient.blog-newsletter {
  position: absolute;
  right: 18px;
}

.button-primary-gradient.full-width {
  flex-direction: column;
  display: flex;
}

.button-primary-gradient.full-width.plan {
  transition-property: none;
}

.button-primary-gradient.full-width.plan:hover {
  transform: none;
}

.button-primary-gradient.full-width.mg-top-16px {
  margin-top: 16px;
}

.button-primary-gradient.add-cart {
  flex-direction: column;
  display: flex;
}

.button-primary-gradient.project-button {
  margin-left: 5px;
}

.button-primary-gradient.full-width {
  width: 100%;
}

.container-medium-940px {
  max-width: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-940px.home-hero {
  z-index: 1;
  text-align: center;
  flex: 1;
  max-width: none;
  margin-bottom: 78px;
  position: relative;
}

.container-medium-940px.home-hero.new {
  flex: 0 auto;
  width: 65%;
  margin-bottom: 0;
}

.text-color-accent {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #4f56ff, #ff4980);
  -webkit-background-clip: text;
  background-clip: text;
}

._2-buttons-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -15px;
  margin-right: -24px;
  display: flex;
}

._2-buttons-wrapper.integrations-hero {
  justify-content: flex-start;
}

._2-buttons-wrapper.new {
  justify-content: flex-start;
  margin-bottom: 0;
}

._2-buttons-wrapper.mobile {
  display: none;
}

._2-buttons-wrapper.recent-work {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-buttons-wrapper.last-fold {
  justify-content: flex-start;
  margin-bottom: 0;
}

.home-hero-images-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 102px;
  display: flex;
  position: relative;
}

.container-medium-756px {
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-756px.home-features {
  z-index: 1;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}

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

.flex-vc.home-features {
  z-index: 1;
  align-self: stretch;
  margin-top: 56px;
  position: relative;
}

.flex-vc.careers-perks {
  margin-top: 60px;
}

.home-steps-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-medium-603px {
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-603px.testimonials {
  z-index: 1;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-top.home-blog {
  margin-bottom: 28px;
}

.content-top.blog {
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
}

.content-top.blog.new {
  margin-bottom: 0;
}

.content-top.blog-post-articles {
  z-index: 1;
  margin-bottom: 40px;
  font-family: Thicccboi, sans-serif;
  position: relative;
}

.content-top.card-author {
  margin-bottom: 27px;
}

.content-top.team-articles {
  z-index: 1;
  margin-bottom: 48px;
  position: relative;
}

.content-top.more-jobs {
  z-index: 1;
  margin-bottom: 35px;
  position: relative;
}

.content-top.integrations {
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: 25px;
  position: relative;
}

.content-top.more-integrations {
  z-index: 1;
  margin-bottom: 45px;
  position: relative;
}

.content-top.integration-category, .content-top.blog-category {
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: 0;
  position: relative;
}

.home-hero-companies {
  justify-content: space-between;
  align-items: center;
  margin-right: -30px;
  display: flex;
}

.home-hero-companies.new {
  width: 70%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
}

.home-hero-companies.first-fold {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 80%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.home-hero-companies-wrapper {
  z-index: 1;
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-companies-wrapper.first-fold {
  max-width: 100%;
}

.home-features-grid {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.home-perks-content-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 180px;
  display: flex;
}

.home-perks-content-top-wrapper.services {
  margin-top: 128px;
  margin-bottom: 128px;
}

.home-perks-content-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-perks-content-top-content {
  min-width: 472px;
  max-width: 495px;
  margin-right: 30px;
}

.home-perks-grid {
  grid-row-gap: 42px;
  grid-template-columns: 1fr;
}

.home-perk-wrapper {
  align-items: flex-start;
  display: flex;
}

.home-perks-content-bottom-content {
  min-width: 472px;
  max-width: 496px;
}

.cta-card-wrapper {
  position: relative;
  transform: translate(0);
}

.cta-gradient-blur {
  filter: blur(40px);
  background-image: linear-gradient(to right, #4d54ffa3, #d03f90a3 64%, #ff3868a3);
  border-radius: 22px;
  position: absolute;
  inset: 0%;
}

.home-steps-grid {
  z-index: 1;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.card-home-step-content {
  flex: 1;
  max-width: 421px;
  padding: 48px;
}

.testimonials-slider {
  z-index: 1;
  background-color: #0000;
  flex: 1;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}

.slide-nav {
  display: none;
}

.card-testimonial-content {
  max-width: 469px;
  margin-right: 30px;
}

.card-testimonial-content.first-column {
  border-right: 1px solid var(--neutral-600);
  max-width: none;
  height: 280px;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 30px;
}

.card-testimonial-content.first-column.second-row {
  border-top: 1px solid var(--neutral-600);
  padding-top: 32px;
  padding-bottom: 32px;
}

.card-testimonial-content.second-column {
  text-align: center;
  margin-right: 0;
}

.card-testimonial-content-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
  display: flex;
}

.card-testimonial-content-bottom.second-column {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.card-testimonial-about {
  margin-bottom: 20px;
  margin-right: 30px;
}

.card-testimonial-about.second-column {
  text-align: center;
  max-width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.card-testimonial-name {
  color: var(--neutral-100);
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-testimonial-rol.second-row {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.card-testimonial-rol.new {
  width: 338.844px;
}

.card-testimonial-wrapper {
  align-items: center;
  display: flex;
}

.card-testimonial-wrapper.testimonial-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 300px;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-right-arrow {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  font-family: Icons Dark Template;
  font-size: 27px;
  font-weight: 400;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  right: 0;
  overflow: hidden;
  box-shadow: 0 6px 14px #000000d9;
}

.testimonials-right-arrow:hover {
  transform: translate(0, 6px);
  box-shadow: 0 2px 2px #000000d9;
}

.testimonials-left-arrow {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  font-family: Icons Dark Template;
  font-size: 27px;
  font-weight: 400;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  left: 0;
  overflow: hidden;
  box-shadow: 0 6px 14px #000000d9;
}

.testimonials-left-arrow:hover {
  transform: translate(0, 6px);
  box-shadow: 0 2px 2px #000000d9;
}

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

.blog-grid.six-rows {
  grid-column-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-grid.new, .blog-grid.main {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.pagination-link {
  color: var(--neutral-100);
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 69px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.page-count {
  color: var(--neutral-100);
  width: auto;
  margin-top: 69px;
  margin-left: 40px;
  margin-right: 40px;
  line-height: 1em;
}

.pagination-link-icon-right {
  margin-left: 12px;
  font-family: Icons Dark Template;
  font-size: 14px;
  font-weight: 400;
}

.pagination-link-icon-left {
  margin-right: 12px;
  font-family: Icons Dark Template;
  font-size: 14px;
  font-weight: 400;
}

.card-post-item-content {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 37px 25px 62px;
  display: flex;
}

.card-post-item-about-wrapper {
  flex-wrap: wrap;
  margin-bottom: 6px;
  margin-right: -26px;
  display: flex;
}

.link-underline-main-wrapper {
  color: var(--neutral-200);
  margin-top: auto;
  font-weight: 700;
  display: inline-block;
}

.link-underline-main-wrapper.card-career-item {
  margin-top: 0;
  margin-bottom: 20px;
}

.link-underline-text-wrapper {
  align-items: center;
  display: flex;
}

.link-underline-wrapper {
  background-color: var(--neutral-700);
  width: 100%;
  min-height: 2px;
  position: relative;
  overflow: hidden;
}

.link-underline {
  background-image: linear-gradient(to right, #6f86ff, #b372ce 50%, #ff7586);
  width: 100%;
  min-height: 2px;
}

.link-underline-text-icon {
  margin-left: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.card-post-item-about-content {
  color: var(--neutral-300);
  align-items: center;
  margin-bottom: 15px;
  margin-right: 26px;
  font-size: 16px;
  line-height: 1.125em;
  display: flex;
}

.home-hero-featured-message-wrapper {
  margin-bottom: 37px;
  display: inline-block;
}

.home-hero-featured-message-link {
  z-index: 1;
  background-color: var(--neutral-800);
  letter-spacing: .02em;
  border: 1px solid #ffffff36;
  border-radius: 100000px;
  align-items: center;
  padding: 6px 32px 6px 6px;
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-hero-featured-message-link:hover {
  color: var(--neutral-100);
}

.home-hero-featured-message-tag {
  background-color: var(--neutral-700);
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 100000px;
  margin-right: 10px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.286em;
}

.home-hero-featured-message-icon {
  margin-left: 6px;
  font-family: Icons Dark Template;
  font-size: 11px;
  font-weight: 400;
}

.home-hero-featured-message-blur {
  filter: blur(12px);
  background-image: linear-gradient(to right, #ff3868, #714dff);
  border-radius: 10000000px;
  position: absolute;
  inset: 0%;
}

.home-hero-featured-message-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.footer-content.new {
  margin-bottom: 55px;
}

.footer-menu-main-content {
  justify-content: space-between;
  width: 100%;
  max-width: 686px;
  margin-right: 20px;
  display: flex;
}

.footer-menu-main-content.new {
  margin-right: 60px;
}

.footer-newsletter-content {
  max-width: 402px;
}

.footer-content-bottom {
  border-top: 1px solid var(--neutral-700);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -15px;
  padding-top: 35px;
  display: flex;
}

.footer-menu-wrapper {
  width: 100%;
  max-width: 434px;
  margin-right: 20px;
}

.footer-menu-wrapper.last {
  width: auto;
  max-width: none;
  margin-right: 0;
  display: block;
}

.footer-menu-wrapper.last.hide {
  display: block;
}

.footer-menu-wrapper.hidden {
  display: none;
}

.footer-menu-wrapper.last-row {
  width: auto;
  max-width: none;
  margin-top: 28px;
  margin-right: 0;
  display: none;
}

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

.footer-menu-content.hidden {
  display: block;
}

.footer-menu-content.hidden.latin-text {
  display: none;
}

.footer-nav-link {
  color: var(--neutral-400);
  letter-spacing: .01em;
  white-space: nowrap;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.footer-nav-link.tag {
  align-items: center;
  display: flex;
}

.nav-link-tag-wrapper {
  justify-content: center;
  align-items: center;
  max-height: 20px;
  display: flex;
  position: relative;
}

.footer-nav-link-tag-text {
  margin-right: 13px;
}

.nav-link-tag-blur {
  filter: blur(6px);
  background-image: linear-gradient(270deg, #ff386880, #4d54ff80);
  border-radius: 10000000px;
  position: absolute;
  inset: 0%;
}

.nav-link-tag {
  z-index: 1;
  background-color: var(--neutral-800);
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px solid #ffffff12;
  border-radius: 100000000px;
  padding: 7px 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.footer-small-print {
  margin-bottom: 15px;
}

.footer-newsletter-form-block {
  margin-bottom: 41px;
}

.footer-newsletter-form-block.hidden {
  margin-bottom: 0;
  display: block;
}

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

.social-media-wrapper {
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-right: -15px;
  display: flex;
}

.social-media-wrapper.card-team-mobile, .social-media-wrapper.hidden {
  display: none;
}

.social-media-link {
  color: var(--neutral-100);
  transform-style: preserve-3d;
  background-image: linear-gradient(315deg, #434bff, #ff4b81);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 29px;
  min-width: 29px;
  min-height: 29px;
  max-height: 29px;
  margin-bottom: 15px;
  margin-right: 15px;
  font-family: Icons Dark Template;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.social-media-link:hover {
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.social-media-link.icon-size-13px {
  font-size: 13px;
}

.social-media-link.icon-size-15px {
  font-size: 15px;
}

.social-media-link.icon-size-14px {
  font-size: 14px;
}

.social-media-link.dark {
  background-image: none;
}

.social-media-link.dark.hidden {
  display: none;
}

.bg-gradient-blur-wrapper {
  opacity: .5;
  filter: blur(100px);
  width: 100%;
  max-width: 44%;
  min-height: 74%;
  position: absolute;
}

.bg-gradient-blur-wrapper.home-hero-1 {
  top: -230px;
  left: -209px;
}

.bg-gradient-blur-wrapper.home-hero-1.hidden {
  display: none;
}

.bg-gradient-blur-wrapper.home-hero-2 {
  bottom: 25px;
  right: -212px;
}

.bg-gradient-blur-wrapper.home-hero-2.hidden {
  display: none;
}

.bg-gradient-blur-wrapper.big {
  max-width: 35%;
  min-height: 90%;
}

.bg-gradient-blur-wrapper.big.about-hero {
  top: 147px;
  bottom: -148px;
  right: 0;
}

.bg-gradient-blur-wrapper.big.values {
  bottom: 48px;
}

.bg-gradient-blur-wrapper.big.blog-hero {
  top: -160px;
  right: -226px;
}

.bg-gradient-blur-wrapper.big.blog-post {
  top: -329px;
  right: -177px;
}

.bg-gradient-blur-wrapper.home-steps {
  max-width: 40%;
  min-height: 40%;
}

.bg-gradient-blur-wrapper.blog {
  min-height: 37%;
  top: 467px;
  left: -224px;
}

.bg-gradient-blur-wrapper.blog-post-articles {
  bottom: -63px;
  left: -359px;
}

.bg-gradient-blur-wrapper.features-1 {
  min-height: 22%;
  top: 0;
  left: -246px;
}

.bg-gradient-blur-wrapper.features-2 {
  min-height: 22%;
  bottom: 417px;
  right: 0;
}

.bg-gradient-blur-wrapper.team-page-1 {
  min-height: 70%;
  top: -228px;
  left: -386px;
}

.bg-gradient-blur-wrapper.team-page-2 {
  min-height: 90%;
  bottom: -470px;
  right: -101px;
}

.bg-gradient-blur-wrapper.team {
  max-width: 100%;
  min-height: 100%;
  inset: 0%;
}

.bg-gradient-blur-wrapper.careers-hero-1 {
  min-height: 83%;
  top: -469px;
  left: -396px;
}

.bg-gradient-blur-wrapper.careers-hero-2 {
  min-height: 83%;
  bottom: -325.208px;
  right: -286px;
}

.bg-gradient-blur-wrapper.careers-1 {
  min-height: 54%;
  top: 5px;
  left: -427px;
}

.bg-gradient-blur-wrapper.careers-2 {
  min-height: 54%;
  bottom: -402px;
  right: -322px;
}

.bg-gradient-blur-wrapper.integrations-hero {
  min-height: 80%;
  top: -116px;
  right: -98px;
}

.bg-gradient-blur-wrapper.integrations {
  min-height: 80%;
  bottom: -281.444px;
  left: -465.007px;
}

.bg-gradient-blur-wrapper.integration {
  min-height: 50%;
  top: 133px;
  left: -583px;
}

.bg-gradient-blur-wrapper.more-integrations {
  min-height: 50%;
  bottom: -193.858px;
  right: -33px;
}

.bg-gradient-blur-wrapper.pricing {
  min-height: 78%;
  top: -126px;
  left: -455px;
}

.bg-gradient-blur-wrapper.plan-features {
  min-height: 60%;
  top: -92px;
  right: -136px;
}

.bg-gradient-blur-wrapper.plan-1 {
  min-height: 44%;
  top: -156px;
  left: 0;
}

.bg-gradient-blur-wrapper.plan-2 {
  min-height: 44%;
  bottom: 0;
  right: 0;
}

.bg-gradient-blur-wrapper.contact-hero {
  min-height: 170%;
  bottom: 0;
  right: 0;
}

.bg-gradient-blur-wrapper.faqs {
  max-width: 105%;
  min-height: 59%;
  top: 69px;
  left: -598px;
}

.bg-gradient-blur-wrapper.faqs.hidden {
  display: none;
}

.bg-gradient-blur-wrapper.not-found-1 {
  max-width: 57%;
  min-height: 85%;
  top: -145px;
  left: -403px;
}

.bg-gradient-blur-wrapper.not-found-2 {
  bottom: -300px;
  right: -249px;
}

.bg-gradient-blur-circle-1 {
  background-color: #d220ff;
  border-radius: 1000000px;
  width: 70%;
  min-width: 70%;
  min-height: 70%;
  max-height: 70%;
  position: absolute;
}

.bg-gradient-blur-circle-1.purple {
  background-color: #6923ff;
}

.bg-gradient-blur-circle-1.purple-2 {
  background-color: var(--secondary-2);
}

.bg-gradient-blur-circle-1.purple-2.big {
  width: 87%;
  min-width: 87%;
  min-height: 87%;
  max-height: 87%;
  bottom: 0;
}

.bg-gradient-blur-circle-1.pink {
  background-color: #ff4895;
}

.bg-gradient-blur-circle-1.blue {
  background-color: #1766ff;
}

.bg-gradient-blur-circle-2 {
  background-color: #fe316f;
  border-radius: 1000000px;
  width: 70%;
  min-width: 70%;
  min-height: 70%;
  max-height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bg-gradient-blur-circle-2.blue {
  background-color: #1766ff;
}

.bg-gradient-blur-circle-2.blue.left {
  right: auto;
}

.bg-gradient-blur-circle-2.blue-2 {
  background-color: var(--secondary-4);
}

.bg-gradient-blur-circle-2.blue-2.blog {
  z-index: 1;
  left: 0;
  right: auto;
}

.bg-gradient-blur-circle-2.purple {
  background-color: #6923ff;
}

.bg-gradient-blur-circle-3 {
  background-color: #6923ff;
  border-radius: 1000000px;
  width: 70%;
  min-width: 70%;
  min-height: 70%;
  max-height: 70%;
  position: absolute;
  top: 0;
  right: 0;
}

.bg-gradient-blur-circle-3.pink {
  background-color: var(--secondary-1);
}

.bg-gradient-blur-circle-3.pink.big {
  width: 87%;
  min-width: 87%;
  min-height: 87%;
  max-height: 87%;
}

.bg-gradient-blur-circle-3.pink.team {
  top: -12px;
  right: -77px;
}

.bg-gradient-blur-circle-3.pink.top {
  z-index: 1;
  top: -41px;
  right: -112px;
}

.bg-gradient-blur-circle-3.not-found {
  z-index: 1;
}

.success-message {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.error-message {
  color: var(--neutral-100);
  text-align: center;
  background-color: #ff4b4e;
  border-radius: 12px;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.text-no-wrap {
  white-space: nowrap;
}

.about-hero-content {
  z-index: 1;
  max-width: 897px;
  margin-bottom: 80px;
  position: relative;
}

.about-hero-content.new {
  max-width: 1246px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-achievements-grid {
  z-index: 1;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.number-big {
  color: var(--neutral-100);
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
}

.number-big.card-about-hero-achievement {
  margin-bottom: 6px;
}

.number-big.card-about-hero-achievement.second-fold {
  font-family: Thicccboi, sans-serif;
}

.number-big.card-about-hero-achievement.tech-stacks {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.accent-primary-2 {
  color: #ff6795;
}

.card-about-hero-achievement-text {
  font-size: 20px;
  line-height: 1.5em;
}

.card-about-hero-achievement-text.tech-stacks {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.card-about-hero-achievement-wrapper {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-about-hero-achievement-wrapper.tech-stacks {
  text-align: center;
  align-items: center;
}

.accent-secondary-1 {
  color: var(--secondary-1);
}

.accent-secondary-2 {
  color: var(--secondary-2);
}

.accent-secondary-3 {
  color: var(--secondary-3);
}

.story-wrapper {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.story-left-content {
  margin-bottom: 98px;
}

.story-right-content {
  max-width: 530px;
}

.container-medium-634px {
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-634px.values {
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.values-grid {
  z-index: 1;
  grid-column-gap: 26px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  position: relative;
}

.about-offices-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-offices-grid {
  grid-row-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.card-about-office-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-right: 24px;
}

.card-about-office-content {
  max-width: 272px;
}

.container-small-578px {
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-578px.about-team {
  text-align: center;
  margin-bottom: 32px;
}

.container-small-578px.partners {
  text-align: center;
  max-width: 820px;
  margin-bottom: 45px;
}

.container-small-578px.team-page {
  z-index: 1;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}

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

.team-item-wrapper {
  color: var(--neutral-400);
  text-align: center;
  cursor: default;
  text-decoration: none;
  transition-property: transform;
}

.team-item-wrapper:hover {
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.team-item-content-top {
  background-color: var(--neutral-700);
  border-radius: 22px;
  width: 100%;
  max-width: 281px;
  margin-bottom: 26px;
  padding: 65px 25px;
  position: relative;
  overflow: hidden;
}

.team-item-job-tag {
  background-color: var(--neutral-800);
  color: var(--neutral-200);
  text-align: center;
  text-transform: uppercase;
  border-radius: 1000px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.286em;
}

.team-item-job-tag:hover {
  color: var(--neutral-100);
}

.team-item-job-tag-gradient {
  background-image: linear-gradient(to right, #6f86ff, #b372ce 49%, #ff7586);
  border-radius: 10000px;
  padding: 2px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  box-shadow: 0 7px 19px #0d0b12e0;
}

.partners-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secondary-5);
  border-radius: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners-grid.hidden {
  display: none;
}

.partner-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 162px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.partner-wrapper._1 {
  border-right: 1px solid var(--neutral-700);
  border-bottom: 1px solid var(--neutral-700);
  padding: 20px;
}

.partner-wrapper._2, .partner-wrapper._3 {
  border-right: 1px solid var(--neutral-700);
  border-bottom: 1px solid var(--neutral-700);
}

.partner-wrapper._4 {
  border-bottom: 1px solid var(--neutral-700);
}

.partner-wrapper._5, .partner-wrapper._6, .partner-wrapper._7 {
  border-right: 1px solid var(--neutral-700);
}

.partner-wrapper._8.tech-stack-link {
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.partner-wrapper._8.tech-stack-link:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.dropdown-nav-item {
  justify-content: flex-start;
  margin-bottom: 16px;
  line-height: 1.111em;
  display: flex;
}

.dropdown-nav-main-wrapper {
  background-color: var(--secondary-5);
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border-radius: 22px;
  justify-content: space-between;
  width: 100%;
  padding: 64px 66px;
  display: flex;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 44px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-link {
  color: var(--neutral-400);
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
}

.dropdown-nav-link.tag {
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 20px;
  left: -256px;
}

.dropdown-arrow {
  font-family: Icons Dark Template;
  font-size: 8px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -2px;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 74px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

.nav-link-dropdown {
  line-height: 1em;
  display: block;
  bottom: -2px;
}

.cart {
  top: 1px;
}

.brand {
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale(1.03);
}

.card-post-item-category-wrapper {
  background-color: var(--neutral-800);
  border-radius: 1000000px;
  flex: 0 auto;
  align-items: center;
  padding: 10px 22px;
  display: flex;
  position: absolute;
  top: 27px;
  right: 27px;
}

.card-post-item-category-wrapper.post-featured-item-category {
  font-size: 20px;
  line-height: 1.65em;
  top: 38px;
  right: 38px;
}

.card-post-item-category-text {
  color: var(--neutral-100);
  font-weight: 600;
}

.cart-wrapper {
  z-index: 999;
  background-color: #13111ae6;
}

.cart-header {
  border-bottom-color: var(--neutral-700);
  padding-top: 20px;
  padding-bottom: 20px;
}

.empty-state {
  background-color: var(--secondary-5);
  box-shadow: 0 14px 74px 0 var(--shadow-card-large);
  color: var(--neutral-100);
  text-align: center;
  border: 1px solid #ffffff14;
  border-radius: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 20px;
  font-size: 20px;
  font-weight: 700;
}

.empty-state.cart-empty {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 24px;
}

.empty-state.small {
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.empty-state.small.get-plan {
  box-shadow: none;
}

.container-medium-713px {
  max-width: 713px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-713px.blog-hero {
  z-index: 1;
  text-align: center;
  margin-bottom: 76px;
  position: relative;
}

.categories-wrapper {
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-right: -15px;
  display: flex;
}

.category-item {
  flex-wrap: wrap;
  margin-right: 15px;
  display: flex;
}

.button-category-text {
  font-family: Thicccboi, sans-serif;
}

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

.blog-newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.post-featured-item-wrapper {
  color: var(--neutral-400);
  align-items: center;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  position: relative;
}

.post-featured-item-wrapper:hover {
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.card-post-featured-item-content-bottom {
  color: var(--neutral-300);
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

.card-post-featured-item-author-name {
  color: var(--neutral-100);
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 1.111em;
}

.categories-collection-list-wrapper {
  margin-bottom: 20px;
  display: none;
}

.post-featured-collection-list-wrapper, .blog-collection-list-wrapper {
  z-index: 1;
  position: relative;
}

.container-medium-772px {
  max-width: 772px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-772px.blog-post-content-top {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 102px;
  display: flex;
  position: relative;
}

.container-medium-841px {
  max-width: 841px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-841px.blog-post-body {
  z-index: 1;
  position: relative;
}

.container-medium-841px.blog-post-body.hidden {
  display: none;
}

.blog-post-author-link {
  color: var(--neutral-400);
  align-items: center;
  line-height: 1.111em;
  text-decoration: none;
  display: flex;
}

.blog-post-author-link:hover {
  color: var(--neutral-400);
}

.blog-post-author-name {
  color: var(--neutral-100);
  margin-bottom: 7px;
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.rich-text {
  border-radius: 0;
}

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text p {
  margin-bottom: 32px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text img {
  border-radius: 22px;
}

.rich-text figcaption {
  color: var(--neutral-200);
  margin-top: 16px;
}

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

.rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text ul {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h5 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 48px;
}

.rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.card-author-content {
  width: 100%;
}

.card-author-name-wrapper {
  color: var(--neutral-400);
  text-decoration: none;
}

.card-author-name-wrapper:hover {
  color: var(--neutral-400);
}

.card-author-rol {
  line-height: 1.111em;
}

.container-medium-619px {
  max-width: 619px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-619px.features {
  text-align: center;
  margin-bottom: 48px;
}

.features-grid {
  z-index: 1;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 140px;
  position: relative;
}

.features-grid.last {
  margin-bottom: 0;
}

.card-feature-featured-content {
  align-self: center;
  max-width: 573px;
  padding: 124px 79px;
}

.card-team-page-careers-content {
  flex: 1;
  max-width: 412px;
  margin-right: 30px;
}

.team-collection-list-wrapper {
  z-index: 1;
  position: relative;
}

.container-medium-785px {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.team-content-top {
  justify-content: center;
  align-items: center;
  margin-bottom: 101px;
  display: flex;
  position: relative;
}

.team-content-bottom {
  z-index: 1;
  position: relative;
}

.card-team-content {
  padding-bottom: 58px;
  padding-left: 61px;
  padding-right: 61px;
}

.card-team-content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.card-team-rol {
  font-weight: 600;
}

.container-medium-651px {
  max-width: 651px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-651px.open-positions {
  text-align: center;
  margin-bottom: 50px;
}

.container-medium-651px.careers-perks {
  z-index: 1;
  text-align: center;
  margin-bottom: 51px;
  position: relative;
}

.container-medium-669px {
  max-width: 669px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-669px.careers-testimonials {
  z-index: 1;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.container-medium-1112px {
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-1112px.careers-perks {
  z-index: 1;
  position: relative;
}

.careers-perks-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.container-medium-811px {
  max-width: 811px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-811px.careers-hero {
  z-index: 1;
  text-align: center;
  margin-bottom: 82px;
  position: relative;
}

.careers-hero-images-wrapper {
  z-index: 1;
  padding-bottom: 83px;
  position: relative;
}

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

.card-career-item-content-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: -20px;
  display: flex;
}

.card-career-item-about-wrapper {
  margin-bottom: 20px;
  display: flex;
}

.card-career-item-about-content {
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.card-career-item-about-text {
  color: var(--neutral-200);
  font-size: 14px;
  line-height: 1.286em;
}

.backlink-main-wrapper {
  z-index: 1;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.career-wrapper {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.card-career-about-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.card-career-about-date-wrapper {
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
  display: flex;
}

.card-career-about-date-text {
  color: var(--neutral-100);
}

.backlink {
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.backlink-arrow {
  margin-right: 13px;
  font-family: Icons Dark Template;
  font-size: 13px;
  font-weight: 400;
}

.open-positions-collection-list-wrapper {
  z-index: 1;
  position: relative;
}

.integrations-hero-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.integrations-hero-content {
  max-width: 519px;
  margin-right: 20px;
}

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

.integrations-grid.new {
  grid-template-rows: 1fr;
}

.integration-item.new {
  transition: transform .3s, box-shadow .3s;
  position: relative;
  transform: translate(0);
}

.integration-item.new:hover {
  transform: translate(0, 10px);
}

.integration-item.new.middle {
  transform: translate(0, 140px);
}

.integration-item.new.middle:hover {
  transform: translate(0, 120px);
}

.integration-item.new.mobile-content {
  display: none;
}

.card-integration-item-content-top {
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.card-integration-item-category {
  line-height: 1.111em;
}

.integrations-collection-list-wrapper {
  z-index: 1;
  position: relative;
}

.integrations-collection-list-wrapper.new {
  margin-top: 0;
  margin-bottom: 150px;
}

.integrations-hero-images-main-wrapper {
  justify-content: center;
  align-items: center;
  width: 43%;
  display: flex;
  position: relative;
}

.integration-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-integration-icon {
  border-radius: 20px;
  width: 90px;
  min-width: 90px;
  min-height: 90px;
  max-height: 90px;
  margin-bottom: 28px;
}

.integration-tabs {
  width: 100%;
  max-width: 638px;
}

.integration-tabs-menu {
  margin-bottom: 28px;
}

.more-integrations-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-small-590px {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-590px.pricing {
  z-index: 1;
  text-align: center;
  margin-bottom: 86px;
  position: relative;
}

.container-small-590px.plan-features {
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.container-small-590px.plan-category {
  z-index: 1;
  text-align: center;
  margin-bottom: 86px;
  position: relative;
}

.pricing-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-right: -25px;
  display: flex;
}

.pricing-plan-item {
  margin-right: 25px;
  position: relative;
}

.card-plan-item-content-top {
  margin-bottom: 24px;
}

.card-plan-item-content-bottom {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card-plan-item-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.card-plan-item-price {
  color: var(--neutral-100);
  margin-bottom: 57px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.071em;
}

.card-plan-item-button-wrapper {
  margin-top: auto;
}

.card-plan-item-feature-wrapper {
  align-items: center;
  display: flex;
}

.card-plan-item-feature-icon-wrapper {
  margin-right: 9px;
  display: flex;
}

.card-plan-item-feature-text {
  color: var(--neutral-100);
  font-weight: 700;
  line-height: 1.111em;
}

.space.card-plan-item-popular {
  min-height: 57px;
}

.card-plan-item-content {
  z-index: 1;
  position: relative;
}

.card-plan-item-popular-gradient-blur {
  filter: blur(20px);
  background-image: linear-gradient(to right, #4d54ffa3, #d03f90a3 64%, #ff3868a3);
  border-radius: 20px;
  position: absolute;
  inset: 0% 0% 57px;
}

.card-feature-comparison-content-top {
  padding-bottom: 14px;
}

.feature-comparison-text {
  color: var(--neutral-100);
  width: 100%;
  max-width: 219px;
  line-height: 1.111em;
}

.feature-comparison-grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: 63px;
}

.feature-comparison-row-wrapper {
  border-bottom: 1px solid #5e5b7180;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.feature-comparison-header {
  border-bottom: 1px solid #5e5b7180;
  padding-bottom: 28px;
}

.feature-comparison-wrapper {
  margin-bottom: 72px;
}

.feature-comparison-wrapper.last {
  margin-bottom: 0;
}

.feature-comparison-plan-name {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8em;
}

.feature-comparison-plan-price {
  color: var(--neutral-100);
  font-size: 42px;
  line-height: .881em;
}

.feature-comparison-result-text {
  color: var(--neutral-100);
  line-height: 1.111em;
}

.pricing-collection-list-wrapper {
  z-index: 1;
  position: relative;
}

.card-plan-item-icon-content {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 27px;
  display: flex;
}

.card-plan-item-popular-tag-wrapper {
  position: relative;
}

.card-plan-item-popular-tag-blur {
  filter: blur(6px);
  background-image: linear-gradient(to right, #4d54ff99, #ff386899);
  border-radius: 100000px;
  position: absolute;
  inset: 0%;
}

.card-plan-item-popular-tag-blur.new {
  width: 180px;
}

.card-plan-item-popular-tag-text {
  z-index: 1;
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  text-align: center;
  border: 1px solid #ffffff12;
  border-radius: 1000000px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: .786em;
  position: relative;
}

.card-plan-item-popular-tag-text.new {
  width: 180px;
  font-family: Thicccboi, sans-serif;
}

.plan-wrapper {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.plan-content-top-title-wrapper {
  margin-bottom: 32px;
}

.plan-content-top-title {
  flex-wrap: wrap;
  display: flex;
}

.plan-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.plan-feature-icon-wrapper {
  margin-right: 15px;
  display: flex;
}

.plan-feature-text {
  color: var(--neutral-100);
  font-weight: 700;
  line-height: 1.111em;
}

.card-get-plan-content-top {
  margin-bottom: 24px;
}

.add-cart-default-state {
  margin-bottom: 0;
}

.add-cart-option-list {
  margin-bottom: 32px;
}

.add-cart-buttons-wrapper {
  flex-direction: column;
  display: flex;
}

.select-wrapper {
  background-color: var(--neutral-700);
  border: 0 solid #000;
  border-radius: 12px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .3s;
}

.select-wrapper:hover, .select-wrapper:focus {
  background-color: var(--secondary-5);
}

.select-wrapper::placeholder {
  color: var(--neutral-300);
  font-size: 18px;
}

.select-wrapper.checkout {
  margin-bottom: 16px;
}

.select-wrapper.add-cart {
  border-radius: 1000000px;
  min-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.select-wrapper.add-cart:hover, .select-wrapper.add-cart:focus {
  background-color: var(--neutral-800);
}

.select {
  color: var(--neutral-300);
  background-color: #0000;
  border: 0 solid #000;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  transition: color .3s;
}

.select:focus {
  color: var(--neutral-100);
}

.select::placeholder {
  color: var(--neutral-300);
  font-size: 18px;
}

.select.checkout {
  margin-bottom: 16px;
}

.select.add-cart {
  min-height: 60px;
}

.container-small-552px {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-552px.contact-hero {
  z-index: 1;
  text-align: center;
  margin-bottom: 46px;
  position: relative;
}

.contact-categories-grid {
  z-index: 1;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-wrapper.column {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  display: none;
}

.container-medium-800px {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-800px.faqs {
  position: relative;
}

.contact-links-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-bottom: 47px;
}

.contact-links-grid.two-column {
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.contact-social-media-wrapper.hidden {
  display: none;
}

.contact-social-media-links-wrapper {
  flex-wrap: wrap;
  margin-bottom: -18px;
  margin-right: -18px;
  display: flex;
}

.contact-social-media-link {
  color: var(--neutral-100);
  background-image: linear-gradient(315deg, #434bff, #ff4b81);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  max-height: 36px;
  margin-bottom: 18px;
  margin-right: 18px;
  font-family: Icons Dark Template;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.contact-social-media-link:hover {
  color: var(--neutral-100);
  transform: scale(1.2);
}

.contact-social-media-link.icon-size-14px {
  font-size: 14px;
}

.contact-social-media-link.icon-size-16px {
  font-size: 16px;
}

.contact-social-media-link.icon-size-18px {
  font-size: 18px;
}

.contact-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-link.basis-1 {
  flex: 1;
  min-width: 220px;
}

.faqs-title-wrapper {
  z-index: 1;
  text-align: center;
  max-width: 733px;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faqs-title-wrapper.new {
  text-align: center;
}

.faqs-wrapper {
  z-index: 1;
  max-width: 600px;
  position: relative;
}

.contact-link-text {
  line-height: 1.111em;
}

.contact-form-block {
  flex: 1;
  max-width: 100%;
  margin-bottom: 0;
}

.card-contact-form {
  grid-column-gap: 26px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.input-wrapper {
  max-width: 100%;
}

.card-contact-form-gradient-blur {
  opacity: .5;
  filter: blur(20px);
  background-image: linear-gradient(to right, #4d54ffa3, #d03f90a3 64%, #ff3868a3);
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-faq-content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
  display: flex;
}

.card-faq-content-bottom {
  max-width: 580px;
}

.card-faq-icon-gradient {
  background-image: linear-gradient(to right, #6f86ff, #b372ce 49%, #ff7586);
  border-radius: 8px;
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  max-height: 24px;
  display: inline-block;
  position: relative;
  box-shadow: 0 3px 7px #13111a24;
}

.card-faq-icon-wrapper {
  background-color: var(--neutral-700);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1px;
  overflow: hidden;
}

.card-faq-icon-1 {
  background-color: var(--neutral-100);
  border-radius: 10000000000000px;
  width: 18px;
  min-height: 2px;
  position: absolute;
}

.card-faq-icon-2 {
  background-color: var(--neutral-100);
  border-radius: 10000000000000px;
  width: 2px;
  min-height: 18px;
  position: absolute;
}

.block-quote-dark blockquote {
  background-color: var(--neutral-800);
}

.figure-rich-text h2 {
  margin-bottom: 24px;
}

.figure-rich-text p {
  margin-bottom: 32px;
}

.figure-rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.figure-rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.figure-rich-text img {
  border-radius: 22px;
}

.figure-rich-text figcaption {
  color: var(--neutral-200);
  margin-top: 16px;
}

.figure-rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.figure-rich-text ul {
  margin-top: 32px;
  margin-bottom: 48px;
}

.figure-rich-text h5 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.figure-rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 48px;
}

.figure-rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.wrap {
  flex-wrap: wrap;
}

.category-title-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.category-title-wrapper.plan-category {
  justify-content: center;
}

.category-title-wrapper.integration-category, .category-title-wrapper.blog-category {
  margin-bottom: 40px;
  margin-right: 30px;
}

.page-category-collection-list-wrapper {
  margin-bottom: 40px;
}

.cart-footer {
  border-top-color: var(--neutral-700);
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart-item {
  justify-content: space-between;
}

.cart-line-item {
  flex-wrap: wrap;
}

.cart-subtotal {
  color: var(--neutral-100);
  font-size: 22px;
}

.landing-page-container {
  align-items: center;
  max-width: 1246px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-holder {
  flex: 0 auto;
  width: 50%;
  padding-left: 0;
  padding-right: 24px;
  transform: translate(0, -67px);
}

.landing-page-image {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

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

.title.card-integration-item {
  font-family: Thicccboi, sans-serif;
}

.core-image {
  z-index: 5;
  width: 200px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -200px);
}

.core-image.two {
  width: 250px;
  transform: translate(-50%, -160px);
}

.core-image.three {
  transform: translate(-50%, -220px);
}

.logo-link {
  transform-style: preserve-3d;
  margin: auto;
  transition: transform .3s, color .3s;
}

.logo-link:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.logo-link.forbes {
  transform-style: preserve-3d;
  margin-left: 40px;
  transition: transform .3s, color .3s;
}

.logo-link.forbes:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.logo-link.hidden {
  display: block;
}

.card-content-holder.new {
  margin-top: 90px;
}

.card-image-holder {
  display: none;
}

.core-image-mobile {
  z-index: 5;
  width: 200px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -200px);
}

.core-image-mobile.two {
  width: 250px;
  transform: translate(-50%, -160px);
}

.core-image-mobile.three {
  transform: translate(-50%, -220px);
}

.scroll-track {
  height: 400vh;
  display: none;
  overflow: hidden;
}

.split-holder {
  position: sticky;
  top: 0;
}

.split-wrapper {
  background-color: var(--neutral-800);
  width: 100vw;
  height: 130vh;
}

.split-image {
  background-image: url('../images/NetAesthetics-Split-Section_Photo-B.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 130vh;
  margin-left: auto;
  margin-right: auto;
}

.split-laptop {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/NetAesthetics-Services_Web-Development.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.split-content-holder {
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.split-header {
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  transform: translate(-15vw, 70vh);
}

.footer-row-holder {
  margin-bottom: 30px;
}

.footer-row-holder.second {
  margin-bottom: 0;
}

.footer-row-holder.hidden {
  display: none;
}

.last-section {
  background-image: url('../images/NetAesthetics-Split-Section_Photo-B.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.last-section.utility-page {
  background-color: var(--secondary-5);
  padding-top: 179px;
  padding-bottom: 100px;
}

.last-section.home-hero {
  padding-top: 179px;
  padding-bottom: 166px;
  overflow: hidden;
}

.last-section.home-hero.first-fold {
  background-image: url('../images/NetAesthetics-Landing-Photo-A_1.png');
  background-position: 110% 100%;
  background-repeat: no-repeat;
  background-size: auto 90vh;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.last-section.home-features {
  padding-top: 0;
  padding-bottom: 208px;
  overflow: hidden;
}

.last-section.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.last-section.home-perks {
  padding-top: 0;
  padding-bottom: 204px;
}

.last-section.cta-last {
  padding-top: 0;
  padding-bottom: 174px;
}

.last-section.home-steps {
  padding-top: 206px;
}

.last-section.testimonials {
  padding-bottom: 224px;
  overflow: hidden;
}

.last-section.home-blog {
  padding-top: 0;
  padding-bottom: 208px;
}

.last-section.about-hero {
  padding-top: 179px;
  padding-bottom: 144px;
}

.last-section.story {
  padding-top: 0;
  padding-bottom: 144px;
}

.last-section.values {
  padding-top: 0;
  padding-bottom: 233px;
}

.last-section.about-team {
  padding-top: 0;
  padding-bottom: 140px;
}

.last-section.about-offices {
  padding-top: 0;
  padding-bottom: 115px;
  overflow: hidden;
}

.last-section.partners {
  padding-top: 0;
}

.last-section.blog-hero {
  padding-top: 179px;
  padding-bottom: 116px;
}

.last-section.blog {
  padding-top: 116px;
  overflow: hidden;
}

.last-section.blog-post {
  padding-top: 179px;
  padding-bottom: 148px;
}

.last-section.blog-post-articles {
  padding-top: 0;
  overflow: hidden;
}

.last-section.features {
  padding-top: 179px;
  overflow: hidden;
}

.last-section.team-page {
  padding-top: 171px;
  padding-bottom: 109px;
  overflow: hidden;
}

.last-section.team {
  padding-top: 179px;
  padding-bottom: 109px;
}

.last-section.team-articles {
  padding-top: 112px;
}

.last-section.careers-hero {
  padding-top: 179px;
  padding-bottom: 156px;
}

.last-section.open-positions {
  padding-top: 0;
  padding-bottom: 101px;
}

.last-section.careers-testimonials {
  padding-top: 0;
  padding-bottom: 160px;
}

.last-section.careers-perks {
  padding-top: 0;
  padding-bottom: 147px;
}

.last-section.career {
  padding-top: 133px;
  padding-bottom: 96px;
}

.last-section.more-jobs {
  padding-top: 96px;
}

.last-section.integrations-hero {
  padding-top: 147px;
}

.last-section.integrations {
  padding-top: 0;
  overflow: hidden;
}

.last-section.integration {
  padding-top: 179px;
  padding-bottom: 96px;
}

.last-section.more-integrations {
  padding-top: 96px;
  overflow: hidden;
}

.last-section.pricing {
  padding-top: 166px;
  padding-bottom: 107px;
  overflow: hidden;
}

.last-section.plan-features {
  padding-top: 0;
}

.last-section.plan {
  padding-top: 179px;
  overflow: hidden;
}

.last-section.contact-hero {
  padding-top: 179px;
  padding-bottom: 144px;
}

.last-section.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.last-section.contact.new {
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
}

.last-section.contact.new.second {
  display: block;
}

.last-section.faqs {
  padding-top: 148px;
}

.last-section.checkout {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.last-section.integration-category, .last-section.blog-category {
  padding-top: 179px;
  overflow: hidden;
}

.last-section-container {
  max-width: 1246px;
  height: 100%;
  position: relative;
}

.last-section-content-holder {
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.testimony-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.tech-stacks-logo {
  height: 50px;
}

.tech-stacks-logo.order-item-image {
  width: auto;
  height: auto;
}

.tech-stacks-logo.home-hero-1 {
  border: 1px solid #ffffff29;
  border-radius: 26px;
  max-width: 88%;
  box-shadow: 0 14px 74px #00000073;
}

.tech-stacks-logo.home-hero-2 {
  border: 1px solid #ffffff29;
  border-radius: 26px;
  max-width: 19%;
  position: absolute;
  top: 163px;
  left: 0;
  box-shadow: 0 14px 74px #00000073;
}

.tech-stacks-logo.home-hero-3 {
  border: 1px solid #ffffff29;
  border-radius: 26px;
  max-width: 19%;
  position: absolute;
  bottom: 40px;
  right: 0;
  box-shadow: 0 14px 74px #00000073;
}

.tech-stacks-logo.home-hero-company {
  margin-right: 30px;
}

.tech-stacks-logo.home-hero-company.google {
  position: relative;
  top: 4px;
}

.tech-stacks-logo.home-hero-company.google.new {
  width: 90px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.tech-stacks-logo.home-hero-company.microsoft {
  width: 150px;
  margin: auto;
}

.tech-stacks-logo.home-hero-company.appel {
  width: 150px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.tech-stacks-logo.home-hero-company.aws {
  width: 70px;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.tech-stacks-logo.home-hero-company.adobe {
  width: 150px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.tech-stacks-logo.card-home-feature {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-bottom: 22px;
}

.tech-stacks-logo.home-perk {
  border-radius: 12px;
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-right: 25px;
}

.tech-stacks-logo.home-perks-content-top-image, .tech-stacks-logo.home-perks-content-bottom-image {
  object-fit: cover;
  width: 100%;
}

.tech-stacks-logo.card-home-step {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tech-stacks-logo.card-testimonial-logo {
  margin-bottom: 20px;
}

.tech-stacks-logo.card-testimonial-logo.second-column {
  margin-left: auto;
  margin-right: auto;
}

.tech-stacks-logo.card-testimonial, .tech-stacks-logo.card-post-item {
  object-fit: cover;
  width: 100%;
}

.tech-stacks-logo.card-post-item-about-icon {
  max-width: 18px;
  margin-right: 8px;
}

.tech-stacks-logo.story-left {
  width: 100%;
}

.tech-stacks-logo.story-right {
  object-fit: cover;
  width: 100%;
}

.tech-stacks-logo.card-value-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-right: 32px;
}

.tech-stacks-logo.about-offices, .tech-stacks-logo.team-item {
  object-fit: cover;
  width: 100%;
}

.tech-stacks-logo.card-post-item-category-icon, .tech-stacks-logo.button-category-icon {
  max-width: 17px;
  margin-right: 10px;
}

.tech-stacks-logo.post-featured-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tech-stacks-logo.blog-post, .tech-stacks-logo.blog-post-author, .tech-stacks-logo.card-author {
  object-fit: cover;
  width: 100%;
}

.tech-stacks-logo.card-feature-featured {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.tech-stacks-logo.card-feature-featured.v2 {
  object-position: 100% 50%;
}

.tech-stacks-logo.card-feature-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-bottom: 22px;
}

.tech-stacks-logo.card-team {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
}

.tech-stacks-logo.card-team-profile-picture {
  object-fit: cover;
  width: 100%;
}

.tech-stacks-logo.card-careers-perk-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-right: 27px;
}

.tech-stacks-logo.careers-hero-1, .tech-stacks-logo.careers-hero-2 {
  object-fit: cover;
  width: 100%;
}

.tech-stacks-logo.card-career-item-about-icon {
  max-width: 20px;
  margin-right: 9px;
}

.tech-stacks-logo.card-apply-job-icon {
  border-radius: 25px;
  width: 111px;
  min-width: 111px;
  min-height: 111px;
  max-height: 111px;
  margin-bottom: 24px;
}

.tech-stacks-logo.card-integration-item, .tech-stacks-logo.card-plan-item-icon {
  object-fit: cover;
  width: 100%;
}

.tech-stacks-logo.card-plan-item-feature-icon {
  border-radius: 5px;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  max-height: 28px;
}

.tech-stacks-logo.feature-comparison-check-icon {
  border-radius: 5px;
  width: 29px;
  min-width: 29px;
  min-height: 29px;
  max-height: 29px;
}

.tech-stacks-logo.feature-comparison-check-icon.hidden {
  opacity: 0;
}

.tech-stacks-logo.plan-icon {
  border-radius: 23px;
  width: 102px;
  min-width: 102px;
  min-height: 102px;
  max-height: 102px;
  margin-bottom: 16px;
}

.tech-stacks-logo.plan-feature-icon {
  border-radius: 5px;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.tech-stacks-logo.card-contact-category-icon {
  object-fit: cover;
  width: 100%;
}

.tech-stacks-logo.contact-link-icon {
  object-fit: cover;
  border-radius: 7px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 18px;
}

.tech-stacks-logo.utility-page-content-password-icon {
  border-radius: 29px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  max-height: 100px;
  margin-bottom: 27px;
}

.tech-stacks-logo.style-guide-icons {
  object-fit: cover;
  border-radius: 20px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  position: static;
}

.tech-stacks-logo.integrations-hero {
  max-width: 122%;
}

.grid-button.project-button {
  text-align: left;
}

.grid-button.tech-stacks {
  text-align: center;
  margin-top: 45px;
}

.grid-button.left-aligned {
  width: 100%;
  margin-right: auto;
}

.legal-info-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.legal-info-holder {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.legal-info-holder.changelog {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 60px 50px;
  display: flex;
}

.legal-info-holder.checkout {
  margin-bottom: 40px;
}

.legal-info-holder.checkout.last {
  margin-bottom: 0;
}

.legal-info-holder.checkout.order-summary {
  box-shadow: none;
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.legal-info-holder.home-feature {
  padding: 40px 32px 56px;
}

.legal-info-holder.cta {
  z-index: 1;
  border: 1px solid #ffffff17;
  justify-content: space-between;
  align-items: center;
  padding: 88px 86px 88px 78px;
  display: flex;
  position: relative;
}

.legal-info-holder.home-step {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  display: flex;
}

.legal-info-holder.testimonial {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 50px;
}

.legal-info-holder.testimonial.grid-content {
  padding: 0;
}

.legal-info-holder.post-item {
  color: var(--neutral-400);
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.legal-info-holder.post-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-info-holder.about-hero-achievement {
  background-color: #1d1a27a3;
  border: 1px solid #ffffff29;
  justify-content: center;
  padding: 60px 35px;
  display: flex;
  box-shadow: 0 14px 74px #00000073;
}

.legal-info-holder.value {
  align-items: flex-start;
  padding: 42px 38px 59px;
  display: flex;
}

.legal-info-holder.about-office {
  padding: 40px 48px;
  display: flex;
}

.legal-info-holder.post-featured-item-content {
  z-index: 1;
  max-width: 56%;
  margin-top: 74px;
  margin-bottom: 74px;
  padding: 65px 52px;
  position: relative;
}

.legal-info-holder.author {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  align-items: center;
  margin-top: 58px;
  padding: 64px 59px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.legal-info-holder.author:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-large);
  transform: translate(0, 6px);
}

.legal-info-holder.feature-featured {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  justify-content: space-between;
  display: flex;
}

.legal-info-holder.feature {
  padding: 40px 32px 56px;
}

.legal-info-holder.team-page-careers {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 792px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 55px;
  display: flex;
  position: relative;
}

.legal-info-holder.team {
  z-index: 1;
  flex: 1;
  position: relative;
}

.legal-info-holder.careers-perk {
  padding: 48px 51px;
  display: flex;
}

.legal-info-holder.career-item {
  color: var(--neutral-400);
  flex-direction: column;
  min-height: 100%;
  padding: 48px 42px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.legal-info-holder.career-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-info-holder.career {
  padding: 69px 52px 27px;
}

.legal-info-holder.apply-job {
  padding: 53px 37px 71px;
}

.legal-info-holder.integration-item {
  color: var(--neutral-400);
  padding: 54px 32px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: block;
}

.legal-info-holder.integration-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-info-holder.integration-item.new {
  height: 100%;
  padding-bottom: 32px;
}

.legal-info-holder.integration {
  max-width: 38%;
  margin-right: 30px;
  padding: 55px 36px 64px;
}

.legal-info-holder.plan-item {
  z-index: 1;
  color: var(--neutral-400);
  border-radius: 20px;
  flex-direction: column;
  max-width: 383px;
  padding: 75px 32px 55px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: visible;
}

.legal-info-holder.plan-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-info-holder.plan-item-popular {
  background-color: var(--neutral-800);
  border: 2px solid #f5f4fa29;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.legal-info-holder.plan-features {
  z-index: 1;
  padding: 45px 40px 62px;
  position: relative;
}

.legal-info-holder.get-plan {
  min-height: 554px;
  padding: 56px 50px 69px;
}

.legal-info-holder.get-plan.mobile {
  display: none;
}

.legal-info-holder.contact-category {
  color: var(--neutral-400);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.legal-info-holder.contact-category:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-info-holder.faq {
  cursor: pointer;
  margin-bottom: 32px;
  padding: 32px 38px;
  transition: box-shadow .3s, transform .3s;
}

.legal-info-holder.faq:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  transform: translate(0, 6px);
}

.legal-info-holder.faq.last {
  margin-bottom: 0;
}

.legal-info-holder.contact-form {
  z-index: 1;
  background-color: var(--neutral-800);
  border: 2px solid #ffffff29;
  border-radius: 20px;
  justify-content: center;
  place-items: center;
  min-height: 604px;
  padding: 48px 40px 56px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #000000a6;
}

.legal-info-holder.contact-form.new {
  display: block;
}

.legal-info-holder.default {
  padding: 40px 32px;
}

.legal-page-tag {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.legal-information-heading {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
}

.legal-information-heading.checkout {
  margin-bottom: 0;
  margin-right: 20px;
}

.legal-information-heading.order-item-title {
  color: var(--neutral-100);
  font-weight: 700;
  text-decoration: none;
}

.legal-information-heading.order-item-title:hover {
  color: var(--secondary-1);
}

.legal-information-heading.utility-page {
  color: var(--neutral-100);
}

.legal-information-heading.home-blog {
  margin-bottom: 0;
}

.legal-information-heading.card-home-feature {
  margin-bottom: 9px;
}

.legal-information-heading.home-perks {
  margin-bottom: 8px;
}

.legal-information-heading.h4-size {
  font-size: 22px;
  line-height: 1.273em;
}

.legal-information-heading.h4-size.home-perk {
  margin-bottom: 0;
}

.legal-information-heading.h4-size.plan-content-top-features {
  margin-bottom: 23px;
}

.legal-information-heading.h4-size.card-contact-category {
  margin-bottom: 8px;
}

.legal-information-heading.h4-size.card-faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.legal-information-heading.card-cta {
  max-width: 503px;
  margin-bottom: 0;
  margin-right: 30px;
}

.legal-information-heading.h3-size {
  color: var(--neutral-100);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.legal-information-heading.h3-size.card-home-step-number {
  background-color: var(--neutral-600);
  border-radius: 12px;
  margin-bottom: 26px;
  padding: 10px 21px;
  display: inline-block;
}

.legal-information-heading.h3-size.card-team-name {
  margin-bottom: 0;
}

.legal-information-heading.h3-size.card-plan-item {
  margin-bottom: 4px;
}

.legal-information-heading.card-home-step {
  margin-bottom: 8px;
}

.legal-information-heading.card-testimonial {
  margin-bottom: 15px;
}

.legal-information-heading.card-post-item {
  margin-bottom: 17px;
}

.legal-information-heading.footer-menu {
  color: var(--neutral-100);
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

.legal-information-heading.footer-menu.hidden {
  display: none;
}

.legal-information-heading.values {
  margin-bottom: 30px;
}

.legal-information-heading.card-value {
  margin-bottom: 8px;
}

.legal-information-heading.about-offices {
  margin-bottom: 18px;
}

.legal-information-heading.card-about-office, .legal-information-heading.team-item {
  margin-bottom: 8px;
}

.legal-information-heading.dropdown {
  color: var(--neutral-100);
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

.legal-information-heading.blog {
  margin-bottom: 20px;
  margin-right: 30px;
}

.legal-information-heading.blog-hero {
  margin-bottom: 18px;
}

.legal-information-heading.card-post-featured-item {
  margin-bottom: 20px;
}

.legal-information-heading.blog-post-articles {
  margin-bottom: 0;
}

.legal-information-heading.blog-post {
  margin-bottom: 16px;
}

.legal-information-heading.card-author-name {
  margin-bottom: 4px;
}

.legal-information-heading.card-feature-featured {
  margin-bottom: 18px;
}

.legal-information-heading.card-feature {
  letter-spacing: -.5px;
  margin-bottom: 9px;
}

.legal-information-heading.features, .legal-information-heading.team-page {
  margin-bottom: 18px;
}

.legal-information-heading.card-team-page-careers {
  margin-bottom: 9px;
}

.legal-information-heading.team-articles {
  margin-bottom: 0;
}

.legal-information-heading.careers-testimonials {
  margin-bottom: 24px;
}

.legal-information-heading.card-careers-perk {
  margin-bottom: 11px;
}

.legal-information-heading.careers-hero {
  margin-bottom: 18px;
}

.legal-information-heading.card-career-item {
  margin-bottom: 11px;
}

.legal-information-heading.more-jobs {
  margin-bottom: 0;
}

.legal-information-heading.card-apply-job {
  margin-bottom: 10px;
}

.legal-information-heading.h2-size {
  color: var(--neutral-100);
  letter-spacing: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.182em;
}

.legal-information-heading.h2-size.card-career {
  max-width: 583px;
  margin-bottom: 20px;
}

.legal-information-heading.h2-size.card-integration {
  margin-bottom: 14px;
}

.legal-information-heading.h2-size.add-cart-price {
  margin-bottom: 28px;
}

.legal-information-heading.integrations {
  margin-bottom: 20px;
  margin-right: 30px;
}

.legal-information-heading.integrations-hero {
  margin-bottom: 18px;
}

.legal-information-heading.card-integration-item {
  margin-bottom: 4px;
}

.legal-information-heading.more-integrations {
  margin-bottom: 0;
}

.legal-information-heading.pricing {
  margin-bottom: 20px;
}

.legal-information-heading.feature-comparison-name {
  width: 100%;
  max-width: 219px;
  margin-bottom: 0;
}

.legal-information-heading.plan {
  margin-bottom: 0;
  margin-right: 20px;
}

.legal-information-heading.h1-size {
  color: var(--neutral-100);
  letter-spacing: .02em;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.legal-information-heading.h1-size.plan-text, .legal-information-heading.h1-size.category-text {
  margin-bottom: 0;
}

.legal-information-heading.card-get-plan {
  margin-bottom: 8px;
}

.legal-information-heading.contact-hero {
  margin-bottom: 16px;
}

.legal-information-heading.contact {
  margin-bottom: 14px;
}

.legal-information-heading.h5-size {
  color: var(--neutral-100);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.legal-information-heading.h5-size.contact-social-media {
  margin-bottom: 22px;
}

.legal-information-heading.faqs {
  margin-bottom: 14px;
}

.legal-information-heading.not-found {
  margin-bottom: 28px;
}

.legal-information-heading.category {
  margin-bottom: 0;
  margin-right: 20px;
}

.legal-page-first-fold {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 60px;
}

.legal-page-first-fold.utility-page {
  background-color: var(--secondary-5);
  padding-top: 179px;
  padding-bottom: 100px;
}

.legal-page-first-fold.home-hero {
  padding-top: 179px;
  padding-bottom: 166px;
  overflow: hidden;
}

.legal-page-first-fold.home-hero.first-fold {
  background-image: url('../images/NetAesthetics-Landing-Photo-A_1.png');
  background-position: 110% 100%;
  background-repeat: no-repeat;
  background-size: auto 90vh;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.legal-page-first-fold.home-features {
  padding-top: 0;
  padding-bottom: 208px;
  overflow: hidden;
}

.legal-page-first-fold.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.legal-page-first-fold.home-perks {
  padding-top: 0;
  padding-bottom: 204px;
}

.legal-page-first-fold.cta-last {
  padding-top: 0;
  padding-bottom: 174px;
}

.legal-page-first-fold.home-steps {
  padding-top: 206px;
}

.legal-page-first-fold.testimonials {
  padding-bottom: 224px;
  overflow: hidden;
}

.legal-page-first-fold.testimonials.mobile {
  display: none;
}

.legal-page-first-fold.home-blog {
  padding-top: 0;
  padding-bottom: 208px;
}

.legal-page-first-fold.about-hero {
  padding-top: 179px;
  padding-bottom: 144px;
}

.legal-page-first-fold.story {
  padding-top: 0;
  padding-bottom: 144px;
}

.legal-page-first-fold.values {
  padding-top: 0;
  padding-bottom: 233px;
}

.legal-page-first-fold.about-team {
  padding-top: 0;
  padding-bottom: 140px;
}

.legal-page-first-fold.about-offices {
  padding-top: 0;
  padding-bottom: 115px;
  overflow: hidden;
}

.legal-page-first-fold.partners {
  padding-top: 0;
}

.legal-page-first-fold.blog-hero {
  padding-top: 179px;
  padding-bottom: 116px;
}

.legal-page-first-fold.blog {
  padding-top: 116px;
  overflow: hidden;
}

.legal-page-first-fold.blog-post {
  padding-top: 179px;
  padding-bottom: 148px;
}

.legal-page-first-fold.blog-post-articles {
  padding-top: 0;
  overflow: hidden;
}

.legal-page-first-fold.features {
  padding-top: 179px;
  overflow: hidden;
}

.legal-page-first-fold.team-page {
  padding-top: 171px;
  padding-bottom: 109px;
  overflow: hidden;
}

.legal-page-first-fold.team {
  padding-top: 179px;
  padding-bottom: 109px;
}

.legal-page-first-fold.team-articles {
  padding-top: 112px;
}

.legal-page-first-fold.careers-hero {
  padding-top: 179px;
  padding-bottom: 156px;
}

.legal-page-first-fold.open-positions {
  padding-top: 0;
  padding-bottom: 101px;
}

.legal-page-first-fold.careers-testimonials {
  padding-top: 0;
  padding-bottom: 160px;
}

.legal-page-first-fold.careers-perks {
  padding-top: 0;
  padding-bottom: 147px;
}

.legal-page-first-fold.career {
  padding-top: 133px;
  padding-bottom: 96px;
}

.legal-page-first-fold.more-jobs {
  padding-top: 96px;
}

.legal-page-first-fold.integrations-hero {
  padding-top: 147px;
}

.legal-page-first-fold.integrations {
  padding-top: 0;
  overflow: hidden;
}

.legal-page-first-fold.integration {
  padding-top: 179px;
  padding-bottom: 96px;
}

.legal-page-first-fold.more-integrations {
  padding-top: 96px;
  overflow: hidden;
}

.legal-page-first-fold.pricing {
  padding-top: 166px;
  padding-bottom: 107px;
  overflow: hidden;
}

.legal-page-first-fold.plan-features {
  padding-top: 0;
}

.legal-page-first-fold.plan {
  padding-top: 179px;
  overflow: hidden;
}

.legal-page-first-fold.contact-hero {
  padding-top: 179px;
  padding-bottom: 144px;
}

.legal-page-first-fold.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.legal-page-first-fold.contact.new {
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
}

.legal-page-first-fold.contact.new.second {
  display: block;
}

.legal-page-first-fold.faqs {
  padding-top: 148px;
}

.legal-page-first-fold.checkout {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.legal-page-first-fold.integration-category, .legal-page-first-fold.blog-category {
  padding-top: 179px;
  overflow: hidden;
}

.legal-page-second-fold {
  width: 100%;
  padding-top: 0;
  padding-bottom: 128px;
}

.legal-page-second-fold.utility-page {
  background-color: var(--secondary-5);
  padding-top: 179px;
  padding-bottom: 100px;
}

.legal-page-second-fold.home-hero {
  padding-top: 179px;
  padding-bottom: 166px;
  overflow: hidden;
}

.legal-page-second-fold.home-hero.first-fold {
  background-image: url('../images/NetAesthetics-Landing-Photo-A_1.png');
  background-position: 110% 100%;
  background-repeat: no-repeat;
  background-size: auto 90vh;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.legal-page-second-fold.home-features {
  padding-top: 0;
  padding-bottom: 208px;
  overflow: hidden;
}

.legal-page-second-fold.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.legal-page-second-fold.home-perks {
  padding-top: 0;
  padding-bottom: 204px;
}

.legal-page-second-fold.cta-last {
  padding-top: 0;
  padding-bottom: 174px;
}

.legal-page-second-fold.home-steps {
  padding-top: 206px;
}

.legal-page-second-fold.testimonials {
  padding-bottom: 224px;
  overflow: hidden;
}

.legal-page-second-fold.testimonials.mobile {
  display: none;
}

.legal-page-second-fold.home-blog {
  padding-top: 0;
  padding-bottom: 208px;
}

.legal-page-second-fold.about-hero {
  padding-top: 179px;
  padding-bottom: 144px;
}

.legal-page-second-fold.story {
  padding-top: 0;
  padding-bottom: 144px;
}

.legal-page-second-fold.values {
  padding-top: 0;
  padding-bottom: 233px;
}

.legal-page-second-fold.about-team {
  padding-top: 0;
  padding-bottom: 140px;
}

.legal-page-second-fold.about-offices {
  padding-top: 0;
  padding-bottom: 115px;
  overflow: hidden;
}

.legal-page-second-fold.partners {
  padding-top: 0;
}

.legal-page-second-fold.blog-hero {
  padding-top: 179px;
  padding-bottom: 116px;
}

.legal-page-second-fold.blog {
  padding-top: 116px;
  overflow: hidden;
}

.legal-page-second-fold.blog-post {
  padding-top: 179px;
  padding-bottom: 148px;
}

.legal-page-second-fold.blog-post-articles {
  padding-top: 0;
  overflow: hidden;
}

.legal-page-second-fold.features {
  padding-top: 179px;
  overflow: hidden;
}

.legal-page-second-fold.team-page {
  padding-top: 171px;
  padding-bottom: 109px;
  overflow: hidden;
}

.legal-page-second-fold.team {
  padding-top: 179px;
  padding-bottom: 109px;
}

.legal-page-second-fold.team-articles {
  padding-top: 112px;
}

.legal-page-second-fold.careers-hero {
  padding-top: 179px;
  padding-bottom: 156px;
}

.legal-page-second-fold.open-positions {
  padding-top: 0;
  padding-bottom: 101px;
}

.legal-page-second-fold.careers-testimonials {
  padding-top: 0;
  padding-bottom: 160px;
}

.legal-page-second-fold.careers-perks {
  padding-top: 0;
  padding-bottom: 147px;
}

.legal-page-second-fold.career {
  padding-top: 133px;
  padding-bottom: 96px;
}

.legal-page-second-fold.more-jobs {
  padding-top: 96px;
}

.legal-page-second-fold.integrations-hero {
  padding-top: 147px;
}

.legal-page-second-fold.integrations {
  padding-top: 0;
  overflow: hidden;
}

.legal-page-second-fold.integration {
  padding-top: 179px;
  padding-bottom: 96px;
}

.legal-page-second-fold.more-integrations {
  padding-top: 96px;
  overflow: hidden;
}

.legal-page-second-fold.pricing {
  padding-top: 166px;
  padding-bottom: 107px;
  overflow: hidden;
}

.legal-page-second-fold.plan-features {
  padding-top: 0;
}

.legal-page-second-fold.plan {
  padding-top: 179px;
  overflow: hidden;
}

.legal-page-second-fold.contact-hero {
  padding-top: 179px;
  padding-bottom: 144px;
}

.legal-page-second-fold.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.legal-page-second-fold.contact.new {
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
}

.legal-page-second-fold.contact.new.second {
  display: block;
}

.legal-page-second-fold.faqs {
  padding-top: 148px;
}

.legal-page-second-fold.checkout {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.legal-page-second-fold.integration-category, .legal-page-second-fold.blog-category {
  padding-top: 179px;
  overflow: hidden;
}

.legal-page-content-container {
  max-width: 940px;
  padding-left: 24px;
  padding-right: 24px;
}

.legal-page-content-block {
  margin-top: 16px;
}

.legal-page-content-block.hidden {
  display: none;
}

.legal-page-heading {
  text-transform: capitalize;
  font-family: Thicccboi, sans-serif;
}

.list-paragraph.password {
  margin-bottom: 24px;
}

.list-paragraph.not-found {
  margin-bottom: 49px;
}

.list-paragraph.utility-page {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.list-paragraph.home-features {
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
}

.list-paragraph.card-home-feature {
  margin-bottom: 0;
}

.list-paragraph.home-perks {
  margin-bottom: 34px;
}

.list-paragraph.home-perk {
  margin-bottom: 0;
}

.list-paragraph.home-steps {
  margin-bottom: 32px;
}

.list-paragraph.card-home-step {
  margin-bottom: 0;
}

.list-paragraph.card-testimonial {
  margin-bottom: 34px;
}

.list-paragraph.card-testimonial.first-column {
  max-width: 700px;
  margin-bottom: 0;
}

.list-paragraph.footer-newsletter {
  margin-bottom: 28px;
}

.list-paragraph.story, .list-paragraph.values, .list-paragraph.card-value {
  margin-bottom: 0;
}

.list-paragraph.about-offices {
  margin-bottom: 40px;
}

.list-paragraph.card-about-office, .list-paragraph.about-team, .list-paragraph.team-item, .list-paragraph.partners {
  margin-bottom: 0;
}

.list-paragraph.blog-hero {
  margin-bottom: 41px;
}

.list-paragraph.card-post-featured-item {
  margin-bottom: 49px;
}

.list-paragraph.text-neutral-200 {
  color: var(--neutral-200);
}

.list-paragraph.text-neutral-200.blog-post {
  margin-bottom: 36px;
}

.list-paragraph.card-author, .list-paragraph.card-feature-featured, .list-paragraph.card-feature, .list-paragraph.features, .list-paragraph.team-page, .list-paragraph.card-team-page-careers, .list-paragraph.card-team, .list-paragraph.open-positions, .list-paragraph.careers-testimonials, .list-paragraph.careers-perks, .list-paragraph.card-careers-perk {
  margin-bottom: 0;
}

.list-paragraph.careers-hero {
  max-width: 710px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.list-paragraph.card-career-item {
  margin-bottom: 0;
}

.list-paragraph.card-career {
  max-width: 583px;
  margin-bottom: 0;
}

.list-paragraph.card-apply-job {
  margin-bottom: 33px;
}

.list-paragraph.integrations-hero {
  margin-bottom: 39px;
}

.list-paragraph.card-integration-item {
  margin-bottom: 32px;
}

.list-paragraph.card-integration-item.new {
  margin-bottom: 0;
}

.list-paragraph.card-integration {
  margin-bottom: 40px;
}

.list-paragraph.pricing {
  margin-bottom: 0;
}

.list-paragraph.plan-features {
  max-width: 497px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.list-paragraph.card-plan-item-summary, .list-paragraph.plan-summary, .list-paragraph.card-get-plan, .list-paragraph.contact-hero {
  margin-bottom: 0;
}

.list-paragraph.card-contact-category {
  margin-bottom: 22px;
}

.list-paragraph.contact {
  margin-bottom: 26px;
}

.list-paragraph.faqs, .list-paragraph.card-faq, .list-paragraph.legal {
  margin-bottom: 0;
}

.legal-page-heading-two {
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
}

.legal-page-heading-two.secondary {
  text-align: left;
  margin-top: 16px;
  font-family: Thicccboi, sans-serif;
}

.secondary-list {
  padding-left: 60px;
}

.legal-page-warning {
  background-color: var(--secondary-5);
  box-shadow: 0 5px 14px 0 var(--shadow-card-default);
  border-radius: 22px;
  overflow: hidden;
}

.legal-page-warning.changelog {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 60px 50px;
  display: flex;
}

.legal-page-warning.checkout {
  margin-bottom: 40px;
}

.legal-page-warning.checkout.last {
  margin-bottom: 0;
}

.legal-page-warning.checkout.order-summary {
  box-shadow: none;
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.legal-page-warning.home-feature {
  padding: 40px 32px 56px;
}

.legal-page-warning.cta {
  z-index: 1;
  border: 1px solid #ffffff17;
  justify-content: space-between;
  align-items: center;
  padding: 88px 86px 88px 78px;
  display: flex;
  position: relative;
}

.legal-page-warning.home-step {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  display: flex;
}

.legal-page-warning.testimonial {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 50px;
}

.legal-page-warning.testimonial.grid-content {
  padding: 0;
}

.legal-page-warning.post-item {
  color: var(--neutral-400);
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.legal-page-warning.post-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-page-warning.about-hero-achievement {
  background-color: #1d1a27a3;
  border: 1px solid #ffffff29;
  justify-content: center;
  padding: 60px 35px;
  display: flex;
  box-shadow: 0 14px 74px #00000073;
}

.legal-page-warning.value {
  align-items: flex-start;
  padding: 42px 38px 59px;
  display: flex;
}

.legal-page-warning.about-office {
  padding: 40px 48px;
  display: flex;
}

.legal-page-warning.post-featured-item-content {
  z-index: 1;
  max-width: 56%;
  margin-top: 74px;
  margin-bottom: 74px;
  padding: 65px 52px;
  position: relative;
}

.legal-page-warning.author {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  align-items: center;
  margin-top: 58px;
  padding: 64px 59px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.legal-page-warning.author:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-large);
  transform: translate(0, 6px);
}

.legal-page-warning.feature-featured {
  box-shadow: 0 10px 34px 0 var(--shadow-card-large);
  border: 2px solid #ffffff0f;
  justify-content: space-between;
  display: flex;
}

.legal-page-warning.feature {
  padding: 40px 32px 56px;
}

.legal-page-warning.team-page-careers {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 792px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 55px;
  display: flex;
  position: relative;
}

.legal-page-warning.team {
  z-index: 1;
  flex: 1;
  position: relative;
}

.legal-page-warning.careers-perk {
  padding: 48px 51px;
  display: flex;
}

.legal-page-warning.career-item {
  color: var(--neutral-400);
  flex-direction: column;
  min-height: 100%;
  padding: 48px 42px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.legal-page-warning.career-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-page-warning.career {
  padding: 69px 52px 27px;
}

.legal-page-warning.apply-job {
  padding: 53px 37px 71px;
}

.legal-page-warning.integration-item {
  color: var(--neutral-400);
  padding: 54px 32px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: block;
}

.legal-page-warning.integration-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-page-warning.integration-item.new {
  height: 100%;
  padding-bottom: 32px;
}

.legal-page-warning.integration {
  max-width: 38%;
  margin-right: 30px;
  padding: 55px 36px 64px;
}

.legal-page-warning.plan-item {
  z-index: 1;
  color: var(--neutral-400);
  border-radius: 20px;
  flex-direction: column;
  max-width: 383px;
  padding: 75px 32px 55px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: visible;
}

.legal-page-warning.plan-item:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-page-warning.plan-item-popular {
  background-color: var(--neutral-800);
  border: 2px solid #f5f4fa29;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.legal-page-warning.plan-features {
  z-index: 1;
  padding: 45px 40px 62px;
  position: relative;
}

.legal-page-warning.get-plan {
  min-height: 554px;
  padding: 56px 50px 69px;
}

.legal-page-warning.get-plan.mobile {
  display: none;
}

.legal-page-warning.contact-category {
  color: var(--neutral-400);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.legal-page-warning.contact-category:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  color: var(--neutral-400);
  transform: translate(0, 6px);
}

.legal-page-warning.faq {
  cursor: pointer;
  margin-bottom: 32px;
  padding: 32px 38px;
  transition: box-shadow .3s, transform .3s;
}

.legal-page-warning.faq:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-card-default);
  transform: translate(0, 6px);
}

.legal-page-warning.faq.last {
  margin-bottom: 0;
}

.legal-page-warning.contact-form {
  z-index: 1;
  background-color: var(--neutral-800);
  border: 2px solid #ffffff29;
  border-radius: 20px;
  justify-content: center;
  place-items: center;
  min-height: 604px;
  padding: 48px 40px 56px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #000000a6;
}

.legal-page-warning.contact-form.new {
  display: block;
}

.legal-page-warning.default {
  padding: 40px 32px;
}

.legal-page-warning.legal-page-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.legal-page-warning-holder {
  flex-direction: column;
  flex: 1;
  max-width: 100%;
  margin-right: 0;
  display: flex;
}

.image-2 {
  width: 60px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.container-portfolio {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container-portfolio.careers-perks {
  z-index: 1;
  position: relative;
}

.portfolio-column-left {
  width: 60%;
  padding-right: 40px;
}

.portfolio-column-right {
  width: 40%;
  padding-left: 40px;
  position: sticky;
  top: 90px;
}

.portfolio-heading-2 {
  font-family: Thicccboi, sans-serif;
  font-size: 40px;
  display: none;
}

.portfolio-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-details-wrapper {
  margin-bottom: 15px;
  display: flex;
}

.project-details {
  margin-top: auto;
  margin-bottom: auto;
}

.project-heading {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
}

.project-link {
  text-align: center;
  margin-top: 20px;
}

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

.project-grid.three-rows {
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.technologies-grid.new {
  grid-template-rows: 1fr;
}

.search-bar-block {
  align-items: center;
  display: none;
}

.search-bar-heading {
  margin-right: 10px;
}

.search-bar {
  margin-bottom: 20px;
}

.heading, .heading-2, .heading-3, .heading-4 {
  font-family: Thicccboi, sans-serif;
}

.bold-text-2 {
  font-family: Verdana, Geneva, sans-serif;
}

.text-block, .text-block-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  font-family: Thicccboi, sans-serif;
}

.category-tag {
  width: auto;
  margin-bottom: 10px;
  position: relative;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.collection-tag-item {
  margin-bottom: 15px;
  margin-right: 12px;
}

.load-more-button {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .01em;
  transform-style: preserve-3d;
  border-style: none;
  border-radius: 1000px;
  margin-top: 30px;
  padding: 22px 56px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.load-more-button:hover {
  background-color: var(--secondary-5);
  color: var(--neutral-100);
  transform: scale3d(1.04, 1.04, 1.01);
}

.load-more-button.small {
  padding: 18px 38px;
  font-size: 16px;
  line-height: 18px;
}

.load-more-button.small.buy-now {
  margin-top: 16px;
}

.load-more-button.small.buy-now:hover {
  background-color: var(--neutral-800);
}

.load-more-button.small.plan {
  transition-property: none;
}

.load-more-button.small.plan:hover {
  transform: none;
}

.load-more-button.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.load-more-button.discounts {
  background-color: var(--neutral-800);
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: 22px;
  padding-left: 16px;
  padding-right: 16px;
}

.load-more-button._2-buttons {
  margin-bottom: 15px;
  font-family: Thicccboi, sans-serif;
}

.load-more-button._2-buttons.new {
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.load-more-button._2-buttons.recent-work {
  margin: 10px auto;
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.load-more-button._2-buttons.services {
  width: 300px;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.load-more-button._2-buttons.tech-stack {
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.load-more-button.button-white-outline {
  border: 1px solid var(--neutral-100);
  background-color: #0000;
}

.load-more-button.button-white-outline._2-buttons {
  margin-right: 24px;
}

.load-more-button.button-category {
  text-align: left;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px 22px;
  text-decoration: none;
  display: flex;
}

.load-more-button.button-category.w--current {
  background-image: linear-gradient(to right, #6f86ff, #b372ce 50%, #ff7586);
}

.load-more-button.button-category.all {
  margin-right: 16px;
}

.load-more-button.button-category.all.w--current {
  background-image: linear-gradient(to right, #6f86ff, #b372ce 50%, #ff7586);
}

.load-more-button.integration-tab-link {
  margin-bottom: 20px;
  margin-right: 32px;
  padding: 15px 22px;
  font-weight: 600;
}

.load-more-button.integration-tab-link.w--current {
  background-image: linear-gradient(to right, #6f86ff, #b372ce 50%, #ff7586);
}

.load-more-button.project-button {
  width: 160px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Thicccboi, sans-serif;
  font-weight: 700;
}

.share-button {
  width: 300px;
  height: 35px;
  margin-top: auto;
  margin-left: auto;
  display: block;
}

.share-button-div {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.technology-stack-icon {
  width: 35px;
  margin-left: auto;
  margin-right: auto;
}

.text-link {
  color: var(--neutral-400);
  text-decoration: none;
}

.arrow-icon {
  width: 27px;
}

.arrow-icon.reverse {
  transform: rotate(180deg);
}

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

.ck-form-w {
  margin-bottom: 0;
}

.ck-desc {
  color: var(--neutral-400);
}

.ck-radio__btn {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: var(--secondary-1);
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #e3af5b;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.w--redirected-focus {
  box-shadow: none;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.ck-radio__btn.is--checked.is--not-allowed {
  background-color: var(--secondary-1);
  border-color: #e3af5b;
}

.ck-preference__btn {
  background-color: var(--neutral-700);
  color: #262926;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ck-preference__btn:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: auto;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.ck-preference-txt {
  color: #fff;
}

.ck-button-w {
  background-color: var(--neutral-800);
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  border-radius: 1001px;
  flex: 0 auto;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w.is--secondary.is--fullwidth:hover {
  background-color: #0000;
}

.ck-button-w.is--fullwidth {
  flex: none;
  width: 100%;
}

.ck-button__txt {
  color: #fff;
}

.ck-button__txt:hover {
  color: var(--secondary-1);
}

.ck-preference__icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.text-block-14 {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-modal__exit-btn {
  z-index: 5;
  background-color: var(--neutral-700);
  cursor: pointer;
  border-radius: .25rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn.is--sticky {
  position: sticky;
  top: 1rem;
}

.ck-css-styles {
  display: none;
}

.ck-radio__label {
  color: #fff;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-radio__label.is--not-allowed {
  color: #fff;
}

.ck-preference-w {
  z-index: 9525;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
  margin-left: 7px;
}

.ck-modal {
  background-color: var(--neutral-800);
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-txt-link {
  text-decoration: none;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__desc {
  color: var(--neutral-400);
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-radio__desc.is--not-allowed {
  color: var(--neutral-400);
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.ck-title {
  color: #fff;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  color: #fff;
  font-size: 1.1875rem;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  background-color: #fff;
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  background-color: #fff;
  transform: rotate(-45deg);
}

.ck-preference__bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #00000026;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.in-pref-manger {
  background-color: var(--neutral-700);
  margin: 2rem -2rem -2.25rem;
}

.ck-modal__btns-w.is--small {
  background-color: var(--secondary-5);
  color: var(--neutral-700);
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-prefmanager-w {
  z-index: 5;
  color: #262926;
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.recaptcha {
  margin-top: 29px;
  margin-bottom: 0;
}

.form {
  display: none;
}

.html-embed {
  width: 100%;
  position: relative;
}

.grid {
  grid-column-gap: 0px;
  outline-offset: 0px;
  text-align: left;
  border: 1px solid #fff;
  outline: 3px solid #b7b4c7;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 2fr .5fr;
  place-items: center stretch;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .paragraph-large.home-hero.logo-paragraph {
    font-size: 20px;
  }

  .paragraph-large.home-hero.first-fold {
    max-width: 796px;
    font-size: 20px;
  }

  .button-secondary._2-buttons.recent-work {
    margin-bottom: 0;
    margin-right: 5px;
  }

  .display-1.home-hero.new {
    font-size: 109px;
  }

  .display-1.home-hero.first-fold {
    width: 550px;
    min-width: 550px;
    font-size: 90px;
  }

  .display-1.home-hero.second-fold {
    width: auto;
    min-width: auto;
    font-size: 78px;
  }

  .display-1.home-hero.last-fold {
    width: 400px;
    min-width: auto;
    font-size: 78px;
  }

  .section.home-hero.first-fold {
    background-position: 100% 100%;
  }

  .paragraph.card-integration-item.cta-button {
    max-width: none;
  }

  .button-primary-gradient._2-buttons.recent-work {
    margin-top: 0;
    margin-left: 5px;
  }

  .container-medium-940px.home-hero.new {
    width: 60%;
  }

  ._2-buttons-wrapper.recent-work {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    display: block;
  }

  .container-medium-603px.testimonials.new {
    max-width: 820px;
  }

  .home-hero-companies.new {
    width: 80%;
  }

  .home-hero-companies.first-fold {
    width: 100%;
  }

  .last-section.home-hero.first-fold, .legal-page-first-fold.home-hero.first-fold, .legal-page-second-fold.home-hero.first-fold {
    background-position: 100% 100%;
  }

  .load-more-button._2-buttons.recent-work {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph-large.home-hero.first-fold {
    margin-bottom: 25px;
  }

  .button-primary.project-button, .button-secondary.project-button {
    width: auto;
    padding-left: 46px;
    padding-right: 46px;
  }

  .display-1.home-hero.first-fold {
    width: 600px;
    min-width: 600px;
    font-size: 120px;
  }

  .display-1.home-hero.second-fold {
    width: auto;
    min-width: auto;
    font-size: 78px;
  }

  .display-1.home-hero.last-fold {
    width: 400px;
    min-width: auto;
    font-size: 78px;
  }

  .paragraph.legal {
    font-size: 20px;
  }

  .container-medium-940px.home-hero.new {
    width: 70%;
  }

  .home-hero-companies.new {
    width: 90%;
  }

  .home-hero-companies.first-fold {
    width: 100%;
  }

  .last-section-container {
    height: 100%;
  }

  .list-paragraph {
    font-size: 20px;
  }

  .load-more-button.project-button {
    width: auto;
    padding-left: 46px;
    padding-right: 46px;
  }
}

@media screen and (min-width: 1920px) {
  .section-styleguide {
    padding-top: 224px;
  }

  .paragraph-large.home-hero.logo-paragraph, .paragraph-large.home-hero.first-fold {
    font-size: 24px;
  }

  .paragraph-large.last-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-1.home-hero.first-fold {
    width: 700px;
    min-width: 700px;
    font-size: 140px;
  }

  .display-1.home-hero.second-fold {
    width: auto;
    min-width: auto;
    font-size: 78px;
  }

  .display-1.home-hero.last-fold {
    width: 400px;
    min-width: auto;
    font-size: 78px;
  }

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

  .section.utility-page {
    padding-top: 224px;
    padding-bottom: 125px;
  }

  .section.home-hero {
    padding-top: 224px;
    padding-bottom: 207px;
  }

  .section.home-features {
    padding-bottom: 260px;
  }

  .section.home-perks {
    padding-bottom: 128px;
  }

  .section.cta-last {
    padding-bottom: 217px;
  }

  .section.home-steps {
    padding-top: 258px;
  }

  .section.home-steps.new {
    padding-bottom: 128px;
  }

  .section.testimonials {
    padding-bottom: 280px;
  }

  .section.testimonials.mobile {
    padding-top: 128px;
  }

  .section.home-blog {
    padding-bottom: 260px;
  }

  .section.about-hero {
    padding-top: 224px;
    padding-bottom: 180px;
  }

  .section.story {
    padding-bottom: 180px;
  }

  .section.values {
    padding-bottom: 291px;
  }

  .section.about-team {
    padding-bottom: 175px;
  }

  .section.about-offices {
    padding-bottom: 144px;
  }

  .section.partners.tech-stacks {
    padding-bottom: 128px;
  }

  .section.blog-hero {
    padding-top: 224px;
    padding-bottom: 145px;
  }

  .section.blog {
    padding-top: 145px;
  }

  .section.blog.new {
    padding-bottom: 128px;
  }

  .section.blog-post {
    padding-top: 224px;
    padding-bottom: 185px;
  }

  .section.features {
    padding-top: 224px;
  }

  .section.team-page {
    padding-top: 214px;
    padding-bottom: 136px;
  }

  .section.team {
    padding-top: 224px;
    padding-bottom: 136px;
  }

  .section.team-articles {
    padding-top: 140px;
  }

  .section.careers-hero {
    padding-top: 224px;
    padding-bottom: 195px;
  }

  .section.careers-hero.hidden {
    display: none;
  }

  .section.open-positions {
    padding-bottom: 126px;
  }

  .section.open-positions.new {
    padding-top: 224px;
  }

  .section.careers-testimonials {
    padding-bottom: 200px;
  }

  .section.careers-perks {
    padding-bottom: 184px;
  }

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

  .section.more-jobs {
    padding-top: 120px;
  }

  .section.integrations-hero {
    padding-top: 184px;
  }

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

  .section.more-integrations {
    padding-top: 120px;
  }

  .section.pricing {
    padding-top: 208px;
    padding-bottom: 134px;
  }

  .section.plan {
    padding-top: 224px;
  }

  .section.contact-hero {
    padding-top: 224px;
    padding-bottom: 180px;
  }

  .section.faqs {
    padding-top: 185px;
  }

  .section.integration-category, .section.blog-category {
    padding-top: 224px;
  }

  .utility-page-wrap {
    padding-top: 210px;
    padding-bottom: 185px;
  }

  .utility-page-wrap._401 {
    padding-top: 224px;
    padding-bottom: 137px;
  }

  .image.home-perks-content-top-image {
    width: 100%;
  }

  .home-hero-companies.first-fold {
    justify-content: center;
  }

  .bg-gradient-blur-wrapper.home-hero-1.hidden {
    display: none;
  }

  .bg-gradient-blur-wrapper.home-hero-1.fixed-background {
    display: block;
  }

  .bg-gradient-blur-wrapper.home-hero-2.hidden {
    display: none;
  }

  .bg-gradient-blur-wrapper.home-hero-2.fixed-background {
    display: block;
  }

  .bg-gradient-blur-wrapper.faqs.hidden, .contact-social-media-wrapper.hidden {
    display: none;
  }

  .last-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .last-section.utility-page {
    padding-top: 224px;
    padding-bottom: 125px;
  }

  .last-section.home-hero {
    padding-top: 224px;
    padding-bottom: 207px;
  }

  .last-section.home-features {
    padding-bottom: 260px;
  }

  .last-section.home-perks {
    padding-bottom: 255px;
  }

  .last-section.cta-last {
    padding-bottom: 217px;
  }

  .last-section.home-steps {
    padding-top: 258px;
  }

  .last-section.testimonials {
    padding-bottom: 280px;
  }

  .last-section.home-blog {
    padding-bottom: 260px;
  }

  .last-section.about-hero {
    padding-top: 224px;
    padding-bottom: 180px;
  }

  .last-section.story {
    padding-bottom: 180px;
  }

  .last-section.values {
    padding-bottom: 291px;
  }

  .last-section.about-team {
    padding-bottom: 175px;
  }

  .last-section.about-offices {
    padding-bottom: 144px;
  }

  .last-section.blog-hero {
    padding-top: 224px;
    padding-bottom: 145px;
  }

  .last-section.blog {
    padding-top: 145px;
  }

  .last-section.blog-post {
    padding-top: 224px;
    padding-bottom: 185px;
  }

  .last-section.features {
    padding-top: 224px;
  }

  .last-section.team-page {
    padding-top: 214px;
    padding-bottom: 136px;
  }

  .last-section.team {
    padding-top: 224px;
    padding-bottom: 136px;
  }

  .last-section.team-articles {
    padding-top: 140px;
  }

  .last-section.careers-hero {
    padding-top: 224px;
    padding-bottom: 195px;
  }

  .last-section.open-positions {
    padding-bottom: 126px;
  }

  .last-section.careers-testimonials {
    padding-bottom: 200px;
  }

  .last-section.careers-perks {
    padding-bottom: 184px;
  }

  .last-section.career {
    padding-top: 166px;
    padding-bottom: 120px;
  }

  .last-section.more-jobs {
    padding-top: 120px;
  }

  .last-section.integrations-hero {
    padding-top: 184px;
  }

  .last-section.integration {
    padding-top: 224px;
    padding-bottom: 120px;
  }

  .last-section.more-integrations {
    padding-top: 120px;
  }

  .last-section.pricing {
    padding-top: 208px;
    padding-bottom: 134px;
  }

  .last-section.plan {
    padding-top: 224px;
  }

  .last-section.contact-hero {
    padding-top: 224px;
    padding-bottom: 180px;
  }

  .last-section.faqs {
    padding-top: 185px;
  }

  .last-section.integration-category, .last-section.blog-category {
    padding-top: 224px;
  }

  .last-section-container {
    height: 100%;
  }

  .legal-page-first-fold {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .legal-page-first-fold.utility-page {
    padding-top: 224px;
    padding-bottom: 125px;
  }

  .legal-page-first-fold.home-hero {
    padding-top: 224px;
    padding-bottom: 207px;
  }

  .legal-page-first-fold.home-features {
    padding-bottom: 260px;
  }

  .legal-page-first-fold.home-perks {
    padding-bottom: 255px;
  }

  .legal-page-first-fold.cta-last {
    padding-bottom: 217px;
  }

  .legal-page-first-fold.home-steps {
    padding-top: 258px;
  }

  .legal-page-first-fold.testimonials {
    padding-bottom: 280px;
  }

  .legal-page-first-fold.home-blog {
    padding-bottom: 260px;
  }

  .legal-page-first-fold.about-hero {
    padding-top: 224px;
    padding-bottom: 180px;
  }

  .legal-page-first-fold.story {
    padding-bottom: 180px;
  }

  .legal-page-first-fold.values {
    padding-bottom: 291px;
  }

  .legal-page-first-fold.about-team {
    padding-bottom: 175px;
  }

  .legal-page-first-fold.about-offices {
    padding-bottom: 144px;
  }

  .legal-page-first-fold.blog-hero {
    padding-top: 224px;
    padding-bottom: 145px;
  }

  .legal-page-first-fold.blog {
    padding-top: 145px;
  }

  .legal-page-first-fold.blog-post {
    padding-top: 224px;
    padding-bottom: 185px;
  }

  .legal-page-first-fold.features {
    padding-top: 224px;
  }

  .legal-page-first-fold.team-page {
    padding-top: 214px;
    padding-bottom: 136px;
  }

  .legal-page-first-fold.team {
    padding-top: 224px;
    padding-bottom: 136px;
  }

  .legal-page-first-fold.team-articles {
    padding-top: 140px;
  }

  .legal-page-first-fold.careers-hero {
    padding-top: 224px;
    padding-bottom: 195px;
  }

  .legal-page-first-fold.open-positions {
    padding-bottom: 126px;
  }

  .legal-page-first-fold.careers-testimonials {
    padding-bottom: 200px;
  }

  .legal-page-first-fold.careers-perks {
    padding-bottom: 184px;
  }

  .legal-page-first-fold.career {
    padding-top: 166px;
    padding-bottom: 120px;
  }

  .legal-page-first-fold.more-jobs {
    padding-top: 120px;
  }

  .legal-page-first-fold.integrations-hero {
    padding-top: 184px;
  }

  .legal-page-first-fold.integration {
    padding-top: 224px;
    padding-bottom: 120px;
  }

  .legal-page-first-fold.more-integrations {
    padding-top: 120px;
  }

  .legal-page-first-fold.pricing {
    padding-top: 208px;
    padding-bottom: 134px;
  }

  .legal-page-first-fold.plan {
    padding-top: 224px;
  }

  .legal-page-first-fold.contact-hero {
    padding-top: 224px;
    padding-bottom: 180px;
  }

  .legal-page-first-fold.faqs {
    padding-top: 185px;
  }

  .legal-page-first-fold.integration-category, .legal-page-first-fold.blog-category {
    padding-top: 224px;
  }

  .legal-page-second-fold {
    margin-bottom: 128px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .legal-page-second-fold.utility-page {
    padding-top: 224px;
    padding-bottom: 125px;
  }

  .legal-page-second-fold.home-hero {
    padding-top: 224px;
    padding-bottom: 207px;
  }

  .legal-page-second-fold.home-features {
    padding-bottom: 260px;
  }

  .legal-page-second-fold.home-perks {
    padding-bottom: 255px;
  }

  .legal-page-second-fold.cta-last {
    padding-bottom: 217px;
  }

  .legal-page-second-fold.home-steps {
    padding-top: 258px;
  }

  .legal-page-second-fold.testimonials {
    padding-bottom: 280px;
  }

  .legal-page-second-fold.home-blog {
    padding-bottom: 260px;
  }

  .legal-page-second-fold.about-hero {
    padding-top: 224px;
    padding-bottom: 180px;
  }

  .legal-page-second-fold.story {
    padding-bottom: 180px;
  }

  .legal-page-second-fold.values {
    padding-bottom: 291px;
  }

  .legal-page-second-fold.about-team {
    padding-bottom: 175px;
  }

  .legal-page-second-fold.about-offices {
    padding-bottom: 144px;
  }

  .legal-page-second-fold.blog-hero {
    padding-top: 224px;
    padding-bottom: 145px;
  }

  .legal-page-second-fold.blog {
    padding-top: 145px;
  }

  .legal-page-second-fold.blog-post {
    padding-top: 224px;
    padding-bottom: 185px;
  }

  .legal-page-second-fold.features {
    padding-top: 224px;
  }

  .legal-page-second-fold.team-page {
    padding-top: 214px;
    padding-bottom: 136px;
  }

  .legal-page-second-fold.team {
    padding-top: 224px;
    padding-bottom: 136px;
  }

  .legal-page-second-fold.team-articles {
    padding-top: 140px;
  }

  .legal-page-second-fold.careers-hero {
    padding-top: 224px;
    padding-bottom: 195px;
  }

  .legal-page-second-fold.open-positions {
    padding-bottom: 126px;
  }

  .legal-page-second-fold.careers-testimonials {
    padding-bottom: 200px;
  }

  .legal-page-second-fold.careers-perks {
    padding-bottom: 184px;
  }

  .legal-page-second-fold.career {
    padding-top: 166px;
    padding-bottom: 120px;
  }

  .legal-page-second-fold.more-jobs {
    padding-top: 120px;
  }

  .legal-page-second-fold.integrations-hero {
    padding-top: 184px;
  }

  .legal-page-second-fold.integration {
    padding-top: 224px;
    padding-bottom: 120px;
  }

  .legal-page-second-fold.more-integrations {
    padding-top: 120px;
  }

  .legal-page-second-fold.pricing {
    padding-top: 208px;
    padding-bottom: 134px;
  }

  .legal-page-second-fold.plan {
    padding-top: 224px;
  }

  .legal-page-second-fold.contact-hero {
    padding-top: 224px;
    padding-bottom: 180px;
  }

  .legal-page-second-fold.faqs {
    padding-top: 185px;
  }

  .legal-page-second-fold.integration-category, .legal-page-second-fold.blog-category {
    padding-top: 224px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 61px 100px 66px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .container-default.home-hero.first-fold {
    max-width: 700px;
    margin-left: 24px;
    padding-left: 0;
    position: static;
  }

  .container-default.blog-post {
    margin-bottom: 69px;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .section-styleguide {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large.home-hero {
    margin-bottom: 40px;
  }

  .paragraph-large.home-hero.new {
    text-align: center;
  }

  .paragraph-large.home-hero.logo-paragraph {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .paragraph-large.home-hero.first-fold {
    text-align: left;
    max-width: 390px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .paragraph-large.about-hero.new, .paragraph-large.about-hero.second-fold {
    font-size: 16px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary.small-v2.mobile-button {
    display: block;
  }

  .button-primary.button-white._2-buttons.cta-button {
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-primary.project-button {
    width: auto;
    padding-left: 56px;
    padding-right: 56px;
  }

  .button-secondary.small.buy-now {
    flex: 1;
    max-width: 50%;
    margin-top: 0;
    margin-left: 16px;
  }

  .button-secondary._2-buttons.recent-work {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 10px;
  }

  .button-secondary.project-button {
    width: auto;
    padding-left: 56px;
    padding-right: 56px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header.new {
    z-index: 20;
    background-color: var(--neutral-800);
    transform: translate(0);
  }

  .header.first-fold {
    z-index: 20;
    display: none;
  }

  .header.first-fold.fixed-nav {
    display: block;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-item-wrapper.mobile-button {
    margin-top: 100px;
    display: block;
  }

  .nav-item-wrapper.mobile {
    display: none;
  }

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

  .nav-link.sign-in {
    font-size: 18px;
  }

  .nav-link.sign-in.mobile {
    font-size: 25px;
  }

  .menu-button {
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 1000000px;
    justify-content: center;
    align-items: center;
    width: 53px;
    min-width: 53px;
    min-height: 53px;
    max-height: 53px;
    padding: 0;
    font-size: 30px;
    transition: background-color .35s;
    display: flex;
    overflow: hidden;
  }

  .menu-button:hover {
    background-color: var(--secondary-5);
  }

  .menu-button.w--open {
    background-color: var(--neutral-700);
  }

  .nav-menu {
    background-color: var(--secondary-5);
    width: 100vw;
    max-width: 100%;
    padding: 120px 24px 36px;
  }

  .display-1 {
    font-size: 65px;
  }

  .display-1.home-hero {
    max-width: 803px;
    margin-left: auto;
    margin-right: auto;
  }

  .display-1.home-hero.new {
    text-align: center;
  }

  .display-1.home-hero.first-fold {
    text-align: left;
    min-width: auto;
    max-width: 400px;
    margin-left: 0;
  }

  .display-1.home-hero.second-fold {
    text-align: left;
    max-width: 400px;
    margin-left: 0;
    font-size: 70px;
  }

  .display-1.home-hero.last-fold {
    text-align: left;
    font-size: 65px;
  }

  .footer {
    padding-top: 92px;
  }

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

  .section.utility-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .section.home-hero {
    padding-top: 160px;
    padding-bottom: 133px;
  }

  .section.home-hero.first-fold {
    background-image: url('../images/NetAesthetics-Landing-Photo-A_1.png');
    background-position: 650% 30%;
    background-repeat: no-repeat;
    background-size: auto 75vw;
    background-attachment: fixed;
    height: auto;
    margin-top: 0;
    padding-top: 187px;
    padding-bottom: 187px;
  }

  .section.home-features {
    padding-bottom: 166px;
  }

  .section.home-perks {
    padding-bottom: 163px;
  }

  .section.cta-last {
    padding-bottom: 140px;
  }

  .section.home-steps {
    padding-top: 165px;
    overflow: hidden;
  }

  .section.testimonials {
    padding-bottom: 180px;
  }

  .section.testimonials.mobile, .section.testimonials.desktop {
    display: none;
  }

  .section.home-blog {
    padding-bottom: 166px;
  }

  .section.about-hero {
    padding-top: 160px;
    padding-bottom: 115px;
  }

  .section.about-hero.second-fold {
    padding-top: 187px;
  }

  .section.story {
    padding-bottom: 115px;
  }

  .section.values {
    padding-bottom: 186px;
  }

  .section.about-team {
    padding-bottom: 112px;
  }

  .section.about-offices {
    padding-bottom: 92px;
  }

  .section.blog-hero {
    padding-top: 150px;
    padding-bottom: 93px;
  }

  .section.blog {
    padding-top: 93px;
  }

  .section.blog-post {
    padding-top: 150px;
    padding-bottom: 118px;
  }

  .section.features {
    padding-top: 150px;
  }

  .section.team-page, .section.team {
    padding-top: 150px;
    padding-bottom: 87px;
  }

  .section.team-articles {
    padding-top: 90px;
  }

  .section.careers-hero {
    padding-top: 150px;
    padding-bottom: 125px;
  }

  .section.open-positions {
    padding-bottom: 81px;
  }

  .section.careers-testimonials {
    padding-bottom: 128px;
  }

  .section.careers-perks {
    padding-bottom: 118px;
  }

  .section.career {
    padding-top: 130px;
    padding-bottom: 77px;
  }

  .section.more-jobs {
    padding-top: 77px;
  }

  .section.integrations-hero {
    padding-top: 140px;
  }

  .section.integrations.new {
    padding-bottom: 160px;
  }

  .section.integration {
    padding-top: 150px;
    padding-bottom: 77px;
  }

  .section.more-integrations {
    padding-top: 77px;
  }

  .section.pricing {
    padding-top: 133px;
    padding-bottom: 86px;
  }

  .section.plan {
    padding-top: 150px;
  }

  .section.contact-hero {
    padding-top: 150px;
    padding-bottom: 115px;
  }

  .section.faqs {
    padding-top: 118px;
  }

  .section.integration-category, .section.blog-category {
    padding-top: 150px;
  }

  .utility-page-wrap {
    padding-top: 134px;
    padding-bottom: 118px;
  }

  .utility-page-wrap._401 {
    padding-top: 150px;
    padding-bottom: 88px;
  }

  .utility-page-content-password {
    padding: 57px 53px;
  }

  .input.password {
    margin-bottom: 20px;
  }

  ._404-number {
    font-size: 131px;
  }

  .paragraph.footer-newsletter {
    max-width: 432px;
  }

  .paragraph.blog-hero, .paragraph.card-post-featured-item {
    margin-bottom: 40px;
  }

  .paragraph.card-integration-item.cta-button {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.cta {
    text-align: center;
    flex-direction: column;
    padding: 73px 65px;
  }

  .card.testimonial {
    max-width: 75%;
    padding: 63px 42px;
  }

  .card.about-hero-achievement {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.value {
    flex-wrap: wrap;
  }

  .card.about-office {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.post-featured-item-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 37px 43px 52px;
  }

  .card.author {
    margin-top: 48px;
    padding: 53px 49px;
  }

  .card.feature-featured {
    flex-direction: column-reverse;
  }

  .card.feature-featured.v2 {
    flex-direction: column;
  }

  .card.feature {
    padding: 48px 66px;
    display: flex;
  }

  .card.team-page-careers {
    margin-top: 80px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .card.careers-perk {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.career, .card.apply-job {
    padding-left: 100px;
    padding-right: 100px;
  }

  .card.integration {
    align-items: center;
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
    display: flex;
  }

  .card.plan-item {
    max-width: none;
    padding-top: 63px;
  }

  .card.get-plan {
    display: none;
  }

  .card.get-plan.mobile {
    min-height: 473px;
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 58px;
    display: block;
  }

  .card.contact-category {
    padding: 50px 20px;
  }

  .card.contact-form {
    min-height: 604px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.home-perks {
    max-width: 490px;
  }

  .title.h4-size.plan-content-top-features {
    margin-bottom: 20px;
  }

  .title.card-cta {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title.card-cta.new {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .title.card-testimonial {
    margin-bottom: 10px;
  }

  .title.footer-menu {
    max-width: 432px;
  }

  .title.values {
    margin-bottom: 25px;
  }

  .title.about-offices, .title.blog-hero {
    margin-bottom: 10px;
  }

  .title.card-post-featured-item {
    margin-bottom: 15px;
  }

  .title.blog-post {
    max-width: 576px;
    margin-bottom: 10px;
  }

  .title.card-feature-featured, .title.features, .title.team-page {
    margin-bottom: 10px;
  }

  .title.careers-testimonials {
    margin-bottom: 20px;
  }

  .title.card-careers-perk, .title.careers-hero, .title.card-career-item {
    margin-bottom: 10px;
  }

  .title.h2-size.card-career {
    margin-bottom: 15px;
  }

  .title.h2-size.card-integration {
    margin-bottom: 10px;
  }

  .title.integrations {
    margin-right: 0;
  }

  .title.integrations-hero {
    margin-bottom: 10px;
  }

  .title.pricing {
    margin-bottom: 15px;
  }

  .title.feature-comparison-name {
    max-width: 26%;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.contact-hero, .title.contact {
    margin-bottom: 10px;
  }

  .title.h5-size.contact-social-media {
    margin-bottom: 20px;
  }

  .title.faqs {
    margin-bottom: 10px;
  }

  .title.not-found {
    margin-bottom: 20px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.header-right, .split-content.header-left {
    z-index: 2;
    position: relative;
  }

  .split-content.home-steps-left {
    text-align: center;
    max-width: 566px;
    margin-bottom: 40px;
    margin-right: 0;
    position: static;
  }

  .split-content.home-steps-right {
    min-width: auto;
  }

  .split-content.story-left {
    max-width: 720px;
    margin: 0 auto 100px;
  }

  .split-content.story-right {
    flex-direction: column-reverse;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .split-content.about-offices-content {
    z-index: 1;
    margin-right: 0;
    position: relative;
  }

  .split-content.header-center {
    margin-left: auto;
    margin-right: 27px;
  }

  .split-content.career-content {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.career-sidebar {
    max-width: 100%;
  }

  .split-content.more-integrations-left {
    margin-bottom: 35px;
  }

  .split-content.plan-content {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.plan-sidebar {
    min-width: auto;
    max-width: 100%;
  }

  .split-content.contact-content {
    margin-top: 0;
    margin-bottom: 80px;
    margin-right: 0;
  }

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

  .image-wrapper.card-testimonial {
    min-width: auto;
    max-width: 286px;
    margin-bottom: 40px;
  }

  .image-wrapper.home-perks-content-bottom-image {
    margin-right: 0;
  }

  .image-wrapper.story-right {
    margin-bottom: 0;
  }

  .image-wrapper.about-offices {
    margin-left: -60px;
  }

  .image-wrapper.post-featured-item-image {
    border-radius: 22px 22px 0 0;
    max-width: 100%;
    position: static;
  }

  .image-wrapper.blog-post-author.icon-wrapper {
    flex-direction: row;
  }

  .image-wrapper.card-feature-featured {
    max-width: 100%;
  }

  .image-wrapper.careers-hero-1, .image-wrapper.careers-hero-2 {
    border-radius: 30px;
  }

  .image.home-hero-1, .image.home-hero-2, .image.home-hero-3 {
    border-radius: 20px;
  }

  .image.home-hero-company {
    margin-bottom: 25px;
  }

  .image.home-hero-company.google.new {
    width: 95px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image.home-hero-company.microsoft {
    width: 130px;
    margin-bottom: 0;
  }

  .image.home-hero-company.appel {
    width: 120px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image.home-hero-company.aws {
    width: 100px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image.home-hero-company.adobe, .image.home-hero-company.forbes {
    width: 120px;
    margin-bottom: 0;
  }

  .image.home-perk {
    background-color: var(--secondary-5);
  }

  .image.card-post-item.portfolio {
    background-image: linear-gradient(to bottom, var(--neutral-200), var(--neutral-200));
  }

  .image.card-value-icon {
    margin-bottom: 25px;
  }

  .image.post-featured-item-image.portfolio, .image.blog-post.portfolio {
    height: 500px;
  }

  .image.card-feature-icon {
    margin-right: 40px;
  }

  .image.card-careers-perk-icon {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image.integrations-hero {
    margin-top: -50px;
    margin-bottom: -73px;
  }

  .button-primary-gradient._2-buttons.first-fold {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .button-primary-gradient._2-buttons.recent-work {
    margin: 0 auto 0 10px;
  }

  .button-primary-gradient.header-button {
    margin-right: 27px;
  }

  .button-primary-gradient.header-button.mobile-button {
    margin-right: 0;
    display: block;
  }

  .button-primary-gradient.add-cart {
    flex: 1;
    max-width: 50%;
  }

  .container-medium-940px.home-hero {
    margin-bottom: 65px;
  }

  .container-medium-940px.home-hero.new {
    width: 100%;
    margin-bottom: 0;
  }

  ._2-buttons-wrapper.new {
    display: none;
  }

  ._2-buttons-wrapper.mobile {
    text-align: left;
    width: 100%;
    margin: 20px 0 20px 24px;
    display: block;
  }

  ._2-buttons-wrapper.recent-work {
    margin-bottom: 0;
  }

  ._2-buttons-wrapper.cta-button {
    margin-bottom: 0;
    margin-right: 0;
  }

  ._2-buttons-wrapper.last-fold {
    display: none;
  }

  .home-hero-images-wrapper {
    margin-bottom: 82px;
  }

  .flex-vc.careers-perks {
    margin-top: 50px;
  }

  .home-steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .container-medium-603px.testimonials.new {
    display: none;
  }

  .content-top.team-articles {
    flex-wrap: wrap;
  }

  .content-top.more-jobs {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-top.integrations, .content-top.more-integrations, .content-top.integration-category, .content-top.blog-category {
    flex-direction: column;
  }

  .home-hero-companies {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 576px;
    margin-bottom: -25px;
  }

  .home-hero-companies.new {
    justify-content: space-between;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-companies.first-fold {
    grid-column-gap: 25px;
    grid-auto-flow: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-companies-wrapper {
    justify-content: center;
    display: flex;
  }

  .home-hero-companies-wrapper.new {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-hero-companies-wrapper.first-fold {
    flex-direction: column;
    width: 500px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .home-perks-content-top-wrapper {
    flex-direction: column;
    margin-bottom: 144px;
  }

  .home-perks-content-top-wrapper.services {
    margin-bottom: 180px;
  }

  .home-perks-content-bottom-wrapper {
    flex-direction: column-reverse;
  }

  .home-perks-content-top-content {
    min-width: auto;
    max-width: 612px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .home-perks-content-bottom-content {
    min-width: auto;
    max-width: 612px;
    margin-bottom: 60px;
  }

  .card-home-step-content {
    padding: 40px;
  }

  .card-testimonial-content {
    margin-right: 0;
  }

  .card-testimonial-content-bottom {
    text-align: left;
  }

  .card-testimonial-content-bottom.careers-testimonials {
    text-align: center;
    justify-content: center;
  }

  .card-testimonial-about.careers-testimonials {
    margin-right: 0;
  }

  .card-testimonial-wrapper {
    text-align: center;
    flex-direction: column-reverse;
  }

  .blog-grid {
    grid-column-gap: 20px;
  }

  .blog-grid.six-rows {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .card-post-item-content {
    padding-bottom: 52px;
  }

  .link-underline-main-wrapper.card-contact-category {
    font-size: 16px;
  }

  .home-hero-featured-message-wrapper {
    margin-bottom: 31px;
  }

  .footer-content {
    flex-direction: column;
    margin-bottom: 92px;
  }

  .footer-menu-main-content {
    margin-bottom: 80px;
    margin-right: 0;
  }

  .footer-newsletter-content {
    max-width: 720px;
  }

  .bg-gradient-blur-wrapper.big.blog-hero, .bg-gradient-blur-wrapper.big.blog-post {
    right: -62px;
  }

  .bg-gradient-blur-wrapper.blog {
    left: -86px;
  }

  .bg-gradient-blur-wrapper.blog-post-articles {
    left: -197px;
  }

  .bg-gradient-blur-wrapper.features-1 {
    left: -127px;
  }

  .bg-gradient-blur-wrapper.features-2 {
    bottom: 990px;
  }

  .bg-gradient-blur-wrapper.team-page-1 {
    left: -269px;
  }

  .bg-gradient-blur-wrapper.team-page-2 {
    min-height: 40%;
    bottom: -291px;
    right: -44px;
  }

  .bg-gradient-blur-wrapper.careers-hero-1, .bg-gradient-blur-wrapper.careers-hero-2, .bg-gradient-blur-wrapper.careers-1 {
    left: -127px;
  }

  .bg-gradient-blur-wrapper.careers-2 {
    right: -138px;
  }

  .bg-gradient-blur-wrapper.integrations-hero {
    right: -206px;
  }

  .bg-gradient-blur-wrapper.integrations {
    min-height: 50%;
    bottom: -87.444px;
    left: -181.007px;
  }

  .bg-gradient-blur-wrapper.integration {
    left: -385px;
  }

  .bg-gradient-blur-wrapper.pricing {
    top: -2px;
    left: -287px;
  }

  .bg-gradient-blur-wrapper.plan-features {
    top: 27px;
    right: -183px;
  }

  .bg-gradient-blur-wrapper.plan-1 {
    top: -61px;
  }

  .bg-gradient-blur-wrapper.plan-2 {
    min-height: 30%;
  }

  .about-hero-content {
    margin-bottom: 60px;
  }

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

  .story-wrapper {
    flex-direction: column;
  }

  .story-left-content {
    margin-bottom: 60px;
  }

  .story-right-content {
    max-width: none;
    margin-bottom: 60px;
  }

  .about-offices-grid {
    grid-row-gap: 40px;
  }

  .team-grid {
    grid-row-gap: 60px;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .team-item-wrapper {
    max-width: 281px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 0;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .dropdown-arrow {
    font-size: 11px;
  }

  .dropdown-nav-pages-wrapper, .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    min-height: 15px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
  }

  .cart {
    z-index: 3;
  }

  .container-medium-713px.blog-hero {
    margin-bottom: 63px;
  }

  .categories-wrapper.integrations {
    justify-content: center;
  }

  .post-featured-item {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-featured-item-wrapper {
    flex-direction: column-reverse;
  }

  .blog-collection-list-wrapper {
    z-index: 1;
    position: relative;
  }

  .container-medium-772px.blog-post-content-top {
    margin-bottom: 82px;
  }

  .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
    margin-bottom: 20px;
  }

  .rich-text h6 {
    margin-bottom: 10px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-bottom: 112px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-feature-featured-content {
    max-width: 100%;
    padding: 40px 66px 56px;
  }

  .card-feature-content {
    max-width: 412px;
  }

  .team-content-top {
    margin-bottom: 81px;
  }

  .card-team-content {
    padding-left: 51px;
    padding-right: 51px;
  }

  .careers-hero-images-wrapper {
    padding-bottom: 68px;
  }

  .open-positions-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-wrapper {
    flex-direction: column;
  }

  .integrations-hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .integrations-hero-content {
    text-align: center;
    margin-bottom: 60px;
    margin-right: 0;
  }

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

  .integrations-grid.new {
    grid-row-gap: 100px;
    grid-template-rows: 1fr 1fr;
  }

  .integration-item.new.middle {
    transform: translate(0);
  }

  .integration-item.new.middle:hover {
    transform: translate(0, 5%);
  }

  .integration-item.new.mobile-content {
    display: block;
  }

  .integration-item.new.right-align {
    transform: translate(0, 60%);
  }

  .integration-item.new.right-align:hover {
    transform: translate(0, 55%);
  }

  .integrations-collection-list-wrapper.new {
    margin-top: 0;
  }

  .integrations-hero-images-main-wrapper {
    width: 576px;
  }

  .integration-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .card-integration-content {
    max-width: 504.01px;
  }

  .card-integration-icon {
    width: 257px;
    min-width: 257px;
    min-height: 257px;
    max-height: 257px;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .integration-tabs {
    max-width: 100%;
  }

  .more-integrations-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-small-590px.pricing, .container-small-590px.plan-category {
    margin-bottom: 60px;
  }

  .pricing-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: -50px;
    margin-right: 0;
  }

  .pricing-plan-item {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .card-plan-item-content-top {
    max-width: 311px;
    margin-right: 50px;
  }

  .space.card-plan-item-popular {
    display: none;
  }

  .card-plan-item-content {
    display: flex;
  }

  .card-plan-item-popular-gradient-blur {
    bottom: 0%;
  }

  .feature-comparison-text {
    max-width: 25%;
  }

  .feature-comparison-grid {
    max-width: 70%;
    margin-right: 0;
  }

  .feature-comparison-wrapper {
    margin-bottom: 60px;
  }

  .feature-comparison-plan-name {
    font-size: 16px;
    line-height: 1.6em;
  }

  .feature-comparison-plan-price {
    font-size: 42px;
  }

  .plan-wrapper {
    flex-direction: column;
  }

  .plan-content-top-title-wrapper {
    max-width: 518px;
  }

  .card-get-plan-content-top {
    max-width: 380px;
  }

  .add-cart-buttons-wrapper {
    flex-direction: row;
  }

  .contact-categories-grid {
    grid-column-gap: 20px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .card-contact-category-content {
    width: 100%;
    max-width: 379px;
  }

  .contact-links-grid {
    margin-bottom: 40px;
  }

  .figure-rich-text h2, .figure-rich-text h3, .figure-rich-text h4, .figure-rich-text h5 {
    margin-bottom: 20px;
  }

  .figure-rich-text h6 {
    margin-bottom: 10px;
  }

  .category-title-wrapper.integration-category, .category-title-wrapper.blog-category {
    margin-right: 0;
  }

  .landing-page-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
  }

  .image-holder {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    transform: translate(0);
  }

  .landing-page-image {
    object-fit: contain;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

  .core-image.one {
    width: 150px;
    transform: translate(-50%, -120px);
  }

  .core-image.two {
    width: 200px;
    transform: translate(-50%, -100px);
  }

  .core-image.three {
    width: 150px;
    transform: translate(-50%, -120px);
  }

  .logo-link {
    margin: auto;
  }

  .core-image-mobile.one {
    width: 150px;
    transform: translate(-50%, -120px);
  }

  .core-image-mobile.two {
    width: 200px;
    transform: translate(-50%, -100px);
  }

  .core-image-mobile.three {
    width: 150px;
    transform: translate(-50%, -120px);
  }

  .scroll-track {
    display: block;
  }

  .last-section {
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
  }

  .last-section.utility-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .last-section.home-hero {
    padding-top: 160px;
    padding-bottom: 133px;
  }

  .last-section.home-hero.first-fold {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    margin-top: 187px;
  }

  .last-section.home-features {
    padding-bottom: 166px;
  }

  .last-section.home-perks {
    padding-bottom: 163px;
  }

  .last-section.cta-last {
    padding-bottom: 140px;
  }

  .last-section.home-steps {
    padding-top: 165px;
    overflow: hidden;
  }

  .last-section.testimonials {
    padding-bottom: 180px;
  }

  .last-section.home-blog {
    padding-bottom: 166px;
  }

  .last-section.about-hero {
    padding-top: 160px;
    padding-bottom: 115px;
  }

  .last-section.about-hero.second-fold {
    padding-top: 187px;
  }

  .last-section.story {
    padding-bottom: 115px;
  }

  .last-section.values {
    padding-bottom: 186px;
  }

  .last-section.about-team {
    padding-bottom: 112px;
  }

  .last-section.about-offices {
    padding-bottom: 92px;
  }

  .last-section.blog-hero {
    padding-top: 150px;
    padding-bottom: 93px;
  }

  .last-section.blog {
    padding-top: 93px;
  }

  .last-section.blog-post {
    padding-top: 150px;
    padding-bottom: 118px;
  }

  .last-section.features {
    padding-top: 150px;
  }

  .last-section.team-page, .last-section.team {
    padding-top: 150px;
    padding-bottom: 87px;
  }

  .last-section.team-articles {
    padding-top: 90px;
  }

  .last-section.careers-hero {
    padding-top: 150px;
    padding-bottom: 125px;
  }

  .last-section.open-positions {
    padding-bottom: 81px;
  }

  .last-section.careers-testimonials {
    padding-bottom: 128px;
  }

  .last-section.careers-perks {
    padding-bottom: 118px;
  }

  .last-section.career {
    padding-top: 130px;
    padding-bottom: 77px;
  }

  .last-section.more-jobs {
    padding-top: 77px;
  }

  .last-section.integrations-hero {
    padding-top: 140px;
  }

  .last-section.integrations.new {
    padding-bottom: 160px;
  }

  .last-section.integration {
    padding-top: 150px;
    padding-bottom: 77px;
  }

  .last-section.more-integrations {
    padding-top: 77px;
  }

  .last-section.pricing {
    padding-top: 133px;
    padding-bottom: 86px;
  }

  .last-section.plan {
    padding-top: 150px;
  }

  .last-section.contact-hero {
    padding-top: 150px;
    padding-bottom: 115px;
  }

  .last-section.faqs {
    padding-top: 118px;
  }

  .last-section.integration-category, .last-section.blog-category {
    padding-top: 150px;
  }

  .tech-stacks-logo {
    height: 35px;
  }

  .tech-stacks-logo.home-hero-1, .tech-stacks-logo.home-hero-2, .tech-stacks-logo.home-hero-3 {
    border-radius: 20px;
  }

  .tech-stacks-logo.home-hero-company {
    margin-bottom: 25px;
  }

  .tech-stacks-logo.home-hero-company.google.new {
    width: 95px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tech-stacks-logo.home-hero-company.microsoft {
    width: 130px;
    margin-bottom: 0;
  }

  .tech-stacks-logo.home-hero-company.appel {
    width: 120px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tech-stacks-logo.home-hero-company.aws {
    width: 100px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tech-stacks-logo.home-hero-company.adobe {
    width: 120px;
    margin-bottom: 0;
  }

  .tech-stacks-logo.card-value-icon {
    margin-bottom: 25px;
  }

  .tech-stacks-logo.card-feature-icon {
    margin-right: 40px;
  }

  .tech-stacks-logo.card-careers-perk-icon {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .tech-stacks-logo.integrations-hero {
    margin-top: -50px;
    margin-bottom: -73px;
  }

  .legal-info-container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .legal-info-holder {
    width: 100%;
  }

  .legal-info-holder.cta {
    text-align: center;
    flex-direction: column;
    padding: 73px 65px;
  }

  .legal-info-holder.testimonial {
    max-width: 75%;
    padding: 63px 42px;
  }

  .legal-info-holder.about-hero-achievement {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .legal-info-holder.value {
    flex-wrap: wrap;
  }

  .legal-info-holder.about-office {
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-info-holder.post-featured-item-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 37px 43px 52px;
  }

  .legal-info-holder.author {
    margin-top: 48px;
    padding: 53px 49px;
  }

  .legal-info-holder.feature-featured {
    flex-direction: column-reverse;
  }

  .legal-info-holder.feature-featured.v2 {
    flex-direction: column;
  }

  .legal-info-holder.feature {
    padding: 48px 66px;
    display: flex;
  }

  .legal-info-holder.team-page-careers {
    margin-top: 80px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .legal-info-holder.careers-perk {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-info-holder.career, .legal-info-holder.apply-job {
    padding-left: 100px;
    padding-right: 100px;
  }

  .legal-info-holder.integration {
    align-items: center;
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
    display: flex;
  }

  .legal-info-holder.plan-item {
    max-width: none;
    padding-top: 63px;
  }

  .legal-info-holder.get-plan {
    display: none;
  }

  .legal-info-holder.get-plan.mobile {
    min-height: 473px;
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 58px;
    display: block;
  }

  .legal-info-holder.contact-category {
    padding: 50px 20px;
  }

  .legal-info-holder.contact-form {
    min-height: 604px;
  }

  .legal-information-heading.home-perks {
    max-width: 490px;
  }

  .legal-information-heading.h4-size.plan-content-top-features {
    margin-bottom: 20px;
  }

  .legal-information-heading.card-cta {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .legal-information-heading.card-testimonial {
    margin-bottom: 10px;
  }

  .legal-information-heading.footer-menu {
    max-width: 432px;
  }

  .legal-information-heading.values {
    margin-bottom: 25px;
  }

  .legal-information-heading.about-offices, .legal-information-heading.blog-hero {
    margin-bottom: 10px;
  }

  .legal-information-heading.card-post-featured-item {
    margin-bottom: 15px;
  }

  .legal-information-heading.blog-post {
    max-width: 576px;
    margin-bottom: 10px;
  }

  .legal-information-heading.card-feature-featured, .legal-information-heading.features, .legal-information-heading.team-page {
    margin-bottom: 10px;
  }

  .legal-information-heading.careers-testimonials {
    margin-bottom: 20px;
  }

  .legal-information-heading.card-careers-perk, .legal-information-heading.careers-hero, .legal-information-heading.card-career-item {
    margin-bottom: 10px;
  }

  .legal-information-heading.h2-size.card-career {
    margin-bottom: 15px;
  }

  .legal-information-heading.h2-size.card-integration {
    margin-bottom: 10px;
  }

  .legal-information-heading.integrations {
    margin-right: 0;
  }

  .legal-information-heading.integrations-hero {
    margin-bottom: 10px;
  }

  .legal-information-heading.pricing {
    margin-bottom: 15px;
  }

  .legal-information-heading.feature-comparison-name {
    max-width: 26%;
  }

  .legal-information-heading.h1-size {
    font-size: 50px;
  }

  .legal-information-heading.contact-hero, .legal-information-heading.contact {
    margin-bottom: 10px;
  }

  .legal-information-heading.h5-size.contact-social-media {
    margin-bottom: 20px;
  }

  .legal-information-heading.faqs {
    margin-bottom: 10px;
  }

  .legal-information-heading.not-found {
    margin-bottom: 20px;
  }

  .legal-page-first-fold {
    padding-top: 100px;
  }

  .legal-page-first-fold.utility-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .legal-page-first-fold.home-hero {
    padding-top: 160px;
    padding-bottom: 133px;
  }

  .legal-page-first-fold.home-hero.first-fold {
    background-image: url('../images/NetAesthetics-Landing-Photo-A_1.png');
    background-position: 650% 30%;
    background-repeat: no-repeat;
    background-size: auto 75vw;
    background-attachment: fixed;
    height: auto;
    margin-top: 0;
    padding-top: 187px;
    padding-bottom: 187px;
  }

  .legal-page-first-fold.home-features {
    padding-bottom: 166px;
  }

  .legal-page-first-fold.home-perks {
    padding-bottom: 163px;
  }

  .legal-page-first-fold.cta-last {
    padding-bottom: 140px;
  }

  .legal-page-first-fold.home-steps {
    padding-top: 165px;
    overflow: hidden;
  }

  .legal-page-first-fold.testimonials {
    padding-bottom: 180px;
  }

  .legal-page-first-fold.testimonials.mobile {
    display: block;
  }

  .legal-page-first-fold.testimonials.desktop {
    display: none;
  }

  .legal-page-first-fold.home-blog {
    padding-bottom: 166px;
  }

  .legal-page-first-fold.about-hero {
    padding-top: 160px;
    padding-bottom: 115px;
  }

  .legal-page-first-fold.about-hero.second-fold {
    padding-top: 187px;
  }

  .legal-page-first-fold.story {
    padding-bottom: 115px;
  }

  .legal-page-first-fold.values {
    padding-bottom: 186px;
  }

  .legal-page-first-fold.about-team {
    padding-bottom: 112px;
  }

  .legal-page-first-fold.about-offices {
    padding-bottom: 92px;
  }

  .legal-page-first-fold.blog-hero {
    padding-top: 150px;
    padding-bottom: 93px;
  }

  .legal-page-first-fold.blog {
    padding-top: 93px;
  }

  .legal-page-first-fold.blog-post {
    padding-top: 150px;
    padding-bottom: 118px;
  }

  .legal-page-first-fold.features {
    padding-top: 150px;
  }

  .legal-page-first-fold.team-page, .legal-page-first-fold.team {
    padding-top: 150px;
    padding-bottom: 87px;
  }

  .legal-page-first-fold.team-articles {
    padding-top: 90px;
  }

  .legal-page-first-fold.careers-hero {
    padding-top: 150px;
    padding-bottom: 125px;
  }

  .legal-page-first-fold.open-positions {
    padding-bottom: 81px;
  }

  .legal-page-first-fold.careers-testimonials {
    padding-bottom: 128px;
  }

  .legal-page-first-fold.careers-perks {
    padding-bottom: 118px;
  }

  .legal-page-first-fold.career {
    padding-top: 130px;
    padding-bottom: 77px;
  }

  .legal-page-first-fold.more-jobs {
    padding-top: 77px;
  }

  .legal-page-first-fold.integrations-hero {
    padding-top: 140px;
  }

  .legal-page-first-fold.integrations.new {
    padding-bottom: 160px;
  }

  .legal-page-first-fold.integration {
    padding-top: 150px;
    padding-bottom: 77px;
  }

  .legal-page-first-fold.more-integrations {
    padding-top: 77px;
  }

  .legal-page-first-fold.pricing {
    padding-top: 133px;
    padding-bottom: 86px;
  }

  .legal-page-first-fold.plan {
    padding-top: 150px;
  }

  .legal-page-first-fold.contact-hero {
    padding-top: 150px;
    padding-bottom: 115px;
  }

  .legal-page-first-fold.faqs {
    padding-top: 118px;
  }

  .legal-page-first-fold.integration-category, .legal-page-first-fold.blog-category {
    padding-top: 150px;
  }

  .legal-page-second-fold {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .legal-page-second-fold.utility-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .legal-page-second-fold.home-hero {
    padding-top: 160px;
    padding-bottom: 133px;
  }

  .legal-page-second-fold.home-hero.first-fold {
    background-image: url('../images/NetAesthetics-Landing-Photo-A_1.png');
    background-position: 650% 30%;
    background-repeat: no-repeat;
    background-size: auto 75vw;
    background-attachment: fixed;
    height: auto;
    margin-top: 0;
    padding-top: 187px;
    padding-bottom: 187px;
  }

  .legal-page-second-fold.home-features {
    padding-bottom: 166px;
  }

  .legal-page-second-fold.home-perks {
    padding-bottom: 163px;
  }

  .legal-page-second-fold.cta-last {
    padding-bottom: 140px;
  }

  .legal-page-second-fold.home-steps {
    padding-top: 165px;
    overflow: hidden;
  }

  .legal-page-second-fold.testimonials {
    padding-bottom: 180px;
  }

  .legal-page-second-fold.testimonials.mobile {
    display: block;
  }

  .legal-page-second-fold.testimonials.desktop {
    display: none;
  }

  .legal-page-second-fold.home-blog {
    padding-bottom: 166px;
  }

  .legal-page-second-fold.about-hero {
    padding-top: 160px;
    padding-bottom: 115px;
  }

  .legal-page-second-fold.about-hero.second-fold {
    padding-top: 187px;
  }

  .legal-page-second-fold.story {
    padding-bottom: 115px;
  }

  .legal-page-second-fold.values {
    padding-bottom: 186px;
  }

  .legal-page-second-fold.about-team {
    padding-bottom: 112px;
  }

  .legal-page-second-fold.about-offices {
    padding-bottom: 92px;
  }

  .legal-page-second-fold.blog-hero {
    padding-top: 150px;
    padding-bottom: 93px;
  }

  .legal-page-second-fold.blog {
    padding-top: 93px;
  }

  .legal-page-second-fold.blog-post {
    padding-top: 150px;
    padding-bottom: 118px;
  }

  .legal-page-second-fold.features {
    padding-top: 150px;
  }

  .legal-page-second-fold.team-page, .legal-page-second-fold.team {
    padding-top: 150px;
    padding-bottom: 87px;
  }

  .legal-page-second-fold.team-articles {
    padding-top: 90px;
  }

  .legal-page-second-fold.careers-hero {
    padding-top: 150px;
    padding-bottom: 125px;
  }

  .legal-page-second-fold.open-positions {
    padding-bottom: 81px;
  }

  .legal-page-second-fold.careers-testimonials {
    padding-bottom: 128px;
  }

  .legal-page-second-fold.careers-perks {
    padding-bottom: 118px;
  }

  .legal-page-second-fold.career {
    padding-top: 130px;
    padding-bottom: 77px;
  }

  .legal-page-second-fold.more-jobs {
    padding-top: 77px;
  }

  .legal-page-second-fold.integrations-hero {
    padding-top: 140px;
  }

  .legal-page-second-fold.integrations.new {
    padding-bottom: 160px;
  }

  .legal-page-second-fold.integration {
    padding-top: 150px;
    padding-bottom: 77px;
  }

  .legal-page-second-fold.more-integrations {
    padding-top: 77px;
  }

  .legal-page-second-fold.pricing {
    padding-top: 133px;
    padding-bottom: 86px;
  }

  .legal-page-second-fold.plan {
    padding-top: 150px;
  }

  .legal-page-second-fold.contact-hero {
    padding-top: 150px;
    padding-bottom: 115px;
  }

  .legal-page-second-fold.faqs {
    padding-top: 118px;
  }

  .legal-page-second-fold.integration-category, .legal-page-second-fold.blog-category {
    padding-top: 150px;
  }

  .legal-page-heading {
    margin-bottom: 16px;
  }

  .list-paragraph.footer-newsletter {
    max-width: 432px;
  }

  .list-paragraph.blog-hero, .list-paragraph.card-post-featured-item {
    margin-bottom: 40px;
  }

  .legal-page-heading-two {
    margin-bottom: 16px;
  }

  .legal-page-warning.cta {
    text-align: center;
    flex-direction: column;
    padding: 73px 65px;
  }

  .legal-page-warning.testimonial {
    max-width: 75%;
    padding: 63px 42px;
  }

  .legal-page-warning.about-hero-achievement {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .legal-page-warning.value {
    flex-wrap: wrap;
  }

  .legal-page-warning.about-office {
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-page-warning.post-featured-item-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 37px 43px 52px;
  }

  .legal-page-warning.author {
    margin-top: 48px;
    padding: 53px 49px;
  }

  .legal-page-warning.feature-featured {
    flex-direction: column-reverse;
  }

  .legal-page-warning.feature-featured.v2 {
    flex-direction: column;
  }

  .legal-page-warning.feature {
    padding: 48px 66px;
    display: flex;
  }

  .legal-page-warning.team-page-careers {
    margin-top: 80px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .legal-page-warning.careers-perk {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-page-warning.career, .legal-page-warning.apply-job {
    padding-left: 100px;
    padding-right: 100px;
  }

  .legal-page-warning.integration {
    align-items: center;
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
    display: flex;
  }

  .legal-page-warning.plan-item {
    max-width: none;
    padding-top: 63px;
  }

  .legal-page-warning.get-plan {
    display: none;
  }

  .legal-page-warning.get-plan.mobile {
    min-height: 473px;
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 58px;
    display: block;
  }

  .legal-page-warning.contact-category {
    padding: 50px 20px;
  }

  .legal-page-warning.contact-form {
    min-height: 604px;
  }

  .legal-page-warning.legal-page-container {
    margin-top: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-content {
    margin-left: auto;
    margin-right: auto;
  }

  .container-portfolio {
    max-width: 841px;
  }

  .portfolio-column-left {
    width: 100%;
    padding-right: 0;
  }

  .portfolio-column-right {
    width: 100%;
    margin-top: 48px;
    padding-left: 0;
    position: static;
  }

  .portfolio-wrapper {
    display: block;
  }

  .project-grid, .project-grid.three-rows {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .technologies-grid.new {
    grid-row-gap: 100px;
    grid-template-rows: 1fr 1fr;
  }

  .category-tag {
    width: auto;
  }

  .load-more-button.small.buy-now {
    flex: 1;
    max-width: 50%;
    margin-top: 0;
    margin-left: 16px;
  }

  .load-more-button._2-buttons.recent-work {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 10px;
  }

  .load-more-button.project-button {
    width: auto;
    padding-left: 56px;
    padding-right: 56px;
  }

  .div-block {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 42px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 51px 35px 55px;
  }

  .container-default.home-hero.first-fold {
    max-width: none;
  }

  .container-default.blog-post {
    margin-bottom: 55px;
  }

  .section-styleguide {
    padding-top: 140px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 22px;
  }

  .paragraph-large.home-hero {
    margin-bottom: 35px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-primary.button-white._2-buttons {
    margin-right: 10px;
  }

  .button-primary.small {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-primary.services.small, .button-primary.services.left-aligned {
    width: 100%;
  }

  .button-secondary, .button-secondary.small {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-secondary._2-buttons.tech-stack {
    margin-right: 15px;
  }

  .button-secondary.button-white-outline._2-buttons {
    margin-right: 10px;
  }

  .button-secondary.integration-tab-link {
    margin-right: 20px;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-link.sign-in {
    display: none;
  }

  .nav-link.sign-in.mobile {
    display: block;
  }

  .nav-menu {
    padding-top: 110px;
  }

  .display-1 {
    font-size: 42px;
  }

  .display-1.home-hero.first-fold {
    max-width: 350px;
    font-size: 55px;
  }

  .display-1.home-hero.second-fold {
    font-size: 55px;
  }

  .display-2 {
    font-size: 52px;
    line-height: 58px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer {
    padding-top: 77px;
    padding-bottom: 30px;
  }

  .footer-logo-container {
    margin-right: 0;
  }

  .footer-logo {
    width: 125px;
  }

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

  .section.utility-page {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .section.home-hero {
    padding-top: 150px;
    padding-bottom: 106px;
  }

  .section.home-hero.first-fold {
    background-position: 100% 100%;
    background-size: auto 90vh;
    background-attachment: fixed;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.home-features {
    padding-bottom: 133px;
  }

  .section.cta.cta-section {
    margin-top: 128px;
  }

  .section.home-perks {
    padding-bottom: 131px;
  }

  .section.cta-last {
    padding-bottom: 111px;
  }

  .section.home-steps {
    padding-top: 132px;
  }

  .section.testimonials {
    padding-bottom: 143px;
  }

  .section.home-blog {
    padding-bottom: 133px;
  }

  .section.about-hero {
    padding-top: 150px;
    padding-bottom: 92px;
  }

  .section.story {
    padding-bottom: 92px;
  }

  .section.values {
    padding-bottom: 149px;
  }

  .section.about-team {
    padding-bottom: 90px;
  }

  .section.about-offices {
    padding-bottom: 74px;
  }

  .section.blog-hero {
    padding-top: 130px;
    padding-bottom: 74px;
  }

  .section.blog {
    padding-top: 74px;
  }

  .section.blog-post {
    padding-top: 130px;
    padding-bottom: 95px;
  }

  .section.features {
    padding-top: 130px;
  }

  .section.team-page, .section.team {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .section.team-articles {
    padding-top: 72px;
  }

  .section.careers-hero {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .section.open-positions {
    padding-bottom: 70px;
  }

  .section.careers-testimonials {
    padding-bottom: 100px;
  }

  .section.careers-perks {
    padding-bottom: 94px;
  }

  .section.career {
    padding-top: 125px;
    padding-bottom: 60px;
  }

  .section.more-jobs {
    padding-top: 60px;
  }

  .section.integrations-hero {
    padding-top: 130px;
  }

  .section.integrations.new {
    padding-bottom: 0;
  }

  .section.integration {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .section.more-integrations {
    padding-top: 60px;
  }

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

  .section.plan {
    padding-top: 130px;
  }

  .section.contact-hero {
    padding-top: 130px;
    padding-bottom: 92px;
  }

  .section.faqs {
    padding-top: 95px;
  }

  .section.integration-category, .section.blog-category {
    padding-top: 140px;
  }

  .utility-page-wrap {
    padding-top: 120px;
    padding-bottom: 95px;
  }

  .utility-page-wrap._401 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .utility-page-content-password {
    padding: 47px 32px;
  }

  .input.password {
    margin-bottom: 15px;
  }

  ._404-number {
    font-size: 105px;
  }

  .divider.card-career-item {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .divider.card-career {
    margin-top: 34px;
    margin-bottom: 45px;
  }

  .divider.plan {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph.not-found {
    margin-bottom: 40px;
  }

  .paragraph.home-perks.services, .paragraph.home-perk.services {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.home-steps, .paragraph.card-testimonial {
    margin-bottom: 28px;
  }

  .paragraph.about-offices {
    text-align: center;
    max-width: 492px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.blog-hero, .paragraph.card-post-featured-item, .paragraph.text-neutral-200.blog-post, .paragraph.careers-hero {
    margin-bottom: 35px;
  }

  .paragraph.card-apply-job {
    margin-bottom: 30px;
  }

  .paragraph.integrations-hero {
    margin-bottom: 35px;
  }

  .paragraph.card-integration-item {
    margin-bottom: 27px;
  }

  .paragraph.card-integration {
    margin-bottom: 35px;
  }

  .card.changelog {
    padding: 50px 35px;
  }

  .card.home-feature {
    padding-top: 33px;
    padding-bottom: 48px;
  }

  .card.cta {
    padding: 61px 35px;
  }

  .card.home-step {
    flex-direction: column-reverse;
  }

  .card.testimonial {
    max-width: 80%;
    padding: 53px 35px;
  }

  .card.about-hero-achievement {
    justify-content: flex-start;
    padding: 42px 30px;
  }

  .card.value {
    padding: 35px 35px 49px;
  }

  .card.about-office {
    justify-content: center;
    padding: 33px 35px;
  }

  .card.post-featured-item-content {
    padding: 31px 35px 43px;
  }

  .card.author {
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
    padding-top: 33px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .card.feature {
    flex-direction: column;
    padding: 40px 35px;
  }

  .card.team-page-careers {
    text-align: center;
    flex-direction: column;
    margin-top: 70px;
    padding: 45px 35px;
  }

  .card.careers-perk {
    flex-direction: row;
    padding: 40px 35px;
  }

  .card.career-item {
    padding: 40px 35px;
  }

  .card.career {
    padding: 58px 35px 23px;
  }

  .card.apply-job {
    padding: 44px 35px 60px;
  }

  .card.integration-item {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .card.integration-item.new {
    padding: 20px;
    display: flex;
  }

  .card.integration {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    padding: 46px 35px 53px;
  }

  .card.plan-item {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .card.plan-features {
    padding: 38px 35px 52px;
  }

  .card.get-plan.mobile {
    min-height: 435px;
    margin-top: 40px;
    padding: 40px 35px 48px;
  }

  .card.contact-category {
    padding: 24px 25px 42px;
  }

  .card.faq {
    margin-bottom: 27px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .card.contact-form {
    min-height: 825px;
    padding: 40px 35px 47px;
  }

  .card.default {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.card-home-feature {
    margin-bottom: 6px;
  }

  .title.home-perks {
    max-width: 468px;
  }

  .title.home-perks.services {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.home-perk.services {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h4-size.plan-content-top-features {
    margin-bottom: 15px;
  }

  .title.card-cta {
    max-width: 412px;
    margin-bottom: 35px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.card-home-step-number {
    margin-bottom: 20px;
  }

  .title.card-home-step {
    margin-bottom: 6px;
  }

  .title.card-post-item {
    margin-bottom: 10px;
  }

  .title.card-post-item.fixed-height {
    height: auto;
  }

  .title.footer-menu {
    margin-bottom: 23px;
  }

  .title.values {
    margin-bottom: 20px;
  }

  .title.about-offices {
    text-align: center;
    max-width: 492px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.team-item {
    margin-bottom: 6px;
  }

  .title.dropdown {
    margin-bottom: 23px;
  }

  .title.blog {
    margin-right: 0;
  }

  .title.card-post-featured-item {
    margin-bottom: 10px;
  }

  .title.card-feature {
    margin-bottom: 6px;
  }

  .title.careers-testimonials {
    margin-bottom: 15px;
  }

  .title.h2-size {
    font-size: 37px;
  }

  .title.h2-size.card-career, .title.pricing {
    margin-bottom: 10px;
  }

  .title.plan {
    margin-right: 13px;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.contact-social-media, .title.not-found {
    margin-bottom: 15px;
  }

  .title.category {
    margin-right: 13px;
  }

  .split-content.home-blog-left {
    margin-bottom: 35px;
    margin-right: 40px;
  }

  .split-content.home-blog-right {
    margin-bottom: 35px;
  }

  .split-content.story-left {
    margin-bottom: 90px;
  }

  .split-content.about-offices-content {
    max-width: 100%;
    margin-top: 0;
  }

  .split-content.blog-post-articles-left {
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .split-content.blog-post-articles-right {
    margin-bottom: 20px;
  }

  .split-content.team-articles-left {
    flex: 0 auto;
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .split-content.team-articles-right {
    margin-bottom: 20px;
  }

  .split-content.more-jobs-content-top-left {
    margin-bottom: 35px;
    margin-right: 30px;
  }

  .split-content.more-jobs-content-top-right {
    margin-bottom: 35px;
  }

  .split-content.more-integrations-left {
    margin-bottom: 30px;
  }

  .split-content.contact-content {
    margin-bottom: 70px;
  }

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

  .image-wrapper.order-item-image {
    margin-bottom: 10px;
  }

  .image-wrapper.card-home-step {
    max-width: 100%;
  }

  .image-wrapper.card-testimonial {
    max-width: 228px;
    margin-bottom: 35px;
  }

  .image-wrapper.about-offices {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper.card-post-featured-item-author {
    width: 53px;
    min-width: 53px;
    min-height: 53px;
    max-height: 53px;
  }

  .image-wrapper.card-author {
    width: 154px;
    min-width: 154px;
    min-height: 154px;
    max-height: 154px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.card-team {
    min-height: 194px;
  }

  .image-wrapper.card-team-profile-picture {
    width: 117px;
    min-width: 117px;
    min-height: 117px;
    max-height: 117px;
    margin-right: 15px;
  }

  .image-wrapper.careers-hero-1, .image-wrapper.careers-hero-2 {
    border-radius: 25px;
  }

  .image.home-hero-2 {
    max-width: 25%;
    top: 40px;
  }

  .image.home-hero-3 {
    max-width: 25%;
  }

  .image.home-hero-company {
    width: 110px;
    margin-right: 20px;
  }

  .image.home-hero-company.google {
    width: 90px;
  }

  .image.home-hero-company.google.new {
    flex: none;
    width: 80px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image.home-hero-company.youtube {
    width: 100px;
  }

  .image.home-hero-company.microsoft {
    flex: none;
    width: 90px;
    margin-left: 0;
    margin-right: 0;
  }

  .image.home-hero-company.appel {
    flex: none;
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image.home-hero-company.aws {
    flex: none;
    width: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image.home-hero-company.adobe, .image.home-hero-company.forbes {
    flex: none;
    width: 90px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image.card-home-feature {
    margin-bottom: 20px;
  }

  .image.home-perk {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.card-value-icon {
    margin-bottom: 20px;
  }

  .image.blog-post.portfolio {
    object-fit: cover;
  }

  .image.card-feature-icon {
    margin-right: 0;
  }

  .image.card-careers-perk-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-right: 40px;
  }

  .image.card-apply-job-icon {
    width: 90px;
    min-width: 90px;
    min-height: 90px;
    max-height: 90px;
  }

  .image.plan-icon {
    margin-bottom: 15px;
  }

  .image.utility-page-content-password-icon {
    border-radius: 24px;
    width: 83px;
    min-width: 83px;
    min-height: 83px;
    max-height: 83px;
    margin-bottom: 25px;
  }

  .image.integrations-hero {
    max-width: 100%;
    margin-top: -33px;
    margin-bottom: -49px;
  }

  .button-primary-gradient._2-buttons {
    margin-right: 15px;
  }

  .button-primary-gradient._2-buttons.centered {
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary-gradient._2-buttons.left-aligned {
    width: 100%;
  }

  .button-primary-gradient.header-button {
    display: none;
  }

  .container-medium-940px.home-hero {
    margin-bottom: 54px;
  }

  .text-color-accent {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    transform: translate(0);
  }

  ._2-buttons-wrapper {
    margin-right: -10px;
  }

  ._2-buttons-wrapper.integrations-hero {
    justify-content: center;
  }

  .home-hero-images-wrapper {
    margin-bottom: 65px;
  }

  .container-medium-756px.home-features {
    margin-bottom: 40px;
  }

  .flex-vc.home-features {
    margin-top: 48px;
  }

  .flex-vc.careers-perks {
    margin-top: 40px;
  }

  .container-medium-603px.testimonials {
    margin-bottom: 40px;
  }

  .container-medium-603px.testimonials.new {
    display: block;
  }

  .content-top.home-blog {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .content-top.blog {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top.blog-post-articles {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .content-top.card-author {
    flex-direction: column;
    margin-bottom: 23px;
  }

  .content-top.team-articles {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .content-top.more-jobs {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .content-top.integrations {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top.more-integrations {
    margin-bottom: 40px;
  }

  .content-top.integration-category, .content-top.blog-category {
    align-items: stretch;
  }

  .home-hero-companies {
    max-width: 452px;
    margin-right: -20px;
  }

  .home-hero-companies.new {
    place-content: center space-around;
    margin-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-hero-companies.first-fold {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-around;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .home-hero-companies-wrapper.new {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-hero-companies-wrapper.first-fold {
    width: 300px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-features-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 603px;
  }

  .card-home-feature-content {
    max-width: 368px;
  }

  .home-perks-content-top-wrapper {
    margin-bottom: 115px;
  }

  .home-perks-content-top-content {
    margin-bottom: 50px;
  }

  .home-perks-grid {
    grid-row-gap: 35px;
    max-width: 490px;
  }

  .home-perks-grid.services {
    margin-left: auto;
    margin-right: auto;
  }

  .home-perk-wrapper {
    flex-direction: column;
  }

  .home-perk-wrapper.services {
    align-items: center;
  }

  .home-perks-content-bottom-content {
    margin-bottom: 50px;
  }

  .home-steps-grid {
    grid-row-gap: 35px;
  }

  .card-home-step-content {
    max-width: 100%;
    padding-top: 33px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .card-testimonial-content-bottom {
    text-align: center;
    flex-direction: column;
  }

  .card-testimonial-about {
    margin-right: 0;
  }

  .card-testimonial-name {
    margin-bottom: 3px;
  }

  .testimonials-right-arrow, .testimonials-left-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 23px;
  }

  .blog-grid, .blog-grid.six-rows, .blog-grid.new, .blog-grid.main {
    grid-template-columns: 1fr;
  }

  .card-post-item-content {
    padding-top: 31px;
    padding-bottom: 43px;
  }

  .card-post-item-about-content {
    margin-right: 22px;
  }

  .home-hero-featured-message-wrapper {
    margin-bottom: 26px;
  }

  .footer-content {
    margin-bottom: 77px;
  }

  .footer-menu-main-content {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .footer-content-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .footer-menu-wrapper {
    margin-bottom: 40px;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

  .footer-small-print {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5em;
  }

  .footer-small-print.new {
    margin-bottom: 10px;
  }

  .social-media-wrapper.card-team-mobile {
    margin-top: 25px;
    display: flex;
  }

  .social-media-wrapper.card-team {
    display: none;
  }

  .bg-gradient-blur-wrapper.big.blog-hero, .bg-gradient-blur-wrapper.big.blog-post {
    right: 20px;
  }

  .bg-gradient-blur-wrapper.blog {
    left: -48px;
  }

  .bg-gradient-blur-wrapper.blog-post-articles {
    left: 10px;
  }

  .bg-gradient-blur-wrapper.features-1 {
    left: -100px;
  }

  .bg-gradient-blur-wrapper.team-page-1 {
    min-height: 40%;
    left: -246px;
  }

  .bg-gradient-blur-wrapper.team-page-2 {
    min-height: 30%;
    bottom: -308px;
    right: -72px;
  }

  .bg-gradient-blur-wrapper.careers-hero-1, .bg-gradient-blur-wrapper.careers-hero-2, .bg-gradient-blur-wrapper.careers-1 {
    left: -100px;
  }

  .bg-gradient-blur-wrapper.careers-2 {
    right: -66px;
  }

  .bg-gradient-blur-wrapper.integrations-hero {
    min-height: 50%;
    right: -15px;
  }

  .bg-gradient-blur-wrapper.integrations {
    left: -97.0069px;
  }

  .bg-gradient-blur-wrapper.pricing {
    min-height: 50%;
    left: -149px;
  }

  .bg-gradient-blur-wrapper.plan-features {
    right: -50px;
  }

  .bg-gradient-blur-wrapper.plan-2 {
    min-height: 25%;
  }

  .bg-gradient-blur-wrapper.contact-hero {
    min-height: 100%;
  }

  .bg-gradient-blur-wrapper.faqs {
    min-height: 50%;
    left: -368px;
  }

  .about-hero-content {
    margin-bottom: 50px;
  }

  .number-big {
    font-size: 48px;
  }

  .card-about-hero-achievement-text {
    font-size: 18px;
  }

  .card-about-hero-achievement-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .story-left-content, .story-right-content {
    margin-bottom: 50px;
  }

  .values-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .card-value-content {
    max-width: 519px;
  }

  .about-offices-wrapper {
    flex-direction: column;
  }

  .about-offices-grid {
    grid-row-gap: 35px;
  }

  .container-small-578px.partners, .container-small-578px.team-page {
    margin-bottom: 40px;
  }

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

  .team-item-content-top {
    margin-bottom: 22px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .team-item-job-tag-gradient {
    top: 15px;
    right: 15px;
  }

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

  .partner-wrapper._2 {
    border-right-width: 0;
  }

  .partner-wrapper._5 {
    border-bottom: 1px solid var(--neutral-700);
  }

  .partner-wrapper._6 {
    border-bottom: 1px solid var(--neutral-700);
    border-right-width: 0;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .dropdown-nav {
    margin-right: 40px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
    margin-right: 60px;
  }

  .card-post-item-category-wrapper.post-featured-item-category {
    font-size: 18px;
    top: 32px;
    right: 32px;
  }

  .container-medium-713px.blog-hero {
    margin-bottom: 53px;
  }

  .categories-wrapper.integrations {
    justify-content: flex-start;
  }

  .container-medium-772px.blog-post-content-top {
    margin-bottom: 65px;
  }

  .rich-text h2 {
    margin-bottom: 15px;
  }

  .rich-text p {
    margin-bottom: 27px;
  }

  .rich-text ol {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text ul {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text blockquote {
    margin-top: 53px;
    margin-bottom: 40px;
  }

  .rich-text h6 {
    margin-top: 40px;
  }

  .card-author-content {
    max-width: 553px;
  }

  .card-author-name-wrapper {
    margin-bottom: 20px;
  }

  .container-medium-619px.features {
    margin-bottom: 40px;
  }

  .features-grid {
    margin-bottom: 90px;
  }

  .card-feature-featured-content {
    padding: 33px 30px 48px;
  }

  .card-team-page-careers-content {
    margin-bottom: 35px;
    margin-right: 0;
  }

  .team-content-top {
    margin-bottom: 65px;
  }

  .card-team-content {
    padding-bottom: 48px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .card-team-content-top {
    margin-bottom: 20px;
  }

  .card-team-name-wrapper {
    flex: 1;
  }

  .container-medium-651px.open-positions, .container-medium-651px.careers-perks, .container-medium-669px.careers-testimonials {
    margin-bottom: 40px;
  }

  .careers-perks-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-medium-811px.careers-hero {
    margin-bottom: 68px;
  }

  .careers-hero-images-wrapper {
    padding-bottom: 60px;
  }

  .card-career-item-about-content {
    margin-right: 20px;
  }

  .card-career-about-wrapper {
    margin-bottom: 20px;
  }

  .integrations-hero-content {
    margin-bottom: 50px;
  }

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

  .integrations-grid.new {
    grid-row-gap: 26px;
  }

  .integration-item.new.middle {
    transform: translate(0);
  }

  .integration-item.new.middle:hover {
    transform: translate(0, 10px);
  }

  .integration-item.new.mobile-content {
    display: none;
  }

  .integration-item.new.right-align {
    transform: translate(0);
  }

  .integration-item.new.right-align:hover {
    transform: translate(0, 10px);
  }

  .card-integration-item-content-top {
    display: none;
  }

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

  .integrations-hero-images-main-wrapper {
    width: 100%;
    max-width: 576px;
  }

  .card-integration-icon {
    width: 90px;
    min-width: 90px;
    min-height: 90px;
    max-height: 90px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .integration-tabs-menu {
    margin-bottom: 20px;
  }

  .more-integrations-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .container-small-590px.pricing, .container-small-590px.plan-category {
    margin-bottom: 50px;
  }

  .pricing-wrapper {
    margin-bottom: -40px;
  }

  .pricing-plan-item {
    margin-bottom: 40px;
  }

  .card-plan-item-content-top {
    max-width: 100%;
    margin-right: 0;
  }

  .card-plan-item-title-wrapper {
    max-width: 311px;
  }

  .card-plan-item-features-grid {
    margin-bottom: 27px;
  }

  .card-plan-item-price {
    margin-bottom: 48px;
  }

  .card-plan-item-content {
    flex-direction: column;
  }

  .feature-comparison-text {
    font-size: 16px;
  }

  .feature-comparison-grid {
    grid-column-gap: 10px;
  }

  .feature-comparison-row-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .feature-comparison-header {
    padding-bottom: 24px;
  }

  .feature-comparison-wrapper {
    margin-bottom: 50px;
  }

  .feature-comparison-plan-wrapper {
    max-width: 75px;
  }

  .feature-comparison-plan-name {
    margin-bottom: 10px;
    line-height: 1.3em;
  }

  .feature-comparison-plan-price {
    font-size: 30px;
  }

  .feature-comparison-result-text {
    font-size: 16px;
  }

  .card-plan-item-icon-content {
    margin-bottom: 23px;
  }

  .plan-content-top-title-wrapper, .add-cart-option-list {
    margin-bottom: 28px;
  }

  .container-small-552px.contact-hero {
    margin-bottom: 40px;
  }

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

  .contact-links-grid {
    grid-row-gap: 20px;
    margin-bottom: 33px;
  }

  .faqs-title-wrapper {
    margin-bottom: 40px;
  }

  .card-contact-form {
    grid-template-columns: minmax(100%, 100%);
  }

  .card-faq-content-bottom {
    max-width: 89%;
  }

  .figure-rich-text h2 {
    margin-bottom: 15px;
  }

  .figure-rich-text p {
    margin-bottom: 27px;
  }

  .figure-rich-text ol {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .figure-rich-text h3, .figure-rich-text h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .figure-rich-text ul {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .figure-rich-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .figure-rich-text blockquote {
    margin-top: 53px;
    margin-bottom: 40px;
  }

  .figure-rich-text h6 {
    margin-top: 40px;
  }

  .category-title-wrapper.integration-category, .category-title-wrapper.blog-category {
    margin-bottom: 35px;
  }

  .landing-page-container {
    display: block;
  }

  .landing-page-image {
    width: 70%;
    max-width: 400px;
    height: auto;
  }

  .core-image.one, .core-image.two, .core-image.three {
    display: none;
  }

  .logo-link {
    margin-bottom: auto;
  }

  .card-content-holder {
    flex: 1;
    width: 60%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .card-content-holder.new {
    margin-top: auto;
  }

  .card-image-holder {
    flex: none;
    width: 40%;
    max-width: 180px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: block;
  }

  .core-image-mobile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    transform: none;
  }

  .core-image-mobile.one, .core-image-mobile.two, .core-image-mobile.three {
    display: none;
  }

  .core-image-mobile.second {
    width: 100%;
  }

  .core-image-mobile.third {
    width: 70%;
  }

  .last-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .last-section.utility-page {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .last-section.home-hero {
    padding-top: 150px;
    padding-bottom: 106px;
  }

  .last-section.home-hero.first-fold {
    margin-top: 100px;
  }

  .last-section.home-features {
    padding-bottom: 133px;
  }

  .last-section.home-perks {
    padding-bottom: 131px;
  }

  .last-section.cta-last {
    padding-bottom: 111px;
  }

  .last-section.home-steps {
    padding-top: 132px;
  }

  .last-section.testimonials {
    padding-bottom: 143px;
  }

  .last-section.home-blog {
    padding-bottom: 133px;
  }

  .last-section.about-hero {
    padding-top: 150px;
    padding-bottom: 92px;
  }

  .last-section.story {
    padding-bottom: 92px;
  }

  .last-section.values {
    padding-bottom: 149px;
  }

  .last-section.about-team {
    padding-bottom: 90px;
  }

  .last-section.about-offices {
    padding-bottom: 74px;
  }

  .last-section.blog-hero {
    padding-top: 130px;
    padding-bottom: 74px;
  }

  .last-section.blog {
    padding-top: 74px;
  }

  .last-section.blog-post {
    padding-top: 130px;
    padding-bottom: 95px;
  }

  .last-section.features {
    padding-top: 130px;
  }

  .last-section.team-page, .last-section.team {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .last-section.team-articles {
    padding-top: 72px;
  }

  .last-section.careers-hero {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .last-section.open-positions {
    padding-bottom: 70px;
  }

  .last-section.careers-testimonials {
    padding-bottom: 100px;
  }

  .last-section.careers-perks {
    padding-bottom: 94px;
  }

  .last-section.career {
    padding-top: 125px;
    padding-bottom: 60px;
  }

  .last-section.more-jobs {
    padding-top: 60px;
  }

  .last-section.integrations-hero {
    padding-top: 130px;
  }

  .last-section.integration {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .last-section.more-integrations {
    padding-top: 60px;
  }

  .last-section.pricing {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .last-section.plan {
    padding-top: 130px;
  }

  .last-section.contact-hero {
    padding-top: 130px;
    padding-bottom: 92px;
  }

  .last-section.faqs {
    padding-top: 95px;
  }

  .last-section.integration-category, .last-section.blog-category {
    padding-top: 140px;
  }

  .tech-stacks-logo.home-hero-2 {
    max-width: 25%;
    top: 40px;
  }

  .tech-stacks-logo.home-hero-3 {
    max-width: 25%;
  }

  .tech-stacks-logo.home-hero-company {
    width: 110px;
    margin-right: 20px;
  }

  .tech-stacks-logo.home-hero-company.google {
    width: 90px;
  }

  .tech-stacks-logo.home-hero-company.google.new {
    flex: none;
    width: 80px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tech-stacks-logo.home-hero-company.youtube {
    width: 100px;
  }

  .tech-stacks-logo.home-hero-company.microsoft {
    flex: none;
    width: 90px;
    margin-left: 0;
    margin-right: 0;
  }

  .tech-stacks-logo.home-hero-company.appel {
    flex: none;
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tech-stacks-logo.home-hero-company.aws {
    flex: none;
    width: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tech-stacks-logo.home-hero-company.adobe {
    flex: none;
    width: 90px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tech-stacks-logo.card-home-feature {
    margin-bottom: 20px;
  }

  .tech-stacks-logo.home-perk {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tech-stacks-logo.card-value-icon {
    margin-bottom: 20px;
  }

  .tech-stacks-logo.card-feature-icon {
    margin-right: 0;
  }

  .tech-stacks-logo.card-careers-perk-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-right: 40px;
  }

  .tech-stacks-logo.card-apply-job-icon {
    width: 90px;
    min-width: 90px;
    min-height: 90px;
    max-height: 90px;
  }

  .tech-stacks-logo.plan-icon {
    margin-bottom: 15px;
  }

  .tech-stacks-logo.utility-page-content-password-icon {
    border-radius: 24px;
    width: 83px;
    min-width: 83px;
    min-height: 83px;
    max-height: 83px;
    margin-bottom: 25px;
  }

  .tech-stacks-logo.integrations-hero {
    max-width: 100%;
    margin-top: -33px;
    margin-bottom: -49px;
  }

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

  .grid-button.project-button {
    text-align: center;
  }

  .grid-button.left-aligned {
    width: 100%;
  }

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

  .legal-info-holder.changelog {
    padding: 50px 35px;
  }

  .legal-info-holder.home-feature {
    padding-top: 33px;
    padding-bottom: 48px;
  }

  .legal-info-holder.cta {
    padding: 61px 35px;
  }

  .legal-info-holder.home-step {
    flex-direction: column-reverse;
  }

  .legal-info-holder.testimonial {
    max-width: 80%;
    padding: 53px 35px;
  }

  .legal-info-holder.about-hero-achievement {
    justify-content: flex-start;
    padding: 42px 30px;
  }

  .legal-info-holder.value {
    padding: 35px 35px 49px;
  }

  .legal-info-holder.about-office {
    justify-content: center;
    padding: 33px 35px;
  }

  .legal-info-holder.post-featured-item-content {
    padding: 31px 35px 43px;
  }

  .legal-info-holder.author {
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
    padding-top: 33px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .legal-info-holder.feature {
    flex-direction: column;
    padding: 40px 35px;
  }

  .legal-info-holder.team-page-careers {
    text-align: center;
    flex-direction: column;
    margin-top: 70px;
    padding: 45px 35px;
  }

  .legal-info-holder.careers-perk {
    flex-direction: row;
    padding: 40px 35px;
  }

  .legal-info-holder.career-item {
    padding: 40px 35px;
  }

  .legal-info-holder.career {
    padding: 58px 35px 23px;
  }

  .legal-info-holder.apply-job {
    padding: 44px 35px 60px;
  }

  .legal-info-holder.integration-item {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .legal-info-holder.integration-item.new {
    padding: 20px;
    display: flex;
  }

  .legal-info-holder.integration {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    padding: 46px 35px 53px;
  }

  .legal-info-holder.plan-item {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .legal-info-holder.plan-features {
    padding: 38px 35px 52px;
  }

  .legal-info-holder.get-plan.mobile {
    min-height: 435px;
    margin-top: 40px;
    padding: 40px 35px 48px;
  }

  .legal-info-holder.contact-category {
    padding: 24px 25px 42px;
  }

  .legal-info-holder.faq {
    margin-bottom: 27px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .legal-info-holder.contact-form {
    min-height: 825px;
    padding: 40px 35px 47px;
  }

  .legal-info-holder.default {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .legal-information-heading.card-home-feature {
    margin-bottom: 6px;
  }

  .legal-information-heading.home-perks {
    max-width: 468px;
  }

  .legal-information-heading.home-perks.services {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .legal-information-heading.h4-size {
    font-size: 20px;
  }

  .legal-information-heading.h4-size.home-perk.services {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .legal-information-heading.h4-size.plan-content-top-features {
    margin-bottom: 15px;
  }

  .legal-information-heading.card-cta {
    max-width: 412px;
    margin-bottom: 35px;
  }

  .legal-information-heading.h3-size {
    font-size: 22px;
  }

  .legal-information-heading.h3-size.card-home-step-number {
    margin-bottom: 20px;
  }

  .legal-information-heading.card-home-step {
    margin-bottom: 6px;
  }

  .legal-information-heading.card-post-item {
    margin-bottom: 10px;
  }

  .legal-information-heading.footer-menu {
    margin-bottom: 23px;
  }

  .legal-information-heading.values {
    margin-bottom: 20px;
  }

  .legal-information-heading.about-offices {
    text-align: center;
    max-width: 492px;
    margin-left: auto;
    margin-right: auto;
  }

  .legal-information-heading.team-item {
    margin-bottom: 6px;
  }

  .legal-information-heading.dropdown {
    margin-bottom: 23px;
  }

  .legal-information-heading.blog {
    margin-right: 0;
  }

  .legal-information-heading.card-post-featured-item {
    margin-bottom: 10px;
  }

  .legal-information-heading.card-feature {
    margin-bottom: 6px;
  }

  .legal-information-heading.careers-testimonials {
    margin-bottom: 15px;
  }

  .legal-information-heading.h2-size {
    font-size: 37px;
  }

  .legal-information-heading.h2-size.card-career, .legal-information-heading.pricing {
    margin-bottom: 10px;
  }

  .legal-information-heading.plan {
    margin-right: 13px;
  }

  .legal-information-heading.h1-size {
    font-size: 42px;
  }

  .legal-information-heading.h5-size {
    font-size: 16px;
  }

  .legal-information-heading.h5-size.contact-social-media, .legal-information-heading.not-found {
    margin-bottom: 15px;
  }

  .legal-information-heading.category {
    margin-right: 13px;
  }

  .legal-page-first-fold {
    padding-top: 82px;
  }

  .legal-page-first-fold.utility-page {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .legal-page-first-fold.home-hero {
    padding-top: 150px;
    padding-bottom: 106px;
  }

  .legal-page-first-fold.home-hero.first-fold {
    background-position: 100% 100%;
    background-size: auto 90vh;
    background-attachment: fixed;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .legal-page-first-fold.home-features {
    padding-bottom: 133px;
  }

  .legal-page-first-fold.home-perks {
    padding-bottom: 131px;
  }

  .legal-page-first-fold.cta-last {
    padding-bottom: 111px;
  }

  .legal-page-first-fold.home-steps {
    padding-top: 132px;
  }

  .legal-page-first-fold.testimonials {
    padding-bottom: 143px;
  }

  .legal-page-first-fold.home-blog {
    padding-bottom: 133px;
  }

  .legal-page-first-fold.about-hero {
    padding-top: 150px;
    padding-bottom: 92px;
  }

  .legal-page-first-fold.story {
    padding-bottom: 92px;
  }

  .legal-page-first-fold.values {
    padding-bottom: 149px;
  }

  .legal-page-first-fold.about-team {
    padding-bottom: 90px;
  }

  .legal-page-first-fold.about-offices {
    padding-bottom: 74px;
  }

  .legal-page-first-fold.blog-hero {
    padding-top: 130px;
    padding-bottom: 74px;
  }

  .legal-page-first-fold.blog {
    padding-top: 74px;
  }

  .legal-page-first-fold.blog-post {
    padding-top: 130px;
    padding-bottom: 95px;
  }

  .legal-page-first-fold.features {
    padding-top: 130px;
  }

  .legal-page-first-fold.team-page, .legal-page-first-fold.team {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .legal-page-first-fold.team-articles {
    padding-top: 72px;
  }

  .legal-page-first-fold.careers-hero {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .legal-page-first-fold.open-positions {
    padding-bottom: 70px;
  }

  .legal-page-first-fold.careers-testimonials {
    padding-bottom: 100px;
  }

  .legal-page-first-fold.careers-perks {
    padding-bottom: 94px;
  }

  .legal-page-first-fold.career {
    padding-top: 125px;
    padding-bottom: 60px;
  }

  .legal-page-first-fold.more-jobs {
    padding-top: 60px;
  }

  .legal-page-first-fold.integrations-hero {
    padding-top: 130px;
  }

  .legal-page-first-fold.integration {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .legal-page-first-fold.more-integrations {
    padding-top: 60px;
  }

  .legal-page-first-fold.pricing {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .legal-page-first-fold.plan {
    padding-top: 130px;
  }

  .legal-page-first-fold.contact-hero {
    padding-top: 130px;
    padding-bottom: 92px;
  }

  .legal-page-first-fold.faqs {
    padding-top: 95px;
  }

  .legal-page-first-fold.integration-category, .legal-page-first-fold.blog-category {
    padding-top: 140px;
  }

  .legal-page-second-fold {
    padding-top: 0;
    padding-bottom: 82px;
  }

  .legal-page-second-fold.utility-page {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .legal-page-second-fold.home-hero {
    padding-top: 150px;
    padding-bottom: 106px;
  }

  .legal-page-second-fold.home-hero.first-fold {
    background-position: 100% 100%;
    background-size: auto 90vh;
    background-attachment: fixed;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .legal-page-second-fold.home-features {
    padding-bottom: 133px;
  }

  .legal-page-second-fold.home-perks {
    padding-bottom: 131px;
  }

  .legal-page-second-fold.cta-last {
    padding-bottom: 111px;
  }

  .legal-page-second-fold.home-steps {
    padding-top: 132px;
  }

  .legal-page-second-fold.testimonials {
    padding-bottom: 143px;
  }

  .legal-page-second-fold.home-blog {
    padding-bottom: 133px;
  }

  .legal-page-second-fold.about-hero {
    padding-top: 150px;
    padding-bottom: 92px;
  }

  .legal-page-second-fold.story {
    padding-bottom: 92px;
  }

  .legal-page-second-fold.values {
    padding-bottom: 149px;
  }

  .legal-page-second-fold.about-team {
    padding-bottom: 90px;
  }

  .legal-page-second-fold.about-offices {
    padding-bottom: 74px;
  }

  .legal-page-second-fold.blog-hero {
    padding-top: 130px;
    padding-bottom: 74px;
  }

  .legal-page-second-fold.blog {
    padding-top: 74px;
  }

  .legal-page-second-fold.blog-post {
    padding-top: 130px;
    padding-bottom: 95px;
  }

  .legal-page-second-fold.features {
    padding-top: 130px;
  }

  .legal-page-second-fold.team-page, .legal-page-second-fold.team {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .legal-page-second-fold.team-articles {
    padding-top: 72px;
  }

  .legal-page-second-fold.careers-hero {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .legal-page-second-fold.open-positions {
    padding-bottom: 70px;
  }

  .legal-page-second-fold.careers-testimonials {
    padding-bottom: 100px;
  }

  .legal-page-second-fold.careers-perks {
    padding-bottom: 94px;
  }

  .legal-page-second-fold.career {
    padding-top: 125px;
    padding-bottom: 60px;
  }

  .legal-page-second-fold.more-jobs {
    padding-top: 60px;
  }

  .legal-page-second-fold.integrations-hero {
    padding-top: 130px;
  }

  .legal-page-second-fold.integration {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .legal-page-second-fold.more-integrations {
    padding-top: 60px;
  }

  .legal-page-second-fold.pricing {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .legal-page-second-fold.plan {
    padding-top: 130px;
  }

  .legal-page-second-fold.contact-hero {
    padding-top: 130px;
    padding-bottom: 92px;
  }

  .legal-page-second-fold.faqs {
    padding-top: 95px;
  }

  .legal-page-second-fold.integration-category, .legal-page-second-fold.blog-category {
    padding-top: 140px;
  }

  .list-paragraph.not-found {
    margin-bottom: 40px;
  }

  .list-paragraph.home-perks.services, .list-paragraph.home-perk.services {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .list-paragraph.home-steps, .list-paragraph.card-testimonial {
    margin-bottom: 28px;
  }

  .list-paragraph.about-offices {
    text-align: center;
    max-width: 492px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-paragraph.blog-hero, .list-paragraph.card-post-featured-item, .list-paragraph.text-neutral-200.blog-post, .list-paragraph.careers-hero {
    margin-bottom: 35px;
  }

  .list-paragraph.card-apply-job {
    margin-bottom: 30px;
  }

  .list-paragraph.integrations-hero {
    margin-bottom: 35px;
  }

  .list-paragraph.card-integration-item {
    margin-bottom: 27px;
  }

  .list-paragraph.card-integration {
    margin-bottom: 35px;
  }

  .legal-page-warning.changelog {
    padding: 50px 35px;
  }

  .legal-page-warning.home-feature {
    padding-top: 33px;
    padding-bottom: 48px;
  }

  .legal-page-warning.cta {
    padding: 61px 35px;
  }

  .legal-page-warning.home-step {
    flex-direction: column-reverse;
  }

  .legal-page-warning.testimonial {
    max-width: 80%;
    padding: 53px 35px;
  }

  .legal-page-warning.about-hero-achievement {
    justify-content: flex-start;
    padding: 42px 30px;
  }

  .legal-page-warning.value {
    padding: 35px 35px 49px;
  }

  .legal-page-warning.about-office {
    justify-content: center;
    padding: 33px 35px;
  }

  .legal-page-warning.post-featured-item-content {
    padding: 31px 35px 43px;
  }

  .legal-page-warning.author {
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
    padding-top: 33px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .legal-page-warning.feature {
    flex-direction: column;
    padding: 40px 35px;
  }

  .legal-page-warning.team-page-careers {
    text-align: center;
    flex-direction: column;
    margin-top: 70px;
    padding: 45px 35px;
  }

  .legal-page-warning.careers-perk {
    flex-direction: row;
    padding: 40px 35px;
  }

  .legal-page-warning.career-item {
    padding: 40px 35px;
  }

  .legal-page-warning.career {
    padding: 58px 35px 23px;
  }

  .legal-page-warning.apply-job {
    padding: 44px 35px 60px;
  }

  .legal-page-warning.integration-item {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .legal-page-warning.integration-item.new {
    padding: 20px;
    display: flex;
  }

  .legal-page-warning.integration {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    padding: 46px 35px 53px;
  }

  .legal-page-warning.plan-item {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .legal-page-warning.plan-features {
    padding: 38px 35px 52px;
  }

  .legal-page-warning.get-plan.mobile {
    min-height: 435px;
    margin-top: 40px;
    padding: 40px 35px 48px;
  }

  .legal-page-warning.contact-category {
    padding: 24px 25px 42px;
  }

  .legal-page-warning.faq {
    margin-bottom: 27px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .legal-page-warning.contact-form {
    min-height: 825px;
    padding: 40px 35px 47px;
  }

  .legal-page-warning.default {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .legal-page-warning.legal-page-container {
    text-align: center;
    flex-direction: column;
    margin-top: 16px;
    padding: 30px;
  }

  .legal-page-warning-holder {
    margin-bottom: 35px;
    margin-right: 0;
  }

  .project-grid, .project-grid.three-rows, .technologies-grid {
    grid-template-columns: 1fr;
  }

  .technologies-grid.new {
    grid-row-gap: 26px;
  }

  .load-more-button, .load-more-button.small {
    padding-left: 35px;
    padding-right: 35px;
  }

  .load-more-button._2-buttons.tech-stack {
    margin-right: 15px;
  }

  .load-more-button.button-white-outline._2-buttons {
    margin-right: 10px;
  }

  .load-more-button.integration-tab-link {
    margin-right: 20px;
  }

  .share-button {
    width: 100%;
  }

  .share-button-div {
    flex-direction: column;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .ck-preference-txt {
    display: none;
  }

  .ck-preference__icon {
    margin-right: 0;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-cookie-w {
    display: none;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    padding: 43px 25px 46px;
    font-size: 18px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.home-hero.first-fold {
    margin-left: auto;
  }

  .container-default.blog-post {
    margin-bottom: 44px;
  }

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

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .paragraph-large.home-hero {
    margin-bottom: 30px;
  }

  .paragraph-large.home-hero.logo-paragraph {
    margin-left: auto;
  }

  .paragraph-large.home-hero.first-fold {
    text-align: center;
    margin-left: auto;
  }

  .paragraph-large.about-hero.new, .paragraph-large.about-hero.second-fold {
    text-align: center;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-primary.button-white._2-buttons {
    margin-bottom: 22px;
    margin-right: 0;
  }

  .button-primary.footer-newsletter {
    flex: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.small {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-primary.recent-work {
    width: 100%;
  }

  .button-primary.project-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-secondary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-secondary.small {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-secondary.small.buy-now {
    max-width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }

  .button-secondary._2-buttons {
    display: block;
  }

  .button-secondary._2-buttons.recent-work {
    width: 100%;
    margin: 0 auto 10px;
  }

  .button-secondary._2-buttons.tech-stack {
    margin-right: 0;
  }

  .button-secondary.button-white-outline._2-buttons {
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-secondary.integration-tab-link {
    display: inline-block;
  }

  .button-secondary.project-button {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .header-logo {
    width: 130px;
  }

  .nav-item-wrapper {
    padding-top: 11px;
    padding-bottom: 11px;
  }

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

  .nav-link.sign-in {
    margin-right: 10px;
  }

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

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .display-1 {
    font-size: 45px;
  }

  .display-1.home-hero.first-fold {
    text-align: center;
    margin-left: auto;
  }

  .display-1.home-hero.second-fold {
    text-align: center;
  }

  .footer {
    padding-top: 64px;
  }

  .footer-logo-container.bottom-logo.hidden {
    display: none;
  }

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

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

  .section.utility-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.home-hero {
    padding-top: 140px;
    padding-bottom: 85px;
  }

  .section.home-hero.first-fold {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 150px;
  }

  .section.home-features, .section.home-perks {
    padding-bottom: 100px;
  }

  .section.cta-last {
    padding-bottom: 90px;
  }

  .section.home-steps {
    padding-top: 105px;
  }

  .section.testimonials {
    padding-bottom: 115px;
  }

  .section.home-blog {
    padding-bottom: 106px;
  }

  .section.about-hero {
    padding-top: 140px;
    padding-bottom: 74px;
  }

  .section.story {
    padding-bottom: 74px;
  }

  .section.values {
    padding-bottom: 119px;
  }

  .section.about-team {
    padding-bottom: 72px;
  }

  .section.about-offices {
    padding-bottom: 59px;
  }

  .section.blog-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.blog {
    padding-top: 60px;
  }

  .section.blog-post {
    padding-top: 120px;
    padding-bottom: 76px;
  }

  .section.features {
    padding-top: 120px;
  }

  .section.team-page, .section.team {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.team-articles {
    padding-top: 60px;
  }

  .section.careers-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.open-positions {
    padding-bottom: 60px;
  }

  .section.careers-testimonials {
    padding-bottom: 82px;
  }

  .section.career, .section.integrations-hero, .section.integration {
    padding-top: 120px;
  }

  .section.pricing {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .section.plan {
    padding-top: 120px;
  }

  .section.contact-hero {
    padding-top: 120px;
    padding-bottom: 74px;
  }

  .section.faqs {
    padding-top: 76px;
  }

  .section.integration-category, .section.blog-category {
    padding-top: 120px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding: 110px 16px 76px;
  }

  .utility-page-wrap._401 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .utility-page-content-password {
    border-radius: 20px;
    padding: 40px 25px;
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.footer-newsletter {
    min-height: 56px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .input.blog-newsletter {
    min-height: 56px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .input.blog-newsletter:focus, .input.blog-newsletter::placeholder {
    font-size: 16px;
  }

  ._404-number {
    font-size: 84px;
  }

  .container-medium-761px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .divider.card-career {
    margin-top: 28px;
    margin-bottom: 38px;
  }

  .paragraph.not-found {
    margin-bottom: 33px;
  }

  .paragraph.home-perks {
    margin-bottom: 30px;
  }

  .paragraph.footer-newsletter {
    margin-bottom: 23px;
  }

  .paragraph.blog-hero, .paragraph.card-post-featured-item, .paragraph.text-neutral-200.blog-post, .paragraph.careers-hero, .paragraph.integrations-hero {
    margin-bottom: 30px;
  }

  .paragraph.card-integration-item {
    max-width: 377px;
    margin-top: 9px;
    margin-bottom: 23px;
  }

  .paragraph.card-integration {
    max-width: 391.354px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-contact-category {
    margin-bottom: 20px;
  }

  .paragraph.legal {
    text-align: left;
  }

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

  .paragraph-small.card-plan-item-content-bottom-small-print {
    margin-top: 10px;
  }

  .card {
    border-radius: 20px;
  }

  .card.changelog {
    padding: 40px 25px;
  }

  .card.home-feature {
    padding: 28px 25px 40px;
  }

  .card.cta {
    padding: 51px 25px;
  }

  .card.testimonial {
    padding: 44px 25px;
  }

  .card.about-hero-achievement {
    padding: 35px 25px;
  }

  .card.about-hero-achievement.second-fold {
    justify-content: center;
  }

  .card.value {
    padding: 29px 25px 41px;
  }

  .card.about-office {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 28px 25px;
  }

  .card.post-featured-item-content {
    padding: 26px 25px 36px;
  }

  .card.author {
    margin-top: 33px;
    padding: 28px 25px 44px;
  }

  .card.feature {
    padding: 33px 25px;
  }

  .card.team-page-careers {
    align-items: stretch;
    margin-top: 60px;
    padding: 38px 25px;
  }

  .card.careers-perk {
    flex-direction: column;
    padding: 33px 25px;
  }

  .card.career-item {
    padding: 33px 25px;
  }

  .card.career {
    padding: 48px 25px 20px;
  }

  .card.apply-job {
    padding: 37px 25px 50px;
  }

  .card.integration-item {
    padding: 38px 25px;
  }

  .card.integration-item.new {
    padding: 45px 32px 32px;
  }

  .card.integration {
    margin-bottom: 60px;
    padding: 38px 25px 44px;
  }

  .card.plan-item {
    padding: 43px 25px 38px;
  }

  .card.plan-features {
    padding: 32px 25px 43px;
  }

  .card.get-plan.mobile {
    min-height: 474px;
    margin-top: 33px;
    padding: 33px 25px 40px;
  }

  .card.contact-category {
    padding-top: 22px;
    padding-bottom: 35px;
  }

  .card.faq {
    margin-bottom: 23px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.contact-form {
    padding: 33px 25px 40px;
  }

  .card.default {
    padding: 28px 25px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.card-home-feature {
    margin-bottom: 4px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.card-contact-category {
    margin-bottom: 6px;
  }

  .title.card-cta {
    max-width: 344px;
    margin-bottom: 30px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.card-home-step-number {
    margin-bottom: 15px;
  }

  .title.h3-size.card-plan-item {
    margin-bottom: 2px;
  }

  .title.card-testimonial {
    margin-bottom: 6px;
  }

  .title.footer-menu {
    margin-bottom: 20px;
  }

  .title.story {
    max-width: 343px;
  }

  .title.values {
    margin-bottom: 15px;
  }

  .title.card-value, .title.card-about-office {
    margin-bottom: 6px;
  }

  .title.team-item {
    margin-bottom: 4px;
  }

  .title.dropdown {
    margin-bottom: 20px;
  }

  .title.card-feature {
    margin-bottom: 4px;
  }

  .title.card-team-page-careers {
    margin-bottom: 6px;
  }

  .title.careers-testimonials {
    margin-bottom: 10px;
  }

  .title.card-careers-perk, .title.card-career-item, .title.card-apply-job {
    margin-bottom: 6px;
  }

  .title.h2-size {
    font-size: 31px;
  }

  .title.h2-size.add-cart-price {
    font-size: 28px;
  }

  .title.feature-comparison-name {
    font-size: 16px;
  }

  .title.plan {
    margin-right: 11px;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .title.card-get-plan {
    margin-bottom: 6px;
  }

  .title.not-found {
    margin-bottom: 10px;
  }

  .title.category {
    margin-right: 11px;
  }

  .split-content.header-right {
    margin-right: 10px;
  }

  .split-content.home-blog-left {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .split-content.home-blog-right {
    margin-bottom: 30px;
  }

  .split-content.story-left {
    margin-bottom: 80px;
  }

  .split-content.header-center {
    margin-right: 10px;
  }

  .split-content.card-team-content-top-left {
    flex-direction: column;
    align-items: stretch;
  }

  .split-content.more-jobs-content-top-left {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .split-content.contact-content {
    margin-bottom: 60px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.card-testimonial {
    max-width: 183px;
    margin-bottom: 30px;
  }

  .image-wrapper.home-perks-content-top-image, .image-wrapper.home-perks-content-bottom-image, .image-wrapper.story-left, .image-wrapper.story-right {
    border-radius: 20px;
  }

  .image-wrapper.team-item {
    width: 141px;
    min-width: 141px;
    min-height: 141px;
    max-height: 141px;
  }

  .image-wrapper.about-offices {
    margin-top: 30px;
  }

  .image-wrapper.post-featured-item-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .image-wrapper.card-post-featured-item-author {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    max-height: 44px;
    margin-right: 10px;
  }

  .image-wrapper.blog-post {
    border-radius: 20px;
  }

  .image-wrapper.blog-post-author {
    width: 53px;
    min-width: 53px;
    min-height: 53px;
    max-height: 53px;
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .image-wrapper.card-author {
    width: 124px;
    min-width: 124px;
    min-height: 124px;
    max-height: 124px;
    margin-bottom: 15px;
  }

  .image-wrapper.card-team {
    min-height: 150px;
  }

  .image-wrapper.card-team-profile-picture {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.careers-hero-1, .image-wrapper.careers-hero-2 {
    border-radius: 20px;
  }

  .image-wrapper.card-integration-item-icon {
    width: 75px;
    min-width: 75px;
    min-height: 75px;
    max-height: 75px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .image-wrapper.card-plan-item-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-right: 10px;
  }

  .image-wrapper.card-contact-category-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 15px;
  }

  .image.home-hero-1, .image.home-hero-2, .image.home-hero-3 {
    border-radius: 10px;
  }

  .image.home-hero-company {
    width: 100px;
    margin-bottom: 20px;
  }

  .image.home-hero-company.google {
    width: 82px;
  }

  .image.home-hero-company.google.new {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image.home-hero-company.youtube {
    width: 92px;
  }

  .image.home-hero-company.microsoft {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image.home-hero-company.appel {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image.home-hero-company.aws, .image.home-hero-company.adobe, .image.home-hero-company.forbes {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image.card-home-feature {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .image.home-perk {
    width: 47px;
    min-width: 47px;
    min-height: 47px;
    max-height: 47px;
  }

  .image.card-post-item.portfolio {
    object-fit: cover;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .image.card-post-item-about-icon {
    margin-right: 6px;
  }

  .image.card-value-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-right: 0;
  }

  .image.card-feature-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .image.card-careers-perk-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.card-apply-job-icon {
    border-radius: 20px;
    width: 75px;
    min-width: 75px;
    min-height: 75px;
    max-height: 75px;
    margin-bottom: 20px;
  }

  .image.feature-comparison-check-icon {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .image.plan-icon {
    border-radius: 20px;
    width: 82px;
    min-width: 82px;
    min-height: 82px;
    max-height: 82px;
    margin-bottom: 10px;
  }

  .image.contact-link-icon {
    width: 33px;
    min-width: 33px;
    min-height: 33px;
    max-height: 33px;
    margin-right: 10px;
  }

  .image.utility-page-content-password-icon {
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .image.style-guide-icons {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .cart-container {
    border-radius: 0;
  }

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

  .button-primary-gradient {
    display: block;
  }

  .button-primary-gradient._2-buttons {
    margin-right: 0;
    display: block;
  }

  .button-primary-gradient._2-buttons.recent-work {
    width: 100%;
    margin: 10px auto 0;
  }

  .button-primary-gradient._2-buttons.centered {
    margin-left: 0;
  }

  .button-primary-gradient.footer-newsletter {
    display: flex;
  }

  .button-primary-gradient.blog-newsletter {
    flex-direction: column;
    display: flex;
    position: static;
  }

  .button-primary-gradient.add-cart {
    max-width: 100%;
  }

  .button-primary-gradient.contact-form {
    flex-direction: column;
    display: flex;
  }

  .button-primary-gradient.mobile-full-width {
    width: 100%;
  }

  .container-medium-940px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-940px.home-hero {
    margin-bottom: 45px;
  }

  ._2-buttons-wrapper {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    margin-right: 0;
  }

  ._2-buttons-wrapper.mobile {
    max-width: 262px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-images-wrapper {
    margin-bottom: 52px;
  }

  .container-medium-756px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-vc.home-features {
    margin-top: 40px;
  }

  .container-medium-603px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-603px.testimonials {
    margin-bottom: 35px;
  }

  .content-top.home-blog, .content-top.blog-post-articles {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top.card-author {
    margin-bottom: 20px;
  }

  .content-top.team-articles, .content-top.more-jobs {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top.more-integrations {
    align-items: stretch;
  }

  .home-hero-companies {
    margin-bottom: -20px;
  }

  .home-hero-companies.new {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-hero-companies.first-fold {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-companies-wrapper.new {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-companies-wrapper.first-fold {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .home-perks-content-top-wrapper {
    margin-bottom: 92px;
  }

  .home-perks-content-top-content {
    margin-bottom: 40px;
  }

  .home-perks-grid {
    grid-row-gap: 30px;
  }

  .home-perks-content-bottom-content {
    margin-bottom: 40px;
  }

  .card-home-step-content {
    padding: 28px 25px 33px;
  }

  .card-testimonial-content.mobile {
    width: 100%;
  }

  .card-testimonial-about {
    margin-bottom: 15px;
  }

  .card-testimonial-about.mobile {
    width: 100%;
  }

  .card-testimonial-rol {
    font-size: 16px;
    line-height: 1.5em;
  }

  .testimonials-right-arrow, .testimonials-left-arrow {
    width: 55px;
    min-width: 55px;
    min-height: 55px;
    max-height: 55px;
  }

  .card-post-item-content {
    padding-top: 26px;
    padding-bottom: 36px;
  }

  .card-post-item-about-content {
    margin-right: 20px;
  }

  .home-hero-featured-message-wrapper {
    margin-bottom: 22px;
  }

  .home-hero-featured-message-link {
    padding-right: 20px;
    font-size: 14px;
  }

  .home-hero-featured-message-tag {
    margin-right: 6px;
    padding: 6px;
    font-size: 12px;
  }

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

  .footer-menu-main-content {
    margin-bottom: 20px;
  }

  .footer-small-print {
    font-size: 15px;
  }

  .footer-newsletter-form-block {
    margin-bottom: 34px;
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .bg-gradient-blur-wrapper.home-hero-1 {
    left: -99px;
  }

  .bg-gradient-blur-wrapper.home-hero-2 {
    bottom: 103px;
    right: -42px;
  }

  .bg-gradient-blur-wrapper.blog {
    left: -50px;
  }

  .bg-gradient-blur-wrapper.blog-post-articles {
    bottom: -6px;
  }

  .bg-gradient-blur-wrapper.features-1 {
    left: -40px;
  }

  .bg-gradient-blur-wrapper.team-page-1 {
    left: -130px;
  }

  .bg-gradient-blur-wrapper.team-page-2 {
    bottom: -252px;
    right: -9px;
  }

  .bg-gradient-blur-wrapper.careers-hero-1, .bg-gradient-blur-wrapper.careers-hero-2, .bg-gradient-blur-wrapper.careers-1, .bg-gradient-blur-wrapper.integrations {
    left: -40px;
  }

  .bg-gradient-blur-wrapper.integration, .bg-gradient-blur-wrapper.pricing, .bg-gradient-blur-wrapper.plan-features {
    left: -324px;
  }

  .bg-gradient-blur-wrapper.plan-2 {
    min-height: 20%;
  }

  .bg-gradient-blur-wrapper.faqs {
    left: -269px;
  }

  .bg-gradient-blur-wrapper.not-found-1 {
    left: -252px;
  }

  .bg-gradient-blur-wrapper.not-found-2 {
    right: -152px;
  }

  .error-message.cart {
    margin-left: 16px;
    margin-right: 16px;
  }

  .about-hero-content {
    margin-bottom: 40px;
  }

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

  .number-big {
    font-size: 40px;
  }

  .number-big.card-about-hero-achievement {
    margin-bottom: 4px;
  }

  .number-big.card-about-hero-achievement.second-fold, .number-big.card-about-hero-achievement.tech-stacks, .card-about-hero-achievement-text.second-fold, .card-about-hero-achievement-text.tech-stacks {
    text-align: center;
  }

  .story-left-content, .story-right-content {
    margin-bottom: 40px;
  }

  .container-medium-634px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .values-grid, .about-offices-grid {
    grid-row-gap: 30px;
  }

  .card-about-office-icon {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .container-small-578px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-grid {
    grid-row-gap: 40px;
  }

  .team-item-content-top {
    margin-bottom: 18px;
  }

  .team-item-job-tag {
    font-size: 12px;
    display: block;
  }

  .team-item-job-tag-gradient {
    display: block;
    top: 10px;
    right: 10px;
  }

  .partners-grid {
    border-radius: 20px;
  }

  .partner-wrapper {
    min-height: 135px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

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

  .dropdown-arrow {
    font-size: 9px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 30px;
    margin-right: 40px;
  }

  .card-post-item-category-wrapper, .card-post-item-category-wrapper.post-featured-item-category {
    font-size: 16px;
    top: 23px;
    right: 23px;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .empty-state.cart-empty {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-713px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-713px.blog-hero {
    margin-bottom: 44px;
  }

  .blog-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .card-post-featured-item-author-name {
    margin-bottom: 4px;
  }

  .card-post-featured-item-author-rol {
    font-size: 16px;
  }

  .container-medium-772px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-772px.blog-post-content-top {
    margin-bottom: 52px;
  }

  .container-medium-841px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-post-author-link {
    flex-wrap: wrap;
    margin-bottom: -15px;
  }

  .blog-post-author-content {
    margin-bottom: 15px;
  }

  .blog-post-author-name {
    margin-bottom: 4px;
  }

  .blog-post-author-rol {
    font-size: 16px;
  }

  .rich-text h2 {
    margin-bottom: 10px;
  }

  .rich-text p {
    margin-bottom: 23px;
  }

  .rich-text ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text img {
    border-radius: 20px;
  }

  .rich-text figcaption {
    font-size: 16px;
    line-height: 1.6em;
  }

  .rich-text figure {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 44px;
    margin-bottom: 33px;
  }

  .rich-text h6 {
    margin-top: 33px;
  }

  .card-author-rol {
    font-size: 16px;
  }

  .container-medium-619px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .features-grid {
    margin-bottom: 72px;
  }

  .card-feature-featured-content {
    padding: 28px 25px 40px;
  }

  .card-team-page-careers-content {
    margin-bottom: 30px;
  }

  .container-medium-785px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-content-top {
    margin-bottom: 52px;
  }

  .card-team-content {
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-team-content-top {
    margin-bottom: 15px;
  }

  .container-medium-651px, .container-medium-669px, .container-medium-1112px, .container-medium-811px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-811px.careers-hero {
    margin-bottom: 60px;
  }

  .careers-hero-images-wrapper {
    padding-bottom: 48px;
  }

  .card-career-item-about-wrapper {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .card-career-item-about-content {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .backlink-main-wrapper {
    margin-bottom: 35px;
  }

  .card-career-about-wrapper {
    margin-bottom: 15px;
  }

  .integrations-grid.new {
    grid-row-gap: 140px;
  }

  .card-integration-item-content-top {
    flex-wrap: wrap;
    margin-bottom: -20px;
    display: block;
  }

  .card-integration-item-title-wrapper {
    margin-bottom: 20px;
  }

  .integrations-collection-list-wrapper.new {
    margin-top: 160px;
  }

  .card-integration-icon {
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-bottom: 20px;
  }

  .container-small-590px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-small-590px.pricing, .container-small-590px.plan-category {
    margin-bottom: 40px;
  }

  .card-plan-item-content-top {
    margin-bottom: 20px;
  }

  .card-plan-item-features-grid {
    margin-bottom: 23px;
  }

  .card-plan-item-price {
    margin-bottom: 40px;
    font-size: 23px;
  }

  .card-plan-item-feature-icon-wrapper {
    margin-right: 6px;
  }

  .card-plan-item-feature-text {
    font-size: 16px;
  }

  .feature-comparison-text {
    font-size: 14px;
  }

  .feature-comparison-row-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .feature-comparison-header {
    padding-bottom: 20px;
  }

  .feature-comparison-wrapper {
    margin-bottom: 42px;
  }

  .feature-comparison-plan-wrapper {
    max-width: 57px;
  }

  .feature-comparison-plan-name {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .feature-comparison-plan-price {
    font-size: 18px;
  }

  .feature-comparison-result-text {
    font-size: 14px;
  }

  .card-plan-item-icon-content {
    margin-bottom: 20px;
  }

  .plan-feature-icon-wrapper {
    margin-right: 6px;
  }

  .plan-feature-text {
    font-size: 16px;
  }

  .add-cart-buttons-wrapper {
    flex-direction: column;
  }

  .select-wrapper, .select-wrapper.add-cart {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-small-552px, .container-medium-800px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-links-grid {
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }

  .card-faq-icon-gradient {
    width: 35px;
    min-width: 35px;
    min-height: 35px;
    max-height: 35px;
    display: block;
  }

  .figure-rich-text h2 {
    margin-bottom: 10px;
  }

  .figure-rich-text p {
    margin-bottom: 23px;
  }

  .figure-rich-text ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .figure-rich-text h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .figure-rich-text img {
    border-radius: 20px;
  }

  .figure-rich-text figcaption {
    font-size: 16px;
    line-height: 1.6em;
  }

  .figure-rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .figure-rich-text ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .figure-rich-text h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .figure-rich-text blockquote {
    margin-top: 44px;
    margin-bottom: 33px;
  }

  .figure-rich-text h6 {
    margin-top: 33px;
  }

  .category-title-wrapper.integration-category, .category-title-wrapper.blog-category {
    margin-bottom: 30px;
  }

  .cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item {
    flex-wrap: wrap;
  }

  .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .landing-page-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .core-image.one {
    display: block;
    transform: translate(-50%, -150px);
  }

  .core-image.two {
    display: block;
    transform: translate(-50%, -140px);
  }

  .core-image.three {
    display: block;
    transform: translate(-50%, -160px);
  }

  .card-content-holder.new {
    margin-top: 75px;
  }

  .card-image-holder {
    display: none;
  }

  .core-image-mobile.one {
    display: block;
    transform: translate(-50%, -150px);
  }

  .core-image-mobile.two {
    display: block;
    transform: translate(-50%, -140px);
  }

  .core-image-mobile.three {
    display: block;
    transform: translate(-50%, -160px);
  }

  .last-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .last-section.utility-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .last-section.home-hero {
    padding-top: 140px;
    padding-bottom: 85px;
  }

  .last-section.home-hero.first-fold {
    margin-top: 140px;
  }

  .last-section.home-features, .last-section.home-perks {
    padding-bottom: 100px;
  }

  .last-section.cta-last {
    padding-bottom: 90px;
  }

  .last-section.home-steps {
    padding-top: 105px;
  }

  .last-section.testimonials {
    padding-bottom: 115px;
  }

  .last-section.home-blog {
    padding-bottom: 106px;
  }

  .last-section.about-hero {
    padding-top: 140px;
    padding-bottom: 74px;
  }

  .last-section.story {
    padding-bottom: 74px;
  }

  .last-section.values {
    padding-bottom: 119px;
  }

  .last-section.about-team {
    padding-bottom: 72px;
  }

  .last-section.about-offices {
    padding-bottom: 59px;
  }

  .last-section.blog-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .last-section.blog {
    padding-top: 60px;
  }

  .last-section.blog-post {
    padding-top: 120px;
    padding-bottom: 76px;
  }

  .last-section.features {
    padding-top: 120px;
  }

  .last-section.team-page, .last-section.team {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .last-section.team-articles {
    padding-top: 60px;
  }

  .last-section.careers-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .last-section.open-positions {
    padding-bottom: 60px;
  }

  .last-section.careers-testimonials {
    padding-bottom: 82px;
  }

  .last-section.career, .last-section.integrations-hero, .last-section.integration {
    padding-top: 120px;
  }

  .last-section.pricing {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .last-section.plan {
    padding-top: 120px;
  }

  .last-section.contact-hero {
    padding-top: 120px;
    padding-bottom: 74px;
  }

  .last-section.faqs {
    padding-top: 76px;
  }

  .last-section.integration-category, .last-section.blog-category {
    padding-top: 120px;
  }

  .tech-stacks-logo {
    height: 25px;
  }

  .tech-stacks-logo.home-hero-1, .tech-stacks-logo.home-hero-2, .tech-stacks-logo.home-hero-3 {
    border-radius: 10px;
  }

  .tech-stacks-logo.home-hero-company {
    width: 100px;
    margin-bottom: 20px;
  }

  .tech-stacks-logo.home-hero-company.google {
    width: 82px;
  }

  .tech-stacks-logo.home-hero-company.google.new {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tech-stacks-logo.home-hero-company.youtube {
    width: 92px;
  }

  .tech-stacks-logo.home-hero-company.microsoft {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tech-stacks-logo.home-hero-company.appel {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tech-stacks-logo.home-hero-company.aws, .tech-stacks-logo.home-hero-company.adobe {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tech-stacks-logo.card-home-feature {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .tech-stacks-logo.home-perk {
    width: 47px;
    min-width: 47px;
    min-height: 47px;
    max-height: 47px;
  }

  .tech-stacks-logo.card-post-item-about-icon {
    margin-right: 6px;
  }

  .tech-stacks-logo.card-value-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-right: 0;
  }

  .tech-stacks-logo.card-feature-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .tech-stacks-logo.card-careers-perk-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tech-stacks-logo.card-apply-job-icon {
    border-radius: 20px;
    width: 75px;
    min-width: 75px;
    min-height: 75px;
    max-height: 75px;
    margin-bottom: 20px;
  }

  .tech-stacks-logo.feature-comparison-check-icon {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .tech-stacks-logo.plan-icon {
    border-radius: 20px;
    width: 82px;
    min-width: 82px;
    min-height: 82px;
    max-height: 82px;
    margin-bottom: 10px;
  }

  .tech-stacks-logo.contact-link-icon {
    width: 33px;
    min-width: 33px;
    min-height: 33px;
    max-height: 33px;
    margin-right: 10px;
  }

  .tech-stacks-logo.utility-page-content-password-icon {
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .tech-stacks-logo.style-guide-icons {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .legal-info-holder {
    border-radius: 0;
  }

  .legal-info-holder.changelog {
    padding: 40px 25px;
  }

  .legal-info-holder.home-feature {
    padding: 28px 25px 40px;
  }

  .legal-info-holder.cta {
    padding: 51px 25px;
  }

  .legal-info-holder.testimonial {
    padding: 44px 25px;
  }

  .legal-info-holder.about-hero-achievement {
    padding: 35px 25px;
  }

  .legal-info-holder.about-hero-achievement.second-fold {
    justify-content: center;
  }

  .legal-info-holder.value {
    padding: 29px 25px 41px;
  }

  .legal-info-holder.about-office {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 28px 25px;
  }

  .legal-info-holder.post-featured-item-content {
    padding: 26px 25px 36px;
  }

  .legal-info-holder.author {
    margin-top: 33px;
    padding: 28px 25px 44px;
  }

  .legal-info-holder.feature {
    padding: 33px 25px;
  }

  .legal-info-holder.team-page-careers {
    align-items: stretch;
    margin-top: 60px;
    padding: 38px 25px;
  }

  .legal-info-holder.careers-perk {
    flex-direction: column;
    padding: 33px 25px;
  }

  .legal-info-holder.career-item {
    padding: 33px 25px;
  }

  .legal-info-holder.career {
    padding: 48px 25px 20px;
  }

  .legal-info-holder.apply-job {
    padding: 37px 25px 50px;
  }

  .legal-info-holder.integration-item {
    padding: 38px 25px;
  }

  .legal-info-holder.integration-item.new {
    padding: 45px 32px 32px;
  }

  .legal-info-holder.integration {
    margin-bottom: 60px;
    padding: 38px 25px 44px;
  }

  .legal-info-holder.plan-item {
    padding: 43px 25px 38px;
  }

  .legal-info-holder.plan-features {
    padding: 32px 25px 43px;
  }

  .legal-info-holder.get-plan.mobile {
    min-height: 474px;
    margin-top: 33px;
    padding: 33px 25px 40px;
  }

  .legal-info-holder.contact-category {
    padding-top: 22px;
    padding-bottom: 35px;
  }

  .legal-info-holder.faq {
    margin-bottom: 23px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .legal-info-holder.contact-form {
    padding: 33px 25px 40px;
  }

  .legal-info-holder.default {
    padding: 28px 25px;
  }

  .legal-page-tag {
    margin-left: 0;
    margin-right: 0;
  }

  .legal-information-heading {
    text-align: left;
  }

  .legal-information-heading.card-home-feature {
    margin-bottom: 4px;
  }

  .legal-information-heading.h4-size {
    font-size: 18px;
  }

  .legal-information-heading.h4-size.card-contact-category {
    margin-bottom: 6px;
  }

  .legal-information-heading.card-cta {
    max-width: 344px;
    margin-bottom: 30px;
  }

  .legal-information-heading.h3-size {
    font-size: 20px;
  }

  .legal-information-heading.h3-size.card-home-step-number {
    margin-bottom: 15px;
  }

  .legal-information-heading.h3-size.card-plan-item {
    margin-bottom: 2px;
  }

  .legal-information-heading.card-testimonial {
    margin-bottom: 6px;
  }

  .legal-information-heading.footer-menu {
    margin-bottom: 20px;
  }

  .legal-information-heading.story {
    max-width: 343px;
  }

  .legal-information-heading.values {
    margin-bottom: 15px;
  }

  .legal-information-heading.card-value, .legal-information-heading.card-about-office {
    margin-bottom: 6px;
  }

  .legal-information-heading.team-item {
    margin-bottom: 4px;
  }

  .legal-information-heading.dropdown {
    margin-bottom: 20px;
  }

  .legal-information-heading.card-feature {
    margin-bottom: 4px;
  }

  .legal-information-heading.card-team-page-careers {
    margin-bottom: 6px;
  }

  .legal-information-heading.careers-testimonials {
    margin-bottom: 10px;
  }

  .legal-information-heading.card-careers-perk, .legal-information-heading.card-career-item, .legal-information-heading.card-apply-job {
    margin-bottom: 6px;
  }

  .legal-information-heading.h2-size {
    font-size: 31px;
  }

  .legal-information-heading.h2-size.add-cart-price {
    font-size: 28px;
  }

  .legal-information-heading.feature-comparison-name {
    font-size: 16px;
  }

  .legal-information-heading.plan {
    margin-right: 11px;
  }

  .legal-information-heading.h1-size {
    font-size: 35px;
  }

  .legal-information-heading.card-get-plan {
    margin-bottom: 6px;
  }

  .legal-information-heading.not-found {
    margin-bottom: 10px;
  }

  .legal-information-heading.category {
    margin-right: 11px;
  }

  .legal-page-first-fold {
    padding-top: 66px;
  }

  .legal-page-first-fold.utility-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .legal-page-first-fold.home-hero {
    padding-top: 140px;
    padding-bottom: 85px;
  }

  .legal-page-first-fold.home-hero.first-fold {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 0;
  }

  .legal-page-first-fold.home-features, .legal-page-first-fold.home-perks {
    padding-bottom: 100px;
  }

  .legal-page-first-fold.cta-last {
    padding-bottom: 90px;
  }

  .legal-page-first-fold.home-steps {
    padding-top: 105px;
  }

  .legal-page-first-fold.testimonials {
    padding-bottom: 115px;
  }

  .legal-page-first-fold.home-blog {
    padding-bottom: 106px;
  }

  .legal-page-first-fold.about-hero {
    padding-top: 140px;
    padding-bottom: 74px;
  }

  .legal-page-first-fold.story {
    padding-bottom: 74px;
  }

  .legal-page-first-fold.values {
    padding-bottom: 119px;
  }

  .legal-page-first-fold.about-team {
    padding-bottom: 72px;
  }

  .legal-page-first-fold.about-offices {
    padding-bottom: 59px;
  }

  .legal-page-first-fold.blog-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .legal-page-first-fold.blog {
    padding-top: 60px;
  }

  .legal-page-first-fold.blog-post {
    padding-top: 120px;
    padding-bottom: 76px;
  }

  .legal-page-first-fold.features {
    padding-top: 120px;
  }

  .legal-page-first-fold.team-page, .legal-page-first-fold.team {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .legal-page-first-fold.team-articles {
    padding-top: 60px;
  }

  .legal-page-first-fold.careers-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .legal-page-first-fold.open-positions {
    padding-bottom: 60px;
  }

  .legal-page-first-fold.careers-testimonials {
    padding-bottom: 82px;
  }

  .legal-page-first-fold.career, .legal-page-first-fold.integrations-hero, .legal-page-first-fold.integration {
    padding-top: 120px;
  }

  .legal-page-first-fold.pricing {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .legal-page-first-fold.plan {
    padding-top: 120px;
  }

  .legal-page-first-fold.contact-hero {
    padding-top: 120px;
    padding-bottom: 74px;
  }

  .legal-page-first-fold.faqs {
    padding-top: 76px;
  }

  .legal-page-first-fold.integration-category, .legal-page-first-fold.blog-category {
    padding-top: 120px;
  }

  .legal-page-second-fold {
    padding-top: 0;
    padding-bottom: 66px;
  }

  .legal-page-second-fold.utility-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .legal-page-second-fold.home-hero {
    padding-top: 140px;
    padding-bottom: 85px;
  }

  .legal-page-second-fold.home-hero.first-fold {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 0;
  }

  .legal-page-second-fold.home-features, .legal-page-second-fold.home-perks {
    padding-bottom: 100px;
  }

  .legal-page-second-fold.cta-last {
    padding-bottom: 90px;
  }

  .legal-page-second-fold.home-steps {
    padding-top: 105px;
  }

  .legal-page-second-fold.testimonials {
    padding-bottom: 115px;
  }

  .legal-page-second-fold.home-blog {
    padding-bottom: 106px;
  }

  .legal-page-second-fold.about-hero {
    padding-top: 140px;
    padding-bottom: 74px;
  }

  .legal-page-second-fold.story {
    padding-bottom: 74px;
  }

  .legal-page-second-fold.values {
    padding-bottom: 119px;
  }

  .legal-page-second-fold.about-team {
    padding-bottom: 72px;
  }

  .legal-page-second-fold.about-offices {
    padding-bottom: 59px;
  }

  .legal-page-second-fold.blog-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .legal-page-second-fold.blog {
    padding-top: 60px;
  }

  .legal-page-second-fold.blog-post {
    padding-top: 120px;
    padding-bottom: 76px;
  }

  .legal-page-second-fold.features {
    padding-top: 120px;
  }

  .legal-page-second-fold.team-page, .legal-page-second-fold.team {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .legal-page-second-fold.team-articles {
    padding-top: 60px;
  }

  .legal-page-second-fold.careers-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .legal-page-second-fold.open-positions {
    padding-bottom: 60px;
  }

  .legal-page-second-fold.careers-testimonials {
    padding-bottom: 82px;
  }

  .legal-page-second-fold.career, .legal-page-second-fold.integrations-hero, .legal-page-second-fold.integration {
    padding-top: 120px;
  }

  .legal-page-second-fold.pricing {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .legal-page-second-fold.plan {
    padding-top: 120px;
  }

  .legal-page-second-fold.contact-hero {
    padding-top: 120px;
    padding-bottom: 74px;
  }

  .legal-page-second-fold.faqs {
    padding-top: 76px;
  }

  .legal-page-second-fold.integration-category, .legal-page-second-fold.blog-category {
    padding-top: 120px;
  }

  .legal-page-heading {
    font-size: 30px;
  }

  .list-paragraph.not-found {
    margin-bottom: 33px;
  }

  .list-paragraph.home-perks {
    margin-bottom: 30px;
  }

  .list-paragraph.footer-newsletter {
    margin-bottom: 23px;
  }

  .list-paragraph.blog-hero, .list-paragraph.card-post-featured-item, .list-paragraph.text-neutral-200.blog-post, .list-paragraph.careers-hero, .list-paragraph.integrations-hero {
    margin-bottom: 30px;
  }

  .list-paragraph.card-integration-item {
    max-width: 377px;
    margin-top: 9px;
    margin-bottom: 23px;
  }

  .list-paragraph.card-integration {
    max-width: 391.354px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-paragraph.card-contact-category {
    margin-bottom: 20px;
  }

  .list-paragraph.legal {
    text-align: left;
  }

  .secondary-list {
    padding-left: 60px;
  }

  .legal-page-warning {
    border-radius: 20px;
  }

  .legal-page-warning.changelog {
    padding: 40px 25px;
  }

  .legal-page-warning.home-feature {
    padding: 28px 25px 40px;
  }

  .legal-page-warning.cta {
    padding: 51px 25px;
  }

  .legal-page-warning.testimonial {
    padding: 44px 25px;
  }

  .legal-page-warning.about-hero-achievement {
    padding: 35px 25px;
  }

  .legal-page-warning.about-hero-achievement.second-fold {
    justify-content: center;
  }

  .legal-page-warning.value {
    padding: 29px 25px 41px;
  }

  .legal-page-warning.about-office {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 28px 25px;
  }

  .legal-page-warning.post-featured-item-content {
    padding: 26px 25px 36px;
  }

  .legal-page-warning.author {
    margin-top: 33px;
    padding: 28px 25px 44px;
  }

  .legal-page-warning.feature {
    padding: 33px 25px;
  }

  .legal-page-warning.team-page-careers {
    align-items: stretch;
    margin-top: 60px;
    padding: 38px 25px;
  }

  .legal-page-warning.careers-perk {
    flex-direction: column;
    padding: 33px 25px;
  }

  .legal-page-warning.career-item {
    padding: 33px 25px;
  }

  .legal-page-warning.career {
    padding: 48px 25px 20px;
  }

  .legal-page-warning.apply-job {
    padding: 37px 25px 50px;
  }

  .legal-page-warning.integration-item {
    padding: 38px 25px;
  }

  .legal-page-warning.integration-item.new {
    padding: 45px 32px 32px;
  }

  .legal-page-warning.integration {
    margin-bottom: 60px;
    padding: 38px 25px 44px;
  }

  .legal-page-warning.plan-item {
    padding: 43px 25px 38px;
  }

  .legal-page-warning.plan-features {
    padding: 32px 25px 43px;
  }

  .legal-page-warning.get-plan.mobile {
    min-height: 474px;
    margin-top: 33px;
    padding: 33px 25px 40px;
  }

  .legal-page-warning.contact-category {
    padding-top: 22px;
    padding-bottom: 35px;
  }

  .legal-page-warning.faq {
    margin-bottom: 23px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .legal-page-warning.contact-form {
    padding: 33px 25px 40px;
  }

  .legal-page-warning.default {
    padding: 28px 25px;
  }

  .legal-page-warning.legal-page-container {
    align-items: stretch;
    margin-top: 16px;
    padding: 20px;
  }

  .legal-page-warning-holder {
    margin-bottom: 30px;
  }

  .container-portfolio {
    padding-left: 16px;
    padding-right: 16px;
  }

  .portfolio-heading-2 {
    font-size: 32px;
  }

  .technologies-grid.new {
    grid-row-gap: 140px;
  }

  .text-block {
    font-family: Thicccboi, sans-serif;
  }

  .category-tag {
    margin-left: 0;
    margin-right: auto;
  }

  .load-more-button {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .load-more-button.small {
    padding-left: 25px;
    padding-right: 25px;
  }

  .load-more-button.small.buy-now {
    max-width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }

  .load-more-button._2-buttons {
    display: block;
  }

  .load-more-button._2-buttons.recent-work {
    width: 100%;
    margin: 0 auto 10px;
  }

  .load-more-button._2-buttons.tech-stack {
    margin-right: 0;
  }

  .load-more-button.button-white-outline._2-buttons {
    margin-bottom: 0;
    margin-right: 0;
  }

  .load-more-button.integration-tab-link {
    display: inline-block;
  }

  .load-more-button.project-button {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ck-button-w {
    width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-modal__btns-w.is--small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .ck-prefmanager-w {
    left: 1rem;
  }
}

#w-node-_05fde440-aa29-6648-0e8f-c7715ddc5357-d732600b, #w-node-_3f354854-cf87-caf1-6fe2-81946fa6871f-d732600b {
  place-self: center;
}

#w-node-_7674b074-1cb1-509c-d435-100d62ebf2cf-d732600b, #w-node-_3b4459ba-eb55-5834-d8ff-47c06249d613-d732600b, #w-node-_6c4e78f7-4bd5-2fff-5ab6-b85822b0171d-d732600b, #w-node-_85f3b620-f203-8feb-6637-9792390c7054-d732600b {
  justify-self: center;
}

#w-node-_49ca9c6a-9213-578a-61d1-c23e61f0c0c4-a532605e {
  justify-self: stretch;
}

#w-node-_49ca9c6a-9213-578a-61d1-c23e61f0c0d6-a532605e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49ca9c6a-9213-578a-61d1-c23e61f0c0da-a532605e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_623a94a7-1a65-2cce-4d4a-b1fa42c1d56b-163260c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_3f354854-cf87-caf1-6fe2-81946fa6871f-d732600b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7674b074-1cb1-509c-d435-100d62ebf2cf-d732600b, #w-node-_3b4459ba-eb55-5834-d8ff-47c06249d613-d732600b, #w-node-_6c4e78f7-4bd5-2fff-5ab6-b85822b0171d-d732600b, #w-node-_85f3b620-f203-8feb-6637-9792390c7054-d732600b {
    justify-self: center;
  }

  #w-node-_49ca9c6a-9213-578a-61d1-c23e61f0c0d6-a532605e, #w-node-_49ca9c6a-9213-578a-61d1-c23e61f0c0da-a532605e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49ca9c6a-9213-578a-61d1-c23e61f0c0da-a532605e {
    justify-self: stretch;
  }
}


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