@font-face {
  font-family: Meta Serif Pro;
  src: url("/assets/fonts/metaserifpro-book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Meta Serif Pro;
  src: url("/assets/fonts/metaserifpro-bookitalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hero 2";
  src: url("/assets/fonts/hero-2.zip") format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl Book;
  src: url("/assets/fonts/suisseintl-book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url("/assets/fonts/suisseintl-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url("/assets/fonts/suisseintl-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url("/assets/fonts/suisseintl-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hero;
  src: url("/assets/fonts/herolight-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hero;
  src: url("/assets/fonts/herolight-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hero;
  src: url("/assets/fonts/herolight-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #373643;
  --white: white;
  --accent: #91c73a;
  --blue: #08b0f0;
  --light-gray: #f4f4f4;
  --dark-blue: #00385e;
  --gray: #666;
  --gray-50: #d4d4d4;
}

body {
  color: var(--black);
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

strong {
  font-weight: 600;
}

.main-wrapper {
  position: relative;
  overflow: clip;
}

.body-large {
  font-size: 1.25rem;
}

.body-medium {
  font-size: 1.125rem;
}

.body-small {
  letter-spacing: -.01em;
  font-size: .8125rem;
}

.body-small.is-stats-desc {
  max-width: 17rem;
  margin-top: .5rem;
}

.heading-xl {
  letter-spacing: -.01em;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-large {
  letter-spacing: -.01em;
  font-family: Hero, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.heading-large.is-bold {
  font-weight: 500;
}

.heading-medium {
  letter-spacing: -.01em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-medium.is-papers-title {
  max-width: 22.5rem;
}

.heading-medium.is-papers-name {
  letter-spacing: 0;
  text-transform: capitalize;
  max-width: 23.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-small {
  letter-spacing: -.04em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.body-book {
  letter-spacing: -.02em;
  font-family: Suisse Intl Book, Arial, sans-serif;
}

.section {
  padding: 5rem 2.5rem;
  position: relative;
}

.section.is-cta {
  border-bottom: 1px solid #0000001a;
}

.section.is-cta.no-padding-top {
  padding-top: 0;
}

.section.is-hero {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 13.75rem;
  padding-bottom: 7rem;
  display: flex;
}

.section.is-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.is-sticky {
  background-image: var(--image-265c7cf0);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 600px 600px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 12rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section.is-article {
  background-color: var(--white);
  border-radius: 2rem;
  margin-top: -4.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.is-papers {
  z-index: 2;
  margin-bottom: -5rem;
  padding-bottom: 0;
}

.section.is-article-hero {
  height: 33.75rem;
  padding-top: 1.25rem;
  padding-left: 20rem;
  padding-right: 20rem;
}

.section.is-small {
  background-image: var(--image-265c7cf0);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3rem 8rem;
}

.section.is-small.padding-bottom {
  padding-bottom: 8rem;
}

.section.is-small {
  padding: 3rem 8rem;
}

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

.container {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.is-fluid {
  width: 100%;
}

.container.is-small {
  max-width: 45rem;
}

.footer-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

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

.footer-socials-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.embed-icon {
  color: var(--white);
  display: flex;
}

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

.footer-main {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: -.02em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.125rem;
  display: flex;
}

.footer-logo {
  display: block;
}

.text-highlight {
  color: var(--accent);
}

.footer-divider {
  background-color: var(--blue);
  height: .5px;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: block;
}

.footer-banner {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--light-gray);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 14rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.footer-banner-logo {
  display: block;
}

.footer-banner-text {
  letter-spacing: -.02em;
  flex: 1;
  max-width: 10rem;
  font-family: Suisse Intl Book, Arial, sans-serif;
  font-size: .875rem;
}

.footer-banner-link {
  color: var(--accent);
  letter-spacing: -.02em;
  font-size: 1.125rem;
  font-weight: 500;
}

.footer-address-wrapper {
  letter-spacing: -.02em;
  word-break: break-all;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.footer-address-link {
  color: var(--accent);
  margin-bottom: .75rem;
}

.footer-banner-img {
  width: 9.5rem;
  max-width: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.navbar {
  z-index: 99;
  background-color: var(--white);
  padding: 1.25rem 2.5rem;
  transition: background-color .2s;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.is-top {
  background-color: #fff0;
}

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

.nav-button {
  background-color: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue), 0 1px 2px 0 #00000026;
  color: var(--white);
  border-radius: 10rem;
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}

.nav-button:hover {
  background-color: var(--dark-blue);
}

.cta-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.form-info {
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
}

.dd-link {
  color: #222;
  padding: 1.25rem 1rem;
  font-size: 1.125rem;
  line-height: 1;
  transition: all .2s;
  display: block;
}

.dd-link:hover {
  background-color: var(--blue);
  color: #fff;
}

.dropdown {
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}

.form-label {
  color: #222;
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}

.cta-error {
  padding: 0;
}

.cta-error.text-align-center {
  background-color: #0000;
}

.dd-toggle-label {
  font-size: 1.125rem;
  line-height: 1.2;
}

.cta-success {
  background-color: #f4f4f4;
  border-radius: 1.25rem;
  padding: 2.5rem;
}

.text-color-accent {
  color: #91c73a;
}

.dd-list.w--open {
  background-color: #f4f4f4;
  border-radius: 1rem;
  margin-top: 8px;
  top: 100%;
  left: 0;
  right: 0;
  overflow: clip;
}

.cta-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.dd-toggle {
  background-color: #f4f4f4;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 1rem;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 0 0 1px #f4f4f4;
}

.dd-toggle:hover {
  box-shadow: inset 0 0 0 1px var(--blue);
}

.form-input {
  color: #222;
  letter-spacing: -.02em;
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 1rem;
  height: 3.25rem;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  transition: all .2s;
  box-shadow: inset 0 0 0 1px #f4f4f4;
}

.form-input:hover, .form-input:focus {
  box-shadow: inset 0 0 0 1px var(--blue);
}

.form-input::placeholder {
  color: #979797;
}

.form-input.is-textarea {
  min-width: 100%;
  max-width: 100%;
  height: 9rem;
}

.paragraph-style-table {
  color: #222;
  letter-spacing: -.02em;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4em;
}

.form-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.paragraph-style-body {
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 10rem;
  padding: 1.125rem 2.5rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.button:hover {
  background-color: var(--dark-blue);
}

.cta-form-link {
  color: var(--blue);
}

.page-bg {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 77vw;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 46.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.company-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.company-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.company-card.is-more {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--blue);
  background-image: linear-gradient(210deg, #7fefe3 40%, #75afff);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.75rem;
}

.company-logo {
  margin-bottom: auto;
}

.company-features {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--gray);
  flex-flow: column;
  font-size: .8125rem;
  display: flex;
}

.stats-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading-highlight {
  box-shadow: inset 0 0 0 2px var(--blue);
  color: var(--blue);
  border-radius: 10rem;
  margin-left: .375rem;
  margin-right: .375rem;
  padding: .25rem 1.25rem;
  display: inline-block;
}

.stats-heading {
  max-width: 70rem;
  font-size: 2rem;
}

.stats-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: stretch;
  max-width: 78rem;
  display: flex;
}

.stats-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

.stats-label {
  color: var(--blue);
  letter-spacing: -.02em;
  font-weight: 500;
}

.stats-value-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.papers-heading {
  text-align: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.25rem;
  font-weight: 500;
}

.papers-wrapper {
  flex-flow: column;
  max-width: 85rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.papers-line {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.papers-line.is-second {
  margin-top: -2rem;
}

.papers-line.is-third {
  margin-top: -6rem;
}

.papers-line.is-fourth {
  margin-top: -3rem;
}

.papers-line.is-fifth {
  margin-top: -4rem;
}

.papers-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  background-color: #f2f5fe00;
  background-image: linear-gradient(0deg, #ffffff03, #fff0);
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 34rem;
  height: auto;
  min-height: 15rem;
  padding: 1.5rem 3.75rem 1.5rem 1.75rem;
  display: flex;
  position: relative;
}

.papers-card:hover {
  background-color: #f2f5fe;
  background-image: linear-gradient(315deg, #fff, #fff0);
}

.papers-card.is-first {
  width: 47%;
  padding-right: 6rem;
}

.papers-card.is-second {
  align-self: flex-end;
  width: 44%;
  margin-right: -6rem;
  padding-right: 4.5rem;
}

.papers-card.is-third {
  width: 47%;
  padding-right: 4.5rem;
  left: -1rem;
}

.papers-card.is-fifth {
  width: 45%;
  padding-right: 5rem;
}

.papers-number {
  box-shadow: inset 0 0 0 1px var(--blue);
  color: var(--blue);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 1;
  display: none;
}

.papers-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.papers-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.papers-desc {
  max-width: 23.75rem;
  font-family: Meta Serif Pro, Arial, sans-serif;
  font-style: italic;
}

.papers-desc.is-wide {
  max-width: 23rem;
}

.papers-img1 {
  z-index: 2;
  opacity: .9;
  pointer-events: none;
  align-self: center;
  position: absolute;
  transform: rotate(-15deg);
}

.papers-img2 {
  z-index: 2;
  opacity: .9;
  pointer-events: none;
  position: absolute;
  right: 30%;
  transform: rotate(15deg);
}

.papers-img3 {
  z-index: 2;
  opacity: .9;
  pointer-events: none;
  align-self: center;
  position: absolute;
  left: 30%;
  transform: rotate(-10deg);
}

.papers-img4 {
  z-index: 2;
  opacity: .9;
  pointer-events: none;
  position: absolute;
  right: 30%;
  transform: rotate(30deg);
}

.papers-img5 {
  z-index: 2;
  opacity: .9;
  pointer-events: none;
  position: absolute;
  left: 30%;
  transform: rotate(-15deg);
}

.sticky-track {
  height: 250vh;
}

.sticky-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 22.5rem;
  display: flex;
  position: relative;
}

.sticky-subtitle {
  letter-spacing: -.04em;
  max-width: 15rem;
  margin-top: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.1;
}

.sticky-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--blue);
  letter-spacing: 0;
  background-image: linear-gradient(210deg, #7fefe3e6 40%, #75afffe6);
  border-radius: 1.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 10rem;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: absolute;
}

.sticky-card.is-second {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080);
  display: flex;
}

.sticky-card.is-first {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border: 1px solid #08b0f0;
  display: flex;
}

.sticky-card.is-third {
  color: var(--white);
  background-image: linear-gradient(#91c73a, #91c73a);
  display: flex;
}

.sticky-card.is-fourth {
  background-image: linear-gradient(#08b0f0, #08b0f0);
  display: flex;
}

.sticky-card.is-fifth {
  color: var(--white);
  background-image: linear-gradient(#00385e, #00385e);
  display: flex;
}

.company-card-name {
  letter-spacing: -.04em;
  font-family: Hero, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

.article-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  margin-bottom: 5rem;
  display: flex;
}

.article-hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 6rem;
  display: flex;
}

.article-main-desc {
  border-bottom: 1px solid var(--gray-50);
  padding-bottom: 2.5rem;
  font-size: 1.25rem;
  font-style: italic;
}

.article-main-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.article-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.article-main-title {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.article-next-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.arrow-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: inset 0 0 0 1px var(--black);
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  line-height: 1;
  transition-property: none;
  display: flex;
}

.article-heading {
  letter-spacing: -.01em;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.1;
}

.article-heading.is-large {
  font-size: 3rem;
}

.sticky-desc {
  max-width: 27.5rem;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 400;
}

.company-heading {
  color: var(--white);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-style: italic;
}

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

.text-blue.is-bold {
  font-weight: 600;
}

.hero-logo {
  display: block;
}

.hero-by {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-family: Meta Serif Pro, Arial, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1;
  display: flex;
  position: relative;
}

.hero-bg {
  background-image: radial-gradient(circle closest-side, #fff, #fff0);
  border-radius: 50%;
  width: 60rem;
  height: 22.5rem;
  position: absolute;
}

.papers-title {
  color: var(--blue);
  font-weight: 600;
}

.cta-heading {
  text-align: center;
  text-transform: none;
  align-self: center;
  min-width: 50rem;
  font-family: Hero, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
}

.article-hero-bg {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.article-hero-bg.is-mobile {
  display: none;
}

.article-hero-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-hero-title {
  letter-spacing: -.01em;
  font-size: 1.5rem;
  font-weight: 600;
}

.article-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -.5rem;
  display: flex;
}

.article-main-tag {
  color: var(--blue);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

.article-read-time {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #828899;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.article-main-subtitle {
  background-color: #f1f3fb;
  border-radius: 1rem;
  padding: 1.5rem;
  font-family: Meta Serif Pro, Arial, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
}

.article-main-subtitle.is-small {
  padding: 1.25rem;
  font-size: 1.125rem;
}

.article-next-heading {
  letter-spacing: -.01em;
  font-size: 2rem;
  line-height: 1.1;
}

.article-next-card {
  background-color: #f1f3fb;
  border-radius: 1.25rem;
  flex-flow: column;
  display: flex;
  overflow: clip;
}

.article-next-card:hover {
  background-color: var(--light-gray);
}

.article-next-img {
  object-fit: cover;
}

.article-next-img.is-mobile {
  display: none;
}

.article-next-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1.25rem;
  display: flex;
}

.article-next-desc {
  font-family: Meta Serif Pro, Arial, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1;
}

.article-next-button {
  border-radius: 10rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .2s;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.article-next-button:hover {
  background-color: #0000000d;
}

.article-hero-underlay {
  display: none;
}

.article-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
  box-shadow: inset 0 0 0 1px #222;
}

.article-back:hover {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--white);
  filter: invert();
  color: #000;
}

.nav-burger {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--blue);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.nav-burger-top, .nav-burger-mid, .nav-burger-bottom {
  background-color: #08b0f0;
  border-radius: .25rem;
  width: 2.5rem;
  height: 2px;
}

.nav-menu {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100dvh;
  padding-top: 5rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
}

.nav-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo {
  color: var(--black);
  font-family: Hero, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  display: none;
}

.nav-links-wrapper {
  flex-flow: column;
  display: flex;
}

.nav-link {
  letter-spacing: -.04em;
  padding: 1.5rem 2.5rem;
  font-family: Hero, Arial, sans-serif;
  font-size: 3.25rem;
  line-height: 1;
}

.nav-link:hover, .nav-link.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.nav-menu-bottom {
  border-top: .5px solid #979797;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.nav-menu-copy {
  letter-spacing: -.02em;
  font-size: 1.125rem;
}

.nav-menu-textlink {
  color: var(--accent);
}

.nav-socials-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.sticky-heading {
  text-transform: capitalize;
  font-family: Hero, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.article-main-img.is-mobile {
  display: none;
}

.papers-heading-span, .line-span {
  display: block;
}

.company-top-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.papers-headline {
  letter-spacing: -.01em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.papers-headline.is-papers-title {
  max-width: 22.5rem;
}

.papers-headline.is-papers-name {
  letter-spacing: 0;
  text-transform: capitalize;
  max-width: 23.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.papers-cta-wrapper {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 1.25rem;
  flex-flow: column;
  max-width: 20rem;
  padding: 1.5rem;
  display: flex;
  position: fixed;
  bottom: .75rem;
  left: .75rem;
}

.papers-cta-form {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.papers-cta-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.papers-cta-title {
  font-size: 2rem;
  font-weight: 500;
}

.papers-cta-highlight {
  font-family: Meta Serif Pro, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.papers-cta-subtitle {
  max-width: 11rem;
  font-weight: 500;
  line-height: 1.3;
}

.papers-cta-input {
  color: var(--white);
  letter-spacing: -.02em;
  background-color: #4073ff;
  border: 1px #000;
  border-radius: 1rem;
  height: auto;
  margin-bottom: 0;
  padding: 1.125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.papers-cta-input::placeholder {
  color: var(--white);
}

.papers-cta-btn {
  background-color: var(--white);
  color: var(--black);
  border-radius: 10rem;
  padding: 1.125rem 2rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 1px 2px #00000026, inset 0 0 0 1px #0000001a;
}

.papers-cta-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.papers-cta-img {
  pointer-events: none;
  position: absolute;
  top: 2rem;
  right: 0;
}

.papers-cta-close {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.papers-cta-close:hover {
  transform: rotate(15deg);
}

.papers-cta-success {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  font-size: 1.125rem;
}

.shield-logo {
  padding-right: 19px;
}

.trust-shield {
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: left;
  margin-top: -4px;
  padding-left: 0;
  padding-right: 58px;
  font-size: 42px;
  font-weight: 700;
  line-height: 47px;
}

.heading-3.display-1 {
  color: #fff;
  padding-right: 20px;
  font-family: Hero, Arial, sans-serif;
  font-weight: 700;
  line-height: 44px;
}

.d-container {
  background-image: var(--image-i38d6e658);
  background-position: 50%;
  background-size: cover;
  padding-top: 109px;
  padding-bottom: 109px;
  font-weight: 900;
}

.d-container.bezoheader {
  background-color: #373643;
  background-image: none;
  border-radius: 5px;
  align-items: center;
  margin: 0 auto 38px;
  padding: 94px 160px 73px;
  display: block;
}

.d-nav-link {
  color: #fff;
  margin-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.partners {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.d-main-buttom {
  background-color: #91c73a;
  border-radius: 5px;
  padding: 12px 51px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.column-12 {
  text-align: right;
  justify-content: center;
  display: block;
}

.spacing-20 {
  color: var(--white);
  text-align: right;
  height: 20px;
}

.partner-images {
  padding-right: 35px;
  display: block;
}

.main-header-col {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  display: flex;
}

.paragraph {
  color: #333;
  text-align: center;
  padding-left: 173px;
  padding-right: 173px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph.bezopara {
  color: #fff;
  padding-left: 99px;
  padding-right: 99px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph.bezopara.bezopara-left {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.bezopara.bezopara-left.extra-padding {
  color: #fff;
  text-align: left;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
}

.paragraph.bezopara.bezopara-left.more-spinch {
  color: #111747;
  margin-bottom: 5px;
  font-weight: 500;
}

.image-49 {
  text-align: right;
}

.company-card-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.company-heading-2 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-style: italic;
}

.company-wrapper-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.company-features-2 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #666;
  flex-flow: column;
  font-size: .8125rem;
  display: flex;
}

.p {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.heading-4 {
  font-family: Hero, Arial, sans-serif;
}

.heading-4.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: .9rem;
}

.text-block.new {
  font-size: .8125rem;
}

.text-block.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-family: Poppins, sans-serif;
}

.text-block-6 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-7 {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.text-block-8, .text-block-9, .text-block-10 {
  font-family: Poppins, sans-serif;
}

.statistic-cell {
  background-color: #e4e4e4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

.heading-style-h3 {
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.statistic-content {
  color: #fff;
  background-color: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 75%;
  padding: 1rem;
  display: flex;
}

.statistic-content._2nd {
  height: 88%;
}

.statistic-content._3rd {
  height: 92%;
}

.statistic-content._4th {
  height: 95%;
}

.benefit-statistics-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-bottom {
  margin: 0 0 8rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.company-wrapper-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.text-block-11 {
  color: #06818e;
  font-size: 16px;
  font-weight: 500;
}

.d-main-buttom-2 {
  background-color: #cf0100;
  border-radius: 5px;
  padding: 12px 51px;
  font-weight: 400;
}

.d-main-buttom-2.green {
  background-color: #06818e;
}

.image-48 {
  width: 569px;
  max-width: 150%;
}

.image-48.main-image {
  max-width: 100%;
}

.feature-item {
  align-items: flex-start;
  display: flex;
}

.image-section {
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
  padding-bottom: 0;
  display: flex;
}

.div-block-128 {
  text-align: center;
  border-bottom: 1px solid #7c80944f;
  padding-bottom: 20px;
}

.extra-padding, .ft-col {
  padding-right: 40px;
}

.item-desc {
  color: #333;
}

.features-group {
  align-items: flex-start;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-2 {
  color: #111747;
  margin-top: 5px;
  font-family: Hero, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.spacing-10 {
  height: 10px;
}

.d-section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 58px 0;
}

.d-section.alt {
  padding-top: 0;
}

.d-section.no-padding {
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-5 {
  color: var(--white);
  font-family: Hero, Arial, sans-serif;
  font-weight: 700;
}

.text-span {
  font-weight: 400;
}

.text-block-12 {
  font-family: Hero, Arial, sans-serif;
  line-height: 1.1;
}

.text-span-2 {
  font-weight: 400;
}

.bold-text {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-6 {
  color: #000;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.mobile_menu {
  display: none;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.dropdown-toggle-2 {
  color: #225081;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 75px;
  padding: 9px 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.paragraph-2 {
  color: #000;
  letter-spacing: normal;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.paragraph-3 {
  color: #000;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.navbar-2 {
  z-index: 100;
  opacity: 1;
  background-color: #fff;
  border-bottom: 1px #f8f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10.5vh;
  min-height: auto;
  margin-top: 0;
  padding: 0 6%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav_links_wrapper {
  display: flex;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.center {
  justify-content: center;
  display: flex;
}

.expand_arrow {
  margin-top: 0;
  margin-left: 8px;
}

.navbar_description {
  color: #000;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  height: 75px;
  padding: 0;
  display: flex;
  position: static;
}

.nav-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.nav-menu-2 {
  background-color: #0000;
  align-items: center;
  display: flex;
  position: static;
}

.heading {
  color: #000;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.max {
  z-index: 2;
  background-color: #f8f7f7;
  min-width: auto;
  max-width: none;
  padding-top: 30px;
  padding-left: 5%;
  position: relative;
}

.heading-2 {
  color: #000;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.text-block-13 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mega_nav_link {
  color: #15113b;
  border-radius: 5px;
  align-items: flex-start;
  padding: 0 0 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.mega_nav_link:hover {
  box-shadow: none;
  opacity: 1;
  transform: none;
}

.logo-dark {
  position: absolute;
  inset: 0%;
}

.nav_link {
  color: #225081;
  border-top: 4px solid #54839100;
  justify-content: center;
  align-items: center;
  height: 75px;
  padding: 9px 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.nav_link:hover {
  color: #225081;
  border-top: 4px #05102d;
}

.dropdown-list-2 {
  inset: 0% 0% auto;
}

.dropdown-list-2.w--open {
  color: #15113b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 0 6% 70px;
  display: flex;
  position: absolute;
  inset: 98% auto auto 0%;
  box-shadow: 1px 1px 13px #0000000f;
}

.button-5 {
  color: #002c14;
  text-align: center;
  background-color: #c3f53d;
  border: 1px solid #002c14;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-5.w--current {
  background-color: #f89698;
}

.button-5.is-shadow {
  color: #fff;
  background-color: #f4712f;
  border-color: #05102d;
  align-self: center;
  font-family: Montserrat, sans-serif;
}

.button-5.is-shadow:hover {
  box-shadow: 0 1px #05102d;
}

.button-5.is-shadow.w--current {
  color: #fff;
  background-color: #05102d;
}

.icon-wrapper {
  background-color: #0000;
}

.hamburger_wrap {
  display: none;
}

._2_col_grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  margin-bottom: 0;
}

._2_col_grid.mega_nav_links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding-top: 40px;
  display: grid;
}

.button-2 {
  color: #fff;
  text-transform: none;
  background-color: #225081;
  border-radius: 3px;
  margin-top: 20px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .35s;
}

.button-2:hover {
  color: #fff;
  background-color: #f5a55c;
  transform: translate(0, -2px);
}

.dropdown-2 {
  color: #2b2b2b;
  border-top: 4px solid #54839100;
  justify-content: center;
  align-items: center;
  height: 75px;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s;
  display: flex;
  position: static;
}

.dropdown-2:hover {
  color: #225081;
  border-top-color: #05102d;
}

.logo-light {
  z-index: 100;
  position: relative;
}

.logo-wrapper {
  position: relative;
}

.expand_arrow-accent {
  margin-top: 0;
  margin-left: 8px;
  position: absolute;
}

.book_demo_content {
  z-index: 1;
  background-color: #f8f7f7;
  flex: 0 auto;
  width: 30%;
  max-width: 600px;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 30px 50px 60px 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.container-2.mega_nav_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mega_menu_title-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-right: 1px solid #05102d;
  flex-flow: column;
  width: auto;
  max-width: none;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 25px;
  display: flex;
}

.nav_menu_subtitles {
  color: #05102d;
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .35s;
}

.nav_menu_subtitles:hover {
  color: #f4712f;
}

.written_content {
  flex: 1;
}

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

.section-2.benefits {
  color: #fff;
  background-color: #008dd2;
  padding-top: 0;
  padding-bottom: 0;
}

.curved-bg-wrap {
  position: relative;
}

.curved-bg-wrap.overlap-top {
  margin-top: 0;
}

._3-col-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.curved-bg-bottom {
  height: 160px;
}

.curved-bg-bottom.benefits-bottom {
  z-index: 2;
  background-image: var(--image-i6f58b856);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}

.curved-bg-top {
  height: 140px;
  position: relative;
}

.curved-bg-top.benefits-top {
  background-image: var(--image-i6f58b856);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
}

.benefit-img {
  flex: 1;
  margin-bottom: 20px;
}

.benefit-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-top-xxsmall {
  margin-top: 10px;
}

.text-size-small-2 {
  font-size: 16px;
}

.contact-form-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 48px;
  position: relative;
  box-shadow: 7px 7px #9ce1fc;
}

.padding-vertical-large {
  color: var(--black);
}

.grid-2-col {
  grid-column-gap: 64px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-grey {
  color: #666;
  font-family: Poppins, sans-serif;
  font-size: .8125rem;
}

.max-xsmall {
  max-width: 550px;
}

.form-success-message {
  color: #fff;
  letter-spacing: .2px;
  background-color: #df7258;
  border-radius: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.button-wrapper {
  perspective: 1000px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.button-wrapper.margin-top-xsmall {
  padding-bottom: 20px;
}

.button-wrapper.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.form-error-message {
  letter-spacing: .2px;
  background-color: #ffc7c7;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.section-title {
  text-transform: none;
  border-bottom: 2px solid #df7258;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.form-field {
  color: #18284a;
  background-color: #fff;
  border: 1px solid #08b0f066;
  border-radius: 7px;
  min-height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: .8125rem;
}

.form-field:focus {
  border-color: #08b0f0b3;
}

.form-field::placeholder {
  color: #18284a80;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.form-field.area-large {
  min-height: 150px;
  padding-top: 20px;
}

.contact-link {
  align-items: center;
  display: flex;
}

.contact-link_icon {
  max-width: 20px;
  margin-right: 10px;
}

.button-6 {
  letter-spacing: 1px;
  transform-style: preserve-3d;
  background-color: #08b0f0;
  border-radius: 12px;
  padding: 1em 2.5em;
  font-family: Hero, Arial, sans-serif;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 8px 20px -8px #08b0f066;
}

.button-6:hover {
  transform: translate3d(0, 0, 10px);
  box-shadow: 0 11px 40px -8px #08b0f073;
}

.button-6:active {
  transform: translate(0);
  box-shadow: 0 11px 40px -8px #08b0f066;
}

.button-6.nav {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: .125em 2em;
  font-size: .8125rem;
  display: flex;
}

.button-6.nav.clear {
  border: 1px solid var(--blue);
  color: var(--black);
  background-color: #fff;
}

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

.heading-7 {
  padding-bottom: 20px;
  font-family: Hero, Arial, sans-serif;
  font-size: 2rem;
}

.text-block-14 {
  font-family: Poppins, sans-serif;
  font-size: .9rem;
}

.primary-button-header {
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  background-color: #f7bd20;
  border: 1px solid #f7bd20;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 9px 36px;
  font-family: Poppins, sans-serif;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

.primary-button-header:hover {
  opacity: 1;
  color: #f7bd20;
  background-color: #fff;
}

.primary-button-header.ml-desctop---20 {
  text-transform: none;
  margin-left: 20px;
  font-size: .8125rem;
  line-height: 1.4em;
}

.arrow-button {
  font-size: 14px;
  font-weight: 400;
}

.nav-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-129 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.div-block-130 {
  padding-bottom: 60px;
}

.side-menu_component {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 22rem;
  height: 130vh;
  padding-top: 20rem;
  display: flex;
  position: fixed;
  inset: -20rem 0 0 auto;
  overflow: visible;
}

.nav_compoenent {
  display: block;
}

.nav_compoenent.mobile {
  display: none;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.menu-icon {
  width: 2rem;
}

.text-size-large-2 {
  font-size: 1.5rem;
}

.navbar_component {
  z-index: auto;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.close-button {
  cursor: pointer;
  background-image: var(--image-f679e78);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 1px solid #2c50fa;
  border-radius: 100vw;
  width: 2rem;
  height: 2rem;
  padding: 0;
  transition: border-color .35s;
}

.close-button:hover {
  border-color: #fff;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-white {
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.nav-link-block {
  flex: 1;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.menu-button {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

.side-menu-wrapper {
  z-index: 14;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start end;
  width: 22rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.logo {
  width: 11rem;
}

.logo.small {
  width: 9rem;
}

.side-menu-background {
  z-index: 1;
  background-color: #2c50fa;
  width: 22rem;
  height: 130vh;
  padding-top: 0;
  position: fixed;
  inset: -20% 0 auto auto;
  overflow: hidden;
  box-shadow: -8px 0 30px #0000003b;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.nav-button-wrapper-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.is-styleguide {
    padding-top: 10rem;
  }

  .footer-address-wrapper {
    font-size: 1.125rem;
  }

  .paragraph-style-table {
    font-size: 1rem;
  }

  .paragraph-style-body {
    font-size: 1.125rem;
  }

  .papers-card.is-first {
    margin-left: 5rem;
    margin-right: auto;
    padding-right: 4rem;
  }

  .papers-card.is-second {
    width: 50%;
    margin-right: -7rem;
    padding-right: 3.75rem;
  }

  .papers-card.is-third {
    padding-right: 3.75rem;
    left: 0;
  }

  .papers-card.is-fifth {
    padding-right: 4rem;
  }

  .papers-img2 {
    right: 26%;
  }

  .papers-img4 {
    right: 29%;
  }

  .papers-img5 {
    left: 28%;
  }

  .article-back {
    left: -12rem;
  }
}

@media screen and (max-width: 991px) {
  .heading-large {
    font-size: 3rem;
  }

  .section {
    padding: 4rem 1.25rem;
  }

  .section.is-sticky {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: static;
  }

  .section.is-papers {
    margin-bottom: 0;
  }

  .section.is-article-hero {
    height: 25rem;
    padding-top: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section.is-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-style-table {
    font-size: .875rem;
  }

  .hero-wrapper {
    max-width: 35rem;
  }

  .company-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .company-card {
    padding: 1rem;
  }

  .company-card.is-chewy {
    display: none;
  }

  .papers-card {
    max-width: 30rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .papers-card.is-first {
    width: 43%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .papers-card.is-second {
    width: 45%;
    margin-right: -4rem;
  }

  .papers-card.is-third {
    width: 45%;
    left: 0;
  }

  .papers-img1, .papers-img2, .papers-img3 {
    width: 20rem;
  }

  .papers-img4 {
    width: 20rem;
    right: 32%;
  }

  .papers-img5 {
    width: 20rem;
  }

  .sticky-track {
    height: auto;
  }

  .sticky-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 40rem;
    display: grid;
  }

  .sticky-subtitle {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-card {
    width: auto;
    height: 10rem;
    font-size: 1.25rem;
    line-height: 1.2;
    position: static;
  }

  .company-card-name {
    font-size: 1rem;
  }

  .arrow-link {
    pointer-events: auto;
  }

  .article-heading.is-large {
    font-size: 2.625rem;
  }

  .cta-heading {
    min-width: 100vw;
  }

  .article-hero-bg {
    height: 60vw;
  }

  .article-hero-wrapper {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .article-hero-title {
    position: relative;
  }

  .article-hero-underlay {
    background-image: radial-gradient(circle closest-side, #fff, #fff0);
    border-radius: 50%;
    width: 100vw;
    height: 20rem;
    display: block;
    position: absolute;
  }

  .article-back {
    display: none;
  }

  .nav-burger {
    height: 2.5rem;
  }

  .nav-logo {
    font-size: 2rem;
  }

  .nav-link {
    padding: 1.25rem;
    font-size: 2.5rem;
  }

  .nav-menu-bottom {
    padding: 2rem 1.25rem;
  }

  .line-span {
    display: inline;
  }

  .company-top-wrapper {
    flex-flow: column;
  }

  .heading-3 {
    font-size: 38px;
  }

  .d-container.bezoheader {
    padding-left: 40px;
    padding-right: 40px;
  }

  .d-nav-link {
    font-weight: 600;
  }

  .d-main-buttom {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
  }

  .main-header-col {
    display: block;
  }

  .company-card-2 {
    padding: 1rem;
  }

  .company-card-2.is-chewy {
    display: none;
  }

  .company-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .p {
    font-weight: 600;
  }

  .heading-4 {
    font-family: Hero, Arial, sans-serif;
  }

  .section-grid-x12 {
    width: 100%;
  }

  .benefit-statistics-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .company-wrapper-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .display-2 {
    margin-left: 50px;
  }

  .heading-5 {
    font-family: Hero, Arial, sans-serif;
    font-weight: 700;
  }

  .text-span {
    font-weight: 400;
  }

  .mobile-nav-link {
    color: #25ceb9;
    cursor: pointer;
    border-bottom: 1px solid #f8f7f7;
    width: 100%;
    text-decoration: none;
  }

  .mobile-nav-link:hover {
    opacity: .6;
  }

  .mobile-nav-link.no_bottom_boarder {
    border-bottom-style: none;
  }

  .mobile_menu {
    z-index: 130;
    background-color: #f3eae4;
    min-height: 100vh;
    margin-top: 65px;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: auto;
    transform: translate(-100%);
  }

  .mobile-nav-link-contain {
    color: #1d1d42;
    border-bottom: 1px solid #15113b;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
  }

  .mobile-nav-link-contain:hover {
    opacity: .6;
  }

  .mobile-nav-link-contain.expand {
    cursor: pointer;
    border-bottom-color: #f9f4f2;
    flex-direction: column;
  }

  .mobile-nav-link-contain.expand:hover {
    opacity: 1;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle-2.w--open {
    position: static;
  }

  .navbar-2 {
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    display: flex;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-menu {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .brand-2 {
    justify-content: flex-start;
  }

  .nav-container-2 {
    width: 100%;
    max-width: 100%;
    min-height: 65px;
    max-height: 65px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-menu-2 {
    background-color: #ffd343;
    width: 100vw;
    margin-top: 84px;
    padding: 10px 60px 20px;
    position: absolute;
    overflow: auto;
  }

  .mobile_menu_content {
    opacity: 1;
    display: block;
  }

  .mobile-links-wrap {
    margin-top: 70px;
    padding: 26px 26px 100px;
    overflow: auto;
  }

  .mega_nav_link {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hamburger_line {
    background-color: #fff;
    width: 25px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
  }

  .nav_link {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 20px;
  }

  .dropdown-list-2.w--open {
    z-index: 1000;
    position: absolute;
    top: 64%;
  }

  .hamburger_wrap {
    cursor: pointer;
    display: block;
  }

  ._2_col_grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  ._2_col_grid.mega_nav_links {
    flex-flow: column wrap;
    display: block;
  }

  .mobile-sub-link {
    text-transform: none;
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
  }

  .button-2 {
    padding: 14px 40px;
  }

  .button-2.mobile_nav_btn {
    margin-top: 0;
    padding: 14px 32px;
  }

  .dropdown-2 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    display: flex;
  }

  .expand_heading {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .container-2.mega_nav_container {
    align-items: flex-start;
    display: flex;
  }

  .arrow_contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -13px;
    display: flex;
  }

  .arrow_line {
    color: #225081;
    background-color: #15113b;
    width: 15px;
    height: 1px;
    padding: 0;
    transform: translate(0, 3px)rotate(45deg);
  }

  .arrow_line.bottom {
    transform: translate(0, 13px)rotate(-45deg);
  }

  .sub_links_header {
    cursor: pointer;
    background-color: #15113b;
    align-items: center;
    min-height: 60px;
    padding: 10px 26px;
    display: none;
  }

  .sub_links_header.login {
    background-color: #f9f4f2;
    justify-content: flex-end;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mega_menu_title-box {
    display: none;
  }

  .sub_links_contain {
    display: block;
  }

  .written_content {
    flex: 1;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .curved-bg-wrap.overlap-top {
    margin-top: -60px;
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .curved-bg-bottom.benefits-bottom, .curved-bg-top.benefits-top {
    height: 100px;
  }

  .benefit-wrap {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-wrapper {
    padding: 40px;
  }

  .padding-vertical-large {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .grid-2-col {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .primary-button-header {
    display: block;
  }

  .primary-button-header.ml-desctop---20 {
    margin-left: 0;
  }

  .nav_compoenent.mobile {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-background {
    z-index: 0;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.04em;
    font-size: 2.5rem;
  }

  h2 {
    letter-spacing: -.04em;
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .heading-xl {
    letter-spacing: -.04em;
    font-size: 2.5rem;
  }

  .heading-large {
    letter-spacing: -.04em;
    font-size: 2.25rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.is-hero {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .section.is-article-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.is-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding: 1rem;
  }

  .nav-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .company-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .company-card.is-talkspace {
    display: none;
  }

  .company-logo {
    width: 2.5rem;
  }

  .heading-highlight {
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: inline;
  }

  .stats-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .papers-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .papers-line {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .papers-line.is-second {
    flex-flow: row-reverse;
    margin-top: 0;
  }

  .papers-line.is-third {
    margin-top: 0;
  }

  .papers-line.is-fourth {
    flex-flow: row-reverse;
    margin-top: 0;
  }

  .papers-line.is-fifth {
    margin-top: 0;
  }

  .papers-card {
    border-radius: 0;
  }

  .papers-card:hover {
    background-color: #f2f5fe00;
  }

  .papers-card.is-first {
    width: auto;
    height: auto;
    padding: 0;
  }

  .papers-card.is-second {
    align-self: auto;
    width: auto;
    height: auto;
    margin-right: 0;
    padding: 0;
  }

  .papers-card.is-third, .papers-card.is-fifth {
    width: auto;
    height: auto;
    padding: 0;
  }

  .papers-img1, .papers-img2, .papers-img3, .papers-img4, .papers-img5 {
    width: 12rem;
    position: static;
    transform: none;
  }

  .sticky-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .sticky-desc {
    font-family: Poppins, sans-serif;
  }

  .article-hero-bg {
    min-height: 100%;
  }

  .nav-menu {
    padding-top: 4.5rem;
  }

  .nav-logo {
    font-size: 2.3rem;
    display: none;
  }

  .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-bottom {
    padding: 1.5rem 1rem;
  }

  .sticky-heading {
    font-family: Hero, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .papers-heading-span {
    display: inline;
  }

  .company-top-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .papers-headline {
    font-size: 1.5rem;
  }

  .papers-cta-wrapper {
    border-radius: 0;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .papers-cta-form {
    margin-top: 1rem;
  }

  .papers-cta-title {
    padding-right: 2rem;
    font-size: 1.75rem;
  }

  .papers-cta-highlight {
    display: inline;
  }

  .papers-cta-subtitle {
    display: none;
  }

  .papers-cta-img {
    top: -1.5rem;
    right: -2rem;
  }

  .heading-3 {
    padding-left: 44px;
    padding-right: 44px;
    font-size: 32px;
    font-weight: 700;
    line-height: 33px;
  }

  .heading-3.display-1 {
    text-align: left;
    padding-left: 0;
  }

  .d-container.bezoheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .partners {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    padding-left: 52px;
    padding-right: 52px;
  }

  .company-card-2.is-talkspace, .company-card-2.is-chewy {
    display: block;
  }

  .company-card-2.is-talkspace {
    display: none;
  }

  .company-wrapper-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-grid-x12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .benefit-statistics-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .company-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .mobile_menu {
    margin-top: 60px;
    transform: translate(-100%);
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-2 {
    min-height: auto;
    padding: 5px 3%;
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-2 {
    height: auto;
  }

  .brand-2.w--current {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-container-2 {
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo-dark {
    max-width: 80%;
  }

  .hamburger_line {
    background-color: #fff;
    height: 2px;
  }

  ._2_col_grid {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .mobile-sub-link {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .button-2.w--current {
    margin-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo-light {
    max-width: 80%;
  }

  .written_content {
    text-align: center;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-form-wrapper {
    border-radius: 15px;
    padding: 36px;
  }

  .grid-2-col {
    grid-row-gap: 45px;
  }

  .button-wrapper {
    margin-top: 45px;
  }

  .side-menu_component {
    overflow: scroll;
  }

  .nav_compoenent {
    display: none;
  }

  .nav_compoenent.mobile {
    z-index: -2147483648;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .text-size-large-2.text-color-white {
    font-family: Hero, Arial, sans-serif;
  }

  .navbar_component {
    background-color: #fff0;
    margin-bottom: 0;
  }

  .close-button {
    border-color: var(--blue);
    background-image: var(--image-241fee59);
  }

  .text-size-tiny.text-color-white.text-style-allcaps.text-style-muted {
    text-transform: none;
  }

  .side-menu-item-wrapper.flex-v.center {
    justify-content: center;
    align-items: center;
  }

  .side-menu-wrapper {
    overflow: hidden;
  }

  .logo {
    width: 9rem;
  }

  .side-menu-background {
    z-index: 6;
    background-color: var(--white);
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button-wrapper-mobile {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .body-medium {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.25rem;
  }

  .heading-medium.is-papers-name {
    font-size: 1.125rem;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.is-hero {
    padding-bottom: 0;
  }

  .section.is-sticky {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-article {
    border-radius: 1rem;
    margin-top: -1rem;
    padding-top: 2rem;
  }

  .section.is-article-hero {
    height: 19.25rem;
    padding-top: 5rem;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-socials-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .nav-button {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .875rem;
    line-height: 1;
  }

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

  .page-bg {
    min-height: 230vw;
  }

  .hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .company-logo {
    width: 2rem;
  }

  .company-features {
    font-size: .75rem;
  }

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

  .papers-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .papers-card:hover {
    background-color: #f2f5fe00;
  }

  .papers-desc {
    font-size: .875rem;
  }

  .papers-img1 {
    flex: none;
    width: 12.5rem;
    margin-right: -2rem;
    transform: rotate(-15deg);
  }

  .papers-img2 {
    flex: none;
    width: 15rem;
    margin-left: -5rem;
    margin-right: -.5rem;
    transform: rotate(30deg);
  }

  .papers-img3 {
    flex: none;
    width: 13.75rem;
    margin-left: -2rem;
    margin-right: -3rem;
    transform: rotate(-20deg);
  }

  .papers-img4 {
    flex: none;
    width: 15rem;
    margin-left: -3rem;
    margin-right: -1rem;
    transform: rotate(15deg);
  }

  .papers-img5 {
    flex: none;
    width: 13rem;
    margin-left: -1rem;
    margin-right: -2rem;
    transform: rotate(-15deg);
  }

  .sticky-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .sticky-card {
    height: auto;
  }

  .sticky-card.is-second {
    padding-left: 2rem;
  }

  .sticky-card.is-first {
    background-image: linear-gradient(#ffffff80, #ffffff80);
    border: 1px solid #08b0f0;
  }

  .article-main-title {
    font-size: 1.25rem;
  }

  .article-next-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .article-heading {
    max-width: 21.25rem;
    font-size: 2rem;
  }

  .article-heading.is-large {
    font-size: 2rem;
  }

  .cta-heading {
    font-family: Hero, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .article-hero-bg {
    height: 150%;
    display: none;
  }

  .article-hero-bg.is-mobile {
    object-position: 50% 0%;
    height: 100%;
    display: block;
  }

  .article-hero-wrapper {
    max-width: 17.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .article-hero-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .article-main-tag {
    font-size: .875rem;
  }

  .article-main-tag.is-next {
    text-transform: uppercase;
    font-size: .8125rem;
  }

  .article-read-time {
    font-size: .875rem;
  }

  .article-main-subtitle {
    padding: 1rem;
    font-size: 1.125rem;
  }

  .article-main-subtitle.is-small {
    padding: 1rem;
  }

  .article-next-heading {
    letter-spacing: -.04em;
    font-size: 1.5rem;
  }

  .article-next-img {
    height: 15rem;
    display: none;
  }

  .article-next-img.is-mobile {
    height: auto;
    display: block;
  }

  .article-next-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .article-next-desc {
    font-size: 1rem;
    line-height: 1.3;
  }

  .article-hero-underlay {
    height: 15rem;
  }

  .nav-menu {
    display: none;
  }

  .nav-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .nav-logo {
    height: 1rem;
    font-size: 1.1rem;
    display: none;
  }

  .nav-link {
    font-size: 2rem;
  }

  .sticky-heading {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .article-main-img {
    display: none;
  }

  .article-main-img.is-mobile {
    display: block;
  }

  .company-top-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .papers-headline {
    font-size: 1.25rem;
  }

  .papers-headline.is-papers-name {
    font-size: 1.125rem;
  }

  .papers-cta-img {
    top: 0;
  }

  .heading-3 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 28px;
  }

  .heading-3.display-1 {
    padding-right: 27px;
    line-height: 38px;
  }

  .d-container.bezoheader {
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-nav-link {
    padding-bottom: 10px;
  }

  .partners {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .partner-images {
    width: 125px;
    padding-right: 0;
  }

  .paragraph {
    padding-left: 29px;
    padding-right: 29px;
    font-size: 16px;
  }

  .paragraph.bezopara {
    padding-left: 41px;
    padding-right: 41px;
  }

  .company-card-2.is-talkspace, .company-card-2.is-chewy {
    display: block;
  }

  .company-wrapper-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .company-features-2 {
    font-size: .75rem;
  }

  .statistic-cell {
    width: 100%;
  }

  .statistic-content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .benefit-statistics-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile_menu {
    margin-top: 56px;
    transform: translate(-100%);
  }

  .navbar-2 {
    padding: 0 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-2.w--current {
    padding-left: 0;
  }

  .nav-container-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-dark {
    max-width: 80%;
  }

  .hamburger_line {
    background-color: #fff;
    height: 2px;
  }

  ._2_col_grid {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .mobile-sub-link {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .button-2.w--current {
    margin-top: 0;
  }

  .logo-light {
    max-width: 80%;
  }

  .written_content {
    text-align: center;
    padding-top: 20px;
  }

  .section-2.benefits {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .curved-bg-wrap.overlap-top {
    margin-top: 0;
  }

  .curved-bg-bottom.benefits-bottom, .curved-bg-top.benefits-top {
    height: 50px;
  }

  .contact-form-wrapper {
    padding: 28px;
  }

  .padding-vertical-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-field {
    min-height: 55px;
  }

  .button-6 {
    border-radius: 10px;
    font-size: 15px;
  }

  .div-block-129 {
    flex-flow: column;
    display: flex;
  }

  .side-menu_component {
    width: 100%;
  }

  .nav_compoenent.mobile {
    z-index: 2147483647;
    background-color: var(--white);
    height: auto;
    padding-left: 1.2px;
    padding-right: 1.25rem;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_component {
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .close-button {
    background-image: var(--image-241fee59);
  }

  .side-menu-item-wrapper.footer {
    font-family: Poppins, sans-serif;
  }

  .side-menu-wrapper, .side-menu-background {
    width: 100%;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-131 {
    z-index: 2147483647;
  }

  .column-13 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cbd75cd3-d4fc-5ac5-dadb-ddb9d5a7206b-2ed0ac9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c00530f5-ecea-d732-20ff-779057aedb51-2ed0ac9d, #w-node-bc0dc19f-f716-6c1d-b2a8-07e02458458c-2ed0ac9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c00530f5-ecea-d732-20ff-779057aedb51-2ed0ac9d, #w-node-bc0dc19f-f716-6c1d-b2a8-07e02458458c-2ed0ac9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce381074-d03c-04b2-1ee8-460520e531ab-20e53196 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    align-self: end;
  }
}


@font-face {
  font-family: 'Meta Serif Pro';
  src: url("/assets/fonts/metaserifpro-book.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Meta Serif Pro';
  src: url("/assets/fonts/metaserifpro-bookitalic.woff2") format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hero 2';
  src: url("/assets/fonts/hero-2.zip") format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl Book';
  src: url("/assets/fonts/suisseintl-book.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url("/assets/fonts/suisseintl-regular.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url("/assets/fonts/suisseintl-medium.otf") format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url("/assets/fonts/suisseintl-semibold.otf") format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero';
  src: url("/assets/fonts/herolight-light.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero';
  src: url("/assets/fonts/herolight-regular.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero';
  src: url("/assets/fonts/herolight-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}