@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

:root {
  --vh: 100vh; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

html.no-smooth-scroll {
  scroll-behavior: auto; }

*,
*::before,
*::after {
  box-sizing: border-box; }

img:not([alt]) {
  box-shadow: 0 0 5px 5px red !important; }

@font-face {
  font-family: "Mark Pro";
  src: local("Mark Pro Heavy"), local("MarkPro-Heavy"), url("../fonts/MarkPro-Heavy.woff2") format("woff2"), url("../fonts/MarkPro-Heavy.woff") format("woff"), url("../fonts/MarkPro-Heavy.ttf") format("truetype"), url("../fonts/MarkPro-Heavy.eot?#iefix") format("embedded-opentype");
  font-display: block;
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Mark Pro";
  src: local("Mark Pro Bold"), local("MarkPro-Bold"), url("../fonts/MarkPro-Bold.woff2") format("woff2"), url("../fonts/MarkPro-Bold.woff") format("woff"), url("../fonts/MarkPro-Bold.ttf") format("truetype"), url("../fonts/MarkPro-Bold.eot?#iefix") format("embedded-opentype");
  font-display: block;
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Eina01";
  src: local("Eina01-Regular"), local("3A2AFF_0_0"), url("../fonts/Eina01-Regular.woff2") format("woff2"), url("../fonts/Eina01-Regular.woff") format("woff"), url("../fonts/Eina01-Regular.ttf") format("truetype"), url("../fonts/Eina01-Regular.eot?#iefix") format("embedded-opentype");
  font-display: block;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Eina01";
  src: local("Eina01-Bold"), local("3A2AFF_0_1"), url("../fonts/Eina01-Bold.woff2") format("woff2"), url("../fonts/Eina01-Bold.woff") format("woff"), url("../fonts/Eina01-Bold.ttf") format("truetype"), url("../fonts/Eina01-Bold.eot?#iefix") format("embedded-opentype");
  font-display: block;
  font-weight: bold;
  font-style: normal; }

.container-breakout,
.slider--breakout,
.templates-grid__slider,
.updates-slideshow__visual,
.video-story__chapters-wrapper,
.home-tabs__breakout,
.page-home__brand-styles-wrapper {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw; }

.read-more-link, .arrow-button, .job-positions__category-heading, .job-positions__entry, .slider__controls button, .home-tabs__tab, .sandwich-video-cta {
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
  border: none;
  background: none;
  appearance: none; }
  * .read-more-link:active, * .arrow-button:active, * .job-positions__category-heading:active, * .job-positions__entry:active, * .slider__controls button:active, .slider__controls * button:active, * .home-tabs__tab:active, * .sandwich-video-cta:active, * .read-more-link:focus, * .arrow-button:focus, * .job-positions__category-heading:focus, * .job-positions__entry:focus, * .slider__controls button:focus, .slider__controls * button:focus, * .home-tabs__tab:focus, * .sandwich-video-cta:focus, * .read-more-link:hover, * .arrow-button:hover, * .job-positions__category-heading:hover, * .job-positions__entry:hover, * .slider__controls button:hover, .slider__controls * button:hover, * .home-tabs__tab:hover, * .sandwich-video-cta:hover {
    text-decoration: none; }

.dragging {
  cursor: grabbing !important;
  user-select: none !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important; }

.scroll-lock {
  overflow-y: hidden;
  height: 100%; }

.svg-symbols {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none; }

.emoji {
  visibility: hidden; }
  .emoji::before {
    position: absolute;
    visibility: visible;
    content: attr(data-content); }

html {
  color: #2b2a35;
  font-family: "Eina01", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 62.5%;
  line-height: 2; }

body {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 40em) {
    body {
      font-size: 1.8rem; } }

a {
  text-decoration: none;
  color: #334ac0; }
  p a,
  li a {
    text-decoration: underline; }

a svg,
button svg {
  pointer-events: none; }

p {
  word-break: break-word; }
  p + p {
    margin: 0 0 1em; }
  p.light {
    color: #8b96a2; }
  p.small {
    font-size: 1.2rem; }

h1,
h2,
h3,
.page-heading,
.heading-large,
.signup-banner__title,
.templates-banner__title,
.heading-medium {
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol"; }

h4,
h5,
h6 {
  font-family: "Eina01", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol"; }

h1,
h2,
h3,
h4,
h5,
h6,
.tagline {
  margin: 0 0 1rem;
  line-height: 1.25; }
  @media (min-width: 40em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .tagline {
      margin-bottom: 1.5rem; } }
  @media (min-width: 60em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .tagline {
      margin-bottom: 2rem; } }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .tagline a {
    display: inline-block;
    color: inherit; }
    h1 a[id],
    h2 a[id],
    h3 a[id],
    h4 a[id],
    h5 a[id],
    h6 a[id],
    .tagline a[id] {
      position: absolute;
      display: block;
      margin-top: -12rem;
      padding-top: 12rem; }
    h1 a:focus, h1 a:hover,
    h2 a:focus,
    h2 a:hover,
    h3 a:focus,
    h3 a:hover,
    h4 a:focus,
    h4 a:hover,
    h5 a:focus,
    h5 a:hover,
    h6 a:focus,
    h6 a:hover,
    .tagline a:focus,
    .tagline a:hover {
      text-decoration: none;
      background-color: #334ac0;
      background-position: 0% 0; }
      .negative h1 a:focus, .negative h1 a:hover, .negative
      h2 a:focus, .negative
      h2 a:hover, .negative
      h3 a:focus, .negative
      h3 a:hover, .negative
      h4 a:focus, .negative
      h4 a:hover, .negative
      h5 a:focus, .negative
      h5 a:hover, .negative
      h6 a:focus, .negative
      h6 a:hover, .negative
      .tagline a:focus, .negative
      .tagline a:hover {
        text-decoration: underline;
        color: inherit;
        background-position: 100% 0; }
  a h1:focus, a h1:hover, a
  h2:focus, a
  h2:hover, a
  h3:focus, a
  h3:hover, a
  h4:focus, a
  h4:hover, a
  h5:focus, a
  h5:hover, a
  h6:focus, a
  h6:hover, a
  .tagline:focus, a
  .tagline:hover {
    text-decoration: underline; }

h1,
.page-heading {
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.2; }
  @media (min-width: 40em) {
    h1,
    .page-heading {
      font-size: 6rem; } }
  @media (min-width: 60em) {
    h1,
    .page-heading {
      font-size: 8rem; } }
  @media (min-width: 112.5em) {
    h1,
    .page-heading {
      font-size: 9rem; } }

h2,
.heading-large,
.signup-banner__title,
.templates-banner__title {
  font-size: 3.4rem;
  font-weight: 800; }
  @media (min-width: 40em) {
    h2,
    .heading-large,
    .signup-banner__title,
    .templates-banner__title {
      font-size: 4.2rem;
      line-height: 1.1; } }
  @media (min-width: 60em) {
    h2,
    .heading-large,
    .signup-banner__title,
    .templates-banner__title {
      font-size: 6rem;
      line-height: 1; } }

h3,
.heading-medium {
  letter-spacing: -0.02em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5; }
  @media (min-width: 40em) {
    h3,
    .heading-medium {
      font-size: 2.4rem;
      line-height: 1.75; } }
  @media (min-width: 60em) {
    h3,
    .heading-medium {
      font-size: 3.6rem;
      line-height: 1.3; } }
  @media (min-width: 80em) {
    h3,
    .heading-medium {
      font-size: 4.2rem; } }

h4,
.large-copy {
  font-size: 1.8rem;
  line-height: 1.5; }
  @media (min-width: 40em) {
    h4,
    .large-copy {
      font-size: 2.1rem;
      line-height: 1.8; } }

h4 {
  font-weight: 600; }
  @media (min-width: 60em) {
    h4 {
      font-size: 2.7rem;
      line-height: 1.5; } }

h5,
h6 {
  font-size: inherit;
  line-height: inherit; }

.tagline {
  display: block;
  margin-bottom: 1em;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #334ac0;
  font-family: "Eina01", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 1.4rem;
  font-weight: 700; }
  @media (min-width: 60em) {
    .tagline {
      margin-bottom: 2em;
      font-size: 1.5rem; } }
  .negative .tagline {
    color: #fff; }

.center {
  text-align: center; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0; }

.page-anchor {
  position: absolute;
  display: block;
  margin-top: -12rem;
  padding-top: 12rem; }

:not(.negative) .section:not(.negative) .text:not(.negative) p,
:not(.negative) .section:not(.negative) .text:not(.negative) li {
  color: #545465; }

.text ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.4em; }
  .text ul + p {
    margin-top: 0; }

.negative {
  color: #fff; }
  .negative a,
  .negative p,
  .negative li {
    color: #fff; }

strong {
  font-weight: 700; }

figcaption {
  max-width: 80rem;
  margin: 0.5em auto 1em;
  text-align: center;
  color: #545465;
  font-size: 1.5rem;
  font-style: italic; }

.read-more-link {
  display: inline-block;
  margin-top: 2rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold; }
  .read-more-link svg {
    margin-left: 0.8rem;
    transition: 0.2s transform ease-in-out;
    fill: currentColor; }
  .read-more-link:hover .read-more-link__content, .read-more-link:focus .read-more-link__content {
    color: #4c66f8;
    background-position: 0% 0%; }
  .negative .read-more-link:hover .read-more-link__content, .negative .read-more-link:focus .read-more-link__content {
    color: white; }
  .read-more-link:hover svg, .read-more-link:focus svg {
    transform: translateX(5px); }

.read-more-link__content {
  transition: background-position 0.5s ease-out, color 0.5s ease-out;
  color: #9758fd;
  border-radius: 0.1rem;
  background-color: #9758fd;
  background-image: linear-gradient(90deg, #9758fd, #4c66f8, #9758fd);
  background-position: 100% 0%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; }
  .negative .read-more-link__content {
    color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-background-clip: unset;
    -moz-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    -moz-text-fill-color: unset; }

ol {
  counter-reset: item; }
  ol li {
    padding-left: 0.5rem;
    counter-increment: item; }
  ol ol {
    margin-left: -4.7rem;
    padding-left: 0; }
    ol ol li {
      padding-left: 4.7rem; }

.long-list ol {
  padding: 0 0 0 4.7rem;
  list-style: none; }
  .long-list ol ol ol li {
    padding-left: 3.2rem; }
    .long-list ol ol ol li > :first-child::before {
      margin-left: -3.2rem;
      content: counter(item, lower-alpha) ")"; }

.long-list li {
  display: block; }
  .long-list li > :first-child::before {
    position: absolute;
    margin-left: -4.7rem;
    content: counters(item, ".") ". "; }

.list-reset {
  padding: 0;
  list-style: none; }
  .list-reset li {
    list-style: none; }

blockquote {
  margin: 4rem 0 4rem 10%; }

.custom-bulleted-item {
  display: inline-block;
  padding: 0 0 0 calc(18px + 0.9rem);
  list-style: none;
  background-image: url("https://res.cloudinary.com/pitch-software/image/upload/f_auto/website-images/checkmarks/checkmark-purple.png");
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  background-size: 18px 18px;
  font-size: 1.6rem;
  font-weight: 600; }
  .custom-bulleted-item.purple {
    background-image: url("https://res.cloudinary.com/pitch-software/image/upload/f_auto/website-images/checkmarks/checkmark-purple.png"); }
  .custom-bulleted-item.white {
    background-image: url("https://res.cloudinary.com/pitch-software/image/upload/f_auto/website-images/checkmarks/checkmark-white.png"); }

.custom-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  padding: 0 1.6rem;
  padding-bottom: 0.25em;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.6rem;
  background: linear-gradient(90deg, #4c66f8, #9758fd);
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 1.3rem;
  font-weight: 700; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 4rem, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.fadeInUp {
  animation: fadeInUp 0.3s ease-out;
  animation-fill-mode: both; }

html {
  overflow-x: hidden; }

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

ul {
  margin: 0;
  padding: 0; }

figure {
  margin: 0; }

iframe {
  border: 0; }

.header-container {
  position: relative;
  z-index: 5; }

.container {
  padding: 0 1.5rem; }
  @media (min-width: 40em) {
    .container {
      padding: 0 calc(18vw - 10rem); } }
  .container.gray {
    background-color: #f6f6f6; }
  .container.blue {
    background: #4966f7 linear-gradient(95.24deg, #4966f7 0%, #8253ff 122.55%); }
  .container.transparent {
    border: none;
    background: none; }
  .container.blue-gradient {
    background: #695bfb linear-gradient(91.56deg, #8253ff 0%, #4966f7 122.55%); }
  .container.green {
    background-color: #7dd2c7; }
  .container.black {
    background-color: #20202c; }
  .container.purple {
    background-color: #586ee0; }
  .container.separator {
    background-color: white;
    background-image: linear-gradient(white, #f6f6f6);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 12rem; }

.container-inner {
  max-width: 138rem;
  margin: 0 auto; }

.text,
.spacing {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 40em) {
    .text,
    .spacing {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (min-width: 60em) {
    .text,
    .spacing {
      padding-top: 8rem;
      padding-bottom: 8rem; } }

.spacing--bottom {
  width: 100%;
  padding-bottom: 3rem; }
  @media (min-width: 40em) {
    .spacing--bottom {
      padding-bottom: 5rem; } }
  @media (min-width: 60em) {
    .spacing--bottom {
      padding-bottom: 8rem; } }

.to-edge {
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

.hidden {
  opacity: 0; }

table {
  border-collapse: collapse; }
  table th,
  table td {
    padding: 0.2em 0.5em;
    border: 0.1rem solid #dddfe5; }

.break-out > img,
.break-out > video {
  display: block;
  width: 100%; }

@media (min-width: 40em) {
  .break-out {
    margin-right: -2rem;
    margin-left: -2rem; } }

@media (min-width: 60em) {
  .break-out {
    margin-right: -10rem;
    margin-left: -10rem; } }

@media (min-width: 75em) {
  .break-out {
    margin-right: -20rem;
    margin-left: -20rem; } }

.svg-filter {
  position: absolute;
  overflow: hidden;
  height: 0;
  opacity: 0; }

[data-lazy-video],
img[data-src] {
  transition: opacity 0.3s;
  opacity: 0; }

[data-lazy-video="loaded"],
img[data-lazyloaded="true"] {
  opacity: 1; }

body *:focus {
  outline: 0.2rem auto #6b53ff; }

body.is-outline-hidden *:focus {
  outline: none !important; }

input[type="text"],
input[type="email"] {
  margin-right: 0.5rem;
  padding: 0.75em 1em 0.7em;
  transition: all 0.1s ease-in-out;
  border: none;
  border: 1px solid #dddfe5;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-appearance: none; }
  input[type="text"]:hover,
  input[type="email"]:hover {
    border-color: #c0c4cf; }
  input[type="text"]:focus,
  input[type="email"]:focus {
    border-color: #334ac0;
    outline: none; }
  .negative input[type="text"], .negative
  input[type="email"] {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent; }
  .negative input[type="text"]::placeholder, .negative
  input[type="email"]::placeholder {
    color: white; }
  .negative input[type="text"]::-ms-input-placeholder, .negative
  input[type="email"]::-ms-input-placeholder {
    color: white; }
  .negative input[type="text"]:focus, .negative
  input[type="email"]:focus {
    border: 1px solid white;
    outline: none; }

.buttons-social {
  display: flex; }
  .buttons-social > * {
    margin-right: 1rem; }

.button-social {
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.85;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .button-social:hover {
    opacity: 1; }
  .button-social.twitter {
    background-image: url("https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/twitter-grey_ja7lze.svg"); }
  .button-social.facebook {
    background-image: url("https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/facebook-grey_ilxkqs.svg"); }
  .button-social.instagram {
    background-image: url("https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/instagram-grey_nvourp.svg"); }
  .button-social.linkedin {
    background-image: url("https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/linkedin-grey_gzjql4.svg"); }
  .button-social.tiktok {
    background-image: url("https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/tiktok-grey_dyuhn7.svg"); }
  .button-social.youtube {
    background-image: url("https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/youtube-grey_wybkbd.svg"); }

.text-button {
  display: inline;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #334ac0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .text-button:focus, .text-button:hover {
    text-decoration: underline; }
  .negative .text-button {
    color: inherit; }

.input-label {
  display: flex; }
  .input-label input {
    flex: 1 1 auto; }
    .input-label input::placeholder {
      opacity: 0; }

.input-label__label {
  position: absolute;
  align-self: center;
  margin: 0 1em 1rem;
  transition: transform 0.3s;
  transform-origin: top left;
  pointer-events: none;
  opacity: 0.6; }
  @media (min-width: 24em) {
    .input-label__label {
      margin-bottom: 0; } }
  .input-label__label::after {
    content: ":";
    transition: opacity 0.3s; }
  :placeholder-shown + .input-label__label {
    transform: translateY(0); }
    :placeholder-shown + .input-label__label::after {
      opacity: 0; }
  .input-label__label,
  :focus + .input-label__label {
    transform: translate(-1em, -2.4em) scale(0.7); }
    @media (min-width: 40em) {
      .input-label__label,
      :focus + .input-label__label {
        transform: translate(-1em, -2.3em) scale(0.7); } }
    .input-label__label::after,
    :focus + .input-label__label::after {
      opacity: 1; }

.article-slider__card {
  position: relative;
  width: 100%;
  padding-bottom: 71.43%; }

.article-slider__card-content {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }
  .article-slider__card-content > :first-child {
    margin-top: 0; }

body.greetings-screen {
  padding: 0; }

#user-info-first-name {
  width: 300px;
  height: 36px;
  margin-bottom: 12px; }

#user-info-last-name {
  width: 300px;
  height: 36px;
  margin-bottom: 18px; }

.greetings-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .greetings-page-wrapper .header {
    padding-top: 24px;
    padding-bottom: 24px; }
  .greetings-page-wrapper > .container.white {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); }

.greetings-form-container {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .greetings-form-container .container-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    border: 1px solid #e6e9eb;
    border-radius: 16px; }
    .greetings-form-container .container-inner p {
      text-align: center; }

.greetings-form {
  max-width: 480px;
  padding: 40px 20px;
  text-align: center;
  font-size: 15px; }
  @media (min-width: 40em) {
    .greetings-form {
      padding: 120px 20px; } }
  .greetings-form h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2; }
    @media (min-width: 40em) {
      .greetings-form h1 {
        font-size: 33px; } }
  .greetings-form p {
    margin-bottom: 36px;
    text-align: left;
    color: #545465;
    font-size: 15px;
    line-height: 1.4; }
  .greetings-form .button {
    width: 300px;
    height: 36px;
    padding: 0;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: #586ee0;
    box-shadow: 0 1px 3px rgba(103, 110, 144, 0.2);
    font-size: 15px;
    font-weight: 400;
    line-height: 1em; }
    .greetings-form .button:disabled {
      opacity: 0.6; }
  .greetings-form .checkbox {
    display: block;
    display: flex;
    align-items: center;
    width: 300px;
    margin: auto;
    margin-bottom: 18px;
    text-align: left;
    color: #545465;
    font-size: 13px;
    line-height: 1.4; }
    .greetings-form .checkbox a {
      text-decoration: none; }
    .greetings-form .checkbox input {
      margin-right: 12px;
      -webkit-appearance: checkbox;
      transform: scale(1.5); }

.article-preview {
  position: relative;
  display: flex;
  flex-direction: column; }
  .slider .article-preview {
    width: 100%; }

.article-preview__media {
  position: relative;
  order: -1;
  margin-bottom: 2rem;
  padding-bottom: 71.43%;
  border-radius: 0.6rem; }

.article-preview__image {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  border-radius: 0.6rem;
  object-fit: contain; }
  a .article-preview__image:hover {
    opacity: 0.85; }

.article-preview__categories {
  order: -1;
  list-style: none;
  text-transform: uppercase;
  color: #586ee0;
  font: 1.2rem "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol"; }

.article-preview__category {
  display: inline; }
  .article-preview__category:not(:first-child)::before {
    margin: 0 0.5rem;
    content: ' • '; }

.article-preview__category-link {
  padding: 0.2em 0 0.1em;
  text-align: center;
  color: transparent;
  border-bottom: 0.15em solid;
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text; }
  .article-preview__category-link:hover, .article-preview__category-link:focus {
    border-bottom-color: #8d49f7; }

.article-preview__header {
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.4; }
  @media (min-width: 40em) {
    .article-preview__header {
      font-size: 2.7rem; } }

.article-preview__teaser-text {
  margin: 0;
  line-height: 1.8; }
  @media (max-width: 80em) {
    .article-preview__teaser-text {
      font-size: 1.6rem; } }

.author {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 1.5rem;
  font-style: normal; }

.author__info {
  color: #545465;
  font-weight: 300;
  line-height: 1.5; }

.author__name {
  color: #545465;
  font-weight: bold; }

.author__image {
  margin-right: 2rem; }
  .author__image img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    object-fit: cover; }

.banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-radius: 0.6rem;
  background: #4966f7 linear-gradient(11.5deg, #4966f7 41.89%, #8253ff 93.69%); }
  .banner.newsletter {
    margin: 0; }
  .banner .banner__fields {
    justify-content: start;
    max-width: 49.8rem; }
  .banner input {
    flex: 1 1 auto; }
  .banner .button {
    white-space: nowrap; }
  .banner .legal-note {
    max-width: 49.8rem;
    text-align: left; }
  .banner .newsletter-response {
    position: static;
    max-width: 49.8rem; }

.banner__content {
  padding: 3rem 3rem 1.5rem; }
  @media (min-width: 80em) {
    .banner__content {
      padding: 4.5rem 6rem 3.5rem; } }

.banner__heading {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 2.4rem; }
  .banner__heading a:hover {
    text-decoration: none !important; }
  @media (min-width: 40em) {
    .banner__heading {
      font-size: 3.6rem; } }
  @media (min-width: 60em) {
    .banner__heading {
      font-size: 4.2rem; } }
  .banner__heading a {
    margin-bottom: -0.2em;
    padding-bottom: 0.2em; }

.banner__subtext {
  margin: 0 0 1.5rem;
  line-height: 1.8; }
  .banner__subtext span {
    opacity: 0.5; }
  .banner__subtext a {
    opacity: 0.8;
    font-weight: 600; }
    .banner__subtext a:hover {
      text-decoration: none;
      opacity: 1; }

.banner__media {
  position: absolute;
  right: 6rem;
  bottom: 0;
  display: none; }
  @media (min-width: 64em) {
    .banner__media {
      display: block; } }
  .banner__media img {
    width: 36vw;
    max-width: 36rem; }

.blockquote--big {
  margin: 4rem 0;
  text-align: center; }
  @media (min-width: 40em) {
    .blockquote--big {
      margin: calc(5vw + 3rem) calc(-18vw + 11rem); } }
  @media (min-width: 75em) {
    .blockquote--big {
      margin: 9rem -20rem; } }
  .blockquote--big > p {
    font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
    font-size: calc(5vw + 0.6rem);
    font-weight: 800;
    line-height: 1.2; }
    @media (min-width: 55em) {
      .blockquote--big > p {
        font-size: 5.4rem; } }
  .blockquote--big footer {
    font-size: calc(2.5vw + 0.8rem);
    font-weight: 600;
    line-height: 1.6; }
    @media (min-width: 40em) {
      .blockquote--big footer {
        line-height: 1.4; } }
    .blockquote--big footer::before {
      content: "― "; }
    @media (min-width: 55em) {
      .blockquote--big footer {
        font-size: 3rem; } }

@media (min-width: 40em) {
  .blockquote--indented {
    margin-top: 6rem;
    margin-bottom: 6rem; } }

.blockquote--indented > p {
  font-size: calc(2.5vw + 0.8rem);
  line-height: 1.6; }
  @media (min-width: 40em) {
    .blockquote--indented > p {
      line-height: 1.4; } }
  @media (min-width: 55em) {
    .blockquote--indented > p {
      font-size: 3rem; } }

.blockquote--indented footer {
  font-size: calc(2vw + 0.8rem);
  line-height: 1.6; }
  @media (min-width: 40em) {
    .blockquote--indented footer {
      line-height: 1.4; } }
  @media (min-width: 55em) {
    .blockquote--indented footer {
      font-size: 2.4rem; } }
  .blockquote--indented footer::before {
    content: "― "; }

.brand-styles {
  --animation-duration: 0.6s;
  width: 100%;
  margin: 0 auto; }
  @media (prefers-reduced-motion: reduce) {
    .brand-styles {
      --animation-duration: 0s; } }
  @media (max-width: 45em) {
    .brand-styles {
      padding: 0; } }
  .brand-styles [data-styles-bump] {
    transform-origin: center center;
    animation: brand-styles__bump var(--animation-duration) ease-in-out;
    animation-play-state: paused; }
  .brand-styles [data-parallax-fact] {
    transform-origin: center center;
    backface-visibility: hidden; }
  .brand-styles [data-style="black"],
  .brand-styles [data-style="colorful"] {
    z-index: 0;
    transition: opacity 0.3s 0.3s linear;
    opacity: 0; }
  .brand-styles[data-current-style="black"] [data-style="black"] {
    z-index: 1;
    transition: opacity 0.3s linear;
    opacity: 1; }
  .brand-styles[data-current-style="colorful"] [data-style="colorful"] {
    z-index: 1;
    transition: opacity 0.3s linear;
    opacity: 1; }
  @media (min-width: 50em) {
    .brand-styles .brand-styles__mobile,
    .brand-styles .brand-styles__mobile[data-gradient-content] {
      display: none; } }
  .brand-styles .brand-styles__desktop,
  .brand-styles .brand-styles__desktop[data-gradient-content] {
    display: none; }
    @media (min-width: 50em) {
      .brand-styles .brand-styles__desktop,
      .brand-styles .brand-styles__desktop[data-gradient-content] {
        display: inline-block; } }
  .brand-styles .home-tabs img {
    width: 4.4rem;
    margin-right: 1.8rem;
    font-size: 0; }

.brand-styles__content {
  position: relative;
  z-index: 0;
  width: 100%;
  pointer-events: none; }
  .brand-styles__content::before {
    display: block;
    padding-bottom: 93.75%;
    content: ''; }
    @media (min-width: 45em) {
      .brand-styles__content::before {
        padding-bottom: 54.75177305%; } }
  .brand-styles__content picture {
    position: absolute; }
    .brand-styles__content picture img {
      width: 100%; }

.brand-styles__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 91.3461538462%;
  margin: auto;
  transition: background 0.3s;
  border-radius: 0.4rem;
  background: #5653ff; }
  @media (min-width: 45em) {
    .brand-styles__background {
      width: 85.1063829787%;
      height: auto;
      border-radius: 0.6rem; } }
  .brand-styles__background::before {
    display: block;
    padding-bottom: 102.6315789474%;
    content: ''; }
    @media (min-width: 45em) {
      .brand-styles__background::before {
        padding-bottom: 58.33333333%; } }
  .brand-styles[data-current-style="black"] .brand-styles__background {
    background: black; }

.brand-styles__background-copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.brand-styles__foreground {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.brand-styles__heading {
  top: 0;
  right: 0;
  left: 0;
  width: 82.1052631579%;
  margin: auto;
  margin-top: 7.368421053%; }
  @media (min-width: 45em) {
    .brand-styles__heading {
      width: 82.5%;
      margin-top: 5%; } }

.brand-styles__copy {
  position: absolute;
  top: 0;
  left: 7.8947368421%;
  width: 82.89473684%;
  max-width: 59.7rem;
  margin: auto;
  margin-top: 18.4210526316%;
  opacity: 0; }
  @media (min-width: 45em) {
    .brand-styles__copy {
      left: 8.5106382979%;
      width: 42.34042553%;
      margin-top: 22.0833333333%; } }
  .brand-styles .brand-styles__copy[data-style] {
    transition: opacity 0.3s, transform 0.4s;
    transform: translateY(20%); }
  .brand-styles[data-current-style="black"] .brand-styles__copy[data-style="black"],
  .brand-styles[data-current-style="colorful"] .brand-styles__copy[data-style="colorful"] {
    transition: opacity 0.3s 0.3s, transform 0.4s 0.3s;
    transform: translateY(0%);
    opacity: 1; }

.brand-styles__typo-right {
  position: absolute;
  top: 50%;
  right: 0.4807692308%;
  width: 39.1826923077%;
  max-width: 37.8rem;
  transform: translateY(-40%); }
  @media (min-width: 45em) {
    .brand-styles__typo-right {
      right: 0;
      width: 26.80851064%;
      transform: translateY(-100%); } }

.brand-styles__floating-items {
  top: 0;
  left: 4.4736842105%;
  width: 76.8421052632%;
  margin-top: 52.6315789474%; }
  @media (min-width: 45em) {
    .brand-styles__floating-items {
      top: -5%;
      left: 1.4166666667%;
      width: 95.83333333%;
      margin-top: 0; } }

.brand-styles__typo-left {
  position: absolute;
  bottom: 7.1794871795%;
  left: 1.9230769231%;
  width: 28.60576923%; }
  @media (min-width: 45em) {
    .brand-styles__typo-left {
      bottom: 0;
      left: 0;
      width: 21.9858156%;
      max-width: 31rem;
      margin-bottom: 0; } }

@keyframes brand-styles__bump {
  0% {
    transform: scale(1, 1); }
  30% {
    transform: scale(0.98); }
  100% {
    transform: scale(1, 1); } }

.button {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 4.2rem;
  padding: 0 1.5em;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 1.1em; }
  .button:hover {
    text-decoration: none; }
  .button.small {
    height: 3.2rem;
    padding: 0 1em; }
  .button.big {
    height: 4.8rem;
    padding: 0 3em; }
  .button.outline {
    background-image: linear-gradient(90deg, #8d49f7, #6b53ff); }
    .button.outline::before {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      content: "";
      transition: opacity 0.2s ease-in-out;
      border: 2px solid transparent;
      border-radius: inherit;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }
    .button.outline .background {
      border: 1px solid transparent;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }
    .button.outline:hover .background {
      opacity: 0; }
    .negative > .header:not(.toggle-active) .button.outline::before,
    .negative > :not(.header) .button.outline::before {
      display: none; }
    .negative > .header:not(.toggle-active) .button.outline .background,
    .negative > :not(.header) .button.outline .background {
      opacity: 1;
      border: none; }
  .button.gradient-blue, .button.gradient-orange {
    --position-x: 0%;
    transform: translateZ(0); }
    .button.gradient-blue .background, .button.gradient-orange .background {
      width: 200%;
      height: 100%;
      transform: translateX(var(--position-x));
      opacity: 0; }
    .button.gradient-blue .body, .button.gradient-orange .body {
      background: none; }
    .button.gradient-blue:hover .background, .button.gradient-blue:focus .background, .button.gradient-orange:hover .background, .button.gradient-orange:focus .background {
      opacity: 1; }
    .negative > .header:not(.toggle-active) .button.gradient-blue .background,
    .negative > :not(.header) .button.gradient-blue .background, .negative > .header:not(.toggle-active) .button.gradient-orange .background,
    .negative > :not(.header) .button.gradient-orange .background {
      transform: translateX(0);
      opacity: 1; }
  .button.gradient-blue {
    background-image: linear-gradient(90deg, #8d49f7, #6b53ff); }
    .button.gradient-blue .background {
      background-image: linear-gradient(90deg, #6b53ff, #8d49f7, #6b53ff); }
    .button.gradient-blue .body {
      color: white; }
  .button.gradient-orange {
    background-image: linear-gradient(90deg, #ffd02c, #ff9e2c); }
    .button.gradient-orange .background {
      background-image: linear-gradient(90deg, #ff9e2c, #ffd02c, #ff9e2c); }
    .button.gradient-orange .body {
      color: #371789; }
  .negative > .header:not(.toggle-active) .button,
  .negative > :not(.header) .button,
  .button .light, .button {
    background: none; }
    .negative > .header:not(.toggle-active) .button .background,
    .negative > :not(.header) .button .background,
    .button .light .background, .button .background {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
      pointer-events: none;
      border-radius: inherit;
      background-color: #fff;
      background-image: none; }
    .negative > .header:not(.toggle-active) .button .body,
    .negative > :not(.header) .button .body,
    .button .light .body, .button .body {
      position: relative;
      display: block;
      padding: 0.2em 0 0.3em;
      text-align: center;
      white-space: nowrap;
      pointer-events: none;
      color: transparent;
      background-image: linear-gradient(90deg, #8d49f7, #6b53ff);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text; }
      .negative > .header:not(.toggle-active) .button .body .emoji,
      .negative > :not(.header) .button .body .emoji,
      .button .light .body .emoji, .button .body .emoji {
        color: #334ac0; }
    .negative > .header:not(.toggle-active) .button:hover .background, .negative > .header:not(.toggle-active) .button:focus .background,
    .negative > :not(.header) .button:hover .background,
    .negative > :not(.header) .button:focus .background,
    .button .light:hover .background,
    .button .light:focus .background, .button:hover .background, .button:focus .background {
      background-color: #f6f6f6; }
  .button[disabled], .button.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background: none; }
    .button[disabled] .background, .button.disabled .background {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.12);
      background-image: none; }
    .button[disabled] .body, .button.disabled .body {
      color: #fff;
      background: none; }
    .button[disabled]:hover .background, .button[disabled]:focus .background, .button.disabled:hover .background, .button.disabled:focus .background {
      background-color: rgba(0, 0, 0, 0.1); }

.arrow-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 50%; }
  .arrow-button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.2s background ease-in-out, 0.15s transform ease-out;
    border: 1px solid #dddfe5;
    border-radius: 50%; }
  .arrow-button:active::before {
    transform: scale(0.85);
    background: #f6f6f6; }
  @media (hover: hover) {
    .arrow-button:hover::before {
      background: #f6f6f6; } }
  .arrow-button .arrow-button__icon {
    position: relative;
    transition: 0.2s fill ease-in-out;
    fill: #2b2a35; }

.arrow-button--light::before {
  border-color: rgba(255, 255, 255, 0.4); }

.arrow-button--light .arrow-button__icon {
  fill: rgba(255, 255, 255, 0.4); }

.arrow-button--light:active::before {
  background: #fff; }

.arrow-button--light:active .arrow-button__icon {
  fill: #6b53ff; }

@media (hover: hover) {
  .arrow-button--light:hover::before {
    background: #fff; }
  .arrow-button--light:hover .arrow-button__icon {
    fill: #6b53ff; } }

.arrow-button--big {
  width: 5.6rem;
  height: 5.6rem; }

.arrow-button--prev .arrow-button__icon {
  transform: scaleX(-1) translateX(1px); }

.arrow-button--next .arrow-button__icon {
  transform: translateX(1px); }

.columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 60em) {
    .columns {
      margin-right: -2rem;
      margin-left: -2rem; } }
  @media (min-width: 60em) {
    .columns {
      flex-direction: row; } }
  .columns .column {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 0 4rem; }
    @media (min-width: 40em) {
      .columns .column {
        margin: 2rem; } }
  .columns .column-card {
    display: flex;
    overflow: hidden;
    flex: 1;
    flex-direction: column;
    padding: 3.6rem;
    border-radius: 0.8rem;
    box-shadow: 0 0 0 1px #dddfe5; }
    .columns .column-card.centered {
      align-items: center; }
    .columns .column-card.negative {
      background: linear-gradient(91.14deg, #4966f7 0%, #8253ff 122.55%);
      box-shadow: none; }
    .columns .column-card.gray {
      background-color: #f6f6f6; }
    .columns .column-card.centered-image {
      display: flex;
      align-items: center;
      justify-content: center; }
      .columns .column-card.centered-image img {
        min-width: 40%; }
    .columns .column-card.no-padding {
      padding: 0; }
  @media (min-width: 60em) {
    .columns h2,
    .columns .heading-large,
    .columns .signup-banner__title,
    .columns .templates-banner__title {
      font-size: 4.2rem;
      line-height: 1.1; } }
  @media (min-width: 100em) {
    .columns h2,
    .columns .heading-large,
    .columns .signup-banner__title,
    .columns .templates-banner__title {
      font-size: 6rem;
      line-height: 1; } }

.column-card-top {
  flex: 1; }
  .column-card-top.getting-started {
    max-width: 46rem; }

.column-meta {
  display: flex;
  justify-content: space-between;
  padding: 1em 0; }
  .column-meta a:focus, .column-meta a:hover {
    text-decoration: underline; }

.company-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 4rem 2rem 4rem 1.5rem;
  color: white;
  border-radius: 2.6rem; }
  @media (min-width: 45em) {
    .company-stats {
      padding: 7.4rem 6rem 8rem 5rem; } }

.company-stats__item {
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1; }
  .company-stats__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 23em) {
    .company-stats__item {
      width: calc(50% - 4.5rem); }
      .company-stats__item:nth-child(3) {
        margin-bottom: 0; } }
  @media (min-width: 86.25em) {
    .company-stats__item {
      width: auto;
      margin-bottom: 0; } }
  .company-stats__item:nth-child(1) {
    animation-delay: 250ms; }
  .company-stats__item:nth-child(2) {
    animation-delay: 400ms; }
  .company-stats__item:nth-child(3) {
    animation-delay: 550ms; }
  .company-stats__item:nth-child(4) {
    animation-delay: 700ms; }
  .company-stats__item dt {
    margin-bottom: 2rem;
    font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
    font-size: 4rem;
    font-weight: bold;
    line-height: 1; }
    @media (min-width: 45em) {
      .company-stats__item dt {
        font-size: 8rem; } }
    .company-stats__item dt span {
      display: inline-block;
      margin-top: 0.16em;
      vertical-align: top;
      font-size: 0.6em; }
  .company-stats__item dd {
    margin: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 1.4rem;
    font-weight: bold; }
    @media (min-width: 45em) {
      .company-stats__item dd {
        font-size: 1.6rem; } }

body.consent-screen {
  padding: 0; }

.consent-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .consent-page-wrapper .header {
    padding-top: 24px;
    padding-bottom: 24px; }
  .consent-page-wrapper > .container.white {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); }

.consent-form-container {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding-top: 20px;
  padding-bottom: 20px; }
  .consent-form-container a {
    text-decoration: underline;
    color: #576ee0; }
  .consent-form-container .container-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    border: 1px solid #e6e9eb;
    border-radius: 16px; }

.consent-form {
  max-width: 480px;
  padding: 40px 20px;
  font-size: 15px; }
  @media (min-width: 40em) {
    .consent-form {
      padding: 120px 20px; } }
  .consent-form h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2; }
    @media (min-width: 40em) {
      .consent-form h1 {
        font-size: 30px; } }
  .consent-form p {
    margin-bottom: 36px;
    text-align: left;
    color: #545465;
    font-size: 15px;
    line-height: 1.4; }
  .consent-form .button {
    width: 100%;
    height: 36px;
    padding: 0;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: #586ee0;
    box-shadow: 0 1px 3px rgba(103, 110, 144, 0.2);
    font-size: 15px;
    font-weight: 400;
    line-height: 1em; }
    .consent-form .button:disabled {
      opacity: 0.6; }
  .consent-form .checkbox {
    display: block;
    display: flex;
    align-items: center;
    margin-bottom: 42px;
    text-align: left;
    color: #545465;
    line-height: 1.4; }
    .consent-form .checkbox input {
      margin-right: 18px;
      -webkit-appearance: checkbox; }

.cookies-wrapper {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: none;
  align-items: center;
  justify-content: center;
  max-width: 48rem;
  padding: 1.5rem;
  border-radius: 0.6rem;
  background-color: #fff;
  box-shadow: 0 2rem 9rem rgba(10, 3, 89, 0.3), 0 0 0 0.1rem rgba(0, 0, 0, 0.02); }
  @media (min-width: 38em) {
    .cookies-wrapper {
      right: auto;
      bottom: 2rem;
      left: 2rem;
      padding: 2rem; } }
  @media (min-width: 60em) {
    .cookies-wrapper {
      padding: 3rem; } }

.cookies {
  display: flex;
  flex-direction: column;
  max-width: 80rem;
  text-align: left;
  font-size: 1.3rem; }
  @media (min-width: 40em) {
    .cookies {
      font-size: 1.5rem; } }

@media (max-width: 40em) {
  .cookies-message {
    margin: 0 0 1.5rem 0;
    line-height: 1.5em; } }

.cookies-message > p:first-child {
  margin-top: 0; }

.cookie-actions {
  display: flex;
  justify-content: end; }
  .cookie-actions > :first-child {
    margin-right: 1em;
    margin-left: auto; }
  .cookie-actions > :nth-child(2) {
    width: 50%; }

.cookies-close {
  position: absolute;
  top: 1em;
  right: 1em;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-left: 1rem;
  cursor: pointer;
  border: 0;
  background: url("https://res.cloudinary.com/pitch-software/image/upload/website-images/images/close.svg") no-repeat center; }
  .cookies-close:hover {
    border-radius: 0.3rem;
    background-color: rgba(51, 74, 192, 0.04); }

.cookie-options .modal-inner {
  display: block;
  text-align: left; }
  @media (min-width: 40em) {
    .cookie-options .modal-inner {
      padding: 4.5rem; } }

.cookie-modal__heading {
  margin-bottom: 0; }
  @media (min-width: 60em) {
    .cookie-modal__heading {
      font-size: 4.2rem;
      line-height: 1.1; } }

.cookie-category {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0 1.2rem; }

.cookie-category__label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-weight: 600; }
  .cookie-category__label + p {
    margin-top: 0; }

.cookie-category__check {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.4em 0;
  grid-row: 1 / span 2; }

.cookie-modal__actions {
  position: sticky;
  bottom: 0;
  margin: 3rem -3rem -3rem;
  padding: 1.5rem 3rem;
  background: white;
  box-shadow: 0 0.2rem 1.5rem rgba(103, 110, 144, 0.2), 0 0 0 0.1rem rgba(103, 110, 144, 0.05); }
  @media (min-width: 40em) {
    .cookie-modal__actions {
      margin: 4.5rem -4.5rem -4.5rem;
      padding: 1.8rem 4.5rem; } }

.not-found {
  position: relative;
  width: 100%;
  padding-top: 50%; }
  @media (max-width: 40em) {
    .not-found {
      padding-top: 80%; } }

.not-found-image {
  position: absolute; }

.space-otto {
  z-index: 2;
  top: 13.3%;
  left: 24%;
  width: 33%;
  animation: space-otto 4s ease-in-out infinite; }
  @media (max-width: 40em) {
    .space-otto {
      top: 8.3%;
      left: 7.5%;
      width: 60%; } }

@keyframes space-otto {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(15px); }
  100% {
    transform: translateY(0); } }

.saturn-purple {
  z-index: 1;
  top: 18.7%;
  left: 35.7%;
  width: 34%;
  animation: saturn-purple 4.5s ease-in-out infinite; }
  @media (max-width: 40em) {
    .saturn-purple {
      top: 13.7%;
      left: 29%;
      width: 60%; } }

@keyframes saturn-purple {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

.planet-blue {
  top: 34%;
  left: 12.6%;
  width: 11%;
  animation: planet-blue 4s ease-in-out infinite; }

@keyframes planet-blue {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }

.bone {
  z-index: 3;
  top: 25.2%;
  left: 50.4%;
  width: 10.3%;
  animation: bone 3.6s ease-in-out infinite; }
  @media (max-width: 40em) {
    .bone {
      top: 20.2%;
      left: 55%;
      width: 20%; } }
  .bone img {
    transition: 0.5s transform; }
  .bone:hover img, .bone:focus img {
    transform: scale(1.1) rotate(8deg); }

@keyframes bone {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.moon-pink {
  top: 0%;
  left: 71.4%;
  width: 15.6%;
  animation: moon-pink 4.8s ease-in-out infinite; }

@keyframes moon-pink {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(12px); }
  100% {
    transform: translateY(0); } }

.sat {
  top: 50.8%;
  left: 76.6%;
  width: 9.9%;
  animation: sat 4s ease-in-out infinite; }

@keyframes sat {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }

.planet-yellow {
  top: 74.8%;
  left: 66.3%;
  width: 8.3%;
  animation: planet-yellow 4.8s ease-in-out infinite; }

@keyframes planet-yellow {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(12px); }
  100% {
    transform: translateY(0); } }

@media (max-width: 40em) {
  .moon-pink,
  .planet-blue,
  .planet-yellow,
  .sat {
    display: none; } }

.not-found__game-link {
  font-size: 1.4rem; }
  .not-found__game-link a::after {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    vertical-align: middle;
    background-image: url("https://res.cloudinary.com/pitch-software/image/upload/website-images/images/arrow-ne.svg"); }

@media (min-width: 80em) {
  .feature-preview__body {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.feature-preview__body--inverted {
  flex-direction: row-reverse; }

@media (min-width: 80em) {
  .feature-preview__content {
    width: 48rem;
    text-align: left; } }

.feature-preview__title {
  font-weight: 700; }

@media (min-width: 80em) {
  .feature-preview__description {
    max-width: 100%; } }

.feature-preview__bulleted-list {
  padding: 0;
  list-style: none; }

.feature-preview__bulleted-item:not(:first-child) {
  margin-top: 0.6rem; }

.feature-preview__visual {
  position: relative;
  overflow: hidden;
  margin-top: 5rem; }
  @media (min-width: 80em) {
    .feature-preview__visual {
      width: calc(100% - 48rem - 8rem);
      margin-top: 0; } }

.feature-preview__visual--shadow {
  border-radius: 0.45rem;
  filter: drop-shadow(0 0 15px rgba(26, 32, 66, 0.26)); }

.feature-preview__visual--mask-left > * {
  -webkit-mask-image: linear-gradient(90deg, transparent, black 50%);
  mask-image: linear-gradient(90deg, transparent, black 50%); }

.feature-preview__visual--mask-right > * {
  -webkit-mask-image: linear-gradient(90deg, black 50%, transparent);
  mask-image: linear-gradient(90deg, black 50%, transparent); }

.feature-preview__image {
  width: 100%; }

.feature-preview__video {
  width: 100%; }

#usecase_pitchdecks-feature_2 .feature-preview__visual,
#usecase_salesdecks-feature_2 .feature-preview__visual {
  overflow: visible; }
  #usecase_pitchdecks-feature_2 .feature-preview__visual::before,
  #usecase_salesdecks-feature_2 .feature-preview__visual::before {
    display: block;
    padding-bottom: 49.5%;
    content: ""; }
  #usecase_pitchdecks-feature_2 .feature-preview__visual .feature-preview__image,
  #usecase_salesdecks-feature_2 .feature-preview__visual .feature-preview__image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-52.5%); }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.tagline a, .gradient-hover {
  transition: background-position 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  background-color: currentColor;
  background-image: linear-gradient(90deg, #8d49f7 0%, #6b53ff 46%, currentColor 54%, currentColor 100%);
  background-position: 100% 0;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-size: 220% 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; }
  h1 a .emoji,
  h2 a .emoji,
  h3 a .emoji,
  h4 a .emoji,
  h5 a .emoji,
  h6 a .emoji,
  .tagline a .emoji, .gradient-hover .emoji {
    -webkit-text-fill-color: currentColor;
    -moz-text-fill-color: currentColor; }

@media (hover: hover) {
  .gradient-hover:hover {
    background-position: 0% 0; } }

.footer {
  display: grid;
  grid-template-areas: "product templates" "legal company" "divider divider" "logo logo" "social social";
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3rem;
  margin-top: -1px;
  padding: 8rem 0;
  text-align: left;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  font-size: 1.6rem; }
  @media (min-width: 48em) {
    .footer {
      grid-template-areas: "product product templates templates" "legal legal company company" "divider divider divider divider" "logo logo logo social";
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 60em) {
    .footer {
      grid-template-areas: "product templates legal company" "divider divider divider divider" "logo logo logo social";
      grid-template-columns: repeat(4, 1fr); } }
  .footer .buttons-social {
    margin-top: -2px;
    padding-bottom: 2px; }
    .footer .buttons-social > * {
      margin-right: 1.5rem; }
    .footer .buttons-social > *:last-child {
      margin-right: 0; }
    @media (min-width: 48em) {
      .footer .buttons-social {
        justify-content: flex-end; } }

.footer__header {
  display: block;
  margin: 0 0 1rem;
  letter-spacing: 0;
  font: inherit;
  font-weight: bold; }

.footer__links > a {
  display: block;
  padding: 0.25ch 0; }

.footer__links > a,
.footer__links button {
  color: inherit; }
  .footer__links > a:focus, .footer__links > a:hover,
  .footer__links button:focus,
  .footer__links button:hover {
    text-decoration: underline; }

.footer__links .external {
  padding-left: 0.8rem; }

.footer__links--products {
  grid-area: products; }

.footer__links--templates {
  grid-area: templates; }

.footer__links--legal {
  grid-area: legal; }

.footer__links--company {
  grid-area: company; }

.footer__links--social-links {
  grid-area: social;
  align-self: center; }

.footer__logo {
  display: flex;
  align-items: flex-end;
  align-self: center;
  flex-wrap: wrap;
  grid-area: logo;
  margin-top: -6px;
  padding-bottom: 6px; }
  .footer__logo p {
    margin: 0; }
  .footer__logo .logo {
    display: block;
    margin-right: 1.2rem;
    margin-bottom: 0.8rem;
    color: inherit; }

.footer__divider {
  grid-area: divider;
  height: 1px;
  margin-top: 14px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12); }

.founder {
  position: relative;
  text-align: left; }
  .founder::before {
    display: block;
    padding-bottom: 75%;
    content: ''; }

.founder__overlay {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3rem 2rem 1.5rem;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  color: white;
  background: linear-gradient(180deg, rgba(47, 47, 48, 0) 0%, #262e38 100%); }
  .founder.toggle-active .founder__overlay,
  .founder:hover .founder__overlay,
  .founder:focus .founder__overlay,
  .founder:focus-within .founder__overlay {
    pointer-events: auto;
    opacity: 1; }
  @media (max-width: 40em) {
    .founder__overlay {
      padding: 1rem; } }
  .founder__overlay .founder__name,
  .founder__overlay .founder__role,
  .founder__overlay .founder__social {
    margin: 0;
    color: inherit; }

.founder__name {
  margin-bottom: 0.3rem;
  line-height: 1.2; }
  @media (max-width: 50em) {
    .founder__name {
      font-size: 1em; } }

.founder__role {
  line-height: 1.4; }
  @media (max-width: 50em) {
    .founder__role {
      font-size: 0.875em; } }

.founder__social {
  display: flex; }

.founder__social-link {
  display: inline-flex;
  width: 1.75em;
  height: 1.75em;
  margin-bottom: -0.25em;
  margin-left: 0.5em;
  padding: 0.25em;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.8); }
  .founder__social-link:first-child {
    margin-left: -0.25em; }
  .founder__social-link:hover, .founder__social-link:focus {
    opacity: 1; }

.founder__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.gradient-block {
  --gradient-rotation: 0deg;
  background: linear-gradient(var(--gradient-rotation), #8d49f7, #6b53ff); }

/**
 * Hamburger - adapted squeeze variant
 * https://jonsuh.com/hamburgers/
 * https://github.com/jonsuh/hamburgers
 * MIT license
 */
.hamburger {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  height: 2.2rem;
  margin-left: 1.5rem;
  padding: 0.3rem;
  cursor: pointer;
  color: inherit;
  border: none;
  background: none; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -0.1rem;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.075s; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    position: absolute;
    width: 2.6rem;
    height: 0.2rem;
    transition-property: transform;
    border-radius: 0.15rem;
    background-color: currentColor; }
  .hamburger-inner::before, .hamburger-inner::after {
    display: block;
    content: ""; }
  .hamburger-inner::before {
    top: -0.7rem;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger-inner::after {
    bottom: -0.7rem;
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .toggle-active .hamburger-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg); }
    .toggle-active .hamburger-inner::before {
      top: 0;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease;
      opacity: 0; }
    .toggle-active .hamburger-inner::after {
      bottom: 0;
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: rotate(-90deg); }

.hero {
  z-index: 1;
  padding: 0;
  text-align: center; }
  .reduced-motion .hero {
    height: auto; }
  .hero .container-inner {
    max-width: none;
    height: 100%; }

.hero-ui {
  position: absolute;
  z-index: -1;
  top: 0.6em;
  left: 50%;
  display: block;
  width: 16.25em;
  max-width: none;
  margin-top: -3.75em;
  margin-left: -8.75em;
  opacity: 0;
  will-change: opacity; }

.hero-scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  height: calc(100vh + 5vw);
  margin-top: -7rem;
  margin-bottom: 0;
  animation: fadein 0.5s; }
  @media (max-width: 45em) {
    .hero-scroll-container {
      margin-top: -6rem; } }

.hero-transform-target {
  height: 100%;
  transform-origin: 50% 40%;
  font-size: 12vw;
  will-change: transform; }
  @media (min-width: 80em) {
    .hero-transform-target {
      font-size: 10vw; } }

.hero-headline {
  position: absolute;
  top: 26vh;
  right: 0;
  left: 0;
  max-width: 8ch;
  margin: 0 auto;
  color: black; }

.hero-inverted {
  color: white;
  background-color: #334ac0; }

.hero-headline-text {
  display: block; }

.hero-intro {
  position: absolute;
  z-index: 1;
  top: 32vh;
  left: 50%;
  width: 80vw;
  max-width: 42ch;
  margin-top: calc(34vw - 2em);
  padding: 0 2rem;
  transform: translate(-50%, -50%);
  color: #545465;
  font: inherit;
  font-size: calc(0.125em + 0.8rem);
  line-height: 1.75; }
  @media (min-width: 80em) {
    .hero-intro {
      margin-top: 22vw;
      transform: translate(-50%, 0);
      font-size: calc(0.1em + 0.75rem); } }

.hero-hand {
  position: absolute;
  top: -1.15em;
  left: 50%;
  width: 10em;
  max-width: none;
  margin-left: -5em;
  pointer-events: none; }

.home-heading {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4.5rem;
  text-align: center; }
  @media (min-width: 60em) {
    .home-heading {
      margin-bottom: 5rem; } }

.home-heading__title {
  display: block;
  width: 100%;
  max-width: 68rem; }
  @media (min-width: 32em) {
    .home-heading__title {
      width: 75%; } }

.home-heading__paragraph {
  display: block;
  max-width: 56rem;
  margin-bottom: 0; }

:root {
  --hero-size: calc(5vw + 1rem);
  --subtext-size: calc(1rem + 1vw);
  --ui-translateY: calc(var(--subtext-size) * 6 + 4 * var(--hero-size)); }
  @media (min-width: 75em) {
    :root {
      --subtext-size: 2.2rem; } }
  @media (min-width: 137.5em) {
    :root {
      --hero-size: 12rem; } }
  @media (min-width: 60em) and (max-height: 50em) {
    :root {
      --hero-size: calc(9vh + 1rem); } }

.home-hero {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 0.5em 0 3rem;
  text-align: center;
  font-size: var(--hero-size); }
  @media (max-width: 15em) {
    .home-hero {
      --ui-translateY: calc(var(--subtext-size) * 7 + 4em); } }

.home-hero__duration {
  height: calc(var(--ui-translateY) + 6rem); }
  @media (prefers-reduced-motion: reduce) {
    .home-hero__duration {
      display: none; } }

.home-hero__editor-1 {
  --avatar-color: #aab6fe;
  --animation-delay: 0s; }

.home-hero__editor-2 {
  --avatar-color: #fdd60d;
  --animation-delay: 1s; }

.home-hero__interaction {
  position: sticky;
  top: calc(var(--navigation-height) + 1vh);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em 0; }
  @media (prefers-reduced-motion: reduce) {
    .home-hero__interaction {
      position: static; } }

.home-hero__headline {
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 93vw;
  min-height: 52vw;
  margin: 0 auto;
  transform: translate(0, -2.5em) scale(1);
  will-change: transform;
  backface-visibility: hidden;
  word-wrap: anywhere;
  font-size: 1em; }
  @media (min-width: 40em) {
    .home-hero__headline {
      max-width: 14.15em;
      min-height: 7.96em; } }
  @media (prefers-reduced-motion: reduce) {
    .home-hero__headline {
      transform: translate(0.69em, 0.25em) scale(0.8) !important;
      color: white; } }

.home-hero__headline-line {
  position: relative;
  display: inline-block;
  margin: 0.2rem auto;
  backface-visibility: hidden;
  padding: 0 0.1em 0.15em;
  transition: color 0.3s;
  animation: fadeInUp 0.4s ease;
  animation-fill-mode: backwards;
  line-height: 1;
  will-change: opacity; }
  @supports (-moz-appearance: none) {
    .home-hero__headline-line {
      padding: 0.1em; } }
  .home-hero__headline-line::before {
    position: absolute;
    bottom: 100%;
    left: -1px;
    display: block;
    padding: 0.1em 0.4em;
    content: attr(data-editor);
    transition: opacity 0.1s 0.25s;
    opacity: 0;
    color: #000;
    border-radius: 0.3rem 0.3rem 0 0;
    background: var(--avatar-color);
    font: calc(0.8rem + 0.5vw) "Eina01", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
    line-height: 1.6; }
    @media (min-width: 87.5em) {
      .home-hero__headline-line::before {
        font-size: 1.5rem; } }
  .home-hero__headline-line::after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: block;
    content: "";
    transition: opacity 0.1s 0.25s;
    opacity: 0;
    border: 1px dashed var(--avatar-color); }
  .home-hero__headline-line.home-hero__editor-2 {
    transition-delay: 0s, 0.3s, 0.3s;
    animation-delay: 0.2s; }
    .home-hero__headline-line.home-hero__editor-2::before, .home-hero__headline-line.home-hero__editor-2::after {
      transition-delay: 0.3s; }
  .scrolled + .home-hero .home-hero__headline-line::before, .scrolled + .home-hero .home-hero__headline-line::after {
    opacity: 1; }
    @media (prefers-reduced-motion: reduce) {
      .scrolled + .home-hero .home-hero__headline-line::before, .scrolled + .home-hero .home-hero__headline-line::after {
        opacity: 0; } }
  .home-hero__headline-line.home-hero__headline-line--in-frame {
    color: #fff; }

@keyframes cursor-click {
  0% {
    transform: translate(0, 0) scale(1); }
  60% {
    transform: translate(calc(0.6em * var(--cursor-direction)), -0.2em) scale(1); }
  100% {
    transform: translate(calc(0.6em * var(--cursor-direction)), -0.2em) scale(0.9); } }

@keyframes cursor-click-done {
  0% {
    transform: translate(calc(0.6em * var(--cursor-direction)), -0.2em) scale(0.9); }
  40% {
    transform: translate(calc(0.6em * var(--cursor-direction)), -0.2em) scale(1); }
  100% {
    transform: translate(0, 0) scale(1); } }

@keyframes cursor-entrance-left {
  0% {
    transform: translate3d(-1.7em, -0.8em, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes cursor-entrance-right {
  0% {
    transform: translate3d(1.7em, -0.8em, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.live-cursor {
  transition: transform 0.2s;
  will-change: transform;
  transform-origin: 0 0;
  backface-visibility: hidden; }
  @media not all and (prefers-reduced-motion: reduce) {
    .live-cursor {
      animation: cursor-entrance 0.6s linear; } }
  .live-cursor.home-hero__editor-1 {
    --cursor-direction: 1;
    top: 3.4em;
    left: 0.8em;
    animation: fadein 0.3s 0.3s ease-out backwards; }
    @media (min-width: 40em) {
      .live-cursor.home-hero__editor-1 {
        top: 3.8em;
        left: 1.2em;
        animation: cursor-entrance-left 0.6s 0.3s ease-out backwards; } }
  .live-cursor.home-hero__editor-2 {
    --cursor-direction: -1;
    top: 4.3em;
    right: 0.6em;
    animation: fadein 0.3s 0.4s ease-out backwards; }
    @media (min-width: 40em) {
      .live-cursor.home-hero__editor-2 {
        top: 4.9em;
        right: 1.7em;
        animation: cursor-entrance-right 0.5s 0.4s ease-out backwards; } }
  .home-hero--dragging .live-cursor {
    opacity: 1; }
    @media not all and (prefers-reduced-motion: reduce) {
      .home-hero--dragging .live-cursor {
        animation: cursor-click 0.3s both; } }
    .home-hero--dragging .live-cursor.home-hero__editor-2 {
      animation-delay: 0.06s; }
  .home-hero--dragging-done .live-cursor {
    opacity: 1; }
    @media not all and (prefers-reduced-motion: reduce) {
      .home-hero--dragging-done .live-cursor {
        animation: cursor-click-done 0.3s both; } }
    .home-hero--dragging-done .live-cursor.home-hero__editor-2 {
      animation-delay: 0.06s; }

.home-hero__portrait {
  width: 4rem;
  height: 4rem;
  border: 0.3rem solid var(--avatar-color);
  border-radius: 50%; }
  @media (min-width: 40em) {
    .home-hero__portrait {
      width: 6rem;
      height: 6rem;
      border-width: 0.4rem; } }
  @media (min-width: 60em) {
    .home-hero__portrait {
      width: 8rem;
      height: 8rem; } }
  @media (min-width: 80em) {
    .home-hero__portrait {
      width: 10rem;
      height: 10rem;
      border-width: 0.5rem; } }

.home-hero__subtext {
  position: absolute;
  top: calc(var(--hero-size) * 4.5);
  backface-visibility: hidden;
  align-self: center;
  max-width: 56ch;
  padding: 0 1ch;
  color: #545465;
  font-size: var(--subtext-size);
  line-height: 1.6;
  will-change: opacity; }
  .home-hero__subtext > * {
    animation: fadeInUp 0.5s ease;
    animation-delay: 0.8s;
    animation-fill-mode: backwards;
    font: inherit; }
  @media (prefers-reduced-motion: reduce) {
    .home-hero__subtext {
      position: relative;
      top: 3rem;
      order: 1;
      opacity: 1 !important; } }

.home-hero__ui {
  position: absolute;
  width: 96vw;
  max-width: none;
  backface-visibility: hidden;
  transition: opacity 0.8s 0.2s;
  transform: translate(0, 1em) scale(0.8);
  will-change: transform;
  pointer-events: none;
  opacity: 0;
  color: transparent;
  border-radius: 0.4rem;
  box-shadow: 0 calc(var(--hero-size) * 0.1) calc(var(--hero-size) * 0.5) rgba(26, 32, 66, 0.14), 0 0 0 0.1rem rgba(103, 110, 144, 0.05);
  font-size: var(--ui-translateY); }
  @media (min-width: 40em) {
    .home-hero__ui {
      width: calc(var(--hero-size) * 15); } }
  @media (min-width: 60em) {
    .home-hero__ui {
      border-radius: 0.6rem; } }
  @media (prefers-reduced-motion: reduce) {
    .home-hero__ui {
      transform: translate(0, 0) scale(1) !important; } }
  .home-hero__ui.loaded {
    opacity: 1; }

.jobs-office {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 0 1.5rem 4rem;
  backface-visibility: hidden;
  cursor: grab;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none; }
  @media (min-width: 40em) {
    .jobs-office {
      padding: 2rem 0 5rem 0; } }

.jobs-office__list {
  z-index: 0;
  display: inline-block;
  padding-left: 4rem;
  white-space: nowrap; }
  .jobs-office__list:nth-child(3) {
    transform: translate3d(-300%, 0, 0); }

.jobs-office-card:nth-child(1) {
  z-index: 1; }

.jobs-office-card:nth-child(2) {
  z-index: 2; }

.jobs-office-card:nth-child(3) {
  z-index: 3; }

.jobs-office-card:nth-child(4) {
  z-index: 4; }

.jobs-office-card:nth-child(5) {
  z-index: 5; }

.jobs-office-card:nth-child(6) {
  z-index: 6; }

.jobs-office-card:nth-child(7) {
  z-index: 7; }

.jobs-office-card:nth-child(8) {
  z-index: 8; }

.jobs-office-card:nth-child(9) {
  z-index: 9; }

.jobs-office-card:nth-child(10) {
  z-index: 10; }

.jobs-office-card:nth-child(11) {
  z-index: 11; }

.jobs-office-card:nth-child(12) {
  z-index: 12; }

.jobs-office-card:nth-child(13) {
  z-index: 13; }

.jobs-office-card:nth-child(14) {
  z-index: 14; }

.jobs-office-card:nth-child(15) {
  z-index: 15; }

.jobs-office-card {
  position: relative;
  display: inline-block;
  width: 24rem;
  height: 24rem;
  vertical-align: top;
  white-space: normal;
  border-radius: 0.6rem;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  backface-visibility: hidden;
  will-change: transform;
  backdrop-filter: blur(20px); }
  @media (min-width: 60em) {
    .jobs-office-card {
      width: 36rem;
      height: 36rem; } }

.jobs-office-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  object-fit: cover; }
  .jobs-office-card__background + .jobs-office-card__content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, transparent 27.22%); }

.jobs-office-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  letter-spacing: -0.03em;
  border-radius: 0.6rem;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 1.6rem;
  line-height: 1.1; }
  @media (min-width: 60em) {
    .jobs-office-card__content {
      padding: 3rem;
      font-size: 2.8rem; } }
  .jobs-office-card__content > div:first-child {
    color: white; }
    .jobs-office-card.jobs-office-card--image .jobs-office-card__content > div:first-child {
      color: black; }
  .jobs-office-card__content > div:last-child {
    color: black; }
    .jobs-office-card.jobs-office-card--image .jobs-office-card__content > div:last-child {
      color: white; }
  .jobs-office-card__content p {
    margin: 0 0 1rem 0; }
  .jobs-office-card__content strong,
  .jobs-office-card__content b {
    font-weight: inherit; }

/**
  Color variants
**/
.jobs-office-card.jobs-office-card--blue {
  background: rgba(90, 126, 255, 0.8);
  box-shadow: 0 18px 38px rgba(16, 26, 253, 0.3); }
  .jobs-office-card.jobs-office-card--blue strong {
    color: #2f49a8; }

.jobs-office-card.jobs-office-card--purple {
  background: rgba(148, 124, 246, 0.8);
  box-shadow: 0 18px 38px rgba(108, 73, 242, 0.3); }
  .jobs-office-card.jobs-office-card--purple strong {
    color: #694ada; }

.jobs-office-card.jobs-office-card--yellow {
  background: rgba(255, 199, 54, 0.8);
  box-shadow: 0 18px 38px rgba(255, 170, 5, 0.3); }
  .jobs-office-card.jobs-office-card--yellow strong {
    color: #cc9a15; }

.jobs-office-card.jobs-office-card--red {
  background: rgba(255, 136, 136, 0.8);
  box-shadow: 0 18px 38px rgba(255, 160, 160, 0.5); }
  .jobs-office-card.jobs-office-card--red strong {
    color: #a74949; }

/**
  Positions
**/
.jobs-office-card:nth-child(1) {
  margin-top: 1.5rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(1) {
      margin-top: 3rem; } }

.jobs-office-card:nth-child(2) {
  margin-top: 16rem;
  margin-left: -12rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(2) {
      margin-top: 28rem;
      margin-left: -14rem; } }
  .jobs-office-card:nth-child(2) .job-office-card__decoration {
    z-index: -1;
    top: 12rem;
    right: -13rem;
    width: 31rem; }
    @media (min-width: 60em) {
      .jobs-office-card:nth-child(2) .job-office-card__decoration {
        top: 18rem;
        right: -20rem;
        width: 42rem; } }

.jobs-office-card:nth-child(3) {
  margin-top: 3rem;
  margin-left: 2rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(3) {
      margin-top: 9rem;
      margin-left: 5rem; } }

.jobs-office-card:nth-child(4) {
  margin-top: 6rem;
  margin-left: 2rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(4) {
      margin-top: 21.5rem;
      margin-left: 5rem; } }

.jobs-office-card:nth-child(5) {
  margin-left: -4rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(5) {
      margin-left: -2.6rem; } }
  .jobs-office-card:nth-child(5) .job-office-card__decoration {
    top: 0;
    right: -16rem;
    width: 20rem; }
    @media (min-width: 60em) {
      .jobs-office-card:nth-child(5) .job-office-card__decoration {
        z-index: -1;
        right: -28rem;
        width: 30rem; } }

.jobs-office-card:nth-child(6) {
  margin-top: 18rem;
  margin-left: -1rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(6) {
      margin-top: 29rem;
      margin-left: -5rem; } }

.jobs-office-card:nth-child(7) {
  margin-top: 8rem;
  margin-left: 2.5rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(7) {
      margin-top: 10rem;
      margin-left: 5rem; } }
  .jobs-office-card:nth-child(7) .job-office-card__decoration {
    z-index: 1;
    top: -8rem;
    right: -10rem;
    width: 17rem; }
    @media (min-width: 60em) {
      .jobs-office-card:nth-child(7) .job-office-card__decoration {
        right: -20rem;
        width: 28rem; } }

.jobs-office-card:nth-child(8) {
  margin-top: 13rem;
  margin-left: 2.5rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(8) {
      margin-top: 26rem;
      margin-left: 5rem; } }

.jobs-office-card:nth-child(9) {
  margin-top: 8rem;
  margin-left: -3rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(9) {
      margin-top: 16rem;
      margin-left: -5rem; } }

.jobs-office-card:nth-child(10) {
  margin-top: 2rem;
  margin-left: 2.5rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(10) {
      margin-top: 8rem;
      margin-left: 5rem; } }

.jobs-office-card:nth-child(11) {
  margin-top: 13rem;
  margin-left: -10rem; }
  @media (min-width: 60em) {
    .jobs-office-card:nth-child(11) {
      margin-top: 25rem;
      margin-left: -10rem; } }

.job-office-card__decoration {
  position: absolute;
  display: block;
  pointer-events: none; }

.job-positions__content {
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }
  @media (min-width: 57.5em) {
    .job-positions__content {
      display: flex; } }

.job-positions__error {
  display: none; }

.job-positions__categories {
  position: relative;
  flex-grow: 1; }

.job-positions__category {
  --content-height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .job-positions__category:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.job-positions__category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  line-height: 1; }
  .job-positions__category[data-open="true"] .job-positions__category-heading {
    opacity: 1; }
  @media (hover: hover) {
    .job-positions__category-heading:hover .job-positions__category-name {
      background-position: 0% 0%; }
    .job-positions__category-heading:hover .job-positions__toggle {
      opacity: 1; } }

.job-positions__category-info {
  letter-spacing: -0.03em;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 2.8rem;
  font-weight: bold; }
  @media (min-width: 30em) {
    .job-positions__category-info {
      font-size: 4.6vw; } }
  @media (min-width: 94em) {
    .job-positions__category-info {
      font-size: 7rem; } }

.job-positions__category-name {
  position: relative;
  display: inline-block;
  padding: 0.75em 0 0.75em;
  text-align: left; }
  @media (min-width: 57.5em) {
    .job-positions__category-name {
      padding: 0.5em 0 0.75em; } }

.job-positions__category-count {
  margin-left: 0.5em;
  color: #cdcdcd;
  font-size: 0.8em; }
  @media (min-width: 57.5em) {
    .job-positions__category-count {
      font-size: 0.6em; } }

.job-positions__toggle {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
  transition: opacity 0.2s ease-out, transform 0.3s ease-in-out;
  stroke: black; }
  @media (min-width: 57.5em) {
    .job-positions__toggle {
      width: 3.2rem;
      height: 3.2rem;
      margin-right: 0;
      opacity: 0; } }
  .job-positions__toggle line {
    transition: opacity 0.15s ease-in-out, transform 0.3s ease-in-out;
    transform-origin: 0 0; }
  @media (hover: hover) {
    .job-positions__category[data-open="true"] .job-positions__toggle {
      transform: rotate(90deg);
      opacity: 1; }
      .job-positions__category[data-open="true"] .job-positions__toggle line:first-child {
        transition: opacity 0.15s ease-out 0.15s, transform 0.3s ease-in-out;
        transform: scaleX(0);
        opacity: 0; } }

.job-positions__openings {
  flex: 0 0 auto;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1; }
  .job-positions__openings span {
    display: none;
    color: #545464; }
  @media (min-width: 57.5em) {
    .job-positions__openings {
      max-width: 11.5vw;
      margin-right: 3em;
      letter-spacing: inherit;
      text-transform: none;
      font-size: 3.47826087vw;
      font-weight: bold; }
      .job-positions__openings span {
        display: initial; } }
  @media (min-width: 86.25em) {
    .job-positions__openings {
      margin-right: 10rem;
      font-size: 4.8rem; } }

.job-positions__category-content-wrapper {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0; }
  .job-positions__category[data-open="true"] .job-positions__category-content-wrapper {
    max-height: var(--content-height);
    opacity: 1; }
  .job-positions__category-content-wrapper li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .job-positions__category-content-wrapper ul {
    margin-bottom: 2rem; }
  .job-positions__category-content-wrapper ul:last-child {
    margin: 0; }
    .job-positions__category-content-wrapper ul:last-child li:last-child {
      border: none; }

.job-positions__entry {
  display: flex;
  align-items: center;
  width: 100%; }
  @media (hover: hover) {
    .job-positions__entry:hover .gradient-hover {
      background-position: 0% 0%; } }

.job-positions__entry-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.3; }
  @media (min-width: 45em) {
    .job-positions__entry-info {
      align-items: center;
      flex-direction: row;
      justify-content: space-between;
      padding: 3rem 0;
      font-size: 1.8rem; } }
  .job-positions__entry-info > span:last-child {
    flex-shrink: 0;
    margin-top: 0.8rem;
    color: #939da8;
    font-size: 0.9em; }
    @media (min-width: 45em) {
      .job-positions__entry-info > span:last-child {
        margin-top: 0;
        font-size: inherit; } }

.job-positions__count {
  display: inline-block;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.5em 0.4em;
  text-align: center;
  vertical-align: text-bottom;
  white-space: nowrap;
  color: white;
  border-radius: 0.9rem;
  background: #939da8;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  -webkit-text-fill-color: currentColor;
  -moz-text-fill-color: currentColor; }

.job-positions__entry-arrow {
  flex: 0 0 auto;
  width: 0.8rem;
  height: 1.6rem;
  margin-left: 1rem; }
  @media (min-width: 45em) {
    .job-positions__entry-arrow {
      margin-left: 3rem; } }

.job-positions__cursor {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 18vw;
  max-width: 35rem;
  height: 18vw;
  max-height: 35rem;
  transition: opacity 0.15s;
  pointer-events: none;
  opacity: 0; }
  .job-positions__cursor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: transform 0.15s;
    transform: translate(20%, -50%) scale(0.8, 0.8);
    opacity: 0;
    object-fit: contain; }
    .job-positions__cursor img[data-shown=true] {
      transform: translate(20%, -50%) scale(1, 1);
      opacity: 1; }
  .job-positions__cursor[data-shown=true] {
    opacity: 1; }
  .job-positions__cursor[data-shown=false] img[data-shown=false] {
    transition: opacity 0.15s, transform 0.15s; }
  @media (min-width: 80em) and (min-height: 38em) {
    .job-positions__cursor {
      width: 25.4vw;
      height: 25.4vw; } }

.job-positions__speculative {
  margin-top: 2rem;
  color: #545464;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2; }
  @media (min-width: 57.5em) {
    .job-positions__speculative {
      font-size: 1.8rem; } }
  .job-positions__speculative a {
    margin: 0;
    font-size: inherit;
    font-weight: inherit; }

.jobs-benefits {
  margin-bottom: 6rem;
  text-align: center; }
  .jobs-benefits p {
    margin: 0;
    color: #545464; }
  .jobs-benefits h3 {
    font-weight: 600; }
  .jobs-benefits li {
    margin-bottom: 3rem;
    page-break-inside: avoid;
    break-inside: avoid; }
  @media (min-width: 48em) {
    .jobs-benefits {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: left; }
      .jobs-benefits li {
        flex: 0 0 auto;
        width: calc(50% - 4rem);
        margin-bottom: 4rem; }
      .jobs-benefits h3 {
        margin-bottom: 2.4rem;
        letter-spacing: -0.03em;
        font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
        font-size: 3rem;
        line-height: 1.1; }
      .jobs-benefits p {
        font-size: 1.8rem; } }
  @media (min-width: 80em) {
    .jobs-benefits li {
      width: calc(33.33% - 4rem);
      margin-bottom: 7rem; }
    .jobs-benefits li:nth-child(1) {
      animation-delay: 200ms; }
    .jobs-benefits li:nth-child(2) {
      animation-delay: 300ms; }
    .jobs-benefits li:nth-child(3) {
      animation-delay: 400ms; }
    .jobs-benefits li:nth-child(4) {
      animation-delay: 500ms; }
    .jobs-benefits li:nth-child(5) {
      animation-delay: 600ms; }
    .jobs-benefits li:nth-child(6) {
      animation-delay: 700ms; }
    .jobs-benefits li:nth-child(7) {
      animation-delay: 800ms; }
    .jobs-benefits li:nth-child(8) {
      animation-delay: 900ms; }
    .jobs-benefits li:nth-child(9) {
      animation-delay: 1000ms; }
    .jobs-benefits li:nth-child(10) {
      animation-delay: 1100ms; }
    .jobs-benefits li:nth-child(11) {
      animation-delay: 1200ms; }
    .jobs-benefits li:nth-child(12) {
      animation-delay: 1300ms; } }

.jobs-globe {
  position: relative;
  height: 200vh;
  color: #fff;
  background: #8d49f7 linear-gradient(95.14deg, #8d49f7 0%, #6b53ff 103.53%); }

.jobs-globe__pointer-shadow {
  position: absolute;
  top: 0;
  left: 0; }

.jobs-globe__inner {
  position: sticky;
  top: var(--navigation-height);
  overflow: hidden;
  height: calc(100vh - var(--navigation-height)); }

.jobs-globe[data-jobs-globe-fadein="true"] .jobs-globe__inner > *:not(.jobs-globe__loader) {
  transition: 0.3s opacity ease-in-out 0.1s; }

.jobs-globe[data-jobs-globe="not-ready"] .jobs-globe__inner {
  pointer-events: none; }
  .jobs-globe[data-jobs-globe="not-ready"] .jobs-globe__inner > *:not(.jobs-globe__loader) {
    opacity: 0; }

.jobs-globe__loader {
  position: absolute;
  top: calc(var(--navigation-height) * -1);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  padding: 4.6rem 0 1.5rem 0;
  transition: transform 0.15s ease-in, opacity 0.15s ease-in;
  transform: translate(0, -5%);
  opacity: 0; }

@keyframes rotation {
  from {
    transform: translateX(0); }
  from {
    transform: translateX(-50%); } }
  .jobs-globe__loader div {
    position: relative;
    overflow: hidden;
    width: 6rem;
    height: 6rem;
    transform: translateZ(0);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
    .jobs-globe__loader div::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      border-radius: 50%;
      background: linear-gradient(45deg, rgba(75, 44, 154, 0.75), #fff0, rgba(255, 255, 255, 0.6));
      box-shadow: inset 0 0 17px rgba(255, 255, 255, 0.5); }
  .jobs-globe__loader svg {
    width: 23rem;
    max-width: none;
    height: 6rem;
    animation-name: rotation;
    animation-duration: 3.5s;
    animation-play-state: paused;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    fill: #8052fb;
    animation-fill-mode: forwards; }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__loader {
      height: 100vh; }
      .jobs-globe__loader div {
        width: 10rem;
        height: 10rem; }
      .jobs-globe__loader svg {
        width: 39rem;
        height: 10rem; } }
  .jobs-globe__loader[data-jobs-globe-loader="active"] {
    transform: translate(0, 0%);
    opacity: 1; }
    .jobs-globe__loader[data-jobs-globe-loader="active"] svg {
      animation-play-state: running; }

.jobs-globe__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.jobs-globe__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  will-change: transform; }

.jobs-globe__header-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: calc((100vh - var(--navigation-height)) * 0.5); }
  .jobs-globe__header-inner > * {
    flex: 0 0 auto; }

.jobs-globe__title {
  margin: 0 0 2rem 0; }
  @media (min-width: 100em) {
    .jobs-globe__title {
      margin: 0 0 3rem 0;
      font-size: 14rem; } }

.jobs-globe__description {
  margin: 0 0 2rem 0; }
  @media (min-width: 100em) {
    .jobs-globe__description {
      margin: 0 0 3rem 0;
      font-size: 2.2rem; } }

.jobs-globe__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 4rem);
  max-width: 40rem;
  height: calc((100vh - var(--navigation-height)) * 0.62);
  margin: 0 auto;
  pointer-events: none; }
  @media (min-width: 48em) and (orientation: portrait) {
    .jobs-globe__content {
      max-width: 50rem; } }
  @media (min-width: 60em) and (orientation: portrait) {
    .jobs-globe__content {
      max-width: 55rem; } }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__content {
      right: auto;
      width: calc(50% - 4rem);
      height: 100%;
      margin-left: 75%;
      transform: translateX(-50%); } }
  @media (min-width: 80em) {
    .jobs-globe__content {
      max-width: 60rem; } }
  @media (min-width: 100em) {
    .jobs-globe__content {
      max-width: 80rem; } }

.jobs-globe__content-inner {
  position: relative;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(50%);
  pointer-events: auto;
  opacity: 0;
  will-change: transform; }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__content-inner {
      transform: translateY(100%);
      opacity: 1; } }

.jobs-globe__profiles {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }

.jobs-globe__profile {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%; }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__profile {
      padding: 2rem 0 0 0; } }

.jobs-globe__avatar {
  position: relative;
  display: none;
  width: 12rem;
  height: 12rem;
  margin: 0 auto; }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__avatar {
      display: block; } }
  @media (min-width: 100em) {
    .jobs-globe__avatar {
      width: 15rem;
      height: 15rem; } }

.jobs-globe__avatar-pointer {
  position: absolute;
  top: -21px;
  left: -5px;
  display: flex;
  color: #ffd02c; }
  .jobs-globe__avatar-pointer svg {
    width: 30px;
    height: intrinsic; }

.jobs-globe__avatar-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0.8rem solid #ffd02c;
  border-radius: 50%;
  background: #ffd02c; }

.jobs-globe__avatar-video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.jobs-globe__avatar::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  animation: 5s infinite talking;
  opacity: 0.3;
  border-radius: 50%;
  background: #ffd02c; }

@keyframes talking {
  0%,
  100% {
    transform: scale(1); }
  5%,
  20%,
  85% {
    transform: scale(1.15); }
  15%,
  30%,
  55%,
  75%,
  90% {
    transform: scale(1.05); }
  35%,
  45%,
  60%,
  70% {
    transform: scale(1.2); }
  40%,
  67%,
  95% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.jobs-globe__profile-content {
  display: flex;
  overflow: hidden;
  align-items: stretch;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  color: #fff; }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__profile-content {
      margin-top: 2rem; } }
  @media (min-width: 80em) {
    .jobs-globe__profile-content {
      margin-top: 3rem; } }
  @media (min-width: 100em) {
    .jobs-globe__profile-content {
      margin-top: 4rem; } }

.jobs-globe__profile-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 0.1em;
  font-size: 4.2rem;
  font-weight: 800; }
  @media (min-width: 48em) and (orientation: portrait) {
    .jobs-globe__profile-name {
      font-size: 6rem; } }
  @media (min-width: 60em) and (orientation: portrait) {
    .jobs-globe__profile-name {
      font-size: 8rem; } }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__profile-name {
      left: 50%;
      margin-bottom: -0.37em;
      transform: translateX(-50%);
      font-size: 5rem;
      line-height: 1; } }
  @media (min-width: 100em) {
    .jobs-globe__profile-name {
      font-size: 8rem; } }

@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-name::before,
  .jobs-globe__profile-name::after {
    width: 100%;
    height: 1px;
    height: 6px;
    margin-top: 0.35em;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.2); } }

@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-name::before {
    margin-right: 2rem;
    margin-left: 1px;
    border-top-left-radius: 8px; } }

@media (min-width: 80em) {
  .jobs-globe__profile-name::before {
    margin-right: 3rem; } }

@media (min-width: 100em) {
  .jobs-globe__profile-name::before {
    margin-right: 4rem; } }

@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-name::after {
    margin-right: 1px;
    margin-left: 2rem;
    border-top-right-radius: 8px; } }

@media (min-width: 80em) {
  .jobs-globe__profile-name::after {
    margin-left: 3rem; } }

@media (min-width: 100em) {
  .jobs-globe__profile-name::after {
    margin-left: 4rem; } }

.jobs-globe__profile-description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 1.4rem; }
  @media (min-width: 48em) and (orientation: portrait) {
    .jobs-globe__profile-description {
      font-size: 1.8rem; } }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__profile-description {
      flex: 1 1 auto;
      padding: 3.3rem 2rem 2rem 2rem;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      font-size: 1.6rem; } }
  @media (min-width: 80em) {
    .jobs-globe__profile-description {
      padding: 4rem 3rem 3rem 3rem; } }
  @media (min-width: 100em) {
    .jobs-globe__profile-description {
      padding: 6rem 4rem 4.5rem 4rem;
      font-size: 2.2rem; } }

.jobs-globe__profile-bottom {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 48em) and (orientation: portrait) {
    .jobs-globe__profile-bottom {
      margin-top: 1rem; } }

.jobs-globe__profile-role,
.jobs-globe__profile-location {
  text-align: center; }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__profile-role,
    .jobs-globe__profile-location {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      padding: 1rem 0;
      white-space: nowrap;
      border: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (min-width: 100em) {
    .jobs-globe__profile-role,
    .jobs-globe__profile-location {
      padding: 2rem 0;
      font-size: 2.2rem; } }

.jobs-globe__profile-role {
  border-bottom-left-radius: 8px;
  font-weight: 700; }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__profile-role {
      font-weight: 400; } }

.jobs-globe__profile-location {
  display: none; }
  @media (min-width: 60em) and (orientation: landscape) {
    .jobs-globe__profile-location {
      display: flex;
      border-left: none;
      border-bottom-right-radius: 8px; }
      .jobs-globe__profile-location svg {
        margin-right: 1rem;
        opacity: 0.2;
        fill: currentColor; } }

.jobs-globe__controls {
  display: flex;
  align-self: center;
  justify-content: center;
  margin-top: 2rem; }
  .jobs-globe__controls > * {
    margin: 0 1.5rem; }
  @media (min-width: 48em) and (orientation: portrait) {
    .jobs-globe__controls {
      margin-top: 3.5rem; } }
  @media (min-width: 100em) {
    .jobs-globe__controls {
      margin-top: 3rem; } }

.jobs-media {
  width: 100%; }

.jobs-media__entry {
  width: 100%; }
  .jobs-media__entry:nth-child(even) {
    flex-direction: row-reverse; }
  .jobs-media__entry h3 {
    margin-bottom: 2rem;
    font-weight: bold; }
  .jobs-media__entry p {
    margin-bottom: 4rem; }
  @media (min-width: 60em) {
    .jobs-media__entry {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left; }
      .jobs-media__entry h3 {
        margin-bottom: 0; }
      .jobs-media__entry p {
        margin-bottom: 0; } }

.jobs-media__content {
  flex: 0 0 auto; }
  @media (min-width: 60em) {
    .jobs-media__content {
      width: calc(60% - 4rem);
      max-width: 48rem;
      margin-right: 4rem; }
      .jobs-media__entry:nth-child(even) .jobs-media__content {
        margin-right: 0;
        margin-left: 4rem; } }
  @media (min-width: 86.5em) {
    .jobs-media__content {
      width: calc(40% - 8rem);
      margin-right: 8rem; }
      .jobs-media__entry:nth-child(even) .jobs-media__content {
        margin-right: 0;
        margin-left: 8rem; } }

.jobs-media__media {
  flex: 0 0 auto; }
  @media (min-width: 60em) {
    .jobs-media__media {
      align-self: stretch;
      flex-shrink: 1;
      width: 40%;
      max-width: 74rem; } }
  @media (min-width: 86.5em) {
    .jobs-media__media {
      width: 60%; } }
  .jobs-media__media img,
  .jobs-media__media video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@keyframes noise {
  0%,
  4%,
  27%,
  64%,
  93% {
    transform: scale(1.15); }
  10%,
  14%,
  24%,
  37%,
  74%,
  83% {
    transform: scale(1.05); }
  21%,
  67%,
  47%,
  69%,
  77%,
  9%,
  30% {
    transform: scale(1); }
  5%,
  7%,
  12%,
  32%,
  54%,
  89% {
    transform: scale(1.1); } }

.live-cursor {
  --avatar-loudness: 0.8rem;
  --border-width: 0.3rem;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.3rem 1.6rem;
  transition: top 200ms linear, left 200ms linear, opacity 125ms linear;
  white-space: nowrap;
  pointer-events: auto;
  border-radius: 2em;
  background-color: var(--avatar-color);
  box-shadow: 0 0.1rem 0.3rem rgba(25, 25, 25, 0.18);
  will-change: top, left; }
  @media (min-width: 40em) {
    .live-cursor {
      --avatar-loudness: 1rem;
      --border-width: 0.4rem; } }
  @media (min-width: 80em) {
    .live-cursor {
      --avatar-loudness: 1.5rem;
      --border-width: 0.6rem; } }
  @media (min-width: 112.5em) {
    .live-cursor {
      --avatar-loudness: 2rem;
      --border-width: 0.8rem; } }
  .live-cursor.video {
    padding: 0;
    border: var(--border-width) solid var(--avatar-color);
    border-radius: 50%; }
    .live-cursor.video::after {
      border-radius: 50%; }
  .live-cursor.speaking::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: calc(var(--border-width) * -1);
    content: "";
    animation: 3s noise var(--animation-delay) ease-in-out infinite alternate;
    opacity: 0.5;
    border-radius: 2em;
    background: var(--avatar-color); }
    @media (prefers-reduced-motion: reduce) {
      .live-cursor.speaking::before {
        transform: scale(1.1);
        animation: none; } }

.live-cursor__video-wrapper {
  position: relative;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  transform: translateY(0);
  border-radius: 50%; }
  @media (min-width: 40em) {
    .live-cursor__video-wrapper {
      width: 6rem;
      height: 6rem; } }
  @media (min-width: 60em) {
    .live-cursor__video-wrapper {
      width: 8rem;
      height: 8rem; } }
  @media (min-width: 80em) {
    .live-cursor__video-wrapper {
      width: 10rem;
      height: 10rem; } }
  @media (min-width: 112.5em) {
    .live-cursor__video-wrapper {
      width: 14rem;
      height: 14rem; } }
  .live-cursor__video-wrapper video {
    display: none; }
    @media (min-width: 40em) {
      .live-cursor__video-wrapper video {
        display: block; } }
    @media (prefers-reduced-motion: reduce) {
      .live-cursor__video-wrapper video {
        display: none; } }
  .live-cursor__video-wrapper img {
    display: block; }
    @media (min-width: 40em) {
      .live-cursor__video-wrapper img {
        display: none; } }
    @media (prefers-reduced-motion: reduce) {
      .live-cursor__video-wrapper img {
        display: block; } }
  .live-cursor__video-wrapper img,
  .live-cursor__video-wrapper video {
    background-color: var(--grey2);
    object-fit: cover; }

.live-cursor__pointer {
  position: absolute;
  right: 90%;
  bottom: 90%;
  width: 1.8rem;
  height: 1.8rem;
  color: var(--avatar-color); }
  @media (min-width: 40em) {
    .live-cursor__pointer {
      right: 100%;
      bottom: 100%;
      width: 2.3rem;
      height: 2.3rem; } }
  @media (min-width: 60em) {
    .live-cursor__pointer {
      width: 3rem;
      height: 3rem; } }
  @media (min-width: 80em) {
    .live-cursor__pointer {
      width: 3.2rem;
      height: 3.2rem; } }
  @media (min-width: 112.5em) {
    .live-cursor__pointer {
      width: 3.7rem;
      height: 3.7rem; } }

.loader {
  position: relative;
  margin: 0.4em;
  font-size: 60px; }
  .loader::before, .loader::after,
  .loader > span::before,
  .loader > span::after {
    position: absolute;
    top: 0;
    content: ''; }
  .loader::before, .loader::after,
  .loader span span,
  .loader > span::before,
  .loader > span::after {
    display: block;
    width: 1em;
    height: 0.625em;
    animation-duration: 3.8s;
    animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
    animation-iteration-count: infinite;
    border-radius: 0.075em; }
  .loader::before {
    animation-name: slide-1;
    background: #e141e5; }
  .loader > span::before {
    animation-name: slide-2, slide-opacity;
    background: #b14be3; }
  .loader span span {
    animation-name: slide-3, slide-opacity;
    background: #8355df; }
  .loader > span::after {
    animation-name: slide-4, slide-opacity;
    background: #5561dd; }
  .loader::after {
    animation-name: slide-5, slide-opacity;
    background: #2367dd; }

@keyframes slide-opacity {
  0% {
    opacity: 1; }
  32% {
    opacity: 0.85; }
  67% {
    opacity: 0.85; }
  98% {
    opacity: 1; } }

@keyframes slide-1 {
  0% {
    transform: translate(0, 0); }
  2% {
    transform: translate(0, 0); }
  32% {
    transform: translate(-0.4em, -0.4em); }
  46% {
    transform: translate(-0.4em, -0.4em) rotate(0deg); }
  58% {
    transform: translate(-0.4em, -0.4em) rotate(180deg); }
  67% {
    transform: translate(-0.4em, -0.4em) rotate(180deg); }
  98% {
    transform: translate(0, 0) rotate(180deg); }
  100% {
    transform: translate(0, 0) rotate(180deg); } }

@keyframes slide-2 {
  0% {
    transform: translate(0, 0); }
  2% {
    transform: translate(0, 0); }
  32% {
    transform: translate(-0.2em, -0.2em); }
  45% {
    transform: translate(-0.2em, -0.2em) rotate(0deg); }
  57% {
    transform: translate(-0.2em, -0.2em) rotate(180deg); }
  67% {
    transform: translate(-0.2em, -0.2em) rotate(180deg); }
  98% {
    transform: translate(0, 0) rotate(180deg); }
  100% {
    transform: translate(0, 0) rotate(180deg); } }

@keyframes slide-3 {
  0% {
    transform: rotate(0deg); }
  2% {
    transform: rotate(0deg); }
  44% {
    transform: rotate(0deg); }
  56% {
    transform: rotate(180deg); }
  98% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(180deg); } }

@keyframes slide-4 {
  0% {
    transform: translate(0, 0); }
  2% {
    transform: translate(0, 0); }
  32% {
    transform: translate(0.2em, 0.2em); }
  43% {
    transform: translate(0.2em, 0.2em) rotate(0deg); }
  55% {
    transform: translate(0.2em, 0.2em) rotate(180deg); }
  67% {
    transform: translate(0.2em, 0.2em) rotate(180deg); }
  98% {
    transform: translate(0, 0) rotate(180deg); }
  100% {
    transform: translate(0, 0) rotate(180deg); } }

@keyframes slide-5 {
  0% {
    transform: translate(0, 0); }
  2% {
    transform: translate(0, 0); }
  32% {
    transform: translate(0.4em, 0.4em); }
  42% {
    transform: translate(0.4em, 0.4em) rotate(0deg); }
  54% {
    transform: translate(0.4em, 0.4em) rotate(180deg); }
  67% {
    transform: translate(0.4em, 0.4em) rotate(180deg); }
  98% {
    transform: translate(0, 0) rotate(180deg); }
  100% {
    transform: translate(0, 0) rotate(180deg); } }

.modal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  animation: fadein 0.3s;
  background: rgba(43, 42, 53, 0.3); }

.modal {
  position: relative;
  display: none;
  overflow-y: auto;
  width: 96%;
  max-width: 32em;
  max-height: 80vh;
  border-radius: 6px;
  outline: none;
  background: white; }
  .modal.survey {
    max-width: 44em;
    height: 80%;
    max-height: 44em; }
  .modal img {
    width: 100%;
    max-width: 12em; }

.modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8; }
  @media (min-width: 22em) {
    .modal-inner {
      padding: 3rem; } }
  @media (min-width: 40em) {
    .modal-inner {
      font-size: 1.6rem; } }
  .modal-inner h4 + p {
    margin-top: 0; }
  .modal-inner#modal_insert_typeform {
    align-items: inherit; }

.modal-logo {
  margin-bottom: 4rem;
  opacity: 0.2; }

.modal-close {
  position: sticky;
  z-index: 100;
  top: 1em;
  right: 1em;
  float: right;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: inherit;
  background-image: url("https://res.cloudinary.com/pitch-software/image/upload/website-images/images/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; }
  .modal-close:hover {
    background-color: rgba(51, 74, 192, 0.04); }

.show-modal {
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .show-modal .modal-wrapper {
    display: flex; }

.sandwich-video-modal {
  --width: calc((16 / 9) * 100vh);
  --height: 100vh;
  --padding-y: 3rem;
  --padding-x: calc(3rem * (16 / 9));
  overflow-y: visible;
  width: auto;
  max-width: 100%;
  max-height: 100%; }
  .sandwich-video-modal .modal-close {
    position: absolute;
    top: var(--padding-y);
    right: var(--padding-x);
    transform: translate(40%, -40%); }
  .sandwich-video-modal .modal-inner {
    padding: 0; }
  .sandwich-video-modal iframe {
    width: var(--width);
    max-width: calc(1280px + var(--padding-x) * 2);
    height: var(--height);
    max-height: calc(720px + var(--padding-y) * 2);
    padding: var(--padding-y) var(--padding-x); }
  @media (max-aspect-ratio: 16 / 9) {
    .sandwich-video-modal {
      --width: 100vw;
      --height: calc((9 / 16) * 100vw);
      --padding-y: calc(1.5rem * (9 / 16));
      --padding-x: 1.5rem; } }
  @media (max-aspect-ratio: 16 / 9) and (min-width: 60em) {
    .sandwich-video-modal {
      --padding-y: calc(6rem * (9 / 16));
      --padding-x: 6rem; } }

.job-listing-modal {
  overflow: hidden;
  max-width: 88rem;
  height: 80%; }
  .job-listing-modal iframe,
  .job-listing-modal .modal-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0; }

.modal--transparent {
  background: none; }
  .modal--transparent .modal-close {
    background-color: #fff; }
    .modal--transparent .modal-close:hover {
      background-color: #dddfe5; }

.job-faq h3 {
  margin-bottom: 4rem; }

.job-faq-modal {
  max-width: 138rem; }
  .job-faq-modal h4 {
    margin-bottom: 3rem; }
  .job-faq-modal .modal-inner {
    width: 100%;
    margin-right: 0; }

.job-faq__block {
  margin-bottom: 4rem; }
  @media (min-width: 62em) {
    .job-faq__block {
      margin-bottom: 8rem;
      padding: 0 8rem; } }
  .job-faq__block h5 {
    margin-bottom: 2rem; }

.job-faq__list {
  text-align: left;
  columns: 1; }
  @media (min-width: 62em) {
    .job-faq__list {
      columns: 2;
      column-gap: 8rem; } }
  @media (min-width: 84em) {
    .job-faq__list {
      columns: 3; } }
  .job-faq__list > li {
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 5.5rem;
    padding-top: 2.7rem;
    border-top: 1px solid #d2d2d2; }
  .job-faq__list ol {
    padding: 0;
    padding-left: 1.3em; }
    .job-faq__list ol li {
      margin-bottom: 0.5em;
      padding: 0;
      list-style: decimal; }

.section.newsletter-signup .text {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.newsletter {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  h4 + .newsletter {
    margin-top: 0; }
  @media (max-width: 30em) {
    .newsletter input[type="text"],
    .newsletter input[type="email"],
    .newsletter button {
      padding-right: 1.2rem;
      padding-left: 1.2rem; } }
  .newsletter .button {
    padding-right: 4.8rem;
    padding-left: 4.8rem; }
    @media (max-width: 40em) {
      .newsletter .button {
        padding-right: 3.6rem;
        padding-left: 3.6rem; } }
    @media (max-width: 30em) {
      .newsletter .button {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .newsletter.connected .email {
    margin-right: 0;
    margin-bottom: 1rem; }
  @media (min-width: 24em) {
    .newsletter.connected .email {
      margin-bottom: 0;
      border-radius: 6px 0 0 6px; }
    .newsletter.connected .button {
      height: auto;
      margin-left: -1px;
      border-radius: 0 6px 6px 0; } }

.newsletter-fields {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 24em) {
    .newsletter-fields {
      flex-direction: row; } }

.newsletter-response {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  margin-top: 0.5em;
  padding: 1ch;
  border-radius: 0.6rem;
  font-size: 0.75em;
  line-height: 1.5; }
  .negative .newsletter-response {
    color: white; }
    .negative .newsletter-response a,
    .negative .newsletter-response .text-button {
      font-weight: bold; }
  .newsletter-response.notice {
    display: block;
    border: 0.1rem solid #dddfe5; }
  .newsletter-response.error {
    display: block;
    color: white;
    background: #ff7673; }

.legal-note {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 12px; }
  .legal-note span {
    opacity: 0.6; }

.signup-banner {
  padding-top: 4rem;
  text-align: center;
  color: #fff;
  background: #6b53ff url(https://res.cloudinary.com/pitch-software/image/upload/f_auto/signup-banner/background.jpg) center center no-repeat;
  background-size: cover; }
  @media (min-width: 60em) {
    .signup-banner {
      padding-top: 8rem; } }

.signup-banner__title {
  margin-bottom: 2.5rem; }
  @media (min-width: 60em) {
    .signup-banner__title {
      margin-bottom: 4rem; } }

.signup-banner__bulleted-list {
  display: inline-block;
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left; }
  @media (min-width: 60em) {
    .signup-banner__bulleted-list {
      display: flex;
      align-items: center;
      justify-content: center; } }

.signup-banner__bulleted-item {
  margin: 0 2.5rem; }

.signup-banner__image {
  position: relative;
  overflow: hidden;
  max-width: 116rem;
  margin: 4rem auto 0 auto; }
  .signup-banner__image::before {
    display: block;
    padding-bottom: 41.63%;
    content: ''; }
  .signup-banner__image::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 98%;
    height: 20%;
    content: '';
    opacity: 0.2;
    background: linear-gradient(180deg, transparent, #7658fe); }
  .signup-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; }

.overflow-content {
  overflow-x: auto;
  min-width: 0;
  max-width: 100vw;
  margin-right: -1.5rem;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
  padding: 1.5rem; }
  .overflow-content table {
    min-width: 64rem; }
  .overflow-content th {
    white-space: nowrap; }
  @media (max-width: 40em) {
    .overflow-content {
      width: 100vw; } }
  @media (min-width: 40em) {
    .overflow-content.overflow-content--wide {
      margin-right: calc(50% - 50vw);
      margin-left: calc(50% - 50vw); } }
  @media (min-width: 75em) {
    .overflow-content.overflow-content--wide {
      margin-right: calc(50% - 60rem);
      margin-left: calc(50% - 60rem); } }

.parallax {
  position: relative;
  z-index: 0; }
  .parallax + .container {
    position: relative;
    z-index: 1; }

.parallax__wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%; }

.parallax__content {
  position: relative; }

.parallax__scroll-fix {
  display: none; }
  .js .parallax__background + .parallax__scroll-fix {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 40vh; }
    .js .parallax__background + .parallax__scroll-fix ~ .container {
      background-color: white; }

.section {
  position: relative; }
  .section .container-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center; }
  .section .container-inverted {
    color: white;
    background-color: #334ac0; }
  .section .text {
    width: 100%;
    max-width: 80rem; }
  .section .stacked {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
  .section .left {
    align-items: flex-start;
    text-align: left; }
  .section .wide {
    max-width: 77rem; }
  .section .full {
    align-items: initial;
    width: 64rem; }
    @media (max-width: 64rem) {
      .section .full {
        width: 100%; } }
  .section .border {
    border-bottom: 1px solid #dddfe5; }
  @media (min-width: 60em) {
    .section.text-media .container-inner, .section.media-text .container-inner {
      flex-direction: row;
      text-align: left; }
    .section.text-media .text, .section.media-text .text {
      max-width: 54rem; } }
  @media (min-width: 60em) {
    .section.media-text .media {
      order: -1; } }

.slider {
  position: relative;
  overflow: -moz-scrollbars-none;
  overflow-x: scroll;
  padding-bottom: 7rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; }
  .slider::-webkit-scrollbar {
    width: 0 !important; }

.slider__wrapper {
  margin-bottom: 3rem; }

.slider--breakout .slider {
  padding-bottom: 0; }

.slider .slider__list {
  display: flex;
  overflow-x: visible;
  align-items: flex-start;
  margin: 0;
  list-style: none; }
  .slider .slider__list::after {
    display: block;
    flex: 0 0 calc(50vw - 50%);
    margin-left: -6.25%;
    content: ""; }
    @media (min-width: 60em) {
      .slider .slider__list::after {
        margin-left: -4.347826087%; } }

.slider .slider__list .slider__item {
  display: inline-flex;
  flex: 0 0 80%;
  max-width: 42rem;
  margin: 0;
  margin-right: 6.25%;
  scroll-snap-align: center; }
  @media (min-width: 36em) {
    .slider .slider__list .slider__item {
      flex: 0 0 43.75%; } }
  @media (min-width: 60em) {
    .slider .slider__list .slider__item {
      flex: 0 0 30.434783%;
      margin-right: 4.347826087%; } }

.slider__content {
  display: contents; }

.slider__controls {
  width: 100%;
  margin-top: 1rem;
  text-align: center; }

.slider__controls button svg {
  width: 4rem;
  height: 1.3rem; }

.slider__next svg {
  transform: scale(-1); }

.slider__next,
.slider__prev {
  transition: opacity 0.3s; }
  .slider__next[disabled],
  .slider__prev[disabled] {
    opacity: 0.4; }

.team-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
  list-style: none; }

.team-logos__logo {
  flex: 0 0 auto;
  width: 40%;
  padding: 2rem 0; }
  .team-logos__logo span {
    position: relative;
    display: block;
    padding-bottom: 20%;
    content: ''; }
    .team-logos__logo span.notion img {
      max-height: 4rem; }
    .team-logos__logo span.superhuman {
      width: 95%;
      margin: 0 auto; }
  .team-logos__logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    object-fit: contain; }
  @media (min-width: 32em) {
    .team-logos__logo {
      width: 33.332%;
      padding: 2rem 1rem; } }
  @media (min-width: 46em) {
    .team-logos__logo {
      width: 25%; } }
  @media (min-width: 73em) {
    .team-logos__logo {
      width: 16.666%;
      padding: 3rem 1rem; } }

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

.templates-banner__grid {
  padding: 0;
  list-style: none; }
  @media (min-width: 60em) {
    .templates-banner__grid {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between; } }

.templates-banner__header {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 55rem;
  margin: 0 auto;
  text-align: center; }

.templates-banner__description {
  display: block;
  margin-bottom: 0; }

.templates-banner__item {
  position: relative;
  margin-top: 4rem; }
  .templates-banner__item::before {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    content: ""; }
  @media (min-width: 40em) {
    .templates-banner__item {
      margin-top: 6rem; } }
  @media (min-width: 60em) {
    .templates-banner__item {
      width: calc(50% - 3rem); } }

.templates-banner__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px #dddfe5 solid;
  border-radius: 6px;
  object-fit: cover; }

.templates-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.15s opacity ease-in-out;
  opacity: 0; }
  .templates-banner__overlay:hover {
    text-decoration: none;
    opacity: 1; }
  .templates-banner__overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.8;
    border-radius: 6px;
    background: linear-gradient(95.14deg, #8d49f7, #6b53ff); }
  .templates-banner__overlay > * {
    position: relative; }

.templates-grid {
  position: relative; }

.templates-grid__category {
  position: relative; }
  .templates-grid__category:not(:first-child) {
    margin-top: 2.5rem; }
  @media (min-width: 40em) {
    .templates-grid__category:not(:first-child) {
      margin-top: 3rem; } }

.templates-grid__title {
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 2rem;
  font-weight: 600; }
  @media (min-width: 40em) {
    .templates-grid__title {
      font-size: 2.2rem; } }
  @media (min-width: 90em) {
    .templates-grid__title {
      font-size: 2.8rem; } }

.templates-grid__slider {
  overflow-x: scroll;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: -30px;
  padding-top: 30px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory; }
  .templates-grid__slider::-webkit-scrollbar {
    width: 0; }
  @media (min-width: 60em) {
    .templates-grid__slider {
      left: auto;
      display: contents;
      overflow-x: visible;
      width: auto; } }

.templates-grid__items {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
  .templates-grid__items::after {
    display: block;
    flex: 0 0 auto;
    width: 1.5rem;
    content: ""; }
    @media (min-width: 40em) {
      .templates-grid__items::after {
        width: calc(18vw - 10rem); } }
    @media (min-width: 60em) {
      .templates-grid__items::after {
        display: none; } }

.templates-grid__item {
  position: relative;
  display: inline-block;
  flex: 0 0 62%;
  scroll-snap-align: center; }
  .templates-grid__item:not(:last-child) {
    margin-right: 1.5rem; }
  @media (min-width: 40em) {
    .templates-grid__item {
      flex: 0 0 42%; }
      .templates-grid__item:not(:last-child) {
        margin-right: 3rem; } }
  @media (min-width: 60em) {
    .templates-grid__item {
      flex: 1 1 auto;
      width: 33.33333%; } }
  @media (min-width: 80em) {
    .templates-grid__item:not(:last-child) {
      margin-right: 6rem; } }

.templates-grid__visual {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.25s box-shadow ease-in-out;
  will-change: transform;
  border-radius: 0.6rem;
  box-shadow: 0 0 0 1px #dddfe5; }
  .templates-grid__visual::before {
    display: block;
    padding-bottom: 56.25%;
    content: ""; }
  @media (hover: hover) {
    .templates-grid__visual:hover {
      box-shadow: 0 8px 26px rgba(103, 110, 144, 0.2); } }

.templates-grid__image,
.templates-grid__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  object-fit: cover; }

.templates-grid__video {
  transition: 0.25s opacity ease-in-out;
  opacity: 0; }
  @media (hover: hover) {
    .templates-grid__item:hover .templates-grid__video {
      opacity: 1; } }

.templates-grid__caption {
  display: inline-block;
  margin-top: 1rem;
  padding-right: 1.6rem;
  text-decoration: none;
  color: #545465;
  background-image: url("https://res.cloudinary.com/pitch-software/image/upload/f_auto/templates-grid/arrow.png");
  background-repeat: no-repeat;
  background-position: 100% 0.8em;
  background-size: 12px 12px;
  font-size: 1.6rem; }
  .templates-grid__caption:hover {
    text-decoration: none; }

.testimonial-quote {
  padding: 8rem 4rem 4rem 4rem;
  text-align: left;
  color: #fff;
  border-radius: 2.6rem; }
  @media (min-width: 40em) {
    .testimonial-quote {
      padding: 6rem 8rem 6rem 8rem; } }
  @media (min-width: 80em) {
    .testimonial-quote {
      padding-top: 6rem;
      padding-right: 16rem;
      padding-bottom: 5rem;
      padding-left: 16rem; } }

.testimonial-quote__body {
  text-align: center; }
  @media (min-width: 80em) {
    .testimonial-quote__body {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-evenly;
      text-align: left; } }
  @media (min-width: 100em) {
    .testimonial-quote__body {
      justify-content: flex-end; } }

@media (min-width: 80em) {
  .testimonial-quote__content {
    max-width: 50rem;
    margin-right: 10rem; } }

@media (min-width: 100em) {
  .testimonial-quote__content {
    max-width: 70rem;
    margin-right: 16rem; } }

.testimonial-quote__text {
  letter-spacing: -0.02em;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 1.8rem;
  line-height: 1.6em; }
  @media (min-width: 40em) {
    .testimonial-quote__text {
      font-size: 2.8rem;
      line-height: 135%; } }

.testimonial-quote__link {
  display: block;
  margin-top: 3rem; }
  .testimonial-quote__link .read-more-link {
    margin-top: 0; }
  .testimonial-quote__link .read-more-link__content {
    color: #ffe600;
    background-color: #ffe600;
    background-image: linear-gradient(90deg, #ffe600, #ffae12, #ffe600); }
    .testimonial-quote__link .read-more-link__content:hover {
      color: #ffae12; }

.testimonial-quote__subject {
  flex: 0 0 auto;
  width: 16rem;
  margin: 0 auto 3rem auto;
  text-align: center; }
  @media (min-width: 40em) {
    .testimonial-quote__subject {
      margin-bottom: 4rem; } }
  @media (min-width: 80em) {
    .testimonial-quote__subject {
      margin: 0; } }

@keyframes talking {
  0%,
  100% {
    transform: scale(1); }
  5%,
  20%,
  85% {
    transform: scale(1.15); }
  15%,
  30%,
  55%,
  75%,
  90% {
    transform: scale(1.05); }
  35%,
  45%,
  60%,
  70% {
    transform: scale(1.2); }
  40%,
  67%,
  95% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.testimonial-quote__cursor {
  position: relative;
  width: 15rem;
  height: 15rem;
  margin: 0 auto; }
  .testimonial-quote__cursor::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    animation: 5s infinite talking;
    opacity: 0.3;
    border-radius: 50%;
    background: #ffd02c; }
    @media (prefers-reduced-motion: reduce) {
      .testimonial-quote__cursor::before {
        animation: none; } }
  .testimonial-quote__cursor .live-cursor__pointer {
    --avatar-color: #ffd02c;
    position: absolute;
    right: 92%;
    bottom: 92%;
    width: 3rem;
    height: 3.15rem;
    margin-left: -1.5rem;
    filter: drop-shadow(-2px 4px 4px rgba(0, 0, 0, 0.25)); }

.testimonial-quote__photo {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 15rem;
  height: 15rem;
  border: 0.9rem solid #ffd02c;
  border-radius: 50%;
  background: #ffd02c; }
  .testimonial-quote__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.testimonial-quote__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  white-space: nowrap; }

.testimonial-quote__name {
  font-weight: 700; }

.testimonial-quote__logo {
  height: 18px;
  opacity: 0.6; }
  @media (min-width: 40em) {
    .testimonial-quote__logo {
      height: 25px; } }

.testimonials .slider .slider__list {
  padding-bottom: 0.2rem; }

.testimonials .slider .slider__item {
  flex: 0 0 90%; }
  @media (min-width: 52.5em) {
    .testimonials .slider .slider__item {
      flex: 0 0 43.75%; } }
  @media (min-width: 87.5em) {
    .testimonials .slider .slider__item {
      flex: 0 0 30.434783%;
      margin-right: 4.347826087%; } }

.testimonials .slider .testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 5.4rem 2.5rem 2.5rem;
  text-align: center;
  border: 1px solid #e6e9eb;
  border-radius: 12px; }
  @media (min-width: 40em) {
    .testimonials .slider .testimonial {
      padding: 5.4rem 3.2rem 3.2rem; } }

.testimonials .testimonial__text,
.testimonials .testimonial__name,
.testimonials .testimonial__role {
  margin: 0; }

.testimonials .testimonial__logo {
  max-width: 20rem;
  height: 2.6rem;
  margin-bottom: 3.4rem; }

.testimonials .testimonial__name {
  font-size: 24px;
  line-height: 1.75; }

.testimonials .testimonial__avatar {
  width: 6rem;
  height: 6rem;
  margin-bottom: 1rem;
  border-radius: 50%; }

.testimonials .testimonial__text {
  text-align: left;
  color: #2b2a35;
  line-height: 2; }

.testimonials .testimonial__top {
  margin-bottom: 60px; }

.testimonials .testimonial__role {
  line-height: 2; }

.tooltip__trigger {
  display: block;
  width: 16px;
  height: 16px;
  cursor: help; }
  .tooltip__trigger svg {
    width: 16px;
    height: 16px;
    vertical-align: initial; }
    .tooltip__trigger svg circle {
      fill: none; }

.tooltip {
  display: block;
  width: 16px;
  height: 16px;
  cursor: help; }

.tooltip:hover .tooltip__container,
.tooltip:focus-within .tooltip__container {
  visibility: visible;
  transition: opacity 0.3s, visibility 0s;
  opacity: 1; }

.tooltip__container {
  position: absolute;
  top: 100%;
  right: 50%;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
  transform: translate(50%, 8px);
  opacity: 0; }
  .tooltip__container::before {
    position: absolute;
    top: -3px;
    left: calc(50% - 4px);
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    transform: rotate(-45deg);
    border-radius: 1px;
    background: #2b2a35; }
  @media (min-width: 40em) {
    .tooltip[data-tooltip-size="large"] .tooltip__container {
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      padding-left: 20px; }
      .tooltip[data-tooltip-size="large"] .tooltip__container::before {
        top: -4px;
        left: 16px; } }

.tooltip__content {
  top: 0;
  display: block;
  width: 190px;
  margin: auto;
  padding: 12px 18px;
  text-align: left;
  color: white;
  border-radius: 6px;
  background: #2b2a35;
  font-family: "Eina01", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 13px;
  font-weight: normal;
  line-height: 135%; }
  @media (min-width: 40em) {
    .tooltip[data-tooltip-size="large"] .tooltip__content {
      width: 220px;
      transform: translateY(-50%); } }

.updates-slideshow {
  --transition-duration: 0ms;
  --half-transition-duration: 0ms; }
  .updates-slideshow[data-initialized] {
    --transition-duration: 400ms;
    --half-transition-duration: 200ms; }
  @media (min-width: 60em) {
    .updates-slideshow {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between; } }

.updates-slideshow__content {
  overflow: hidden; }
  @media (min-width: 60em) {
    .updates-slideshow__content {
      width: calc(48% - 11.6%); } }

.updates-slideshow__infos {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1.1rem; }

.updates-slideshow__info {
  width: 100%; }
  .updates-slideshow__info[data-position="0"] {
    order: 0;
    transition: opacity var(--half-transition-duration) ease-out var(--half-transition-duration), order 0s var(--half-transition-duration);
    opacity: 1; }
  .updates-slideshow__info:not([data-position="0"]) {
    order: 1;
    transition: opacity var(--half-transition-duration) ease-in, order 0s var(--half-transition-duration);
    opacity: 0; }

.updates-slideshow__cta .read-more-link {
  margin: 0; }

.updates-slideshow__visual {
  overflow-x: hidden;
  margin-top: 3rem; }
  @media (min-width: 60em) {
    .updates-slideshow__visual {
      left: auto;
      overflow-x: visible;
      width: 52%;
      margin-top: 0;
      margin-left: 0;
      padding-top: 5.2rem; }
      .updates-slideshow__visual > .container {
        display: contents; } }

.updates-slideshow__images {
  position: relative;
  width: 93.5%;
  margin-left: 6.5%;
  cursor: grab; }
  .updates-slideshow__images:active {
    cursor: grabbing; }
  .updates-slideshow__images::before {
    display: block;
    padding-bottom: 56.25%;
    content: ""; }

.updates-slideshow__image {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity var(--transition-duration) ease-in-out, transform var(--transition-duration) ease-in-out;
  transform: scale(1.1) translateX(4%);
  transform-origin: center left;
  pointer-events: none;
  opacity: 0;
  border-radius: 0.6rem;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.12); }
  .updates-slideshow__image[data-position="0"] {
    z-index: 3;
    transform: scale(1) translateX(0%);
    pointer-events: auto;
    opacity: 1; }
  .updates-slideshow__image[data-position="1"] {
    z-index: 2;
    transform: scale(0.85) translateX(-4.2%);
    opacity: 1; }
  .updates-slideshow__image[data-position="2"] {
    z-index: 1;
    transform: scale(0.7225) translateX(-9.6%);
    opacity: 1; }
  .updates-slideshow__image[data-position="3"] {
    z-index: 0;
    transform: scale(0.6141) translateX(-12%);
    opacity: 0; }
  .updates-slideshow__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover; }

.updates-slideshow__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem; }
  @media (min-width: 60em) {
    .updates-slideshow__controls {
      margin-left: 8%; } }
  .updates-slideshow__controls > * {
    margin: 0 1.5rem; }

.video-story {
  --max-height: 0;
  width: 100%; }

.video-story__content {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 80em) {
    .video-story__content {
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between; } }

.video-story__media-container {
  position: relative;
  flex: 0 0 auto;
  max-width: 104rem;
  margin-bottom: 4.6rem;
  cursor: grab; }
  .video-story__media-container:active {
    cursor: grabbing; }
  @media (min-width: 80em) {
    .video-story__media-container {
      flex: 1 1 auto;
      width: 100%;
      margin: 0; } }
  .video-story__media-container::before {
    display: block;
    padding-bottom: 53.46153846%;
    content: ''; }
  .video-story__media-container img {
    pointer-events: none; }

.video-story__media {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  object-fit: fill; }
  @media (min-width: 80em) {
    .video-story__media {
      margin: 0; } }
  @media (prefers-reduced-motion: reduce) {
    .video-story__media {
      transition: none !important; } }
  .video-story__media, .video-story__media[data-lazyloaded="true"] {
    transition: opacity 0.6s 0.6s linear, visibility 0s 0.6s, box-shadow 0s 0.6s;
    opacity: 0; }
  .video-story__media[data-editor="true"] {
    border-radius: 0.4rem;
    box-shadow: none; }
    @media (min-width: 70em) {
      .video-story__media[data-editor="true"] {
        border-radius: 0.6rem; } }
    .video-story__media[data-editor="true"][data-loaded="true"][data-active="true"], .video-story__media[data-editor="true"][data-lazyloaded="true"][data-active="true"] {
      visibility: visible;
      transition: opacity 0.6s linear, visibility 0s, box-shadow 0s 0.6s;
      opacity: 1;
      box-shadow: 0 0 18px 0 rgba(33, 34, 43, 0.2); }
      @media (min-width: 80em) {
        .video-story__media[data-editor="true"][data-loaded="true"][data-active="true"], .video-story__media[data-editor="true"][data-lazyloaded="true"][data-active="true"] {
          box-shadow: 0 0 50px 0 rgba(33, 34, 43, 0.12); } }

.video-story__chapters-wrapper .container {
  overflow-x: scroll;
  scroll-behavior: smooth; }
  .video-story__chapters-wrapper .container::-webkit-scrollbar {
    width: 0; }
  @media (min-width: 80em) {
    .video-story__chapters-wrapper .container {
      display: contents; } }

.video-story__chapters-wrapper .container-inner {
  position: relative; }
  @media (min-width: 80em) {
    .video-story__chapters-wrapper .container-inner {
      display: contents; } }

@media (min-width: 80em) {
  .video-story__chapters-wrapper {
    left: 0;
    flex: 0 0 auto;
    flex-direction: column;
    width: 28rem;
    height: 100%;
    margin: 0;
    padding: 0 2rem 0 0; } }

@media (min-width: 87.5em) {
  .video-story__chapters-wrapper {
    width: 34rem;
    padding: 0 3rem 0 0; } }

.video-story__chapters {
  display: flex;
  list-style: none;
  text-align: left; }
  .video-story__chapters::before {
    display: block;
    flex: 0 0 auto;
    width: 1rem;
    content: ''; }
  @media (min-width: 80em) {
    .video-story__chapters {
      left: 0;
      flex-direction: column; }
      .video-story__chapters::before {
        display: none; } }

.video-story__chapter {
  position: relative;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85%;
  padding: 0; }
  @media (min-width: 32em) {
    .video-story__chapter {
      width: 50%; } }
  @media (min-width: 80em) {
    .video-story__chapter {
      padding: 0 0 0 2.6rem; } }
  .video-story__chapter h3 {
    display: block;
    max-width: 24rem;
    margin-bottom: 1.6rem;
    transition: opacity 0.3s, color 0.4s;
    opacity: 0.5;
    font-size: 2.2rem;
    line-height: 2.8rem; }
    @media (min-width: 50em) {
      .video-story__chapter h3 {
        max-width: none; } }
    @media (min-width: 80em) {
      .video-story__chapter h3 {
        max-width: 24rem;
        opacity: 1; } }
  .video-story__chapter .video-story__chapter-description {
    display: block;
    width: 90%;
    max-width: 37rem;
    transition: opacity 0.3s;
    opacity: 0.5;
    font-size: 1.6rem;
    line-height: 2.8rem; }
    @media (min-width: 80em) {
      .video-story__chapter .video-story__chapter-description {
        overflow: hidden;
        width: 100%;
        height: 0;
        margin-bottom: 5.2rem;
        transition: opacity 0.2s linear, height 0.4s ease-in-out, transform  0.2s 0.2s ease-in-out;
        transform: translateY(-2rem);
        opacity: 0; } }
    @media (prefers-reduced-motion: reduce) {
      .video-story__chapter .video-story__chapter-description {
        transition: none !important; } }
  .video-story__chapter .video-story__chapter-description-content {
    margin: 0; }
  .video-story__chapter:last-child .video-story__chapter-description {
    margin-bottom: 0; }
  .video-story__chapter[data-active="true"] .video-story__trigger .video-story__label {
    color: #8d49f7;
    background-color: #8d49f7;
    background-image: linear-gradient(90deg, #6b53ff, #8d49f7);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent; }
    .video-story__chapter[data-active="true"] .video-story__trigger .video-story__label > * {
      -webkit-text-fill-color: currentColor;
      -moz-text-fill-color: currentColor; }
  @media (min-width: 80em) {
    .video-story__chapter[data-active="true"] .video-story__chapter-description {
      height: var(--max-height);
      transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, transform 0.2s 0.2s ease-in-out;
      transform: translateY(0);
      opacity: 1; } }
  .video-story__chapter[data-active="true"] h3, .video-story__chapter[data-past="true"] h3 {
    opacity: 1; }
  @media (max-width: 80em) {
    .video-story__chapter[data-active="true"] p, .video-story__chapter[data-past="true"] p {
      opacity: 1; } }
  @media (min-width: 80em) {
    .video-story__chapter {
      width: 100%;
      margin: 0; } }

.video-story__trigger {
  display: inline;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
  text-decoration: none;
  letter-spacing: inherit;
  color: inherit;
  border: none;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .video-story__trigger .video-story__label {
    display: block; }
  .video-story__trigger::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: ''; }

.video-story__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 1.9rem;
  margin-bottom: 1rem;
  transition-property: transform; }
  @media (min-width: 80em) {
    .video-story__progress {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 1.9rem;
      height: 100%;
      margin-bottom: 0; } }

.video-story__progress-track,
.video-story__progress-bar {
  position: absolute;
  top: 0.9rem;
  right: 0;
  left: 0.9rem;
  display: block;
  height: 0.1rem; }
  @media (min-width: 80em) {
    .video-story__progress-track,
    .video-story__progress-bar {
      top: 1.9rem;
      right: auto;
      bottom: -1.2rem;
      left: 0.9rem;
      width: 0.1rem;
      height: auto; } }
  .video-story__chapter:last-child .video-story__progress-track, .video-story__chapter:last-child
  .video-story__progress-bar {
    display: none; }

.video-story__progress-track {
  border-right: 0.1rem solid white;
  border-left: 0.1rem solid white;
  background: repeating-linear-gradient(to right, #ced6fe 0, #ced6fe 6px, transparent 6px, transparent 12px);
  background-repeat: repeat-x;
  background-size: 100% 100%; }
  @media (min-width: 80em) {
    .video-story__progress-track {
      border: none;
      border-top: 0.1rem solid white;
      border-bottom: 0.1rem solid white;
      background: repeating-linear-gradient(to bottom, #ced6fe 0, #ced6fe 6px, transparent 6px, transparent 12px);
      background-repeat: repeat-y; } }

.video-story__progress-bar {
  transition: transform 0.3s linear, opacity 0.3s ease-out;
  transform: scale(0, 1);
  transform-origin: top left;
  opacity: 0;
  background-color: #334ac0; }
  @media (prefers-reduced-motion: reduce) {
    .video-story__progress-bar {
      transition-duration: 0s !important; } }
  .video-story__chapter[data-active="true"] .video-story__progress-bar {
    transition: transform 5s linear, opacity 0.3s ease-out; }
  .video-story__chapter[data-active="true"][data-loaded="true"] .video-story__progress-bar {
    transition-timing-function: linear;
    transition-duration: inherit;
    transition-property: transform;
    transform: scale(1, 1);
    opacity: 1; }
  .video-story__chapter[data-type="image"][data-active="true"] .video-story__progress-bar {
    transition: transform 5s linear;
    transform: scale(1, 1);
    opacity: 1; }
  .video-story__chapter[data-past="true"] .video-story__progress-bar {
    transition: none;
    transform: scale(1, 1);
    opacity: 1; }
  .video-story__chapter[data-active="true"][data-reset="true"] .video-story__progress-bar {
    transition: transform 0.3s, opacity 0.2s;
    transform: scale(0, 1);
    opacity: 0; }
  @media (min-width: 80em) {
    .video-story__progress-bar {
      transform: scale(1, 0); }
      .video-story__chapter[data-active="true"][data-reset="true"] .video-story__progress-bar {
        transform: scale(1, 0) !important; } }

.video-story__progress-bullet {
  position: absolute;
  top: 0;
  left: -0.5rem;
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  transition: opacity 0.3s;
  opacity: 0.2;
  border-radius: 50%; }
  @media (prefers-reduced-motion: reduce) {
    .video-story__progress-bullet {
      transition: none; } }
  @media (min-width: 80em) {
    .video-story__progress-bullet {
      top: 0.6rem;
      left: 0; } }
  .video-story__chapter:hover .video-story__progress-bullet {
    opacity: 0.6; }
  .video-story__progress-bullet::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    transition: transform 0.3s ease-in;
    transform: scale(0.3, 0.3);
    transform-origin: center center;
    border: 0.1rem solid #334ac0;
    border-radius: 50%;
    background-color: white; }
    @media (prefers-reduced-motion: reduce) {
      .video-story__progress-bullet::before {
        transition: none; } }
  .video-story__progress-bullet::after {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    content: '';
    border-radius: 50%;
    background: linear-gradient(91.46deg, #344bc1 0%, #834bf3 111.67%); }
  .video-story__chapter[data-active="true"] .video-story__progress-bullet,
  .video-story__chapter[data-past="true"] .video-story__progress-bullet {
    opacity: 1; }
  .video-story__chapter[data-active="true"] .video-story__progress-bullet::before {
    transform: scale(1, 1); }

.video-story__decorations {
  display: none; }
  @media (min-width: 80em) {
    .video-story__decorations {
      position: absolute;
      top: 0;
      right: 3rem;
      display: block;
      width: 25%;
      max-width: 22rem; } }
  @media (prefers-reduced-motion: reduce) {
    .video-story__decorations {
      display: none; } }

.video-story__decoration {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  transform: translateY(10%);
  opacity: 0; }
  .video-story__decoration[data-lazyloaded] {
    transition: transform 0.4s, opacity 0.3s; }
  .video-story__decoration[data-lazyloaded="true"] {
    opacity: 0; }
  .video-story__decoration[data-active="true"] {
    transition: transform 0.4s 0.3s, opacity 0.4s 0.3s;
    transform: translateY(0%);
    opacity: 1; }

.video-tabs__tabs {
  position: relative;
  margin-bottom: 2em;
  list-style: none; }

.video-tabs__tab {
  display: inline;
  margin: 0 1em;
  padding: 0.5em 1em;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none; }

.video-tabs__content {
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.video-tabs__button {
  z-index: 1;
  flex: 0 0 auto; }

@media (max-width: 63.9375em) {
  .video-tabs__button {
    display: none; } }

.video-tabs__button--prev {
  margin-right: 3.6rem; }

.video-tabs__button--next {
  margin-left: 3.6rem; }

.video-tabs__media-container {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 3.2rem;
  list-style: none;
  cursor: grab; }
  .video-tabs__media-container:active {
    cursor: grabbing; }
  .video-tabs__media-container::before {
    display: block;
    padding-bottom: 53.25%;
    content: ''; }
  .video-tabs__media-container img {
    pointer-events: none; }

.video-tabs__chapter {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s 0.1s, visibility 0s 0.6s;
  transform: translateX(0);
  opacity: 0; }
  .video-tabs__chapter[data-active="true"] {
    visibility: visible;
    transition: opacity 0.5s, visibility 0s;
    opacity: 1; }

.video-tabs__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  border-radius: 0.4rem;
  box-shadow: 0 13px 43px rgba(0, 0, 0, 0.12);
  object-fit: fill; }
  @media (min-width: 70em) {
    .video-tabs__media {
      border-radius: 0.6rem; } }

.video-tabs__descriptions {
  position: relative;
  padding-bottom: 8rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em; }
  @media (min-width: 50.25em) {
    .video-tabs__descriptions {
      padding-bottom: 4rem; } }

.video-tabs__description {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  transition: visibility 0s 0.5s, opacity 0.5s, transform 0.3s 0s ease-in;
  transform: translateY(2rem);
  opacity: 0; }
  .video-tabs__description[data-active="true"] {
    visibility: visible;
    transition: visibility 0s 0.5s, opacity 0.5s 0.5s, transform 0.3s 0.5s ease-out;
    transform: translateY(0);
    opacity: 1; }
  @media (min-width: 50.25em) {
    .video-tabs__description {
      transform: translateY(0); }
      .video-tabs__description[data-position="prev"] {
        transform: translateX(4rem); }
      .video-tabs__description[data-position="next"] {
        transform: translateX(-4rem); } }
  .video-tabs__description .read-more-link {
    margin-top: 0; }

.pitch-pro-label {
  margin: 0.5rem;
  padding: 0.1rem 0.6rem 0.2rem 0.7rem;
  vertical-align: 20%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: white;
  border-radius: 2rem;
  background: linear-gradient(87.29deg, #1243fd 6.02%, #df05da 94.19%);
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 1rem;
  font-weight: bold; }

.home-tabs__breakout {
  overflow: hidden; }

.home-tabs {
  position: relative;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  max-width: 76rem;
  margin: auto;
  margin: 0 auto;
  margin-bottom: 4rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory; }
  .home-tabs::-webkit-scrollbar {
    width: 0; }
  .home-tabs::before, .home-tabs::after {
    display: block;
    flex: 0 0 auto;
    width: 2rem;
    content: ''; }
    @media (min-width: 50em) {
      .home-tabs::before, .home-tabs::after {
        position: absolute;
        right: 100%;
        bottom: 0;
        width: 3rem;
        height: 0.1rem;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e9e9f0 100%); } }
    @media (min-width: 70em) {
      .home-tabs::before, .home-tabs::after {
        width: 15rem; } }
  @media (min-width: 50em) {
    .home-tabs::after {
      right: auto;
      left: 100%;
      background-image: linear-gradient(to right, #e9e9f0 0%, rgba(255, 255, 255, 0) 100%); } }
  @media (min-width: 35em) {
    .home-tabs {
      overflow: visible;
      margin-bottom: 6.5rem;
      -webkit-mask-image: none; } }

.home-tabs__tab {
  position: relative;
  scroll-snap-align: start;
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 1.6rem 1.8rem;
  vertical-align: middle;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: black;
  border-bottom: 0.1rem solid #e9e9f0;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 1.4rem;
  font-weight: bold; }
  @media (min-width: 30em) {
    .home-tabs__tab {
      flex: 1 1 auto;
      width: 100%;
      padding: 0 2.4rem 1.8rem;
      text-align: center;
      font-size: 1.5rem; } }

.home-tabs__tab-content {
  transition: opacity 0.3s;
  white-space: nowrap;
  opacity: 0.5; }
  .home-tabs__tab:focus .home-tabs__tab-content,
  .home-tabs__tab:hover .home-tabs__tab-content {
    opacity: 0.7; }
  .home-tabs__tab[data-active="true"] .home-tabs__tab-content {
    opacity: 1; }
  .home-tabs__tab-content[data-gradient-content],
  .home-tabs__tab-content [data-gradient-content] {
    position: relative;
    display: inline-block;
    transition: opacity 0.3s, color 0.4s; }
    .home-tabs__tab-content[data-gradient-content]::before,
    .home-tabs__tab-content [data-gradient-content]::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      content: attr(data-gradient-content);
      transition: opacity 0.4s;
      opacity: 0;
      background-image: linear-gradient(90deg, #344bc1 0%, #834bf3 100%);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      -moz-text-fill-color: transparent; }
  .home-tabs__tab-content .home-tabs__tab:focus[data-gradient-content],
  .home-tabs__tab-content .home-tabs__tab:focus [data-gradient-content],
  .home-tabs__tab-content .home-tabs__tab:hover[data-gradient-content],
  .home-tabs__tab-content .home-tabs__tab:hover [data-gradient-content],
  .home-tabs__tab[data-active="true"] .home-tabs__tab-content[data-gradient-content],
  .home-tabs__tab[data-active="true"] .home-tabs__tab-content [data-gradient-content] {
    color: #344bc1; }
    @supports (-webkit-background-clip: text) or (-moz-background-clip: text) or (background-clip: text) {
      .home-tabs__tab-content .home-tabs__tab:focus[data-gradient-content],
      .home-tabs__tab-content .home-tabs__tab:focus [data-gradient-content],
      .home-tabs__tab-content .home-tabs__tab:hover[data-gradient-content],
      .home-tabs__tab-content .home-tabs__tab:hover [data-gradient-content],
      .home-tabs__tab[data-active="true"] .home-tabs__tab-content[data-gradient-content],
      .home-tabs__tab[data-active="true"] .home-tabs__tab-content [data-gradient-content] {
        color: transparent; }
        .home-tabs__tab-content .home-tabs__tab:focus[data-gradient-content]::before,
        .home-tabs__tab-content .home-tabs__tab:focus [data-gradient-content]::before,
        .home-tabs__tab-content .home-tabs__tab:hover[data-gradient-content]::before,
        .home-tabs__tab-content .home-tabs__tab:hover [data-gradient-content]::before,
        .home-tabs__tab[data-active="true"] .home-tabs__tab-content[data-gradient-content]::before,
        .home-tabs__tab[data-active="true"] .home-tabs__tab-content [data-gradient-content]::before {
          opacity: 1; } }

.home-tabs__indicator {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  display: block;
  height: 0.3rem;
  content: '';
  transition: transform 0.5s ease-in-out, width 0.3s;
  transform: scaleX(1.3);
  transform-origin: center center;
  opacity: 1;
  background-image: linear-gradient(90deg, #344bc1 0%, #844bf3 100%); }

.sandwich-video-cta {
  display: inline-block; }
  .sandwich-video-cta .sandwich-video-cta__wrapper {
    transition: background-position 0.5s ease-in, color 0.5s ease-in;
    color: #9758fd;
    background-color: #9758fd;
    background-image: linear-gradient(90deg, #9758fd, #4c66f8, #9758fd);
    background-position: 100% 0%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2em;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent; }
  .sandwich-video-cta:hover .sandwich-video-cta__wrapper {
    color: #4c66f8;
    background-position: 0% 0%; }
  .sandwich-video-cta:hover .sandwich-video-cta__icon::before {
    opacity: 1; }
  .sandwich-video-cta > * {
    pointer-events: none; }

.sandwich-video-cta__icon {
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  margin: -0.3rem 1rem 0 0;
  content: '';
  vertical-align: middle; }
  .sandwich-video-cta__icon svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .sandwich-video-cta__icon::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    transition: opacity 0.4s;
    opacity: 0;
    border-radius: 50%;
    background-image: linear-gradient(140.63deg, #504aff 13.61%, #a538ff 85.3%); }
  .sandwich-video-cta__icon path {
    fill: white; }

.hero.about {
  position: relative;
  z-index: 0;
  padding-top: 0;
  font-size: calc(6.75vw + 1.5rem); }
  @media (min-width: 125em) {
    .hero.about {
      font-size: 15rem; } }
  .hero.about::before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    display: block;
    height: 100vh;
    content: "";
    background: inherit; }
  .hero.about::after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
    content: "";
    background: white; }
  .hero.about .container-inner {
    position: relative;
    height: auto; }
  .hero.about .hero-headline {
    position: relative;
    top: 3rem;
    max-width: 14ch;
    margin-bottom: 0;
    will-change: transform; }
    @media (max-width: 40em) {
      .hero.about .hero-headline {
        transform: none !important; } }
    @media (min-width: 60em) {
      .hero.about .hero-headline {
        top: 6rem; } }
    @media (min-width: 80em) {
      .hero.about .hero-headline {
        max-width: 14.5ch; } }
    @media (max-width: 30em) {
      .hero.about .hero-headline {
        max-width: 10ch; } }
  .hero.about + .container {
    z-index: 1; }
    .hero.about + .container .text {
      padding-top: 0; }
  .hero.about .hero-headline-text {
    opacity: 1;
    will-change: transform; }
  .hero.about .hero-image-center {
    width: 8em;
    margin-top: 0.6em; }

.about-scroll-fix {
  display: none; }
  .js .blue + .about-scroll-fix {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 40vh; }
    .js .blue + .about-scroll-fix ~ .container {
      background-color: white; }

.beginning {
  margin-top: -0.5rem;
  padding: 5rem 5rem 0;
  font-size: 4.2rem;
  line-height: 1.2em; }
  @media (min-width: 40em) {
    .beginning {
      padding: 4rem 8rem 0;
      font-size: calc(5vw + 1rem); } }
  @media (min-width: 60em) {
    .beginning {
      padding: 8rem 6rem 0; } }
  @media (min-width: 92em) {
    .beginning {
      padding: 10rem 12rem 0;
      font-size: 9rem; } }

.image-grid {
  display: grid;
  width: 100%;
  max-width: 120rem;
  margin-bottom: 1rem;
  list-style: none;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  grid-gap: 1.5rem; }
  @media (max-width: 40em) {
    .image-grid {
      grid-template-columns: repeat(4, 1fr); } }
  .image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .image-grid > * {
    grid-column: span 2;
    grid-row: span 1; }
  .image-grid .image-grid__big {
    grid-column: span 4;
    grid-row: span 2; }
  .image-grid .image-grid__wide {
    grid-column: span 4; }
  .image-grid .image-grid__medium {
    grid-column: span 3; }
    @media (max-width: 40em) {
      .image-grid .image-grid__medium {
        grid-column: span 2; } }

.image-grid__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  .image-grid__image-wrapper::before {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: ''; }
  .image-grid__image-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.investors {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
  grid-gap: 2rem; }
  @media (min-width: 60em) {
    .investors {
      grid-template-columns: repeat(3, 1fr); } }
  .investors .investor {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 2.3rem 0;
    line-height: 1.8em; }
  .investors .investor-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5em;
    margin-bottom: 1.8rem; }

.text-info {
  color: #8b96a2; }

.statistics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0;
  text-align: center; }

.statistics-item {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  padding: 0 2rem; }
  .statistics-item a:focus, .statistics-item a:hover {
    text-decoration: underline; }

.statistics-description {
  margin: 0;
  color: #8b96a2; }

.statistics-value,
.glassdoor .statistics-description {
  order: -1;
  margin: 0;
  color: inherit;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5; }
  @media (min-width: 40em) {
    .statistics-value,
    .glassdoor .statistics-description {
      font-size: 2.4rem;
      line-height: 1.75; } }
  @media (min-width: 60em) {
    .statistics-value,
    .glassdoor .statistics-description {
      font-size: 3.6rem;
      line-height: 2; } }

.glassdoor {
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 3em; }
  .glassdoor .statistics-description,
  .glassdoor .statistics-value {
    flex-grow: 1; }
  .glassdoor .statistics-value {
    order: 0;
    font: inherit; }
  .glassdoor a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: inherit; }
  .glassdoor .name {
    flex: 1;
    padding: 1rem;
    text-align: center; }
  .glassdoor .right {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 1rem;
    color: inherit; }
  .glassdoor .stars {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .glassdoor .stars img {
      width: 3.6rem; }
    .glassdoor .stars .number {
      flex: 1; }

.benefits {
  width: 100%;
  max-width: 70ch; }
  @media (min-width: 34em) {
    .benefits {
      margin-top: 1rem; } }
  .benefits ul {
    margin: 0;
    list-style: none;
    text-align: left; }
    @media (min-width: 34em) {
      .benefits ul {
        columns: 2 24ch;
        column-gap: 1em; } }
    @media (min-width: 40em) {
      .benefits ul {
        column-gap: 3.5em; } }
    .benefits ul li {
      position: relative;
      padding-bottom: 1rem;
      padding-left: 2rem;
      vertical-align: top; }
      @media (min-width: 34em) {
        .benefits ul li {
          display: inline-block;
          padding-bottom: 2rem; } }
      .benefits ul li::before {
        position: absolute;
        left: 0;
        content: "•";
        color: #334ac0; }

.benefits__heading {
  margin-top: 2rem; }

.benefits__cta {
  margin-top: 3rem; }

.cards .card {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 2rem;
  cursor: pointer;
  transition: box-shadow 0.15s;
  text-align: left;
  color: #2b2a35;
  border-radius: 6px;
  box-shadow: 0 0.2rem 0.5rem rgba(103, 110, 144, 0.2), 0 0 0 0.1rem rgba(103, 110, 144, 0.05); }
  .cards .card:hover, .cards .card:focus {
    box-shadow: 0 0.2rem 0.5rem rgba(103, 110, 144, 0.4), 0 0 0 0.1rem rgba(103, 110, 144, 0.05); }
  .cards .card .location {
    flex: 0 0 auto;
    margin-left: auto; }
    @media (min-width: 40em) {
      .cards .card .location {
        padding: 0 1em; } }

.cards .info {
  flex: 1; }
  @media (min-width: 40em) {
    .cards .info {
      display: flex;
      align-items: center; } }

.cards .arrow {
  width: 1rem; }

.cards .title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start; }
  @media (min-width: 48em) {
    .cards .title {
      align-items: center;
      flex-direction: row; } }
  .cards .title .counter {
    display: inline-block;
    flex: 0 0 auto;
    min-width: 1.8rem;
    margin: 0.3rem 0 0 0;
    padding: 0.3rem 0.5rem 0.5rem;
    text-align: center;
    white-space: nowrap;
    color: white;
    border-radius: 0.9rem;
    background: #8b96a2;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1em; }
    @media (min-width: 48em) {
      .cards .title .counter {
        margin: 0 0 0 0.7rem; } }

.cards-section {
  margin-bottom: 4rem; }

.about__stats-title {
  margin-bottom: 3rem; }
  @media (min-width: 48em) {
    .about__stats-title {
      margin-bottom: 5rem; } }

.article {
  display: flex;
  flex-direction: column; }
  @media (min-width: 90em) {
    .article figure.break-out {
      margin-right: -19rem;
      margin-left: -19rem; } }
  .article .twitter-tweet {
    margin: 0 auto !important; }

.article-button {
  display: block;
  width: 100%;
  margin: 2rem 0;
  text-align: center; }

.article-intro .container-inner {
  max-width: 100rem; }

.article-intro a {
  color: inherit; }

.article__header {
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center; }
  @media (min-width: 75em) {
    .article__header {
      letter-spacing: -0.01em;
      font-size: 6rem; } }

.article__media {
  position: relative;
  right: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: stretch;
  align-self: center;
  justify-content: center;
  order: -1;
  width: 100%; }
  .article__media picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
  @media (min-width: 90em) {
    .article__media.article__image--wide-image {
      max-height: 60rem; } }

.article__image {
  object-fit: cover;
  max-height: 52rem; }
  @media (max-width: 40em) {
    .article__image {
      object-fit: cover;
      width: 100%; } }
  @media (min-width: 90em) {
    .article__image--wide-image .article__image {
      object-fit: cover;
      width: 100%; } }

.article__media--16-9 {
  position: relative; }
  .article__media--16-9::after {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    content: ""; }
  .article__media--16-9.article__media--with-chin::after {
    padding-bottom: calc(56.25% + 53px); }
    @media (min-width: 1092px) {
      .article__media--16-9.article__media--with-chin::after {
        padding-bottom: calc(56.25% + 75px); } }
  .article__media--16-9 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.6rem; }

.article-date {
  display: block;
  order: -1;
  margin: 5vw auto -5vw;
  text-align: center;
  color: #545465; }
  @media (min-width: 70em) {
    .article-date {
      margin: 5.6rem auto -5.6rem; } }

.article__content {
  margin-top: 5vw;
  line-height: 1.6; }
  @media (min-width: 70em) {
    .article__content {
      margin-top: 5.6rem; } }

.article__text {
  max-width: 70rem;
  margin: 2rem auto 6rem;
  padding: 0; }
  .article__text p,
  .article__text figure {
    margin-bottom: 2rem; }
  @media (min-width: 40em) {
    .article__text figure {
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  .article__text > p:first-of-type {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: bold; }
  .article__text h2,
  .article__text h3,
  .article__text h4,
  .article__text h5,
  .article__text h6 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 50em) {
      .article__text h2,
      .article__text h3,
      .article__text h4,
      .article__text h5,
      .article__text h6 {
        margin-top: 3rem;
        margin-bottom: 3rem; } }
  .article__text img,
  .article__text video {
    border-radius: 0.6rem;
    box-shadow: 0 0 0 0.1rem #f8f8fb; }
  .article__text video {
    display: block;
    width: 100%; }
  .article__text ul {
    margin-bottom: 2rem;
    padding-left: 2.3rem; }
    .article__text ul li {
      margin-bottom: 1em; }
  .article__text h2,
  .article__text .heading-large,
  .article__text .signup-banner__title,
  .article__text .templates-banner__title {
    letter-spacing: -0.02em;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5; }
    @media (min-width: 60em) {
      .article__text h2,
      .article__text .heading-large,
      .article__text .signup-banner__title,
      .article__text .templates-banner__title {
        font-size: 2.7rem; } }
  .article__text h3 {
    letter-spacing: -0.02em;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5; }
    @media (min-width: 40em) {
      .article__text h3 {
        font-size: 2.1rem; } }
  .article__text h4,
  .article__text h5,
  .article__text h6 {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit; }

.article__teaser .container-inner {
  max-width: 80rem; }

.article-share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2rem; }
  .article-share img {
    vertical-align: baseline;
    box-shadow: none; }
  .article-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 1rem;
    margin: 0.6rem 1rem 0.6rem 0;
    border-radius: 50%; }
    .article-share a:focus, .article-share a:hover {
      opacity: 0.85; }
    @media (min-width: 60em) {
      .article-share a {
        width: 4.2rem;
        height: 4.2rem; } }

.article-share-bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 6rem; }
  .article-share-bottom h5 {
    margin: 0; }

.article-share-twitter {
  background-color: #14171a; }

.article-share-facebook {
  background-color: #4367b0; }

.article-share-linkedin {
  background-color: #3375b0; }

@media (min-width: 60em) {
  .article-share--top {
    position: absolute;
    flex-direction: column;
    margin-left: -7.2rem; } }

.blog-image {
  transition: opacity 0.3s;
  border-radius: 0.6rem; }
  a .blog-image:hover {
    opacity: 0.85; }

.blog-highlight {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 60em) {
    .blog-highlight {
      flex-direction: row;
      width: 100%; } }
  .blog-highlight .media {
    flex: 0 0 100%;
    order: -1; }
    @media (min-width: 60em) {
      .blog-highlight .media {
        position: relative;
        align-items: stretch;
        align-self: stretch;
        flex-basis: 50%;
        order: 0;
        height: 0;
        margin-top: 4rem;
        margin-bottom: 4rem;
        padding-bottom: 60.9%; }
        .blog-highlight .media,
        .blog-highlight .media picture {
          display: flex; }
        .blog-highlight .media picture {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; } }
  @media (min-width: 60em) {
    .blog-highlight .blog-image {
      align-self: center;
      object-fit: cover; } }
  .blog-highlight .text {
    flex: 0 0 100%; }
    @media (min-width: 60em) {
      .blog-highlight .text {
        flex-basis: 44%; } }
  @media (min-width: 60em) and (max-width: 80em) {
    .blog-highlight h2 {
      font-size: 4.8rem; } }

.blog-highlight__link {
  margin-bottom: -0.3em;
  padding-bottom: 0.3em; }

.blog-section {
  width: 100%;
  padding-bottom: 3rem; }
  @media (min-width: 40em) {
    .blog-section {
      padding-bottom: 5rem; } }
  @media (min-width: 60em) {
    .blog-section {
      padding-bottom: 8rem; } }

.blog-section__header {
  width: 100%;
  margin-bottom: 3rem;
  padding: 1rem 0;
  text-align: left;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5; }
  @media (min-width: 60em) {
    .blog-section__header {
      margin-bottom: 4.2rem; } }

.blog-essentials {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  grid-gap: 3rem;
  grid-template-columns: 1fr; }
  @media (min-width: 32em) {
    .blog-essentials {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 68em) {
    .blog-essentials {
      grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); } }
  @media (min-width: 100em) {
    .blog-essentials {
      grid-gap: 6rem; } }

.blog-essentials__item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0 0 1.2rem; }
  .blog-essentials__item::before {
    order: -1;
    margin-bottom: 1rem;
    content: counter(item, decimal-leading-zero) ". ";
    color: #f1f1f2;
    font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
    font-size: 4.8rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1; }
    @media (min-width: 60em) {
      .blog-essentials__item::before {
        font-size: 6.6rem; } }
    @media (min-width: 100em) {
      .blog-essentials__item::before {
        font-size: 9.6rem; } }

.blog-essentials__item-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ""; }

.blog-essentials__heading {
  line-height: 1.4; }
  @media (min-width: 40em) {
    .blog-essentials__heading {
      font-size: 2.7rem; } }

.blog-essentials__category {
  order: -1;
  margin: 0;
  text-transform: uppercase;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 1.5rem;
  font-weight: 600; }
  .blog-essentials__category,
  .section .blog-essentials__category {
    color: #586ee0; }

.blog-feed {
  display: grid;
  padding: 2rem 0;
  list-style: none;
  text-align: left;
  grid-gap: 6rem 4rem;
  grid-template-columns: 1fr; }
  @media (min-width: 32em) {
    .blog-feed {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 60em) {
    .blog-feed {
      grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 32em) {
  .blog-feed__item:nth-child(2n) {
    animation-delay: 150ms; } }

@media (min-width: 60em) {
  .blog-feed__item:nth-child(3n + 2) {
    animation-delay: 150ms; }
  .blog-feed__item:nth-child(3n + 3) {
    animation-delay: 300ms; } }

.blog-feed__category-container {
  position: sticky;
  z-index: 4;
  top: var(--navigation-height);
  height: 6rem;
  margin-top: -4rem; }
  .blog-feed__category-container::before {
    position: absolute;
    z-index: -1;
    left: 50%;
    width: 100vw;
    height: 100%;
    content: '';
    transform: translateX(-50vw);
    background: white; }
  .blog-feed__category-container.blog-feed__categories--sticky::before {
    box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.15); }

.blog-feed__categories {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  max-width: 100vw;
  list-style: none;
  font-size: 1.5rem;
  line-height: 2rem; }
  @media (min-width: 60em) {
    .blog-feed__categories {
      font-size: 1.6rem; } }

.blog-feed__category {
  padding: 1.5rem 0.5rem;
  white-space: nowrap; }

.blog-feed__categories-shadow {
  position: sticky;
  z-index: 4;
  top: calc(var(--navigation-height) + 4rem);
  width: 100vw;
  height: 2rem;
  animation: fadein 0.3s ease-out both;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); }

.blog-feed__category-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0.6rem; }
  .blog-feed__category-link:hover, .blog-feed__category-link:focus {
    text-decoration: none;
    background-color: #f5f6fd; }
  .blog-feed__category--current .blog-feed__category-link {
    color: #334ac0;
    background-color: #ebedfb; }

.blog-category__hero {
  padding-top: 3rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 60em) {
    .blog-category__hero {
      padding-top: 6rem;
      padding-bottom: 3rem; } }

.download-background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh; }
  @media (max-width: 50rem) {
    .download-background {
      display: none; } }

.download-background__inner {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 70vw;
  transform: skewX(238deg) scale(1);
  background: linear-gradient(238deg, #f3f6ff 38.87%, #fff 51.56%); }
  @media (min-width: 50rem) and (max-width: 68rem) {
    .download-background__inner {
      transform: skewX(238deg) scale(1.3); } }

.download-hero {
  padding: 3.6rem 0 7rem; }

.download-hero__header {
  max-width: 70rem;
  padding: 0 1.5rem; }
  .download-hero__header .text {
    padding: 1rem 6rem 3rem; }
    @media (max-width: 40rem) {
      .download-hero__header .text {
        padding: 1rem 2rem 3rem; } }
  .download-hero__header .button {
    display: none; }
    .download-hero__header .button img {
      margin-right: 1rem;
      vertical-align: top; }
    .download-hero__header .button span {
      vertical-align: middle; }
  .download-hero__header.is-mac .mac {
    display: inline-flex; }
  .download-hero__header.is-mac .windows,
  .download-hero__header.is-mac .ios,
  .download-hero__header.is-mac .android {
    display: none; }
  .download-hero__header.is-windows .windows {
    display: inline-flex; }
  .download-hero__header.is-windows .mac,
  .download-hero__header.is-windows .ios,
  .download-hero__header.is-windows .android {
    display: none; }
  .download-hero__header.is-ios .ios {
    display: inline-flex; }
  .download-hero__header.is-ios .mac,
  .download-hero__header.is-ios .windows,
  .download-hero__header.is-ios .android {
    display: none; }
  .download-hero__header.is-android .android {
    display: inline-flex; }
  .download-hero__header.is-android .mac,
  .download-hero__header.is-android .windows,
  .download-hero__header.is-android .ios {
    display: none; }

.download-hero__image {
  max-width: 70vw;
  margin-bottom: 3.6rem;
  padding: 0 1.5rem; }
  @media (max-width: 40rem) {
    .download-hero__image {
      overflow: hidden;
      max-width: 100%;
      padding: 3.6rem 0; }
      .download-hero__image img {
        transform: scale(1.2); } }

.download-hero__strapline {
  margin: 0; }
  .download-hero__strapline p {
    display: inline-block;
    margin: 0;
    padding-top: 1.2rem; }

.download-list {
  display: none;
  justify-content: center;
  width: 100%;
  max-width: 96rem;
  padding-bottom: 10rem;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  column-gap: 3rem; }
  @media (min-width: 50rem) {
    .download-list {
      display: grid; } }
  @media (max-width: 60rem) {
    .download-list {
      column-gap: 0.2rem; } }
  .download-list.is-mac .mac {
    display: none; }
  .download-list.is-windows .windows {
    display: none; }
  .download-list.is-ios .ios {
    display: none; }
  .download-list.is-android .android {
    display: none; }

.download-list__item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  max-width: 32rem;
  min-height: 32rem;
  margin: 0 0 3rem;
  padding: 4rem;
  border: 1px solid #ccc;
  border-radius: 0.6rem; }
  .download-list__item img {
    display: block;
    max-width: 6.5rem;
    margin: 0 auto; }
  @media (max-width: 60rem) {
    .download-list__item {
      margin-right: 1rem;
      margin-left: 1rem;
      padding: 2rem; } }

.download-list__info {
  margin-bottom: 2rem; }
  .download-list__info .title {
    margin-top: 2.4rem;
    margin-bottom: 0.1rem;
    font-size: 3rem;
    font-weight: 700; }
  .download-list__info .strapline {
    display: block;
    color: #545465;
    font-size: 1.6rem; }
    .download-list__info .strapline:empty {
      height: 3.2rem; }

.download-hero_button-alt.text {
  padding-bottom: 0;
  font-size: 1.4rem; }

#google-document-picker-link {
  margin-left: 1rem; }

.page-home__teams {
  text-align: center; }
  @media (min-width: 60em) {
    .page-home__teams h3 {
      font-size: 3rem; } }
  .page-home__teams .team-logos {
    margin-bottom: 4rem; }
  .page-home__teams .team-logos__logo {
    opacity: 0.7; }

@media (min-width: 27em) {
  .page-home__video-story .video-story__media-container {
    margin-top: 3rem; } }

@media (min-width: 40em) {
  .page-home__video-story .video-story__media-container {
    margin-top: 5rem; } }

.page-home__video-story--2 {
  padding-top: 2.5rem; }
  @media (min-width: 40em) {
    .page-home__video-story--2 {
      padding-top: 1.5rem; } }

.page-home__brand-styles {
  overflow: hidden; }

@media (min-width: 57.5em) {
  .jobs__positions {
    padding-top: 6rem; } }

.jobs__positions-description {
  display: inline-block;
  max-width: 60rem;
  margin-bottom: 0;
  line-height: 2; }

.jobs__positions-faq {
  position: relative;
  display: block;
  color: #545464;
  font-size: inherit;
  font-weight: 600;
  line-height: 2; }
  .jobs__positions-faq .read-more-link {
    margin: 0;
    font-size: inherit;
    font-weight: inherit; }

.jobs__office-description {
  display: inline-block;
  max-width: 60rem; }

.jobs__stats-heading {
  max-width: 56rem;
  margin: 0 auto; }

.jobs__articles-heading {
  max-width: 78rem;
  margin: 0 auto; }

.legal-heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 6em 0; }
  @media (min-width: 60em) {
    .legal-heading {
      align-items: center;
      flex-direction: row;
      justify-content: space-between; } }

.legal-heading__image {
  flex: 1;
  animation-delay: 0.35s;
  text-align: center; }
  .legal-heading__image-first {
    order: -1;
    animation-delay: 0.2s; }

.legal-heading__cloud {
  width: 100%;
  max-width: 60%;
  margin-bottom: 5%; }
  @media (min-width: 30em) {
    .legal-heading__cloud {
      max-width: 40%; } }
  @media (min-width: 60em) {
    .legal-heading__cloud {
      max-width: 350px;
      margin-bottom: 0; } }

.legal-heading__folder {
  display: none; }
  @media (min-width: 60em) {
    .legal-heading__folder {
      display: inline-block;
      width: 100%;
      max-width: 268px; } }

.legal-header {
  flex: 2;
  margin-bottom: 20px;
  padding: 0 20px; }
  @media (min-width: 40em) {
    .legal-header {
      margin: 0;
      padding: 0 30px; } }
  @media (min-width: 80em) {
    .legal-header {
      padding: 0 50px; } }

.legal-header__description {
  margin: 0;
  font-size: 18px;
  line-height: 30px; }

.legal-header__title {
  margin-bottom: 30px; }

.legal-links {
  display: grid;
  width: 100%;
  grid-column-gap: 2em;
  animation-delay: 0.5s; }
  @media (min-width: 32em) {
    .legal-links {
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } }

.legal-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .legal-link .read-more-link {
    margin-top: 0; }

.legal-link__title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px; }

.legal-link__description {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 30px; }

.legal-link__cta {
  transition: color 0.3s ease;
  color: #334ac0;
  font-size: 17px;
  font-weight: bold; }
  .legal-link__cta::after {
    margin-left: 0.4em;
    content: "⟶";
    vertical-align: middle; }
  .legal-link__cta:hover {
    color: #586ee0; }

.pitch-game {
  padding-top: 0; }
  .pitch-game .text {
    max-width: 68rem; }
    @media (min-width: 80em) {
      .pitch-game .text h2 {
        font-size: 7.2rem; } }
    .pitch-game .text p {
      max-width: 50rem;
      margin-top: 1rem;
      color: rgba(43, 42, 53, 0.6); }
  .pitch-game .footer {
    text-align: left; }
    @media (max-width: 40em) {
      .pitch-game .footer {
        padding-top: 4rem; } }
    .pitch-game .footer p {
      margin-top: 0; }
  .pitch-game .footer-left {
    order: -1;
    text-align: left;
    font-size: 2rem; }
    .pitch-game .footer-left a {
      font-weight: bolder; }
      .pitch-game .footer-left a::after {
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        content: "";
        vertical-align: middle;
        background-image: url("https://res.cloudinary.com/pitch-software/image/upload/website-images/images/arrow-ne.svg"); }

.pitch-game-cards {
  display: block;
  width: 100%;
  max-width: 192rem;
  height: auto;
  margin: -14vw auto 6rem; }
  @media (min-width: 120em) {
    .pitch-game-cards {
      margin-top: -18rem; } }

.pitch-game__legal {
  display: grid;
  font-size: 1.4rem;
  grid-gap: 2rem; }
  @media (min-width: 32em) {
    .pitch-game__legal {
      grid-template-columns: 1fr 2fr; } }
  .pitch-game__legal > :first-child {
    grid-row: 1 / 4; }
  .pitch-game__legal > :last-child {
    opacity: 0.6;
    font-size: 1.2rem;
    grid-column: 1 / -1; }

.press-header__container {
  position: relative;
  overflow: hidden; }

.press-header {
  display: flex;
  flex-direction: column;
  padding: 3rem 0 38% 0; }
  .press-header .press-header-text {
    position: relative;
    z-index: 1;
    flex: 2;
    text-align: center; }
    .press-header .press-header-text p {
      display: inline-block;
      max-width: 50rem; }
  @media (min-width: 40em) {
    .press-header {
      padding-bottom: 9rem; } }
  @media (min-width: 60em) {
    .press-header {
      flex-direction: row;
      padding-top: 6rem; } }
  @media (min-width: 114em) {
    .press-header {
      padding-bottom: 12rem; } }

.press-header-image {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  min-width: 140px;
  transform-origin: center center; }
  @media (min-width: 40em) {
    .press-header-image {
      bottom: -10%;
      left: -5%;
      width: 35%;
      max-width: 270px; } }
  @media (min-width: 64em) {
    .press-header-image {
      bottom: -17%;
      width: 35%;
      max-width: 750px; } }
  .press-header-image picture,
  .press-header-image img {
    width: 100%; }
  .press-header-image:nth-child(3) {
    display: none; }
    @media (min-width: 40em) {
      .press-header-image:nth-child(3) {
        right: -5%;
        left: auto;
        display: block; } }

.section .press-articles {
  align-items: stretch; }

.press-article {
  position: relative;
  margin-top: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dddfe5; }
  .press-article:last-child {
    border: none; }
  .press-article h3 {
    margin: 0; }
  .press-article a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ''; }

.press-article__read-more {
  display: block;
  color: #334ac0; }
  .press-article:hover .press-article__read-more {
    text-decoration: underline; }

.press-image {
  max-height: 1em; }

.press-resources .column-card {
  background: white; }

.pricing-hero {
  padding-top: 0;
  background: #8d49f7 linear-gradient(95.14deg, #8d49f7 0%, #6b53ff 103.53%); }
  .pricing-hero .pricing-hero__content {
    padding-top: 3rem;
    padding-bottom: calc(9.5rem + 3rem + 1.5rem); }
    @media (min-width: 60em) {
      .pricing-hero .pricing-hero__content {
        padding-top: 6rem;
        padding-bottom: calc(9.5rem + 6rem + 4rem); } }
    @media (min-width: 80em) {
      .pricing-hero .pricing-hero__content {
        padding-bottom: calc(27.8rem + 6rem + 4rem); } }
  .pricing-hero .hero-headline {
    position: relative;
    top: auto;
    bottom: auto;
    max-width: none;
    margin-bottom: 0.25em;
    color: white; }

.pricing-hero__intro {
  position: relative;
  max-width: 40ch;
  margin: 0 auto;
  color: white; }

.pricing-hero__visual {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto; }
  @media (min-width: 30em) {
    .pricing-hero__visual {
      top: 140px; } }
  @media (min-width: 45em) {
    .pricing-hero__visual {
      top: auto; } }
  @media (min-width: 162em) {
    .pricing-hero__visual {
      top: 10px; } }
  .pricing-hero__visual img {
    width: 100%; }

.pricing-plans {
  margin: -9.5rem auto 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fafafc 100%) no-repeat bottom;
  background-size: 100% 10rem; }
  @media (min-width: 80em) {
    .pricing-plans {
      margin-top: -27.8rem; } }
  @media (min-width: 64em) {
    .pricing-plans {
      padding: 0 calc(5vw - 3rem); } }

.pricing-plans__wrapper {
  flex-wrap: wrap;
  padding: 0 1.875vw; }
  @media (min-width: 60em) {
    .pricing-plans__wrapper {
      padding: 0 1.8rem; } }
  @media (min-width: 64em) {
    .pricing-plans__wrapper {
      display: flex;
      justify-content: space-between; } }

.pricing-plan {
  display: grid;
  grid-gap: 1.5rem 3rem;
  justify-items: center;
  margin: 0 auto 28px;
  padding: 4.5rem 3rem;
  text-align: center;
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(147, 157, 168, 0.22), 0 0 0 0.1rem rgba(103, 110, 144, 0.04); }
  @media (min-width: 40em) {
    .pricing-plan {
      justify-items: stretch; } }
  @media (min-width: 64em) {
    .pricing-plan {
      display: flex;
      align-items: center;
      flex-direction: column;
      width: calc(33% - 1.5625vw);
      margin: 0;
      padding: 4rem 3.125vw; } }
  @media (min-width: 120em) {
    .pricing-plan {
      width: calc(33% - 3rem);
      padding: 4rem 6rem; } }
  .pricing-plan .button {
    display: inline-flex; }

@media (min-width: 64em) {
  .pricing-plan__intro {
    min-height: 13.5em; } }

@media (min-width: 40em) {
  .pricing-plan__footer {
    grid-column: span 2; } }

@media (min-width: 64em) {
  .pricing-plan__footer {
    min-height: 9.2rem;
    margin-top: auto; } }

.pricing-plan__button {
  margin-bottom: 0.8rem; }

.pricing-plan__name {
  font-size: 36px;
  font-weight: bold;
  line-height: 120%; }
  @media (min-width: 60em) {
    .pricing-plan__name {
      font-size: 42px;
      line-height: 54px; } }

.pricing-plan__description {
  max-width: 23ch;
  min-height: 4em;
  margin-right: auto;
  margin-left: auto;
  color: #545465; }

.pricing-plan__price {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left; }
  .pricing-plan__price .tooltip {
    position: relative;
    margin: 0 0.6rem auto; }
    .pricing-plan__price .tooltip svg {
      vertical-align: top; }

.pricing-plan__currency {
  align-self: flex-start;
  font-size: 1.8rem; }

.pricing-plan__amount {
  margin: 0 0.8rem;
  white-space: nowrap;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 6rem;
  font-weight: bold;
  line-height: 1; }

.pricing-plan__price-caption {
  font-size: 13px;
  line-height: 135%; }
  .pricing-plan__price-caption .tooltip {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 40em) {
    .pricing-plan__price-caption {
      font-size: 15px; } }

.pricing-plan__features-list,
.pricing-plan__features-title {
  font-size: 15px; }
  @media (min-width: 60em) {
    .pricing-plan__features-list,
    .pricing-plan__features-title {
      font-size: 18px; } }

.pricing-plan__features-title {
  margin-bottom: 12px;
  text-align: left; }

.pricing-plan__features-list {
  margin-bottom: 3rem;
  text-align: left; }

.pricing-plan__feature {
  margin-bottom: 10px; }
  .pricing-plan__feature svg {
    width: 16px;
    height: 12px;
    margin-right: 12px;
    fill: #334ac0; }
  @media (min-width: 64em) {
    .pricing-plan__feature {
      margin-bottom: 12px; } }

.pricing-feature-label {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 6px 4px;
  vertical-align: middle;
  border: 1px solid currentColor;
  border-radius: 12px;
  font-size: 13px;
  line-height: 15px; }
  @media (min-width: 64em) {
    .pricing-feature-label {
      margin-left: 14px; } }

.pricing-plan__cta {
  display: none;
  text-decoration: underline;
  font-size: 15px;
  line-height: 36px; }
  .pricing-plan__cta:hover, .pricing-plan__cta:focus {
    text-decoration: none; }
  @media (min-width: 40em) {
    .pricing-plan__cta {
      display: block; } }

.pricing-plans__notes {
  width: 100%;
  max-width: 80rem;
  margin: 3rem auto;
  padding: 0 1.8rem;
  padding-bottom: 42px;
  text-align: center;
  font-size: 13px;
  line-height: 200%; }
  @media (min-width: 60em) {
    .pricing-plans__notes {
      padding-bottom: 18px;
      color: #545465;
      font-size: 15px;
      line-height: 135%; } }

.pricing-enterprise {
  padding: 14px 24px 48px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fafafc 100%);
  font-size: 15px;
  line-height: 200%; }
  .pricing-enterprise .button {
    display: inline-flex; }
  @media (min-width: 60em) {
    .pricing-enterprise {
      padding: 14px 0 84px;
      font-size: 18px;
      line-height: 200%; } }

.pricing-enterprise__title {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 160%; }
  @media (min-width: 60em) {
    .pricing-enterprise__title {
      margin-bottom: 24px;
      font-size: 27px;
      line-height: 160%; } }

.pricing-enterprise__description {
  max-width: 605px;
  margin: 0 auto 24px; }

.pricing-enterprise__cta {
  margin-bottom: 48px; }
  @media (min-width: 60em) {
    .pricing-enterprise__cta {
      margin-bottom: 37px; } }

.pricing-enterprise__covid a {
  text-decoration: underline; }

.pricing-features {
  display: none;
  margin-bottom: 44px; }

@media (min-width: 40em) {
  .pricing-features {
    display: block; }
  .pricing__mobile-only {
    display: none; } }

.pricing-features__tables {
  max-width: 920px;
  margin: auto;
  padding-top: 62px; }

.pricing-features__names {
  display: flex;
  padding-left: 50%; }
  @media (min-width: 70em) {
    .pricing-features__names {
      padding-left: 33.3333%; } }

.pricing-features__name {
  width: 50%;
  text-align: center; }

.pricing-features__title {
  margin: 0 0 1rem 0;
  font-size: 27px;
  line-height: 1; }

.pricing-features__description {
  display: inline-block;
  max-width: 16rem;
  vertical-align: middle;
  opacity: 0.5;
  font-size: 15px;
  line-height: 1.1em; }

.pricing-features__table {
  width: 100%;
  margin-bottom: 44px; }
  .pricing-features__table tr,
  .pricing-features__table th,
  .pricing-features__table td {
    padding: 0;
    border: none; }
  .pricing-features__table th,
  .pricing-features__table td {
    width: 25%;
    padding: 6px 0;
    text-align: center;
    font-size: 18px;
    font-weight: inherit;
    line-height: 200%; }
    .pricing-features__table th:first-child,
    .pricing-features__table td:first-child {
      width: 50%;
      padding-left: 18px;
      text-align: left; }
    @media (min-width: 70em) {
      .pricing-features__table th, .pricing-features__table th:first-child,
      .pricing-features__table td,
      .pricing-features__table td:first-child {
        width: 33.333333%; } }
  .pricing-features__table thead th,
  .pricing-features__table thead td {
    padding: 0; }
  .pricing-features__table .pricing-features__section th {
    padding-bottom: 19px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
    font-size: 18px;
    font-weight: bold;
    line-height: 1; }
  .pricing-features__table tbody ~ tbody .pricing-features__section th {
    padding-top: 44px; }
  .pricing-features__table tbody tr:nth-child(even) {
    background: linear-gradient(0deg, rgba(246, 246, 249, 0.5), rgba(246, 246, 249, 0.5)); }
  .pricing-features__table .tooltip {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: unset;
    font-size: 0; }

.pricing-features__check {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: initial; }

.pricing-features__disclaimer {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #545465;
  font-size: 15px;
  line-height: 151.28%; }

.pricing-partners {
  padding-top: 42px;
  padding-bottom: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fafafc 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 50%; }
  @media (min-width: 48em) {
    .pricing-partners {
      background: none; } }

.pricing-partners__title {
  display: block;
  max-width: 265px;
  margin: 0 auto 30px;
  text-align: center;
  color: #2b2a35;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 24px;
  line-height: 160%; }
  @media (min-width: 48em) {
    .pricing-partners__title {
      max-width: 696px;
      margin-bottom: 43px;
      font-size: 42px;
      line-height: 54px; } }

.pricing-faq {
  padding: 70px 49px 60px;
  text-align: center; }
  @media (min-width: 50em) {
    .pricing-faq {
      padding-right: calc(18vw - 10rem);
      padding-bottom: 72px;
      padding-left: calc(18vw - 10rem); } }

.pricing-faq__visual {
  max-width: 180px;
  margin-bottom: 45px; }

.pricing-faq__title {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  margin: 0 0 42px;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 36px;
  line-height: 120%; }
  @media (min-width: 50em) {
    .pricing-faq__title {
      margin-bottom: 72px;
      font-size: 42px;
      line-height: 54px; } }

.pricing-faq__grid {
  column-gap: 60px;
  text-align: left;
  columns: 1; }
  @media (min-width: 49em) {
    .pricing-faq__grid {
      columns: 2; } }
  @media (min-width: 87em) {
    .pricing-faq__grid {
      margin-bottom: 72px;
      columns: 3; } }

.pricing-faq__item {
  margin-bottom: 42px;
  padding-top: 24px;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 49em) {
    .pricing-faq__item {
      display: inline-block;
      margin-bottom: 55px;
      padding-top: 27px; } }

.pricing-faq__question {
  margin-bottom: 10px;
  font-family: "Eina01", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple  Color Emoji", "Segoe UI Emoji", "Segoe  UI Symbol";
  font-size: 18px; }
  @media (min-width: 49em) {
    .pricing-faq__question {
      margin-bottom: 13px;
      font-size: 27px; } }

.pricing-faq__answer {
  margin: 0;
  font-size: 15px;
  line-height: 200%; }
  @media (min-width: 49em) {
    .pricing-faq__answer {
      font-size: 18px; } }
  .pricing-faq__answer p:first-child {
    margin-top: 0; }

.pricing-faq__notes {
  margin: 0 auto;
  text-align: left;
  color: #545465;
  font-size: 13px;
  line-height: 200%; }
  @media (min-width: 50em) {
    .pricing-faq__notes {
      text-align: center;
      font-size: 15px; } }

.use-case__hero {
  padding-top: 6rem;
  color: #fff;
  background: linear-gradient(95.14deg, #8d49f7, #6b53ff); }
  @media (min-width: 60em) {
    .use-case__hero {
      padding-top: 13rem; } }

@media (min-width: 80em) {
  .use-case__hero-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; } }

.use-case__hero-content {
  max-width: 30rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  @media (min-width: 30em) {
    .use-case__hero-content {
      max-width: 100%; } }
  @media (min-width: 80em) {
    .use-case__hero-content {
      width: 54rem;
      text-align: left; } }

.use-case__hero-description {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 80em) {
    .use-case__hero-description {
      margin-right: 0;
      margin-left: 0; } }

.use-case__hero-cta {
  margin-top: 5.5rem; }

.use-case__hero-cta-caption {
  font-size: 1.3rem;
  font-style: italic; }

.use-case__hero-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 5rem;
  border-radius: 0.45rem;
  filter: drop-shadow(0 0 15px rgba(24, 24, 26, 0.26)); }
  .use-case__hero-visual::before {
    display: block;
    padding-bottom: 56.25%;
    content: ""; }
  @media (min-width: 80em) {
    .use-case__hero-visual {
      width: calc(100% - 54rem - 2rem);
      margin-top: 0; } }

.use-case__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; }

.use-case__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; }

.use-case__hero-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  opacity: 0.6; }
  @media (min-width: 80em) {
    .use-case__hero-logos {
      flex-wrap: nowrap; } }

.use-case__hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 30px 0 0 0;
  padding: 0 10px; }
  @media (min-width: 30em) {
    .use-case__hero-logo {
      width: 33.3333%; } }
  @media (min-width: 80em) {
    .use-case__hero-logo {
      width: auto;
      margin: 0; } }

.whats-new-hero {
  overflow: hidden; }

.whats-new-header {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 168rem;
  margin: auto; }

.whats-new-header__image {
  flex: 1;
  text-align: left; }
  .whats-new-header__image:last-child {
    text-align: right; }
  .whats-new-header__image.whats-new-header__image--left {
    margin-left: -5%; }
  .whats-new-header__image.whats-new-header__image--right {
    margin-right: -5%; }
  @media (max-width: 50em) {
    .whats-new-header__image {
      position: absolute;
      top: 0; }
      .whats-new-header__image.whats-new-header__image--left {
        left: 0;
        margin-left: -10%; }
      .whats-new-header__image.whats-new-header__image--right {
        right: 0;
        margin-right: -10%; } }

.whats-new-header__text {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  flex: 2;
  max-width: 60rem;
  padding: 3rem 1.5rem 3.5rem 1.5rem; }
  .whats-new-header__text > p {
    margin-bottom: 0; }
  @media (max-width: 50em) {
    .whats-new-header__text {
      flex: 100%;
      margin: 0 auto; } }
  @media (min-width: 60em) {
    .whats-new-header__text {
      padding: 6rem 1.5rem 8.5rem 1.5rem; } }

.whats-new-header__label {
  display: inline-block;
  padding: 0 0.25em 0.295em 0.25em;
  color: white;
  border-radius: 0.2em;
  background: #4966f7 linear-gradient(93.22deg, #4966f7 0%, #8253ff 122.55%);
  line-height: 1em; }

.whats-new-header__mic {
  width: 24vw;
  max-width: 39.6rem; }

.whats-new-header__megaphone {
  width: 22vw;
  max-width: 36rem; }

.whats-new-header__chart {
  position: absolute;
  z-index: -1;
  left: 50%;
  display: block;
  align-self: start;
  width: 14vw;
  max-width: 17.6rem;
  margin-left: 15rem; }
  @media (max-width: 50em) {
    .whats-new-header__chart {
      left: 48vw;
      margin-left: 0; } }
  @media (max-width: 32em) {
    .whats-new-header__chart {
      display: none; } }

.whats-new-overview .container-inner {
  max-width: 108rem; }

.whats-new-list {
  display: grid;
  grid-gap: 3.6rem;
  padding-bottom: 4rem; }
  @media (min-width: 40em) {
    .whats-new-list {
      grid-gap: calc(5.625vw - 1.2rem);
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 80em) {
    .whats-new-list {
      grid-gap: 6rem;
      padding-bottom: 6rem; } }

.whats-new-list__item {
  display: flex;
  flex-direction: column; }

.whats-new-list__item--big {
  grid-column: 1 / -1;
  display: grid;
  grid-gap: 0 calc(5.625vw - 1.2rem);
  grid-template-rows: auto 1fr; }
  @media (min-width: 40em) {
    .whats-new-list__item--big {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 80em) {
    .whats-new-list__item--big {
      grid-gap: 0 6.4rem; } }

.whats-new-list__meta {
  display: flex;
  flex-direction: column; }

.whats-new-list__header {
  margin: 0; }
  @media (min-width: 60em) {
    .whats-new-list__header {
      font-size: 3rem; } }

.whats-new-list__statistics {
  margin: 0.6rem 0;
  color: #545465;
  font-size: 1.5rem;
  font-weight: bold; }

.whats-new-list__date {
  align-self: start;
  order: -1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
  border-bottom: 0.15em solid;
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-size: 1.3rem;
  font-weight: bold; }

.whats-new-list__media {
  grid-column: 1 / -1;
  order: -2;
  margin-bottom: 1em; }

.whats-new-list__image {
  transition: opacity 0.3s;
  border-radius: 0.6rem;
  background-color: #fafafa; }
  a .whats-new-list__image:hover {
    opacity: 0.85; }

.whats-new-list__summary {
  color: #545465;
  font-size: 1.5rem;
  line-height: 1.8; }
  @media (min-width: 60em) {
    .whats-new-list__summary {
      font-size: 1.6rem; } }
  .whats-new-list__summary p {
    margin-bottom: 0.6rem; }
    .whats-new-list__summary p:first-child {
      margin-top: 0; }
  .whats-new-list__summary > ul {
    padding-left: 1.25em;
    list-style: initial; }

a.mDuA82RWuoJzGMaLnry4 {
  color: inherit; }

.wwpHAa_nNZ_qYvXMqNqg {
  --ratio: 0;
  --color: transparent;
  position: relative;
  width: 100%; }

.wwpHAa_nNZ_qYvXMqNqg.S4Oi0KXVJzRGIUSn59P2:before, .wwpHAa_nNZ_qYvXMqNqg.st3wqDPkMIQvZ73_S1uk:after {
  background-color: var(--color);
  content: "";
  display: block;
  padding-bottom: var(--ratio); }

a.iohdQn_23Mg9O5lULCV4 {
  color: inherit; }

.VBBfpVjnaE5n15NME3H9 {
  max-width: 100%; }

.Wo0goUjZbZWRc6GKUo2H {
  display: inline-block;
  max-width: 100%;
  position: relative; }

.Wo0goUjZbZWRc6GKUo2H .VBBfpVjnaE5n15NME3H9 {
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.MXPfPofiAgsh5OQ0WAUK {
  transition: opacity .3s ease-in-out; }

.MXPfPofiAgsh5OQ0WAUK:not(.SRoIMGHeTzA3WPocvLdk) {
  opacity: 0; }

.buttonReset {
  all: unset;
  cursor: pointer;
  white-space: nowrap; }

a.d80EcowUlqyt3UK9JULA {
  color: inherit; }

.ditd3VTcf_GF4tqF0oo4 {
  font-size: calc(1 * 16px);
  word-break: break-word; }

.ditd3VTcf_GF4tqF0oo4, .ditd3VTcf_GF4tqF0oo4 > * {
  margin: 0; }

@media (min-width: 40em) {
  .ditd3VTcf_GF4tqF0oo4 {
    font-size: calc(1.125 * 16px); } }

.ditd3VTcf_GF4tqF0oo4:not(.yFuaCuH0aJDKVgX648ml) * + *, .ditd3VTcf_GF4tqF0oo4:not(.yFuaCuH0aJDKVgX648ml) + .ditd3VTcf_GF4tqF0oo4 {
  margin-top: 1em; }

.ditd3VTcf_GF4tqF0oo4.Md08mpaVjyBA2ZNO0xwS {
  color: #8b96a2; }

.ditd3VTcf_GF4tqF0oo4.QO2lyvi7qUaPk5iA8MRt {
  font-size: calc(.75 * 16px); }

.ditd3VTcf_GF4tqF0oo4 ol, .ditd3VTcf_GF4tqF0oo4 ul {
  margin-bottom: calc(1.25 * 16px);
  padding-left: calc(1.4375 * 16px); }

.ditd3VTcf_GF4tqF0oo4 ol li, .ditd3VTcf_GF4tqF0oo4 ul li {
  margin-bottom: 1em; }

.ditd3VTcf_GF4tqF0oo4 ul {
  list-style: disc; }

.ditd3VTcf_GF4tqF0oo4 ol {
  list-style: decimal; }

.buttonReset, .yF9nIu09hD7yVIXVvwvA {
  all: unset;
  cursor: pointer;
  white-space: nowrap; }

a.yF9nIu09hD7yVIXVvwvA {
  color: inherit; }

.yF9nIu09hD7yVIXVvwvA {
  align-items: center;
  border: none;
  border-radius: 6px;
  display: inline-flex;
  font-family: Eina01,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif,Apple \ Color Emoji,Segoe UI Emoji,Segoe \ UI Symbol;
  font-size: calc(1 * 16px);
  font-weight: bolder;
  height: calc(2.625 * 16px);
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.1;
  overflow: hidden;
  padding: 0 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none; }

.yF9nIu09hD7yVIXVvwvA:hover {
  text-decoration: none; }

.yF9nIu09hD7yVIXVvwvA.A82nCqStSjDajwFOpygt {
  height: calc(2 * 16px);
  padding: 0 1em; }

.yF9nIu09hD7yVIXVvwvA.pegR51vgi2WloVwLJqhU {
  height: calc(3 * 16px);
  padding: 0 3em; }

.yF9nIu09hD7yVIXVvwvA.WLPzKPcyIAuE9SiAf0AV {
  height: calc(3 * 16px);
  padding: 0 2em; }

@media (max-width: 40em) {
  .yF9nIu09hD7yVIXVvwvA.WLPzKPcyIAuE9SiAf0AV {
    height: calc(3 * 16px);
    padding: 0 1em; } }

.yF9nIu09hD7yVIXVvwvA.tyXX67b5p4cP5xk0CqUa {
  width: calc(7.5 * 16px); }

.yF9nIu09hD7yVIXVvwvA.GfKZgwUMJf_RqD6WtU_f {
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff); }

.yF9nIu09hD7yVIXVvwvA.GfKZgwUMJf_RqD6WtU_f:before {
  border: 2px solid transparent;
  border-radius: inherit;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .2s ease-in-out; }

.yF9nIu09hD7yVIXVvwvA.GfKZgwUMJf_RqD6WtU_f .Gh9aw9LNcthCY2Ia0lfA, .yF9nIu09hD7yVIXVvwvA.GfKZgwUMJf_RqD6WtU_f:before {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff; }

.yF9nIu09hD7yVIXVvwvA.GfKZgwUMJf_RqD6WtU_f .Gh9aw9LNcthCY2Ia0lfA {
  border: 1px solid transparent; }

.yF9nIu09hD7yVIXVvwvA.GfKZgwUMJf_RqD6WtU_f:hover .Gh9aw9LNcthCY2Ia0lfA {
  opacity: 0; }

.yF9nIu09hD7yVIXVvwvA.K2zTaM2yalWm5dYaeYvG {
  background: transparent;
  color: #fff;
  overflow: unset; }

.yF9nIu09hD7yVIXVvwvA.K2zTaM2yalWm5dYaeYvG:before {
  border: 1px solid #fff;
  border-radius: inherit;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0; }

.yF9nIu09hD7yVIXVvwvA.K2zTaM2yalWm5dYaeYvG .Gh9aw9LNcthCY2Ia0lfA {
  background: transparent;
  border: 2px solid #fff;
  left: 0;
  opacity: 0;
  right: 0; }

.yF9nIu09hD7yVIXVvwvA.K2zTaM2yalWm5dYaeYvG:hover .Gh9aw9LNcthCY2Ia0lfA {
  opacity: 1; }

.yF9nIu09hD7yVIXVvwvA.xLJWVEd6XbqQDkTXcjs_ .Gh9aw9LNcthCY2Ia0lfA, .yF9nIu09hD7yVIXVvwvA.xLJWVEd6XbqQDkTXcjs_:before {
  border: none; }

.yF9nIu09hD7yVIXVvwvA.RtWBOUHxuoDdFyjil7vA {
  background: none; }

.yF9nIu09hD7yVIXVvwvA.RtWBOUHxuoDdFyjil7vA .Gh9aw9LNcthCY2Ia0lfA {
  background-color: #fff;
  background-image: none;
  border-radius: inherit;
  height: 100%;
  pointer-events: none;
  transition: background-color .2s ease-in-out,opacity .2s ease-in-out;
  width: 100%; }

.yF9nIu09hD7yVIXVvwvA.RtWBOUHxuoDdFyjil7vA:hover .Gh9aw9LNcthCY2Ia0lfA {
  background-color: #f6f6f6; }

.yF9nIu09hD7yVIXVvwvA.GfKZgwUMJf_RqD6WtU_f .HNLjTGNgoT2FhVZgVflO, .yF9nIu09hD7yVIXVvwvA.RtWBOUHxuoDdFyjil7vA .HNLjTGNgoT2FhVZgVflO {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff);
  color: transparent;
  display: block;
  padding: .2em 0 .3em;
  pointer-events: none;
  position: relative;
  text-align: center;
  white-space: nowrap; }

.yF9nIu09hD7yVIXVvwvA.GfKZgwUMJf_RqD6WtU_f .HNLjTGNgoT2FhVZgVflO .tCIeDdnOhLR6Bt9r31i_, .yF9nIu09hD7yVIXVvwvA.RtWBOUHxuoDdFyjil7vA .HNLjTGNgoT2FhVZgVflO .tCIeDdnOhLR6Bt9r31i_ {
  color: #6b53ff; }

.yF9nIu09hD7yVIXVvwvA.OIrZtrFKZHxnoKtN_KCi, .yF9nIu09hD7yVIXVvwvA.mEyfd_tZB0MVTjzJvdap {
  --position-x: 0%;
  transform: translateZ(0); }

.yF9nIu09hD7yVIXVvwvA.OIrZtrFKZHxnoKtN_KCi .Gh9aw9LNcthCY2Ia0lfA, .yF9nIu09hD7yVIXVvwvA.mEyfd_tZB0MVTjzJvdap .Gh9aw9LNcthCY2Ia0lfA {
  height: 100%;
  opacity: 0;
  transform: translateX(var(--position-x));
  width: 200%; }

.yF9nIu09hD7yVIXVvwvA.OIrZtrFKZHxnoKtN_KCi .HNLjTGNgoT2FhVZgVflO, .yF9nIu09hD7yVIXVvwvA.mEyfd_tZB0MVTjzJvdap .HNLjTGNgoT2FhVZgVflO {
  background: none; }

.yF9nIu09hD7yVIXVvwvA.OIrZtrFKZHxnoKtN_KCi:focus .Gh9aw9LNcthCY2Ia0lfA, .yF9nIu09hD7yVIXVvwvA.OIrZtrFKZHxnoKtN_KCi:hover .Gh9aw9LNcthCY2Ia0lfA, .yF9nIu09hD7yVIXVvwvA.mEyfd_tZB0MVTjzJvdap:focus .Gh9aw9LNcthCY2Ia0lfA, .yF9nIu09hD7yVIXVvwvA.mEyfd_tZB0MVTjzJvdap:hover .Gh9aw9LNcthCY2Ia0lfA {
  opacity: 1; }

.yF9nIu09hD7yVIXVvwvA.mEyfd_tZB0MVTjzJvdap {
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff); }

.yF9nIu09hD7yVIXVvwvA.mEyfd_tZB0MVTjzJvdap .Gh9aw9LNcthCY2Ia0lfA {
  background-image: linear-gradient(90deg, #6b53ff, #8d49f7, #6b53ff); }

.yF9nIu09hD7yVIXVvwvA.mEyfd_tZB0MVTjzJvdap .HNLjTGNgoT2FhVZgVflO {
  color: #fff; }

.yF9nIu09hD7yVIXVvwvA.LOqhkNvFtRFGpsiGibZv, .yF9nIu09hD7yVIXVvwvA.LOqhkNvFtRFGpsiGibZv .Gh9aw9LNcthCY2Ia0lfA {
  background-color: #6b53ff;
  background-image: unset; }

.yF9nIu09hD7yVIXVvwvA.LOqhkNvFtRFGpsiGibZv .HNLjTGNgoT2FhVZgVflO {
  color: #fff; }

.yF9nIu09hD7yVIXVvwvA.LOqhkNvFtRFGpsiGibZv:hover .Gh9aw9LNcthCY2Ia0lfA {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  opacity: 1; }

.yF9nIu09hD7yVIXVvwvA.OIrZtrFKZHxnoKtN_KCi {
  background-image: linear-gradient(90deg, #ffd02c, #ff9e2c); }

.yF9nIu09hD7yVIXVvwvA.OIrZtrFKZHxnoKtN_KCi .Gh9aw9LNcthCY2Ia0lfA {
  background-image: linear-gradient(90deg, #ff9e2c, #ffd02c, #ff9e2c); }

.yF9nIu09hD7yVIXVvwvA.OIrZtrFKZHxnoKtN_KCi .HNLjTGNgoT2FhVZgVflO {
  color: #371789; }

.yF9nIu09hD7yVIXVvwvA[disabled] {
  background: none;
  cursor: not-allowed;
  pointer-events: none; }

.yF9nIu09hD7yVIXVvwvA[disabled] .Gh9aw9LNcthCY2Ia0lfA {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  opacity: 1; }

.yF9nIu09hD7yVIXVvwvA[disabled] .HNLjTGNgoT2FhVZgVflO {
  background: none;
  color: #fff; }

.yF9nIu09hD7yVIXVvwvA[disabled]:focus .Gh9aw9LNcthCY2Ia0lfA, .yF9nIu09hD7yVIXVvwvA[disabled]:hover .Gh9aw9LNcthCY2Ia0lfA {
  background-color: rgba(0, 0, 0, 0.1); }

.Gh9aw9LNcthCY2Ia0lfA {
  background-color: #fff;
  background-image: none;
  border-radius: inherit;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s ease-in-out,opacity .2s ease-in-out;
  width: 100%; }

.HNLjTGNgoT2FhVZgVflO {
  align-items: center;
  display: flex;
  position: relative; }

.cbdYW__PucwbaItTGyNa {
  margin-left: calc(.625 * 16px);
  vertical-align: middle;
  width: calc(1.625 * 16px); }

@media (min-width: 40em) {
  .cbdYW__PucwbaItTGyNa {
    margin-left: calc(1.125 * 16px); } }

.buttonReset, .yvHWspaTg8Hg0EpmNrtF {
  all: unset;
  cursor: pointer;
  white-space: nowrap; }

.gradientHover, a.FiSWhZgBZz4zszp1mR_B {
  color: inherit; }

@supports (-moz-background-clip: text) or (-webkit-background-clip: text) or (background-clip: text) {
  @supports (-moz-text-fill-color: transparent) or (-webkit-text-fill-color: transparent) or (text-fill-color: transparent) {
    .gradientHover {
      -webkit-text-fill-color: transparent;
      -moz-text-fill-color: transparent;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      background-color: currentColor;
      background-image: linear-gradient(130deg, #8d49f7, #6b53ff 46%, currentColor 54%, currentColor);
      background-position: 100% 0;
      background-size: 220% 100%;
      transition: background-position .4s ease; }
    .gradientHover i {
      -webkit-text-fill-color: initial;
      -moz-text-fill-color: initial;
      -webkit-background-clip: initial;
      -moz-background-clip: initial;
      background-clip: initial; } } }

@media (hover: hover) {
  .gradientHover:hover {
    background-position: 0 0;
    text-decoration: none; } }

.noScroll {
  overflow: hidden; }

.screenReaderOnly {
  clip: rect(0, 0, 0, 0); }

.screenReaderOnly, .visuallyHidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.visuallyHidden {
  clip: rect(0 0 0 0); }

:root {
  --navigation-height: calc(3.75 * 16px); }

@media (min-width: 75em) {
  :root {
    --navigation-height: calc(4.5 * 16px); } }

.Mdd6R0kUB2GU6GPz8xTP {
  --links-gap: calc(.75 * 16px);
  --mobile-transition-duration: .15s;
  font-family: Eina01,-apple-system,blinkmacsystemfont,Segoe UI,roboto,helvetica,arial,sans-serif,Apple \ Color Emoji,Segoe UI Emoji,Segoe \ UI Symbol;
  font-size: calc(1 * 16px);
  height: var(--navigation-height);
  letter-spacing: 0;
  position: relative; }

.Mdd6R0kUB2GU6GPz8xTP a {
  text-decoration: none; }

.Mdd6R0kUB2GU6GPz8xTP li {
  list-style: none; }

.qhEkcnghrnX6gIyoe6m3 {
  --box-shadow: 0;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 calc(var(--box-shadow)*calc(1.125 * 16px)) rgba(0, 0, 0, 0.15);
  color: #2b2a35;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr auto;
  height: var(--navigation-height);
  left: 0;
  padding: 0 calc(.9375 * 16px);
  position: fixed;
  right: 0;
  top: 0;
  transition: box-shadow .12s ease-in-out; }

.qhEkcnghrnX6gIyoe6m3.IwguF16l73C7juGW8IT4 {
  transition: box-shadow 0.12s ease-in-out, background var(--mobile-transition-duration) ease-in-out, color var(--mobile-transition-duration) ease-in-out; }

.qhEkcnghrnX6gIyoe6m3.SrOCZwOs5Xr9FP5d5A67 {
  --mobile-transition-duration: .3s; }

.qhEkcnghrnX6gIyoe6m3.gav__xnD6sDjWX_drFfu {
  --box-shadow: 1; }

.qhEkcnghrnX6gIyoe6m3.e3iJCeDK3vfVXllte2aI {
  background: #8d49f7 linear-gradient(95.14deg, #8d49f7, #6b53ff 103.53%); }

.qhEkcnghrnX6gIyoe6m3.ZFy9me6D7ZypHcHwhKso, .qhEkcnghrnX6gIyoe6m3.c0IiPJuXYvANZ0lGNAtW, .qhEkcnghrnX6gIyoe6m3.qqUPSApGlnz6pgwBYpCP, .qhEkcnghrnX6gIyoe6m3.rKq1lXAcaZoIU8R4tMDT {
  background: transparent; }

.qhEkcnghrnX6gIyoe6m3.ZFy9me6D7ZypHcHwhKso.gav__xnD6sDjWX_drFfu, .qhEkcnghrnX6gIyoe6m3.c0IiPJuXYvANZ0lGNAtW.gav__xnD6sDjWX_drFfu, .qhEkcnghrnX6gIyoe6m3.qqUPSApGlnz6pgwBYpCP.gav__xnD6sDjWX_drFfu, .qhEkcnghrnX6gIyoe6m3.rKq1lXAcaZoIU8R4tMDT.gav__xnD6sDjWX_drFfu {
  background: linear-gradient(90deg, #5318eb, #ab6ef9); }

.qhEkcnghrnX6gIyoe6m3.FZz1NtElJ2v6hSW8uDMY {
  background: transparent; }

.qhEkcnghrnX6gIyoe6m3.FZz1NtElJ2v6hSW8uDMY.gav__xnD6sDjWX_drFfu {
  background: #fff; }

.qhEkcnghrnX6gIyoe6m3.v5bFWpfkXgyEHBlMNpSk {
  color: #fff; }

@media (min-width: 75em) {
  .qhEkcnghrnX6gIyoe6m3 {
    grid-template-columns: auto auto auto; } }

@media (min-width: 90em) {
  .qhEkcnghrnX6gIyoe6m3 {
    grid-template-columns: 1fr auto 1fr;
    padding: 0 calc(1.875 * 16px); } }

.o8ukcAuAwr1dCUXHberb {
  color: currentColor;
  display: flex;
  height: calc(1.875 * 16px); }

.o8ukcAuAwr1dCUXHberb .O_Sx3p1ViEMJ_enkDT_z {
  height: calc(1.875 * 16px); }

.o8ukcAuAwr1dCUXHberb .O_Sx3p1ViEMJ_enkDT_z #text {
  transform: translateZ(0);
  transition: transform .3s ease-out; }

.qhEkcnghrnX6gIyoe6m3.gav__xnD6sDjWX_drFfu .o8ukcAuAwr1dCUXHberb .O_Sx3p1ViEMJ_enkDT_z #text {
  transform: translate3d(-514px, 0, 0);
  transition: transform .3s ease-in; }

@media (min-width: 75em) {
  .o8ukcAuAwr1dCUXHberb {
    grid-column: 1;
    justify-self: start; } }

.DoWNrFM7jiRY2WWD5pAq {
  font-size: calc(1.125 * 16px);
  line-height: 1.3; }

@media not all and (min-width: 75em) {
  .DoWNrFM7jiRY2WWD5pAq {
    background: #fff;
    color: #2b2a35;
    height: calc(100% - var(--navigation-height));
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    padding: calc(calc(2.5 * 16px) - var(--links-gap)) calc(2.5 * 16px);
    pointer-events: none;
    position: fixed;
    top: var(--navigation-height);
    width: 100%; }
  .Mdd6R0kUB2GU6GPz8xTP.IwguF16l73C7juGW8IT4 .DoWNrFM7jiRY2WWD5pAq {
    transition: opacity var(--mobile-transition-duration) ease-in-out; }
  .Mdd6R0kUB2GU6GPz8xTP.SrOCZwOs5Xr9FP5d5A67 .DoWNrFM7jiRY2WWD5pAq {
    opacity: 1;
    pointer-events: auto; } }

@media (min-width: 75em) {
  .DoWNrFM7jiRY2WWD5pAq {
    grid-column: 2;
    justify-self: center;
    position: relative; } }

@media not all and (min-width: 75em) {
  .tH337aMsIOoNIaT0SiJv {
    transform: translateY(calc(-.3125 * 16px)); }
  .Mdd6R0kUB2GU6GPz8xTP.IwguF16l73C7juGW8IT4 .tH337aMsIOoNIaT0SiJv {
    transition: transform calc(var(--mobile-transition-duration)*1.5) ease-in-out; }
  .Mdd6R0kUB2GU6GPz8xTP.SrOCZwOs5Xr9FP5d5A67 .tH337aMsIOoNIaT0SiJv {
    transform: translateY(0); } }

@media (min-width: 75em) {
  .tH337aMsIOoNIaT0SiJv {
    display: inline-grid;
    gap: calc(2.5 * 16px);
    grid-auto-flow: column; }
  .tH337aMsIOoNIaT0SiJv > .DGMI6ct2khgArctsZX0Q {
    align-items: center;
    display: flex;
    height: var(--navigation-height); } }

.g9nzSAm5A88r74U_QUqB {
  display: inline;
  margin-left: calc(.9375 * 16px);
  transition: color .12s ease-in-out;
  vertical-align: middle; }

@media not all and (min-width: 75em) {
  .g9nzSAm5A88r74U_QUqB {
    transform: rotate(-90deg);
    transition: transform .15s ease-out; }
  .DGMI6ct2khgArctsZX0Q.tGdsR_5LrRztFWywroZE .g9nzSAm5A88r74U_QUqB {
    transform: rotate(0deg); } }

@media (min-width: 75em) {
  .tH337aMsIOoNIaT0SiJv .DGMI6ct2khgArctsZX0Q:focus-within .g9nzSAm5A88r74U_QUqB {
    transform: rotate(180deg); } }

@media (min-width: 75em) and (hover: hover) {
  .tH337aMsIOoNIaT0SiJv .DGMI6ct2khgArctsZX0Q:hover .g9nzSAm5A88r74U_QUqB {
    transform: rotate(180deg); } }

.vQuoimRvGAI5mPCCfrQv {
  --rest-color: #2b2a35;
  --active-color-1: #8d49f7;
  --active-color-2: #6b53ff;
  background-position: 100% 0;
  background-size: 300% 100%;
  color: var(--rest-color);
  display: inline-block;
  outline-offset: calc(-.125 * 16px);
  transition: background .12s ease-in-out; }

@media not all and (min-width: 75em) {
  .vQuoimRvGAI5mPCCfrQv {
    margin: var(--links-gap) 0; } }

@media (min-width: 75em) {
  .qhEkcnghrnX6gIyoe6m3.v5bFWpfkXgyEHBlMNpSk .tH337aMsIOoNIaT0SiJv > .DGMI6ct2khgArctsZX0Q > .vQuoimRvGAI5mPCCfrQv {
    --rest-color: rgba(255, 255, 255, 0.8);
    --active-color-1: #fff;
    --active-color-2: #fff; } }

@supports (-moz-background-clip: text) or (-webkit-background-clip: text) or (background-clip: text) {
  @supports (-moz-text-fill-color: transparent) or (-webkit-text-fill-color: transparent) or (text-fill-color: transparent) {
    .vQuoimRvGAI5mPCCfrQv {
      -webkit-text-fill-color: transparent;
      -moz-text-fill-color: transparent;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      background-image: linear-gradient(90deg, var(--active-color-1), var(--active-color-2), var(--rest-color), var(--rest-color)); }
    .vQuoimRvGAI5mPCCfrQv i {
      -webkit-text-fill-color: initial;
      -moz-text-fill-color: initial;
      -webkit-background-clip: initial;
      -moz-background-clip: initial;
      background-clip: initial; } } }

.vQuoimRvGAI5mPCCfrQv.O9M7P8s2g76TkbCVUesS {
  background-position: 0 0;
  color: var(--active-color-1); }

@media (hover: hover) {
  .tH337aMsIOoNIaT0SiJv > .DGMI6ct2khgArctsZX0Q:hover > .vQuoimRvGAI5mPCCfrQv, .vQuoimRvGAI5mPCCfrQv:hover {
    background-position: 0 0;
    color: var(--active-color-1);
    text-decoration: none; } }

.Z0ENeaXesJwS0ML0S3Rr {
  --content-height: 0;
  --delta-left: 1fr;
  --delta-right: 1fr;
  --arrow-position: 0;
  --arrow-size: calc(.5 * 16px); }

@media not all and (min-width: 75em) {
  .Z0ENeaXesJwS0ML0S3Rr {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .2s ease-in-out,opacity .15s ease-in-out;
    visibility: visible !important; }
  .DGMI6ct2khgArctsZX0Q.tGdsR_5LrRztFWywroZE .Z0ENeaXesJwS0ML0S3Rr {
    height: var(--content-height);
    opacity: 1;
    transition: height .2s ease-in-out,opacity .2s ease-in-out .1s; } }

@media (min-width: 75em) {
  .Z0ENeaXesJwS0ML0S3Rr {
    display: grid;
    grid-template-columns: var(--delta-left) auto var(--delta-right);
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: fixed;
    right: 0;
    top: calc(var(--navigation-height) - calc(.25 * 16px));
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    width: calc(70 * 16px); }
  .Z0ENeaXesJwS0ML0S3Rr .U3V_U4AGunQH4pZozuFH {
    color: #2b2a35;
    transform: perspective(300px) rotateX(-3deg);
    transform-origin: 50% 0;
    transition: transform .2s ease-in-out; }
  .tH337aMsIOoNIaT0SiJv .DGMI6ct2khgArctsZX0Q:focus-within .Z0ENeaXesJwS0ML0S3Rr {
    opacity: 1;
    visibility: visible !important; }
  .tH337aMsIOoNIaT0SiJv .DGMI6ct2khgArctsZX0Q:focus-within .Z0ENeaXesJwS0ML0S3Rr .U3V_U4AGunQH4pZozuFH {
    transform: rotateX(0deg); }
  .Z0ENeaXesJwS0ML0S3Rr:after, .Z0ENeaXesJwS0ML0S3Rr:before {
    border-bottom: var(--arrow-size) solid #fff;
    border-left: var(--arrow-size) solid transparent;
    border-right: var(--arrow-size) solid transparent;
    content: "";
    display: block;
    height: 0;
    left: calc(var(--arrow-position) - var(--arrow-size));
    position: absolute;
    top: calc(var(--arrow-size)*-1);
    width: 0; }
  .Z0ENeaXesJwS0ML0S3Rr:before {
    filter: drop-shadow(0 0 calc(.1875 * 16px) rgba(0, 0, 0, 0.1)); } }

@media (min-width: 75em) and (hover: hover) {
  .tH337aMsIOoNIaT0SiJv .DGMI6ct2khgArctsZX0Q:hover .Z0ENeaXesJwS0ML0S3Rr {
    opacity: 1;
    visibility: visible !important; }
  .tH337aMsIOoNIaT0SiJv .DGMI6ct2khgArctsZX0Q:hover .Z0ENeaXesJwS0ML0S3Rr .U3V_U4AGunQH4pZozuFH {
    transform: rotateX(0deg); } }

@media not all and (min-width: 75em) {
  .U3V_U4AGunQH4pZozuFH {
    padding-left: calc(1.25 * 16px); } }

@media (min-width: 75em) {
  .U3V_U4AGunQH4pZozuFH {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 calc(.25 * 16px) calc(1.875 * 16px) rgba(0, 0, 0, 0.15);
    display: grid;
    gap: calc(2.5 * 16px);
    grid-auto-flow: column;
    grid-column: 2;
    padding: calc(1.875 * 16px) calc(2.5 * 16px);
    position: relative; }
  .U3V_U4AGunQH4pZozuFH > * {
    max-width: calc(16.875 * 16px); } }

.V5xpaibXp2o6lC0X4__a {
  display: none; }

@media (min-width: 75em) {
  .V5xpaibXp2o6lC0X4__a {
    border-right: 1px solid #dddfe5;
    display: block; } }

.qr4URVE2RNTZgbRYA0Hp {
  align-items: center;
  display: grid;
  gap: calc(.625 * 16px);
  grid-auto-flow: column; }

@media (min-width: 40em) {
  .qr4URVE2RNTZgbRYA0Hp {
    gap: calc(.9375 * 16px); } }

@media (min-width: 75em) {
  .qr4URVE2RNTZgbRYA0Hp {
    grid-column: 3;
    justify-self: end; } }

.uT1CLgsCWeJZw_vz8wE6 {
  margin-left: calc(1 * 16px); }

@media (max-width: 23.4em) {
  .uT1CLgsCWeJZw_vz8wE6 {
    display: none; } }

.G_7Dc0kAbvWNtnF0dvRB {
  position: relative; }

.DkdNMa3jJlIklfjQIO5v {
  font-size: inherit;
  line-height: calc(1.5 * 16px);
  margin: 0; }

@media not all and (min-width: 75em) {
  .DkdNMa3jJlIklfjQIO5v {
    font-weight: 400; } }

@media (min-width: 75em) {
  .DkdNMa3jJlIklfjQIO5v {
    font-weight: 700;
    margin-bottom: calc(.625 * 16px); }
  .DkdNMa3jJlIklfjQIO5v .vQuoimRvGAI5mPCCfrQv:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; } }

.VSkiaqgCjVqT1YKvjzS4 {
  margin: 0 0 calc(1.25 * 16px); }

@media not all and (min-width: 75em) {
  .VSkiaqgCjVqT1YKvjzS4 {
    display: none; } }

.cKBxOrRZ02zBu7TJSnEI {
  aspect-ratio: 27/20;
  border: 1px solid #dddfe5;
  border-radius: 6px;
  object-fit: cover;
  transition: box-shadow .12s ease-in-out;
  vertical-align: middle;
  width: 100%; }

@media (hover: hover) {
  .G_7Dc0kAbvWNtnF0dvRB:hover .cKBxOrRZ02zBu7TJSnEI {
    box-shadow: 0 calc(.5 * 16px) calc(1.625 * 16px) rgba(0, 0, 0, 0.15); } }

@media not all and (min-width: 75em) {
  .cKBxOrRZ02zBu7TJSnEI {
    display: none; } }

.thfI42Y2tmMcmnBGx3Nn {
  color: #545465;
  font-size: calc(.8125 * 16px);
  letter-spacing: .1em;
  line-height: calc(1.5 * 16px);
  margin: 0;
  text-transform: uppercase; }

@media not all and (min-width: 75em) {
  .thfI42Y2tmMcmnBGx3Nn {
    margin: var(--links-gap) 0; } }

@media (min-width: 75em) {
  .thfI42Y2tmMcmnBGx3Nn {
    margin: 0 0 var(--links-gap); }
  .kFSqBNfELENVBGs4IxHH .vQuoimRvGAI5mPCCfrQv {
    margin: var(--links-gap) 0; } }

.uTuzftfYED8KFO5ExsZj {
  padding: calc(4.375 * 16px) 0 var(--links-gap) 0; }

@media not all and (min-width: 75em) {
  .uTuzftfYED8KFO5ExsZj {
    transform: translateY(calc(-.3125 * 16px)); }
  .Mdd6R0kUB2GU6GPz8xTP.IwguF16l73C7juGW8IT4 .uTuzftfYED8KFO5ExsZj {
    transition: transform calc(var(--mobile-transition-duration)*1.5) ease-in-out; }
  .Mdd6R0kUB2GU6GPz8xTP.SrOCZwOs5Xr9FP5d5A67 .uTuzftfYED8KFO5ExsZj {
    transform: translateY(0); } }

@media (min-width: 75em) {
  .uTuzftfYED8KFO5ExsZj {
    display: none; } }

.ySVZts5P_srwZIynQ2Xl {
  font-size: inherit;
  font-weight: 700;
  margin: 0 0 calc(1.25 * 16px); }

.EoNPvsrCuUt1xf3bnh4z {
  display: inline-grid;
  gap: calc(2.5 * 16px);
  grid-auto-flow: column; }

.Y00EKuGQbdQEji7sIDbd {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: calc(1.5 * 16px);
  opacity: 1;
  transition: opacity .12s;
  width: calc(1.5 * 16px); }

@media (hover: hover) {
  .Y00EKuGQbdQEji7sIDbd:hover {
    opacity: .85; } }

.Y00EKuGQbdQEji7sIDbd.iffSzYJp37leVslf6rJQ {
  background-image: url(https://res.cloudinary.com/pitch-software/image/upload/website/common/navigation/social-icons/twitter_y4tzyg.svg); }

.Y00EKuGQbdQEji7sIDbd.kRSsmsWt6MUDRi3PChmP {
  background-image: url(https://res.cloudinary.com/pitch-software/image/upload/website/common/navigation/social-icons/facebook_j6qiea.svg); }

.Y00EKuGQbdQEji7sIDbd.c4x1XUsS7pAeG8ncW3K1 {
  background-image: url(https://res.cloudinary.com/pitch-software/image/upload/website/common/navigation/social-icons/instagram_lbz4fi.svg); }

.Y00EKuGQbdQEji7sIDbd._FjctCHNYgcwA08k8z_t {
  background-image: url(https://res.cloudinary.com/pitch-software/image/upload/website/common/navigation/social-icons/linkedIn_bl2kdf.svg); }

.yvHWspaTg8Hg0EpmNrtF {
  --duration: .15s;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(1.5 * 16px);
  justify-content: center;
  position: relative;
  transition: transform calc(var(--duration) + var(--duration)*.5) ease-in;
  width: calc(1.5 * 16px);
  will-change: transform; }

.yvHWspaTg8Hg0EpmNrtF span {
  display: block; }

.yvHWspaTg8Hg0EpmNrtF span:before {
  background-color: currentColor;
  border-radius: 1px;
  content: "";
  display: block;
  height: calc(.125 * 16px);
  width: calc(1.5 * 16px); }

.yvHWspaTg8Hg0EpmNrtF span:first-child, .yvHWspaTg8Hg0EpmNrtF span:nth-child(3) {
  transition: transform var(--duration) ease-out var(--duration);
  will-change: transform; }

.yvHWspaTg8Hg0EpmNrtF span:first-child {
  transform: translateY(calc(-.375 * 16px)); }

.yvHWspaTg8Hg0EpmNrtF span:nth-child(2) {
  margin: calc(-.125 * 16px) 0;
  transition: opacity 0s var(--duration);
  will-change: opacity; }

.yvHWspaTg8Hg0EpmNrtF span:nth-child(3) {
  transform: translateY(calc(.375 * 16px)); }

.yvHWspaTg8Hg0EpmNrtF span:nth-child(3):before {
  transition: transform var(--duration) ease-in;
  will-change: transform; }

.yvHWspaTg8Hg0EpmNrtF.Lss6ALgtFi4Iv7KsLDzu {
  transform: rotate(45deg);
  transition-delay: calc(var(--duration)*.5);
  transition-timing-function: ease-out; }

.yvHWspaTg8Hg0EpmNrtF.Lss6ALgtFi4Iv7KsLDzu span:first-child, .yvHWspaTg8Hg0EpmNrtF.Lss6ALgtFi4Iv7KsLDzu span:nth-child(3) {
  transition-delay: 0s;
  transition-timing-function: ease-in; }

.yvHWspaTg8Hg0EpmNrtF.Lss6ALgtFi4Iv7KsLDzu span:first-child {
  transform: translateY(0); }

.yvHWspaTg8Hg0EpmNrtF.Lss6ALgtFi4Iv7KsLDzu span:nth-child(2) {
  opacity: 0; }

.yvHWspaTg8Hg0EpmNrtF.Lss6ALgtFi4Iv7KsLDzu span:nth-child(3) {
  transform: translateY(0); }

.yvHWspaTg8Hg0EpmNrtF.Lss6ALgtFi4Iv7KsLDzu span:nth-child(3):before {
  transform: rotate(90deg);
  transition-delay: var(--duration);
  transition-timing-function: ease-out; }

@media (min-width: 75em) {
  .yvHWspaTg8Hg0EpmNrtF {
    display: none; } }

.Zk5ga4Ego535JmMyXlpV {
  height: calc(2 * 16px);
  padding: 0 1em; }

@media (min-width: 40em) {
  .Zk5ga4Ego535JmMyXlpV {
    height: calc(2.625 * 16px);
    padding: 0 1.5em; } }
